aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity
2008-01-30KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier
2008-01-30KVM: Purify x86_decode_insn() error case managementLaurent Vivier
2008-01-30KVM: x86_emulator: no writeback for btQing He
2008-01-30KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier
2008-01-30KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier
2008-01-30KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier
2008-01-30KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper
2008-01-30KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity
2008-01-30KVM: VMX: Further reduce efer reloadsAvi Kivity
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier
2008-01-30KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier
2008-01-30KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier
2008-01-30KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier
2008-01-30KVM: x86 emulator: remove unused functionsLaurent Vivier
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori
2008-01-30KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-01-31[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds
2008-01-31Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds
2008-01-30x86: fix nodemap_size according to nodeid bitsYinghai Lu
2008-01-30x86: fix overlap between pagetable with bss sectionYinghai Lu
2008-01-30x86: add PCI IDs to k8topology_64.cJoachim Deguara
2008-01-30x86: fix early_ioremap pagetable opsJeremy Fitzhardinge
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge
2008-01-30x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge
2008-01-30x86: shrink some ifdefs in fault.cHarvey Harrison
2008-01-30x86: ignore spurious faultsJeremy Fitzhardinge
2008-01-30x86: remove nx_enabled from fault.cHarvey Harrison
2008-01-30x86: unify fault_32|64.cHarvey Harrison
2008-01-30x86: unify fault_32|64.c with ifdefsHarvey Harrison
2008-01-30x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison
2008-01-30x86: arch/x86/mm/init_32.c printk fixesIngo Molnar
2008-01-30x86: arch/x86/mm/init_32.c cleanupIngo Molnar
2008-01-30x86: arch/x86/mm/init_64.c printk fixesIngo Molnar
2008-01-30x86: unify ioremapThomas Gleixner
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying
2008-01-30x86: use reboot_type on EFI 32Huang, Ying
2008-01-30x86: unify page fault oops printingHarvey Harrison
2008-01-30x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison
2008-01-30x86: add is_errata100 helper to fault_32|64.cHarvey Harrison
2008-01-30x86: add is_f00f_bug helper to fault_32|64.cHarvey Harrison
2008-01-30x86: make ioremap() UC by defaultIngo Molnar