summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-09-02Revert "ARM: ep93xx: fix missing-prototype warnings"Greg Kroah-Hartman
2023-09-02Revert "MIPS: Alchemy: fix dbdma2"Greg Kroah-Hartman
2023-08-30x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang
2023-08-30MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva
2023-08-16alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-08-16sparc: fix up arch_cpu_finalize_init() build breakage.Greg Kroah-Hartman
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-11xtensa: ISS: fix call to split_if_specMax Filippov
2023-08-11ARM: orion5x: fix d2net gpio initializationArnd Bergmann
2023-08-11sh: dma: Fix DMA channel offset calculationArtur Rojek
2023-08-11powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap
2023-08-11sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz
2023-08-11ARM: ep93xx: fix missing-prototype warningsArnd Bergmann
2023-08-11ARM: dts: BCM5301X: Drop "clock-names" from the SPI nodeRafał Miłecki
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-08-11x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-08-11x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman
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-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier
2023-06-21powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-21nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau
2023-06-21MIPS: Alchemy: fix dbdma2Manuel Lauss
2023-06-21ARM: dts: vexpress: add missing cache propertiesKrzysztof Kozlowski
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook
2023-06-09ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy