summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-062-19/+2
|\
| * x86/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-182-19/+2
* | Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-051-0/+8
|\ \
| * | x86/sgx: Keep record of SGX page typeReinette Chatre2022-07-071-0/+3
| * | x86/sgx: Add wrapper for SGX2 EMODPR functionReinette Chatre2022-07-071-0/+5
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-9/+0
|\ \ \
| * | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-9/+0
* | | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-052-11/+0
|\ \ \ \
| * | | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-231-8/+0
| * | | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-231-3/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-0410-37/+121
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-0110-37/+121
| |\ \ \ \ \
| | * | | | | KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0Sean Christopherson2022-07-142-2/+2
| | * | | | | KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson2022-07-141-1/+1
| | * | | | | KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()Hou Wenlong2022-07-131-1/+0
| | * | | | | KVM: SVM: Introduce hybrid-AVIC modeSuravee Suthikulpanit2022-06-241-5/+0
| | * | | | | KVM: SVM: Introduce logic to (de)activate x2AVIC modeSuravee Suthikulpanit2022-06-241-0/+1
| | * | | | | KVM: SVM: Update max number of vCPUs supported for x2AVIC modeSuravee Suthikulpanit2022-06-241-3/+9
| | * | | | | KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit2022-06-241-0/+3
| | * | | | | KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-2/+2
| | * | | | | x86/cpufeatures: Introduce x2AVIC CPUID bitSuravee Suthikulpanit2022-06-241-0/+1
| | * | | | | KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.Jue Wang2022-06-241-0/+1
| | * | | | | KVM: x86/mmu: Extend Eager Page Splitting to nested MMUsDavid Matlack2022-06-241-0/+22
| | * | | | | KVM: x86/mmu: Cache the access bits of shadowed translationsDavid Matlack2022-06-241-1/+1
| | * | | | | KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basisBen Gardon2022-06-241-0/+2
| | * | | | | KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behaviorSean Christopherson2022-06-201-1/+2
| | * | | | | KVM: x86: Move "apicv_active" into "struct kvm_lapic"Sean Christopherson2022-06-201-1/+0
| | * | | | | KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()Sean Christopherson2022-06-201-1/+1
| | * | | | | Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-097-20/+74
| | |\ \ \ \ \
| | | * | | | | KVM: VMX: Enable Notify VM exitTao Xu2022-06-083-0/+15
| | | * | | | | KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson2022-06-081-15/+0
| | | * | | | | KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple faultChenyi Qiang2022-06-081-0/+2
| | | * | | | | KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu2022-06-081-1/+1
| | | * | | | | perf: x86/core: Add interface to query perfmon_event_map[] directlyLike Xu2022-06-081-0/+6
| | | * | | | | KVM: x86/pmu: Disable guest PEBS temporarily in two rare situationsLike Xu2022-06-081-0/+9
| | | * | | | | KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBSLike Xu2022-06-081-0/+2
| | | * | | | | KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DSLike Xu2022-06-081-0/+1
| | | * | | | | KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBSLike Xu2022-06-082-0/+9
| | | * | | | | KVM: x86/pmu: Introduce the ctrl_mask value for fixed counterLike Xu2022-06-081-0/+1
| | | * | | | | perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu2022-06-081-2/+2
| | | * | | | | perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu2022-06-081-0/+1
| | | * | | | | KVM: VMX: enable IPI virtualizationChao Gao2022-06-084-0/+12
| | | * | | | | KVM: x86: Allow userspace to set maximum VCPU id for VMZeng Guang2022-06-081-0/+6
| | | * | | | | KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS configRobert Hoo2022-06-081-0/+3
| | | * | | | | x86/cpu: Add new VMX feature, Tertiary VM-Execution controlRobert Hoo2022-06-082-1/+3
| | | * | | | | KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepointSean Christopherson2022-06-081-1/+1
| | | * | | | | Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini2022-06-071-1/+1
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
* | | | | | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-6/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-2/+1
| * | | | | | | | efi: Make code to find mirrored memory ranges genericMa Wupeng2022-06-151-4/+0
| | |_|/ / / / / | |/| | | | | |