drivers/edac: fix ignored return i82875p
[safe/jmp/linux-2.6] / drivers / kvm /
2007-07-16 Avi KivityKVM: Use CPU_DYING for disabling virtualization
2007-07-16 Avi KivityKVM: Tune hotplug/suspend IPIs
2007-07-16 Avi KivityKVM: Keep track of which cpus have virtualization enabled
2007-07-16 Avi KivityKVM: Clean up #includes
2007-07-16 Avi KivityKVM: Remove kvmfs in favor of the anonymous inodes...
2007-07-16 Joerg RoedelKVM: SVM: Reliably detect if SVM was disabled by BIOS
2007-07-16 Avi KivityKVM: VMX: Remove unnecessary code in vmx_tlb_flush()
2007-07-16 Shaohua LiKVM: MMU: Fix Wrong tlb flush order
2007-07-16 Avi KivityKVM: VMX: Reinitialize the real-mode tss when entering...
2007-07-16 Luca TettamantiKVM: Avoid useless memory write when possible
2007-07-16 Luca TettamantiKVM: Fix x86 emulator writeback
2007-07-16 Eddie DongKVM: Add support for in-kernel pio handlers
2007-07-16 Gregory HaskinsKVM: VMX: Fix interrupt checking on lightweight exit
2007-07-16 Gregory HaskinsKVM: Adds support for in-kernel mmio handlers
2007-07-16 Nitin A KambleKVM: Implement emulation of instruction "ret" (opcode...
2007-07-16 Nitin A KambleKVM: Implement emulation of "pop reg" instruction ...
2007-07-16 Avi KivityKVM: VMX: Ensure vcpu time stamp counter is monotonous
2007-07-16 Avi KivityKVM: Initialize the BSP bit in the APIC_BASE msr correctly
2007-07-16 Shani MoideenKVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with...
2007-07-16 Shani MoideenKVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with...
2007-07-16 Avi KivityKVM: Flush remote tlbs when reducing shadow pte permissions
2007-07-16 Avi KivityKVM: Keep an upper bound of initialized vcpus
2007-07-16 Avi KivityKVM: Emulate hlt on real mode for Intel
2007-07-16 Avi KivityKVM: Move duplicate halt handling code into kvm_main.c
2007-07-16 Avi KivityKVM: Enable guest smp
2007-07-16 Avi KivityKVM: Fix adding an smp virtual machine to the vm list
2007-07-16 Avi KivityKVM: Fix vcpu freeing for guest smp
2007-07-16 Nguyen Anh QuynhKVM: Remove unnecessary initialization and checks in...
2007-07-16 Robert P. J. DayKVM: Replace C code with call to ARRAY_SIZE() macro.
2007-07-16 Avi KivityKVM: Lazy guest cr3 switching
2007-07-16 Avi KivityKVM: MMU: Remove unused large page marker
2007-07-16 Avi KivityKVM: MMU: Don't cache guest access bits in the shadow...
2007-07-16 Avi KivityKVM: MMU: Simpify accessed/dirty/present/nx bit handling
2007-07-16 Avi KivityKVM: MMU: Remove cr0.wp tricks
2007-07-16 Avi KivityKVM: MMU: Make setting shadow ptes atomic on i386
2007-07-16 Avi KivityKVM: Make shadow pte updates atomic
2007-07-16 Avi KivityKVM: Move shadow pte modifications from set_pte/set_pde...
2007-07-16 Avi KivityKVM: MMU: Fold fix_write_pf() into set_pte_common()
2007-07-16 Avi KivityKVM: MMU: Fold fix_read_pf() into set_pte_common()
2007-07-16 Avi KivityKVM: MMU: Pass the guest pde to set_pte_common
2007-07-16 Avi KivityKVM: MMU: Move set_pte_common() to pte width dependent...
2007-07-16 Avi KivityKVM: MMU: Simplify fetch() a little bit
2007-07-16 Avi KivityKVM: MMU: Use slab caches for shadow pages and their...
2007-07-16 Eddie DongKVM: Use symbolic constants instead of magic numbers
2007-07-16 Markus RechbergerKVM: Fix includes
2007-07-16 Avi KivityKVM: x86 emulator: implement wbinvd
2007-07-16 Jan EngelhardtUse menuconfig objects II - KVM/Virt
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msr_efer on lightw...
2007-07-16 Eddie DongKVM: VMX: Cleanup redundant code in MSR set
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msrs on lightweigh...
2007-07-16 Nitin A KambleKVM: VMX: Handle #SS faults from real mode
2007-07-16 Avi KivityKVM: VMX: Use local labels in inline assembly
2007-07-16 Avi KivityKVM: Fix vmx I/O bitmap initialization on highmem systems
2007-07-16 Avi KivityKVM: Avoid corrupting tr in real mode
2007-07-16 Avi KivityKVM: VMX: Only reload guest msrs if they are already...
2007-07-16 Avi KivityKVM: MMU: Store shadow page tables as kernel virtual...
2007-07-16 Avi KivityKVM: MMU: Simplify kvm_mmu_free_page() a tiny bit
2007-07-16 Matthew GreganKVM: Implement IA32_EBL_CR_POWERON msr
2007-07-16 Avi KivityKVM: Set cr0.mp for guests
2007-07-16 Avi KivityKVM: Consolidate guest fpu activation and deactivation
2007-07-16 Avi KivityKVM: Rationalize exception bitmap usage
2007-07-16 Avi KivityKVM: Move some more msr mangling into vmx_save_host_state()
2007-07-16 Avi KivityKVM: Fix potential guest state leak into host
2007-07-16 Avi KivityKVM: Increase mmu shadow cache to 1024 pages
2007-07-16 Avi KivityKVM: Update shadow pte on write to guest pte
2007-07-16 Avi KivityKVM: MMU: Respect nonpae pagetable quadrant when zappin...
2007-07-16 Avi KivityKVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()
2007-07-16 Avi KivityKVM: Be more careful restoring fs on lightweight vmexit
2007-07-16 Avi KivityKVM: Reduce misfirings of the fork detector
2007-07-16 Avi KivityKVM: Unindent some code
2007-07-16 Avi KivityKVM: Avoid saving and restoring some host CPU state...
2007-07-16 Avi KivityKVM: Assume that writes smaller than 4 bytes are to...
2007-07-16 Anthony LiguoriKVM: SVM: Allow direct guest access to PC debug port
2007-07-16 He, QingKVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs
2007-06-15 Avi KivityKVM: Prevent guest fpu state from leaking into the...
2007-06-01 Sam Ravnborgkvm: fix section mismatch warning in kvm-intel.o
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-10 Martin Schwidefsky[S390] Kconfig: refine depends statements.
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-03 Avi KivityKVM: Remove unused 'instruction_length'
2007-05-03 Avi KivityKVM: Don't require explicit indication of completion...
2007-05-03 Avi KivityKVM: Remove extraneous guest entry on mmio read
2007-05-03 Anthony LiguoriKVM: SVM: Only save/restore MSRs when needed
2007-05-03 Adrian BunkKVM: fix an if() condition
2007-05-03 Anthony LiguoriKVM: VMX: Add lazy FPU support for VT
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Avi KivityKVM: Don't complain about cpu erratum AA15
2007-05-03 Anthony LiguoriKVM: Lazy FPU support for SVM
2007-05-03 Avi KivityKVM: Allow passing 64-bit values to the emulated read...
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Yaozu DongKVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put()...
2007-05-03 Yaozu DongKVM: MMU: Avoid heavy ASSERT at non debug mode.
2007-05-03 Avi KivityKVM: VMX: Only save/restore MSR_K6_STAR if necessary
2007-05-03 Avi KivityKVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
2007-05-03 Avi KivityKVM: VMX: Don't switch 64-bit msrs for 32-bit guests
2007-05-03 Avi KivityKVM: VMX: Reduce unnecessary saving of host msrs
2007-05-03 Avi KivityKVM: Handle guest page faults when emulating mmio
2007-05-03 Avi KivityKVM: SVM: Report hardware exit reason to userspace...
2007-05-03 Avi KivityKVM: Retry sleeping allocation if atomic allocation...
2007-05-03 Avi KivityKVM: Use slab caches to allocate mmu data structures
next