summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori2008-01-303-17/+17
* KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori2008-01-302-11/+11
* KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte2008-01-305-67/+126
* KVM: Support assigning userspace memory to the guestIzik Eidus2008-01-303-11/+83
* KVM: CodingStyle cleanupMike Day2008-01-3010-148/+151
* KVM: Remove gratuitous casts from lapic.cRusty Russell2008-01-301-5/+5
* KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell2008-01-303-13/+9
* KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell2008-01-303-14/+11
* KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-304-3/+94
* KVM: Add general accessors to read and write guest memoryIzik Eidus2008-01-303-54/+158
* KVM: Remove the usage of page->private field by rmapIzik Eidus2008-01-304-56/+86
* KVM: VMX: Simplify vcpu_clear()Avi Kivity2008-01-301-5/+1
* KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity2008-01-301-1/+3
* KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier2008-01-301-9/+15
* KVM: Purify x86_decode_insn() error case managementLaurent Vivier2008-01-301-3/+7
* KVM: x86_emulator: no writeback for btQing He2008-01-301-0/+1
* KVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE insteadLaurent Vivier2008-01-302-53/+25
* KVM: x86 emulator: remove _eflags and use directly ctxt->eflags.Laurent Vivier2008-01-301-62/+59
* KVM: x86 emulator: split some decoding into functions for readabilityLaurent Vivier2008-01-301-185/+266
* KVM: MMU: Ignore reserved bits in cr3 in non-pae modeRyan Harper2008-01-301-7/+4
* KVM: MMU: Make flooding detection work when guest page faults are bypassedAvi Kivity2008-01-303-2/+29
* KVM: Allow not-present guest page faults to bypass kvmAvi Kivity2008-01-305-37/+122
* KVM: VMX: Further reduce efer reloadsAvi Kivity2008-01-301-24/+37
* KVM: Call x86_decode_insn() only when neededLaurent Vivier2008-01-305-45/+82
* KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn()Laurent Vivier2008-01-303-14/+10
* KVM: x86 emulator: move all decoding process to function x86_decode_insn()Laurent Vivier2008-01-301-24/+53
* KVM: x86 emulator: move all x86_emulate_memop() to a structureLaurent Vivier2008-01-302-435/+518
* KVM: x86 emulator: remove unused functionsLaurent Vivier2008-01-301-39/+0
* KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-306-183/+199
* KVM: x86 emulator: Add vmmcall/vmcall to x86_emulate (v3)Anthony Liguori2008-01-301-6/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-31635-36866/+36098
|\
| * x86: fix nodemap_size according to nodeid bitsYinghai Lu2008-01-301-1/+1
| * x86: fix overlap between pagetable with bss sectionYinghai Lu2008-01-302-2/+9
| * x86: add PCI IDs to k8topology_64.cJoachim Deguara2008-01-301-2/+6
| * x86: fix early_ioremap pagetable opsJeremy Fitzhardinge2008-01-301-0/+2
| * x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge2008-01-306-27/+11
| * x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge2008-01-302-6/+22
| * x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-3010-1/+526
| * x86: don't special-case pmd allocations as muchJeremy Fitzhardinge2008-01-305-98/+47
| * x86: shrink some ifdefs in fault.cHarvey Harrison2008-01-301-29/+14
| * x86: ignore spurious faultsJeremy Fitzhardinge2008-01-301-0/+55
| * x86: remove nx_enabled from fault.cHarvey Harrison2008-01-301-8/+3
| * x86: unify fault_32|64.cHarvey Harrison2008-01-304-960/+14
| * x86: unify fault_32|64.c with ifdefsHarvey Harrison2008-01-302-16/+177
| * x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison2008-01-302-1/+263
| * x86: arch/x86/mm/init_32.c printk fixesIngo Molnar2008-01-301-16/+22
| * x86: arch/x86/mm/init_32.c cleanupIngo Molnar2008-01-303-120/+137
| * x86: arch/x86/mm/init_64.c printk fixesIngo Molnar2008-01-301-17/+13
| * x86: unify ioremapThomas Gleixner2008-01-301-126/+175
| * x86: fixes some bugs about EFI memory map handlingHuang, Ying2008-01-305-29/+3
OpenPOWER on IntegriCloud