summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2022-05-18ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-04-01Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)
2022-04-01ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()linyujun
2022-04-01ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Austin Kim
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-03-11ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)
2022-03-11ARM: unwind: only permit stack switch when unwinding call_with_stack()Ard Biesheuvel
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel
2022-03-11ARM: entry: fix unwinder problems caused by IRQ stacksArd Biesheuvel
2022-03-11ARM: unwind: set frame.pc correctly for current-thread unwindingRussell King (Oracle)
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-03-10ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman
2022-03-08ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-03-08ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel
2022-03-07ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesArd Biesheuvel
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)
2022-03-05ARM: early traps initialisationRussell King (Oracle)
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-21ARM: Fix kgdb breakpoint for Thumb2Russell King (Oracle)
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel
2022-02-09ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel
2022-02-09ARM: ftrace: avoid unnecessary literal loadsArd Biesheuvel
2022-02-09ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel
2022-02-09ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel
2022-02-09ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel
2022-02-09ARM: ftrace: ensure that ADR takes the Thumb bit into accountArd Biesheuvel
2022-01-25ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel
2022-01-25ARM: entry: avoid clobbering R9 in IRQ handlerArd Biesheuvel
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel
2022-01-24ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-17ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel
2021-12-17ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNCVladimir Murzin
2021-12-17ARM: reduce the information printed in call tracesRussell King
2021-12-17ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel