aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-05-20ARM: 9204/2: module: Add all unwind tables when load moduleGravatar Chen Zhongjin 1-38/+40
2022-05-20ARM: 9206/1: A9: Add ARM ERRATA 764319 workaround (Updated)Gravatar Nick Hawkins 1-0/+26
2022-05-20ARM: 9201/1: spectre-bhb: rely on linker to emit cross-section literal loadsGravatar Ard Biesheuvel 1-7/+15
2022-05-20ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered labelGravatar Ard Biesheuvel 1-2/+3
2022-05-20ARM: 9199/1: spectre-bhb: use local DSB and elide ISB in loop8 sequenceGravatar Ard Biesheuvel 2-3/+4
2022-05-20ARM: 9198/1: spectre-bhb: simplify BPIALL vector macroGravatar Ard Biesheuvel 1-15/+6
2022-05-20ARM: 9195/1: entry: avoid explicit literal loadsGravatar Ard Biesheuvel 3-41/+9
2022-05-18ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Gravatar Ard Biesheuvel 1-1/+1
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedGravatar Marco Elver 1-0/+1
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-6/+7
2022-04-01Merge branches 'fixes' and 'misc' into for-linusGravatar Russell King (Oracle) 5-33/+12
2022-04-01ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()Gravatar linyujun 1-5/+5
2022-04-01ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Gravatar Austin Kim 1-1/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-9/+7
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 21-183/+664
2022-03-11ARM: fix Thumb2 regression with Spectre BHBGravatar Russell King (Oracle) 1-2/+2
2022-03-11ARM: unwind: only permit stack switch when unwinding call_with_stack()Gravatar Ard Biesheuvel 1-10/+16
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Gravatar Ard Biesheuvel 2-10/+2
2022-03-11ARM: entry: fix unwinder problems caused by IRQ stacksGravatar Ard Biesheuvel 1-43/+14
2022-03-11ARM: unwind: set frame.pc correctly for current-thread unwindingGravatar Russell King (Oracle) 3-3/+10
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-03-10ptrace/arm: Rename tracehook_report_syscall report_syscallGravatar Eric W. Biederman 1-4/+3
2022-03-08ARM: fix build error when BPF_SYSCALL is disabledGravatar Emmanuel Gil Peyrot 1-1/+1
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 5-12/+229
2022-03-08ARM: include unprivileged BPF status in Spectre V2 reportingGravatar Russell King (Oracle) 1-0/+13
2022-03-07ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yGravatar Ard Biesheuvel 1-1/+4
2022-03-07ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesGravatar Ard Biesheuvel 1-1/+2
2022-03-05ARM: Spectre-BHB workaroundGravatar Russell King (Oracle) 4-6/+139
2022-03-05ARM: early traps initialisationGravatar Russell King (Oracle) 1-6/+21
2022-03-05ARM: report Spectre v2 status through sysfsGravatar Russell King (Oracle) 2-0/+56
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-8/+28
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 2-2/+2
2022-02-21ARM: Fix kgdb breakpoint for Thumb2Gravatar Russell King (Oracle) 1-8/+28
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderGravatar Ard Biesheuvel 3-14/+38
2022-02-09ARM: unwind: track location of LR value in stack frameGravatar Ard Biesheuvel 2-3/+5
2022-02-09ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTGravatar Ard Biesheuvel 2-1/+6
2022-02-09ARM: ftrace: avoid unnecessary literal loadsGravatar Ard Biesheuvel 1-16/+11
2022-02-09ARM: ftrace: avoid redundant loads or clobbering IPGravatar Ard Biesheuvel 1-29/+22
2022-02-09ARM: ftrace: use trampolines to keep .init.text in branching rangeGravatar Ard Biesheuvel 2-3/+36
2022-02-09ARM: ftrace: use ADD not POP to counter PUSH at entryGravatar Ard Biesheuvel 2-3/+14
2022-02-09ARM: ftrace: ensure that ADR takes the Thumb bit into accountGravatar Ard Biesheuvel 1-1/+1
2022-01-25ARM: drop pointless SMP check on secondary startup pathGravatar Ard Biesheuvel 1-5/+0
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeGravatar Ard Biesheuvel 1-18/+7
2022-01-25ARM: entry: avoid clobbering R9 in IRQ handlerGravatar Ard Biesheuvel 1-5/+4
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Gravatar Ard Biesheuvel 1-10/+7
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportGravatar Ard Biesheuvel 1-1/+6
2022-01-24ARM: mm: switch to swapper_pg_dir early for vmap'ed stackGravatar Ard Biesheuvel 2-0/+14