aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAge
...
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-09
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-25
* KVM: rearrange injection cancelling codeMichael S. Tsirkin2012-06-25
* KVM: only sync when attention bits setMichael S. Tsirkin2012-06-25
* KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa2012-06-19
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-06
* KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-05
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-24
|\
| * KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-16
| * KVM: Fix page-crossing MMIOAvi Kivity2012-04-19
| * KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa2012-04-08
| * KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-08
| * KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-08
| * KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-08
* | KVM: ensure async PF event wakes up vcpu from haltGleb Natapov2012-05-06
* | kill mm argument of vm_munmap()Al Viro2012-04-21
* | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-20
|/
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-28
|\
| * KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-20
| * KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-08
| * KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-08
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-08
| * KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-08
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-08
| * KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-08
| * KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-08
| * KVM: Track TSC synchronization in generationsZachary Amsden2012-03-08
| * KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-08
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-08
| * KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-08
| * KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-08
| * KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-08
| * KVM: Improve TSC offset matchingZachary Amsden2012-03-08
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-08
| * KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-05
| * KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-05
| * KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-05
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\ \
| * | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-21
| |/
* / x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov2012-02-01
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-02-01
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-12
* KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity2011-12-27
* KVM: Add generic RDPMC supportAvi Kivity2011-12-27
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-27
* KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin2011-12-27
* KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin2011-12-27
* KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi2011-12-27