summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman1-1/+5
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+2
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon2-0/+12
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon2-0/+23
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon1-1/+19
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon5-9/+167
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2-6/+8
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner1-2/+2
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner3-5/+5
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2-0/+13
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner4-76/+0
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-8/+3
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-18/+8
2023-08-08sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-78/+59
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-17/+14
2023-08-08m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+3
2023-08-08ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+2
2023-08-08ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-5/+3
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-52/+58
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner1-0/+3
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)5-0/+66
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)1-72/+67
2023-07-24x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)1-1/+1
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier1-0/+6
2023-06-28x86/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-06-21powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman1-5/+4
2023-06-21Remove DECnet support from kernelStephen Hemminger7-14/+0
2023-06-21powerpc/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-06-21nios2: dts: Fix tse_mac "max-frame-size" propertyJanne Grunau2-2/+2
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-06-21MIPS: Alchemy: fix dbdma2Manuel Lauss1-12/+15
2023-06-21parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller1-1/+17
2023-06-21ARM: dts: vexpress: add missing cache propertiesKrzysztof Kozlowski1-0/+1
2023-06-09x86/boot: Wrap literal addresses in absolute_pointer()Kees Cook2-13/+25
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-06-09ARM: dts: stm32: add pin map for CAN controller on stm32f7Dario Binacchi1-0/+82
2023-06-09ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li1-1/+24
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy1-2/+5
2023-05-30parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+8
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen2-0/+30
2023-05-30parisc: Allow to reboot machine after system haltHelge Deller1-3/+8
2023-05-30m68k: Move signal frame following exception on 68020/030Finn Thain1-4/+10
2023-05-17ARM: dts: s5pv210: correct MIPI CSIS clock nameKrzysztof Kozlowski1-1/+1
2023-05-17ARM: dts: exynos: fix WM8960 clock name in Itop EliteKrzysztof Kozlowski1-1/+1
2023-05-17sh: nmi_debug: fix return value of __setup handlerRandy Dunlap1-2/+2
2023-05-17sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap2-5/+5
2023-05-17sh: math-emu: fix macro redefined warningRandy Dunlap1-4/+0
2023-05-17parisc: Fix argument pointer in real64_call_asm()Helge Deller1-3/+2
2023-05-17openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne1-4/+2