summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-176-24/+56
|\
| * x86/purgatory: Remove LTO flagsSong Liu2023-09-171-0/+4
| * x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-172-14/+39
| * x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-121-4/+0
| * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-121-0/+8
| * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
* | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-3/+9
|\ \
| * | x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
* | | efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel2023-09-111-1/+1
* | | efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2023-09-113-32/+31
| |/ |/|
* | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-105-10/+20
|\ \
| * | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
| * | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2023-09-062-8/+15
| * | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
| * | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-101-1/+11
|\ \ \
| * | | perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-0744-1070/+1316
|\ \ \ \
| * | | | KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson2023-08-311-0/+1
| * | | | KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson2023-08-314-24/+47
| * | | | KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson2023-08-311-1/+6
| * | | | KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson2023-08-311-5/+6
| * | | | KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson2023-08-311-6/+19
| * | | | KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson2023-08-313-16/+23
| * | | | KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson2023-08-312-12/+17
| * | | | KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson2023-08-314-29/+72
| * | | | KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson2023-08-311-2/+2
| * | | | KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson2023-08-311-6/+11
| * | | | KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson2023-08-314-21/+19
| * | | | KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson2023-08-315-100/+46
| * | | | KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson2023-08-314-16/+47
| * | | | KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson2023-08-315-27/+39
| * | | | KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao2023-08-313-39/+0
| * | | | KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao2023-08-313-2/+40
| * | | | KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson2023-08-313-0/+15
| * | | | KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson2023-08-312-4/+3
| * | | | KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson2023-08-314-12/+6
| * | | | KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot changeSean Christopherson2023-08-311-8/+2
| * | | | KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson2023-08-313-13/+12
| * | | | KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson2023-08-311-11/+10
| * | | | KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()Mingwei Zhang2023-08-311-15/+18
| * | | | KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stubSean Christopherson2023-08-311-1/+1
| * | | | KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU KconfigSean Christopherson2023-08-313-4/+15
| * | | | KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabledSean Christopherson2023-08-311-1/+11
| * | | | KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()Sean Christopherson2023-08-317-49/+49
| * | | | KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()Sean Christopherson2023-08-314-12/+12
| * | | | KVM: x86/mmu: Cleanup sanity check of SPTEs at SP freeSean Christopherson2023-08-311-10/+9
| * | | | KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEsSean Christopherson2023-08-311-5/+5
| * | | | KVM: x86/mmu: Delete the "dbg" module paramSean Christopherson2023-08-312-7/+0
| * | | | KVM: x86/mmu: Delete rmap_printk() and all its usageSean Christopherson2023-08-312-14/+0