Char: n_r3964, use wait_event_interruptible
[safe/jmp/linux-2.6] / drivers / kvm /
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
2007-05-03 Avi KivityKVM: Handle partial pae pdptr
2007-05-03 Avi KivityKVM: Initialize cr0 to indicate an fpu is present
2007-05-03 Eric Sesterhenn... KVM: Fix overflow bug in overflow detection code
2007-05-03 Avi KivityKVM: Use kernel-standard types
2007-05-03 Joerg RoedelKVM: SVM: enable LBRV virtualization if available
2007-05-03 Avi KivityKVM: Add fpu get/set operations
2007-05-03 Avi KivityKVM: Add physical memory aliasing feature
2007-05-03 Avi KivityKVM: Simply gfn_to_page()
2007-05-03 Dor LaorKVM: Add mmu cache clear function
2007-05-03 Avi KivityKVM: x86 emulator: fix bit string operations operand...
2007-05-03 Avi KivityKVM: Remove debug message
2007-05-03 Avi KivityKVM: Use list_move()
2007-05-03 Michal PiotrowskiKVM: Remove unused function
2007-05-03 Avi KivityKVM: SVM: Ensure timestamp counter monotonicity
2007-05-03 Avi KivityKVM: MMU: Fix hugepage pdes mapping same physical addre...
2007-05-03 Joerg RoedelKVM: SVM: forbid guest to execute monitor/mwait
2007-05-03 Sergey KiselevKVM: Handle writes to MCG_STATUS msr
2007-05-03 Avi KivityKVM: Remove unused and write-only variables
2007-05-03 Avi KivityKVM: Don't allow the guest to turn off the cpu cache
2007-05-03 Avi KivityKVM: Hack real-mode segments on vmx from KVM_SET_SREGS
2007-05-03 Avi KivityKVM: Modify guest segments after potentially switching...
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Workaround vmx inability to virtualize the reset...
2007-05-03 Avi KivityKVM: MMU: Remove global pte tracking
2007-05-03 Avi KivityKVM: MMU: Remove unnecessary check for pdptr access
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Future-proof argument-less ioctls
2007-05-03 Avi KivityKVM: Allow kernel to select size of mmap() buffer
2007-05-03 Avi KivityKVM: Add guest mode signal mask
2007-05-03 Avi KivityKVM: Initialize the apic_base msr on svm too
2007-05-03 Avi KivityKVM: Add a special exit reason when exiting due to...
2007-05-03 Avi KivityKVM: Fold kvm_run::exit_type into kvm_run::exit_reason
2007-05-03 Avi KivityKVM: Allow userspace to process hypercalls which have...
2007-05-03 Avi KivityKVM: Add method to check for backwards-compatible API...
2007-05-03 Avi KivityKVM: Remove the 'emulated' field from the userspace...
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
2007-05-03 Avi KivityKVM: Do not communicate to userspace through cpu regist...
2007-05-03 Avi KivityKVM: Use a shared page for kernel/user communication...
2007-05-03 Avi KivityKVM: Fix bogus sign extension in mmu mapping audit
2007-05-03 Avi KivityKVM: Use own minor number
2007-05-03 Dor LaorKVM: Use the generic skip_emulated_instruction() in...
2007-05-03 Dor LaorKVM: Fix guest register corruption on paravirt hypercall
2007-04-19 Avi KivityKVM: Fix off-by-one when writing to a nonpae guest pde
2007-03-27 Ingo MolnarKVM: always reload segment selectors
2007-03-27 Avi KivityKVM: Prevent system selectors leaking into guest on...
2007-03-18 Avi KivityKVM: MMU: Fix host memory corruption on i386 with ...
2007-03-18 Avi KivityKVM: MMU: Fix guest writes to nonpae pde
2007-03-18 Avi KivityKVM: Fix guest sysenter on vmx
2007-03-18 Avi KivityKVM: Unset kvm_arch_ops if arch module loading failed
2007-03-04 Andrew MortonKVM: Move kvmfs magic number to <linux/magic.h>
2007-03-04 Avi KivityKVM: Fix bogus failure in kvm.ko module initialization
2007-03-04 Uri LublinKVM: Remove write access permissions when dirty-page...
2007-03-04 Uri Lublinkvm: move do_remove_write_access() up
2007-03-04 Uri LublinKVM: Fix dirty page log bitmap size/access calculation
2007-03-04 Uri LublinKVM: Add missing calls to mark_page_dirty()
2007-03-04 Avi KivityKVM: Per-vcpu inodes
2007-03-04 Avi KivityKVM: Move kvm_vm_ioctl_create_vcpu() around
2007-03-04 Avi KivityKVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_...
2007-03-04 Avi KivityKVM: Create an inode per virtual machine
2007-03-04 Avi KivityKVM: Add internal filesystem for generating inodes
2007-03-04 Avi KivityKVM: More 0 -> NULL conversions
2007-03-04 Joerg RoedelKVM: SVM: intercept SMI to handle it at host level
2007-03-04 Avi KivityKVM: svm: init cr0 with the wp bit set
2007-03-04 Avi KivityKVM: Wire up hypercall handlers to a central arch-indep...
2007-03-04 Avi KivityKVM: Add hypercall host support for svm
2007-03-04 Ingo MolnarKVM: Add host hypercall support for vmx
2007-03-04 Ingo MolnarKVM: add MSR based hypercall API
2007-03-04 Markus RechbergerKVM: Use page_private()/set_page_private() apis
2007-03-04 Ahmed S. DarwishKVM: Use ARRAY_SIZE macro instead of manual calculation.
2007-03-04 Joerg RoedelKVM: vmx: hack set_cr0_no_modeswitch() to actually...
2007-03-04 Avi KivityKVM: Cosmetics
2007-03-04 Jeremy KatzKVM: Move virtualization deactivation from CPU_DEAD...
2007-03-04 Avi KivityKVM: mmu: add missing dirty page tracking cases
2007-02-13 Jeremy Fitzhardinge[PATCH] i386: Convert i386 PDA code to use %fs
next