summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-29KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig1-32/+1
2013-06-27KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)1-3/+2
2013-04-26KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-7/+6
2013-04-26KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig1-25/+14
2013-04-26KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2012-12-03KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek1-0/+3
2012-05-06KVM: ensure async PF event wakes up vcpu from haltGleb Natapov1-0/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-21VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-03-29Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-90/+313
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti1-9/+10
2012-03-08KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu1-0/+1
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka1-0/+1
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity1-0/+8
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf1-0/+6
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-3/+3
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+59
2012-03-08KVM: Fix write protection race during dirty loggingTakuya Yoshikawa1-6/+5
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden1-8/+33
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden1-5/+88
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+1
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden1-8/+3
2012-03-08KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden1-4/+6
2012-03-08KVM: Leave TSC synchronization window open with each new syncZachary Amsden1-1/+0
2012-03-08KVM: Improve TSC offset matchingZachary Amsden1-15/+29
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-40/+42
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky1-0/+20
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte1-0/+5
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte1-1/+4
2012-02-22i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+1
2012-02-01KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov1-0/+22
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf1-0/+23
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-2/+2
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity1-0/+7
2011-12-27KVM: Add generic RDPMC supportAvi Kivity1-0/+15
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-9/+13
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin1-47/+35
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin1-2/+2
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi1-7/+7
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong1-10/+1
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong1-4/+0
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-631/+3
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-9/+9
2011-12-27KVM: introduce update_memslots functionXiao Guangrong1-1/+1
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa1-7/+51
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-6/+3
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright1-12/+0