aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
* KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa2013-01-14
* KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa2013-01-14
* KVM: Write protect the updated slot only when dirty logging is enabledTakuya Yoshikawa2013-01-14
* KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-13
* KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-13
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-05
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-02
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-30
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-30
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-27
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-27
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-27
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-27
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-27
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-27
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-27
| * KVM: remove unnecessary return value checkGuo Chao2012-11-13
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-13
| * KVM: do not kfree error pointerGuo Chao2012-11-13
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-29
| * KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-18
| * KVM: x86: Make emulator_fix_hypercall staticJan Kiszka2012-10-08
| * KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka2012-10-08
* | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-12
* | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-31
|/
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-04
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-23
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-23
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-20
| * KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-20
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-17
| * KVM: use symbolic constant for nr interruptsMichael S. Tsirkin2012-09-06
| * KVM: Provide userspace IO exit completion callbackGleb Natapov2012-09-06
| * KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti2012-09-06
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-06
| * KVM: x86: more constificationMathias Krause2012-09-05
| * KVM: x86: constify read_write_emulator_opsMathias Krause2012-09-05
| * KVM: x86 emulator: constify emulate_opsMathias Krause2012-09-05
| * KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti2012-08-30
| * KVM: x86 emulator: access GPRs on demandAvi Kivity2012-08-27
| * KVM: introduce readonly memslotXiao Guangrong2012-08-22
| * KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong2012-08-22
| * KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti2012-08-13
| * KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov2012-08-09
| * KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-06
| * KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-06
| * KVM: clean up kvm_(set|get)_apic_baseGleb Natapov2012-08-06
| * KVM: do not release the error pageXiao Guangrong2012-08-06
| * KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-06