summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-06-20s390/kasan: avoid short by one page shadow memoryAlexander Gordeev
2023-06-20s390/kasan: fix insecure W+X mapping warningAlexander Gordeev
2023-06-20s390/crash: use the correct type for memory allocationChristophe JAILLET
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner
2023-06-20x86/smp: Split sending INIT IPI out into a helper functionThomas Gleixner
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-06-20x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-06-20x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner
2023-06-20x86/smp: Dont access non-existing CPUID leafTony Battersby
2023-06-20x86/smp: Make stop_other_cpus() more robustThomas Gleixner
2023-06-19Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-06-19x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava
2023-06-19MIPS: Loongson32: Remove deprecated PWM timer clocksourceKeguang Zhang
2023-06-19ARM: 9315/1: fiq: include asm/mach/irq.h for prototypesArnd Bergmann
2023-06-19ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hArnd Bergmann
2023-06-19ARM: 9313/1: vdso: add missing prototypesArnd Bergmann
2023-06-19ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.cArnd Bergmann
2023-06-19ARM: 9311/1: decompressor: move function prototypes to misc.hArnd Bergmann
2023-06-19ARM: 9310/1: xip-kernel: add __inflate_kernel_data prototypeArnd Bergmann
2023-06-19ARM: 9309/1: add missing syscall prototypesArnd Bergmann
2023-06-19ARM: 9308/1: move setup functions to headerArnd Bergmann
2023-06-19ARM: 9307/1: nommu: include asm/idmap.hArnd Bergmann
2023-06-19ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warningArnd Bergmann
2023-06-19ARM: 9305/1: add clear/copy_user_highpage declarationsArnd Bergmann
2023-06-19ARM: 9304/1: add prototype for function called only from asmArnd Bergmann
2023-06-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann
2023-06-19ARM: 9302/1: traps: hide unused functions on NOMMUArnd Bergmann
2023-06-19ARM: 9301/1: dma-mapping: hide unused dma_contiguous_early_fixup functionArnd Bergmann
2023-06-19ARM: 9300/1: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-06-19ARM: 9299/1: module: use sign_extend32() to extend the signednessMasahiro Yamada
2023-06-19ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann
2023-06-18Merge tag 'parisc-for-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-17arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencingMichael Kelley
2023-06-17x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley
2023-06-17parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings
2023-06-16Merge tag 'v6.4-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-06-16x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner
2023-06-16x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones
2023-06-16arm64/fpsimd: Exit streaming mode when flushing tasksMark Brown
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval
2023-06-16perf/x86/intel: Fix the FRONTEND encoding on GNR and MTLKan Liang
2023-06-16x86/xen: Set default memory type for PV guests to WBJuergen Gross
2023-06-16x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)
2023-06-16x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16x86/fpu: Mark init functions __initThomas Gleixner
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner