summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann2021-12-061-7/+9
| * | | ARM: implement support for vmap'ed stacksArd Biesheuvel2021-12-038-15/+231
| * | | ARM: entry: rework stack realignment code in svc_entryArd Biesheuvel2021-12-031-11/+14
| * | | ARM: switch_to: clean up Thumb2 code pathArd Biesheuvel2021-12-031-5/+18
| * | | ARM: unwind: disregard unwind info before stack frame is set upArd Biesheuvel2021-12-031-1/+15
| * | | ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel2021-12-031-0/+14
| * | | ARM: implement IRQ stacksArd Biesheuvel2021-12-033-4/+88
| * | | ARM: unwind: dump exception stack from calling frameArd Biesheuvel2021-12-032-2/+9
| * | | ARM: export dump_mem() to other objectsArd Biesheuvel2021-12-031-4/+3
| * | | ARM: unwind: support unwinding across multiple stacksArd Biesheuvel2021-12-031-9/+16