summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-071-7/+6
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-191-27/+20
* KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
* KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-57/+111
|\
| * KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-111-21/+16
| * KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-041-2/+0
| * x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-2/+21
| * KVM: x86: fix use of uninitialized memory as segment descriptor in emulator.Gleb Natapov2013-01-241-1/+3
| * KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-211-4/+18
| * KVM: x86: let reexecute_instruction work for tdpXiao Guangrong2013-01-211-18/+43
| * KVM: x86: clean up reexecute_instructionXiao Guangrong2013-01-211-7/+6
| * KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-4/+1
| * KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-5/+4
| * KVM: Write protect the updated slot only when dirty logging is enabledTakuya Yoshikawa2013-01-141-1/+7
| * KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-131-2/+2
| * KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-131-3/+3
* | x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov2013-02-191-7/+9
* | KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-081-6/+18
|/
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-131-76/+472
|\
| * KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-051-0/+10
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-021-0/+1
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-301-0/+22
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-301-7/+24
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-271-1/+6
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-271-5/+52
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-271-0/+13
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-271-8/+227
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-271-1/+93
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-271-2/+3
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-271-7/+13
| * KVM: remove unnecessary return value checkGuo Chao2012-11-131-32/+0
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-131-1/+1
| * KVM: do not kfree error pointerGuo Chao2012-11-131-13/+6
| * KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-1/+1
| * KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-181-1/+1
| * KVM: x86: Make emulator_fix_hypercall staticJan Kiszka2012-10-081-2/+2
| * KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka2012-10-081-3/+5
* | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-121-0/+3
* | KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-26/+34
|/
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-162/+222
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-231-9/+17
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-0/+4
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-201-0/+2
| * KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-7/+4
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-3/+9
| * KVM: use symbolic constant for nr interruptsMichael S. Tsirkin2012-09-061-2/+2
| * KVM: Provide userspace IO exit completion callbackGleb Natapov2012-09-061-37/+56
| * KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti2012-09-061-0/+8
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-061-1/+7
OpenPOWER on IntegriCloud