summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)
2023-08-08x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson
2023-08-08x86/cpu: Add VM page flush MSR availablility as a CPUID featureTom Lendacky
2023-08-08x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2023-08-08x86/mm: fix poking_init() for Xen PV guestsJuergen Gross
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner
2023-07-27arm64: mm: fix VA-range sanity checkMark Rutland
2023-07-27xtensa: ISS: fix call to split_if_specMax Filippov
2023-07-27powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao
2023-07-27ARM: orion5x: fix d2net gpio initializationArnd Bergmann
2023-07-27sh: dma: Fix DMA channel offset calculationArtur Rojek
2023-07-27powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap
2023-07-27KVM: s390: vsie: fix the length of APCB bitmapPierre Morel
2023-07-27KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holesNico Boehr
2023-07-27sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz
2023-07-27ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada
2023-07-27powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V
2023-07-27arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1Wolfram Sang
2023-07-27ARM: ep93xx: fix missing-prototype warningsArnd Bergmann
2023-07-27arm64: dts: qcom: msm8916: correct camss unit addressKrzysztof Kozlowski
2023-07-27ARM: dts: gta04: Move model property out of pinctrl nodeTony Lindgren
2023-07-27ARM: dts: BCM5301X: Drop "clock-names" from the SPI nodeRafał Miłecki
2023-07-27ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann
2023-07-27x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-27x86/resctrl: Use is_closid_match() in more placesJames Morse
2023-07-27x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-24x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)