]> Pileus Git - ~andy/linux/history - drivers
KVM: Fix faults during injection of real-mode interrupts
[~andy/linux] / drivers /
2008-01-30 Avi KivityKVM: Fix faults during injection of real-mode interrupts
2008-01-30 Avi KivityKVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
2008-01-30 Avi KivityKVM: VMX: Use vmx to inject real-mode interrupts
2008-01-30 Dor LaorKVM: Add make_page_dirty() to kvm_clear_guest_page()
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 vcpu ioctl handlers to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 FPU handling to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 instruction emulation code...
2008-01-30 Hollis BlanchardKVM: Portability: Make exported debugfs data architectu...
2008-01-30 Avi KivityKVM: x86 emulator: Hoist modrm and abs decoding into...
2008-01-30 Uri LublinKVM: Make mark_page_dirty() work for aliased pages...
2008-01-30 Avi KivityKVM: Simplify decode_register_operand() calling convention
2008-01-30 Avi KivityKVM: x86 emulator: centralize decoding of one-byte...
2008-01-30 Avi KivityKVM: x86 emulator: Extract the common code of SrcReg...
2008-01-30 Carsten OtteKVM: Portability: Move pio emulation functions to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move x86 emulation and mmio device...
2008-01-30 Carsten OtteKVM: Portability: Move kvm_get/set_msr[_common] to...
2008-01-30 Anthony LiguoriKVM: Fix gfn_to_page() acquiring mmap_sem twice
2008-01-30 Sheng YangKVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
2008-01-30 Carsten OtteKVM: Portability: Move control register helper function...
2008-01-30 Carsten OtteKVM: Portability: move get/set_apic_base to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move memory segmentation to x86.c
2008-01-30 Carsten OtteKVM: Portability: Split kvm_vm_ioctl v3
2008-01-30 Avi KivityKVM: MMU: Topup the mmu memory preallocation caches...
2008-01-30 Avi KivityKVM: Move page fault processing to common code
2008-01-30 Avi KivityKVM: x86 emulator: don't depend on cr2 for mov abs...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: SVM: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Laurent VivierKVM: VMX: Let gcc to choose which registers to save...
2008-01-30 Izik EidusKVM: Add ioctl to tss address from userspace,
2008-01-30 Izik EidusKVM: Add kernel-internal memory slots
2008-01-30 Izik EidusKVM: Export memory slot allocation mechanism
2008-01-30 Izik EidusKVM: Unmap kernel-allocated memory on slot destruction
2008-01-30 Eddie DongKVM: Split IOAPIC reset function and export for kernel...
2008-01-30 Eddie DongKVM: Export PIC reset for kernel device reset
2008-01-30 Avi KivityKVM: Add a might_sleep() annotation to gfn_to_page()
2008-01-30 Avi KivityKVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_vcpu into arch dependent...
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Christian BorntraegerKVM: Use virtual cpu accounting if available for guest...
2008-01-30 Izik EidusKVM: MMU: Partial swapping of guest memory
2008-01-30 Izik EidusKVM: MMU: Make gfn_to_page() always safe
2008-01-30 Izik EidusKVM: MMU: Keep a reverse mapping of non-writable transl...
2008-01-30 Izik EidusKVM: MMU: Add rmap_next(), a helper for walking kvm...
2008-01-30 Nitin A KambleKVM: x86 emulator: cmc, clc, cli, sti
2008-01-30 Avi KivityKVM: MMU: Simplify page table walker
2008-01-30 Nitin A KambleKVM: x86 emulator: Implement emulation of instruction...
2008-01-30 Avi KivityKVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
2008-01-30 Avi KivityKVM: Move apic timer interrupt backlog processing to...
2008-01-30 Laurent VivierKVM: Add some \n in ioapic_debug()
2008-01-30 Qing HeKVM: apic round robin cleanup
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Avi KivityKVM: MMU: When updating the dirty bit, inform the mmu...
2008-01-30 Avi KivityKVM: MMU: Move dirty bit updates to a separate function
2008-01-30 Avi KivityKVM: MMU: Instantiate real-mode shadows as user writabl...
2008-01-30 Avi KivityKVM: MMU: Disable write access on clean large pages
2008-01-30 Avi KivityKVM: MMU: Fix nx access bit for huge pages
2008-01-30 Avi KivityKVM: Move guest pte dirty bit management to the guest...
2008-01-30 Anthony LiguoriKVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
2008-01-30 Anthony LiguoriKVM: MMU: Clean up MMU functions to take struct kvm...
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]
2008-01-30 Izik EidusKVM: Support assigning userspace memory to the guest
2008-01-30 Mike DayKVM: CodingStyle cleanup
2008-01-30 Rusty RussellKVM: Remove gratuitous casts from lapic.c
2008-01-30 Rusty RussellKVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
2008-01-30 Rusty RussellKVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
2008-01-30 Izik EidusKVM: Allow dynamic allocation of the mmu shadow cache...
2008-01-30 Izik EidusKVM: Add general accessors to read and write guest...
2008-01-30 Izik EidusKVM: Remove the usage of page->private field by rmap
2008-01-30 Avi KivityKVM: VMX: Simplify vcpu_clear()
2008-01-30 Avi KivityKVM: VMX: Don't clear the vmcs if the vcpu is not loade...
2008-01-30 Laurent VivierKVM: x86 emulator: Any legacy prefix after a REX prefix...
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Qing HeKVM: x86_emulator: no writeback for bt
2008-01-30 Laurent VivierKVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE...
2008-01-30 Laurent VivierKVM: x86 emulator: remove _eflags and use directly...
2008-01-30 Laurent VivierKVM: x86 emulator: split some decoding into functions...
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: MMU: Make flooding detection work when guest page...
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Avi KivityKVM: VMX: Further reduce efer reloads
2008-01-30 Laurent VivierKVM: Call x86_decode_insn() only when needed
2008-01-30 Laurent VivierKVM: emulate_instruction() calls now x86_decode_insn...
2008-01-30 Laurent VivierKVM: x86 emulator: move all decoding process to functio...
2008-01-30 Laurent VivierKVM: x86 emulator: move all x86_emulate_memop() to...
2008-01-30 Laurent VivierKVM: x86 emulator: remove unused functions
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2008-01-30 Anthony LiguoriKVM: x86 emulator: Add vmmcall/vmcall to x86_emulate...
2008-01-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2008-01-30 Linus Torvalds[net] Gracefully handle shared e1000/1000e driver PCI...
2008-01-30 Bernhard Kaindlx86: early boot debugging via FireWire (ohci1394_dma...
2008-01-30 Ingo Molnarx86: remove flush_agp_mappings()
2008-01-30 Thomas Gleixnerx86: cpa: move flush to cpa
2008-01-30 Arjan van de Venx86: convert CPA users to the new set_page_ API
2008-01-30 Yi Yangcpufreq: fix obvious condition statement error
2008-01-30 Yinghai Lux86: left over fix for leak of early_ioremp in dmi_scan
2008-01-30 Bernhard Wallertc: use the IRQ callback interface in (old) RTC driver
2008-01-30 Ingo Molnarx86: fix DMI ioremap leak
2008-01-30 Andi Kleenx86: don't disable TSC in any C states on AMD Fam10h
2008-01-30 Andrew Mortongit-x86: drivers/pnp/pnpbios/bioscalls.c build fix
next