aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30KVM: MMU: Move dirty bit updates to a separate functionAvi Kivity
2008-01-30KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity
2008-01-30KVM: MMU: Disable write access on clean large pagesAvi Kivity
2008-01-30KVM: MMU: Fix nx access bit for huge pagesAvi Kivity
2008-01-30KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori
2008-01-30KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus
2008-01-30KVM: CodingStyle cleanupMike Day
2008-01-30KVM: Remove gratuitous casts from lapic.cRusty Russell
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell
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