Age | Commit message (Expand) | Author |
2011-03-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi |
2011-03-17 | KVM: fix kvmclock regression due to missing clock update | Nikola Ciprich |
2011-03-17 | KVM: emulator: Fix io permission checking for 64bit guest | Gleb Natapov |
2011-03-17 | KVM: MMU: move mmu pages calculated out of mmu lock | Xiao Guangrong |
2011-03-17 | KVM: better readability of efer_reserved_bits | Lai Jiangshan |
2011-03-17 | KVM: Clear async page fault hash after switching to real mode | Lai Jiangshan |
2011-03-17 | KVM: x86: Convert tsc_write_lock to raw_spinlock | Jan Kiszka |
2011-03-17 | KVM: remove isr_ack logic from PIC | Gleb Natapov |
2011-03-17 | KVM: Convert kvm_lock to raw_spinlock | Jan Kiszka |
2011-03-17 | KVM: Fix race between nmi injection and enabling nmi window | Avi Kivity |
2011-03-17 | KVM: Drop ad-hoc vendor specific instruction restriction | Avi Kivity |
2011-03-17 | KVM: Drop bogus x86_decode_insn() error check | Avi Kivity |
2011-03-17 | KVM: x86: release kvmclock page on reset | Glauber Costa |
2011-03-17 | KVM: x86: handle guest access to BBL_CR_CTL3 MSR | john cooper |
2011-03-17 | KVM: Add "exiting guest mode" state | Xiao Guangrong |
2011-03-17 | KVM: x86: Remove user space triggerable MCE error message | Jan Kiszka |
2011-03-17 | KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs() | Xiao Guangrong |
2011-01-13 | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2011-01-12 | KVM: Initialize fpu state in preemptible context | Avi Kivity |
2011-01-12 | KVM: Fetch guest cr3 from hardware on demand | Avi Kivity |
2011-01-12 | KVM: Replace reads of vcpu->arch.cr3 by an accessor | Avi Kivity |
2011-01-12 | KVM: SVM: copy instruction bytes from VMCB | Andre Przywara |
2011-01-12 | KVM: cleanup emulate_instruction | Andre Przywara |
2011-01-12 | KVM: move complete_insn_gp() into x86.c | Andre Przywara |
2011-01-12 | KVM: x86: fix CR8 handling | Andre Przywara |
2011-01-12 | KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() | Takuya Yoshikawa |
2011-01-12 | KVM: return true when user space query KVM_CAP_USER_NMI extension | Lai Jiangshan |
2011-01-12 | KVM: Correct kvm_pio tracepoint count field | Avi Kivity |
2011-01-12 | KVM: MMU: retry #PF for softmmu | Xiao Guangrong |
2011-01-12 | KVM: X86: Don't report L2 emulation failures to user-space | Joerg Roedel |
2011-01-12 | KVM: Pull extra page fault information into struct x86_exception | Avi Kivity |
2011-01-12 | KVM: Push struct x86_exception info the various gva_to_gpa variants | Avi Kivity |
2011-01-12 | KVM: x86 emulator: make emulator memory callbacks return full exception | Avi Kivity |
2011-01-12 | KVM: x86 emulator: introduce struct x86_exception to communicate faults | Avi Kivity |
2011-01-12 | KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info | Avi Kivity |
2011-01-12 | KVM: MMU: fix apf prefault if nested guest is enabled | Xiao Guangrong |
2011-01-12 | KVM: MMU: clear apfs if page state is changed | Xiao Guangrong |
2011-01-12 | KVM: Clean up vm creation and release | Jan Kiszka |
2011-01-12 | KVM: avoid unnecessary wait for a async pf | Xiao Guangrong |
2011-01-12 | KVM: fix searching async gfn in kvm_async_pf_gfn_slot | Xiao Guangrong |
2011-01-12 | KVM: x86: Avoid issuing wbinvd twice | Jan Kiszka |
2011-01-12 | KVM: pre-allocate one more dirty bitmap to avoid vmalloc() | Takuya Yoshikawa |
2011-01-12 | KVM: MMU: remove kvm_mmu_set_base_ptes | Marcelo Tosatti |
2011-01-12 | KVM: Send async PF when guest is not in userspace too. | Gleb Natapov |
2011-01-12 | KVM: Let host know whether the guest can handle async PF in non-userspace con... | Gleb Natapov |
2011-01-12 | KVM: Inject asynchronous page fault into a PV guest if page is swapped out. | Gleb Natapov |
2011-01-12 | KVM: Add PV MSR to enable asynchronous page faults delivery. | Gleb Natapov |
2011-01-12 | KVM: Add memory slot versioning and use it to provide fast guest write interface | Gleb Natapov |
2011-01-12 | KVM: Retry fault before vmentry | Gleb Natapov |