summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang2023-08-301-0/+8
* MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva2023-08-301-1/+1
* alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-161-2/+1
* x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-162-2/+2
* x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov2023-08-161-2/+2
* sparc: fix up arch_cpu_finalize_init() build breakage.Greg Kroah-Hartman2023-08-161-1/+1
* word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-111-1/+1
* xtensa: ISS: fix call to split_if_specMax Filippov2023-08-111-1/+1
* ARM: orion5x: fix d2net gpio initializationArnd Bergmann2023-08-112-0/+9
* sh: dma: Fix DMA channel offset calculationArtur Rojek2023-08-111-13/+24
* powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap2023-08-111-1/+1
* sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz2023-08-111-1/+1
* ARM: ep93xx: fix missing-prototype warningsArnd Bergmann2023-08-111-1/+2
* ARM: dts: BCM5301X: Drop "clock-names" from the SPI nodeRafał Miłecki2023-08-111-1/+0
* treewide: Remove uninitialized_var() usageKees Cook2023-08-117-11/+11
* x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner2023-08-111-10/+14
* x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)2023-08-111-1/+1
* x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman2023-08-081-1/+5
* x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-08-081-0/+2
* KVM: Add GDS_NO support to KVMDaniel Sneddon2023-08-082-0/+12
* x86/speculation: Add Kconfig option for GDSDaniel Sneddon2023-08-082-0/+23
* x86/speculation: Add force option to GDS mitigationDaniel Sneddon2023-08-081-1/+19
* x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-08-085-9/+167
* x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2023-08-082-6/+8
* x86/fpu: Mark init functions __initThomas Gleixner2023-08-081-2/+2
* x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-08-083-5/+5
* init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-082-0/+13
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-084-76/+0
* um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-8/+3
* sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-18/+8
* sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-085-78/+59
* mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-17/+14
* m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-22/+3
* ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-22/+2
* ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-5/+3
* x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-085-52/+58
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+3
* x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava2023-06-281-1/+4
* arm64: Add missing Set/Way CMO encodingsMarc Zyngier2023-06-281-0/+6
* powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman2023-06-211-5/+4
* Remove DECnet support from kernelStephen Hemminger2023-06-217-14/+0
* nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2023-06-212-2/+2
* mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau2023-06-211-4/+5
* MIPS: Alchemy: fix dbdma2Manuel Lauss2023-06-211-12/+15
* ARM: dts: vexpress: add missing cache propertiesKrzysztof Kozlowski2023-06-211-0/+1
* x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2023-06-092-13/+25
* ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-06-091-1/+24
* x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy2023-05-301-2/+5
* x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2023-05-302-0/+30
* parisc: Allow to reboot machine after system haltHelge Deller2023-05-301-3/+8