summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar
2008-01-30x86: cpa: move flush to cpaThomas Gleixner
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven
2008-01-30cpufreq: fix obvious condition statement errorYi Yang
2008-01-30x86: left over fix for leak of early_ioremp in dmi_scanYinghai Lu
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle
2008-01-30x86: fix DMI ioremap leakIngo Molnar
2008-01-30x86: don't disable TSC in any C states on AMD Fam10hAndi Kleen
2008-01-30git-x86: drivers/pnp/pnpbios/bioscalls.c build fixAndrew Morton
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi
2008-01-30x86: fix DMI out of memory problemsParag Warudkar
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa
2008-01-30x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.cIngo Molnar
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa
2008-01-30x86: clean up drivers/char/rtc.cIngo Molnar
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin