summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-2421-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
| * ARM: remove some dead codeArd Biesheuvel2021-12-031-5/+0
* | ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)2022-03-111-2/+2
* | ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot2022-03-081-1/+1
* | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-085-12/+229
|\ \
| * | ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)2022-03-081-0/+13
| * | ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-054-6/+139
| * | ARM: early traps initialisationRussell King (Oracle)2022-03-051-6/+21
| * | ARM: report Spectre v2 status through sysfsRussell King (Oracle)2022-03-052-0/+56
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-031-8/+28
|\ \ \
| * | | ARM: Fix kgdb breakpoint for Thumb2Russell King (Oracle)2022-02-211-8/+28
| |/ /