aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* KVM: CodingStyle cleanupMike Day2008-01-30
* KVM: Remove gratuitous casts from lapic.cRusty Russell2008-01-30
* KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell2008-01-30
* KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell2008-01-30
* KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-30
* KVM: Add general accessors to read and write guest memoryIzik Eidus2008-01-30
* KVM: Remove the usage of page->private field by rmapIzik Eidus2008-01-30
* KVM: VMX: Simplify vcpu_clear()Avi Kivity2008-01-30
* KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity2008-01-30
* KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier2008-01-30
* KVM: Purify x86_decode_insn() error case managementLaurent Vivier2008-01-30
* KVM: x86_emulator: no writeback for btQing He2008-01-30
* KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier2008-01-30
* KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier2008-01-30
* KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier2008-01-30
* KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper2008-01-30
* KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity2008-01-30
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-30
* KVM: VMX: Further reduce efer reloadsAvi Kivity2008-01-30
* KVM: Call x86_decode_insn() only when neededLaurent Vivier2008-01-30
* KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier2008-01-30
* KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier2008-01-30
* KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier2008-01-30
* KVM: x86 emulator: remove unused functionsLaurent Vivier2008-01-30
* KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-30
* KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori2008-01-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-30
|\
| * x86: fix nodemap_size according to nodeid bitsYinghai Lu2008-01-30
| * x86: fix overlap between pagetable with bss sectionYinghai Lu2008-01-30
| * x86: add PCI IDs to k8topology_64.cJoachim Deguara2008-01-30
| * x86: fix early_ioremap pagetable opsJeremy Fitzhardinge2008-01-30
| * x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-30
| * x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge2008-01-30
| * x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-30
| * x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2008-01-30
| * x86: shrink some ifdefs in fault.cHarvey Harrison2008-01-30
| * x86: ignore spurious faultsJeremy Fitzhardinge2008-01-30
| * x86: remove nx_enabled from fault.cHarvey Harrison2008-01-30
| * x86: unify fault_32|64.cHarvey Harrison2008-01-30
| * x86: unify fault_32|64.c with ifdefsHarvey Harrison2008-01-30
| * x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison2008-01-30
| * x86: arch/x86/mm/init_32.c printk fixesIngo Molnar2008-01-30
| * x86: arch/x86/mm/init_32.c cleanupIngo Molnar2008-01-30
| * x86: arch/x86/mm/init_64.c printk fixesIngo Molnar2008-01-30
| * x86: unify ioremapThomas Gleixner2008-01-30
| * x86: fixes some bugs about EFI memory map handlingHuang, Ying2008-01-30
| * x86: use reboot_type on EFI 32Huang, Ying2008-01-30
| * x86: unify page fault oops printingHarvey Harrison2008-01-30
| * x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison2008-01-30
| * x86: add is_errata100 helper to fault_32|64.cHarvey Harrison2008-01-30