summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* m68k: Move signal frame following exception on 68020/030Finn Thain2023-05-301-4/+10
* ARM: dts: s5pv210: correct MIPI CSIS clock nameKrzysztof Kozlowski2023-05-171-1/+1
* ARM: dts: exynos: fix WM8960 clock name in Itop EliteKrzysztof Kozlowski2023-05-171-1/+1
* sh: nmi_debug: fix return value of __setup handlerRandy Dunlap2023-05-171-2/+2
* sh: math-emu: fix macro redefined warningRandy Dunlap2023-05-171-4/+0
* parisc: Fix argument pointer in real64_call_asm()Helge Deller2023-05-171-3/+2
* powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch2023-05-171-1/+1
* powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap2023-05-171-3/+2
* powerpc/wii: fix resource printk format warningsRandy Dunlap2023-05-173-4/+4
* powerpc/mpc512x: fix resource printk format warningRandy Dunlap2023-05-171-1/+1
* sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz2023-05-171-1/+1
* ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap2023-05-171-1/+1
* arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-05-173-0/+8
* x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar2023-05-171-5/+9