summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-011-0/+8
|\
| * mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-291-0/+8
* | Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-013-7/+26
|\ \
| * | x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang2023-09-281-5/+25
| * | x86/srso: Add SRSO mitigation for Hygon processorsPu Wen2023-09-281-1/+1
| * | x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET2023-09-241-1/+0
* | | Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-011-7/+17
|\ \ \
| * | | perf/x86/amd: Do not WARN() on every IRQBreno Leitao2023-09-251-1/+9
| * | | perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das2023-09-221-6/+8
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-249-134/+145
|\ \ \ | |_|/ |/| |
| * | Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2311-60/+97
| |\|
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
* | | Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-222-8/+2
|\ \ \
| * | | x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-222-1/+3
| * | | x86/alternatives: Remove faulty optimizationJosh Poimboeuf2023-09-221-8/+0
| | |/ | |/|
* | | Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-2211-55/+56
|\ \ \
| * | | x86/shstk: Add warning for shadow stack double unmapRick Edgecombe2023-09-191-0/+11
| * | | x86/shstk: Remove useless clone error handlingRick Edgecombe2023-09-191-7/+0
| * | | x86/shstk: Handle vfork clone failure correctlyRick Edgecombe2023-09-192-4/+21
| * | | x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf2023-09-191-1/+1
| * | | x86/srso: Don't probe microcode in a guestJosh Poimboeuf2023-09-191-1/+1
| * | | x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-09-193-33/+10
| * | | x86/srso: Fix srso_show_state() side effectJosh Poimboeuf2023-09-191-1/+1
| * | | x86/asm: Fix build of UML with KASANVincent Whitchurch2023-09-184-3/+10
| * | | x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel2023-09-181-6/+2
| |/ /
* | | xen/efi: refactor deprecated strncpyJustin Stitt2023-09-191-1/+1
* | | x86/xen: allow nesting of same lazy modeJuergen Gross2023-09-192-2/+14
* | | x86/xen: move paravirt lazy codeJuergen Gross2023-09-196-110/+96
* | | xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-193-3/+3
|/ /
* | 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
|\ \ \