aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-03-05KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina
2012-03-05KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa
2012-03-05KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa
2012-03-05KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity
2012-03-05KVM: x86 emulator: add 8-bit memory operandsAvi Kivity
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky
2012-03-05KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte
2012-03-05KVM: MMU: remove the redundant get_written_sptesXiao Guangrong
2012-03-05KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa
2012-03-05KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-01KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov
2012-02-01KVM: x86: fix missing checks in syscall emulationStephan Bärwolf
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity
2011-12-27KVM: x86 emulator: fix RDPMC privilege checkAvi Kivity
2011-12-27KVM: Expose the architectural performance monitoring CPUID leafGleb Natapov
2011-12-27KVM: VMX: Intercept RDPMCAvi Kivity
2011-12-27KVM: SVM: Intercept RDPMCAvi Kivity
2011-12-27KVM: Add generic RDPMC supportAvi Kivity
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov
2011-12-27KVM: Expose kvm_lapic_local_deliver()Avi Kivity
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 9 instructionTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 4/5 instructionsTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for Group 1A instructionTakuya Yoshikawa
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov
2011-12-27KVM: x86: Consolidate PIT legacy testJan Kiszka
2011-12-27KVM: x86: Do not rely on implicit inclusionsJan Kiszka
2011-12-27KVM: Make KVM_INTEL depend on CPU_SUP_INTELAvi Kivity
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin
2011-12-27KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_writeJan Kiszka
2011-12-27KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong
2011-12-27KVM: MMU: remove oos_shadow parameterXiao Guangrong
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong
2011-12-27KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuidSasha Levin
2011-12-27KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-12-27KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DXTakuya Yoshikawa
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong