summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+26
2019-11-25Merge tag 'for-linus-5.5a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini6-8/+44
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini1-0/+1
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-0/+2
2019-11-15KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu1-0/+14
2019-11-15KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu1-0/+5
2019-11-14xen/mcelog: add PPIN to record when availableJan Beulich1-0/+2
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-11-04kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-0/+2
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2-0/+8
2019-10-28x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta4-2/+14
2019-10-28x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+9
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson1-1/+1
2019-10-22KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis1-0/+1
2019-10-22KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAPLike Xu1-1/+1
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee1-1/+1
2019-10-22KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson1-1/+0
2019-10-22KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'Sean Christopherson1-3/+1
2019-10-22x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom1-5/+8
2019-10-22x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom1-1/+2
2019-10-18x86/mm: implement arch_faults_on_old_pte() stub on x86Jia He1-0/+6
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2019-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-1/+1
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-0/+23
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+0
2019-10-01x86: Use the correct SPDX License Identifier in headersNishad Kamdar2-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+11
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-28/+70
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini1-7/+0
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson1-7/+1
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson1-5/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2-3/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin2-2/+0
2019-09-24kvm: nvmx: limit atomic switch MSRsMarc Orr1-0/+1
2019-09-24kvm: svm: Intercept RDPRUJim Mattson1-0/+1
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson1-2/+2
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""Sean Christopherson1-0/+1
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu1-0/+1
2019-09-24KVM: x86: Add comments to document various emulation typesSean Christopherson1-0/+30
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson1-6/+0
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson1-0/+1
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson1-2/+1
2019-09-24KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...Vitaly Kuznetsov1-0/+7
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2-0/+6