summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-20x86/smp: Dont access non-existing CPUID leafTony Battersby1-2/+3
2023-06-20x86/smp: Make stop_other_cpus() more robustThomas Gleixner3-23/+64
2023-06-20Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-2/+4
2023-06-19x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-06-19MIPS: Loongson32: Remove deprecated PWM timer clocksourceKeguang Zhang4-273/+0
2023-06-19ARM: 9315/1: fiq: include asm/mach/irq.h for prototypesArnd Bergmann1-0/+1
2023-06-19ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hArnd Bergmann3-21/+9
2023-06-19ARM: 9313/1: vdso: add missing prototypesArnd Bergmann2-0/+7
2023-06-19ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.cArnd Bergmann1-0/+1
2023-06-19ARM: 9311/1: decompressor: move function prototypes to misc.hArnd Bergmann4-6/+13
2023-06-19ARM: 9310/1: xip-kernel: add __inflate_kernel_data prototypeArnd Bergmann2-4/+8
2023-06-19ARM: 9309/1: add missing syscall prototypesArnd Bergmann4-0/+55
2023-06-19ARM: 9308/1: move setup functions to headerArnd Bergmann2-7/+7
2023-06-19ARM: 9307/1: nommu: include asm/idmap.hArnd Bergmann1-0/+1
2023-06-19ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warningArnd Bergmann1-0/+1
2023-06-19ARM: 9305/1: add clear/copy_user_highpage declarationsArnd Bergmann1-0/+22
2023-06-19ARM: 9304/1: add prototype for function called only from asmArnd Bergmann9-0/+35
2023-06-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann5-5/+7
2023-06-19ARM: 9302/1: traps: hide unused functions on NOMMUArnd Bergmann1-0/+2
2023-06-19ARM: 9301/1: dma-mapping: hide unused dma_contiguous_early_fixup functionArnd Bergmann1-0/+2
2023-06-19ARM: 9300/1: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-4/+4
2023-06-19ARM: 9299/1: module: use sign_extend32() to extend the signednessMasahiro Yamada1-6/+4
2023-06-19ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij13-16/+5
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann1-2/+0
2023-06-18Merge tag 'parisc-for-6.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+0
2023-06-18arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencingMichael Kelley1-1/+1
2023-06-18x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley1-1/+1
2023-06-17parisc: Delete redundant register definitions in <asm/assembly.h>Ben Hutchings1-4/+0
2023-06-17Merge tag 'v6.4-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann10-46/+50
2023-06-16x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner1-4/+6
2023-06-16x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones1-4/+4
2023-06-16arm64/fpsimd: Exit streaming mode when flushing tasksMark Brown1-0/+1
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval4-0/+35
2023-06-16perf/x86/intel: Fix the FRONTEND encoding on GNR and MTLKan Liang1-1/+14
2023-06-16x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)1-9/+2
2023-06-16x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner1-4/+8
2023-06-16x86/fpu: Mark init functions __initThomas Gleixner1-2/+2
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner3-5/+5
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner3-6/+3
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2-3/+15
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner4-73/+0
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-8/+3
2023-06-16sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-18/+8
2023-06-16sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-74/+59
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-17/+14
2023-06-16m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+3
2023-06-16loongarch/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-17/+3
2023-06-16ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+2
2023-06-16ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-5/+3
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-52/+56