summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-081-0/+8
* KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-083-0/+30
* KVM: SVM: Fix CPL updatesKevin Wolf2012-03-081-3/+16
* KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-081-0/+2
* KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-084-14/+58
* KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
* KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-082-1/+60
* KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-081-2/+1
* KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
* KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
* KVM: Track TSC synchronization in generationsZachary Amsden2012-03-081-8/+33
* KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-081-5/+88
* KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-083-3/+7
* KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-081-8/+3
* KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
* KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
* KVM: Improve TSC offset matchingZachary Amsden2012-03-081-15/+29
* KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-084-54/+66
* KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-051-0/+1
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
* KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-051-2/+4
* KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-052-15/+15
* KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa2012-03-051-4/+4
* KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-051-8/+5
* KVM: x86 emulator: add 8-bit memory operandsAvi Kivity2012-03-051-0/+5
* KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-054-1/+88
* KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso2012-03-051-1/+0
* KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+5
* KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-1/+4
* KVM: MMU: remove the redundant get_written_sptesXiao Guangrong2012-03-051-4/+2
* KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa2012-03-051-0/+1
* KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa2012-03-051-6/+1
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-1/+1
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-161-1/+1
* KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov2012-02-011-0/+22
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-02-011-0/+51
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-02-011-0/+23
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-133-12/+12
* KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity2011-12-272-1/+19
* KVM: x86 emulator: fix RDPMC privilege checkAvi Kivity2011-12-271-1/+1
* KVM: Expose the architectural performance monitoring CPUID leafGleb Natapov2011-12-271-1/+29
* KVM: VMX: Intercept RDPMCAvi Kivity2011-12-271-1/+14
* KVM: SVM: Intercept RDPMCAvi Kivity2011-12-271-0/+15
* KVM: Add generic RDPMC supportAvi Kivity2011-12-271-0/+15
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-275-10/+550
* KVM: Expose kvm_lapic_local_deliver()Avi Kivity2011-12-272-1/+2
* KVM: x86 emulator: Use opcode::execute for Group 9 instructionTakuya Yoshikawa2011-12-271-5/+2
* KVM: x86 emulator: Use opcode::execute for Group 4/5 instructionsTakuya Yoshikawa2011-12-271-11/+8
* KVM: x86 emulator: Use opcode::execute for Group 1A instructionTakuya Yoshikawa2011-12-271-9/+1
OpenPOWER on IntegriCloud