summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-0/+1
|\
| * signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-0/+1
* | ARM: 9204/2: module: Add all unwind tables when load moduleChen Zhongjin2022-05-201-38/+40
* | ARM: 9206/1: A9: Add ARM ERRATA 764319 workaround (Updated)Nick Hawkins2022-05-201-0/+26
* | ARM: 9201/1: spectre-bhb: rely on linker to emit cross-section literal loadsArd Biesheuvel2022-05-201-7/+15
* | ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered labelArd Biesheuvel2022-05-201-2/+3
* | ARM: 9199/1: spectre-bhb: use local DSB and elide ISB in loop8 sequenceArd Biesheuvel2022-05-202-3/+4
* | ARM: 9198/1: spectre-bhb: simplify BPIALL vector macroArd Biesheuvel2022-05-201-15/+6
* | ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel2022-05-203-41/+9
* | ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel2022-05-181-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-04-032-6/+7
|\
| * Merge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)2022-04-015-33/+12
| |\
| * | ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()linyujun2022-04-011-5/+5
| * | ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Austin Kim2022-04-011-1/+2
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-9/+7
|\ \ \
| * | | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
| * | | ptrace/arm: Rename tracehook_report_syscall report_syscallEric W. Biederman2022-03-101-4/+3
| | |/ | |/|
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-2/+2
|\ \ \
| * | | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-252-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-2321-183/+664
|\ \ \
| * | | ARM: unwind: only permit stack switch when unwinding call_with_stack()Ard Biesheuvel2022-03-111-10/+16
| * | | ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel2022-03-112-10/+2
| * | | ARM: entry: fix unwinder problems caused by IRQ stacksArd Biesheuvel2022-03-111-43/+14
| * | | ARM: unwind: set frame.pc correctly for current-thread unwindingRussell King (Oracle)2022-03-113-3/+10
| * | | ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel2022-03-071-1/+4
| * | | ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesArd Biesheuvel2022-03-071-1/+2
| * | | ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel2022-02-093-14/+38
| * | | ARM: unwind: track location of LR value in stack frameArd Biesheuvel2022-02-092-3/+5
| * | | ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel2022-02-092-1/+6
| * | | ARM: ftrace: avoid unnecessary literal loadsArd Biesheuvel2022-02-091-16/+11
| * | | ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel2022-02-091-29/+22
| * | | ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel2022-02-092-3/+36
| * | | ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel2022-02-092-3/+14
| * | | ARM: ftrace: ensure that ADR takes the Thumb bit into accountArd Biesheuvel2022-02-091-1/+1
| * | | ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel2022-01-251-5/+0
| * | | ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-251-18/+7
| * | | ARM: entry: avoid clobbering R9 in IRQ handlerArd Biesheuvel2022-01-251-5/+4
| * | | ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel2022-01-251-10/+7
| * | | ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel2022-01-241-1/+6
| * | | ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel2022-01-242-0/+14
| * | | ARM: v7m: enable support for IRQ stacksArd Biesheuvel2021-12-061-2/+15
| * | | ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel2021-12-067-16/+34
| * | | ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel2021-12-061-1/+10
| * | | ARM: percpu: add SMP_ON_UP supportArd Biesheuvel2021-12-062-16/+4
| * | | ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel2021-12-062-2/+2
| * | | ARM: module: implement support for PC-relative group relocationsArd Biesheuvel2021-12-061-0/+85
| * | | ARM: entry: preserve thread_info pointer in switch_toArd Biesheuvel2021-12-061-8/+9
| * | | irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin2021-12-061-7/+3
| * | | ARM: remove old-style irq entryArnd Bergmann2021-12-062-25/+0