summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-05-15x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount pointJames Morse
2025-05-15x86/resctrl: Check all domains are offline in resctrl_exit()James Morse
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse
2025-05-15x86/resctrl: Remove the limit on the number of CLOSIDAmit Singh Tomar
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]
2025-05-15x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski
2025-05-15x86/cpuid: Rename have_cpuid_p() to cpuid_feature()Ahmed S. Darwish
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish
2025-05-15x86/cpuid: Move CPUID(0x2) APIs into <cpuid/api.h>Ahmed S. Darwish
2025-05-15perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freqAdrian Hunter
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui
2025-05-15x86/msr: Add rdmsrl_on_cpu() compatibility wrapperIngo Molnar
2025-05-15x86/mm: Fix kernel-doc descriptions of various pgtable methodsShivank Garg
2025-05-15x86/asm-offsets: Export certain 'struct cpuinfo_x86' fields for 64-bit asm us...Ard Biesheuvel
2025-05-14x86/boot: Defer initialization of VM space related global variablesArd Biesheuvel
2025-05-14x86/power: hibernate: Fix W=1 build kernel-doc warningsShivank Garg
2025-05-14x86/mm/pat: Fix W=1 build kernel-doc warningShivank Garg
2025-05-13x86/its: Fix build errors when CONFIG_MODULES=nEric Biggers
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam
2025-05-13x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabledBorislav Petkov (AMD)
2025-05-13x86/sev: Make sure pages are not skipped during kdumpAshish Kalra
2025-05-13x86/sev: Do not touch VMSA pages during SNP guest memory kdumpAshish Kalra
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/nmi' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/asm' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-12mm, x86: use for_each_valid_pfn() from __ioremap_check_ram()David Woodhouse
2025-05-12x86/Kconfig: enable kexec handover for 64 bitsAlexander Graf
2025-05-12x86/boot: make sure KASLR does not step over KHO preserved memoryAlexander Graf
2025-05-12x86/e820: temporarily enable KHO scratch for memory below 1MAlexander Graf
2025-05-12x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf
2025-05-12x86/setup: use memblock_reserve_kern for memory used by kernelMike Rapoport (Microsoft)
2025-05-12ACPI: MRRM: Minimal parse of ACPI MRRM tableTony Luck
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-11x86: pgtable: always use pte_free_kernel()Kevin Brodsky
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-11mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin