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