summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-141-3/+3
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-293-3/+4
| |\
| * | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-3/+3
* | | KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini2016-03-101-1/+3
* | | KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini2016-03-101-13/+23
* | | KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-081-0/+7
* | | kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-021-5/+9
* | | KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-02-261-5/+4
| |/ |/|
* | KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-02-251-1/+1
* | KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini2016-02-241-2/+2
* | KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-241-0/+1
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-156-29/+31
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-1215-355/+1557
|\
| * kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-082-1/+196
| * kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-082-5/+98
| * kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-082-19/+25
| * kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin2016-01-081-3/+4
| * kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin2016-01-081-1/+1
| * kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin2016-01-081-12/+14
| * kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin2016-01-081-23/+20
| * kvm/x86: Drop stimer_stop() functionAndrey Smetanin2016-01-081-6/+1
| * kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin2016-01-081-1/+1
| * KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+15
| * kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
| * kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack2016-01-071-4/+6
| * KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa2015-12-181-9/+1
| * kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
| * KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
| * KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
| * KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
| * KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
| * kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-163-3/+348
| * kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-161-0/+31
| * kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin2015-12-161-4/+7
| * kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin2015-12-161-6/+14
| * kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin2015-12-161-10/+10
| * KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-262-15/+9
| * KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6
| * KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-262-18/+11
| * KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa2015-11-251-7/+7
| * KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa2015-11-251-9/+17
| * KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2015-11-252-10/+5
| * KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2015-11-252-18/+19
| * KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa2015-11-251-18/+18
| * KVM: x86: MMU: Remove unused parameter of __direct_map()Takuya Yoshikawa2015-11-251-8/+4
| * KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-252-102/+107
| * KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-252-8/+5
| * KVM: x86: correctly print #AC in tracesPaolo Bonzini2015-11-251-1/+1
| * KVM: svm: add support for RDTSCPPaolo Bonzini2015-11-251-1/+23
OpenPOWER on IntegriCloud