aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
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-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-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
2021-12-06ARM: v7m: enable support for IRQ stacksArd Biesheuvel
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel
2021-12-06ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel
2021-12-06ARM: entry: preserve thread_info pointer in switch_toArd Biesheuvel
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin
2021-12-06ARM: remove old-style irq entryArnd Bergmann
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel
2021-12-03ARM: entry: rework stack realignment code in svc_entryArd Biesheuvel
2021-12-03ARM: switch_to: clean up Thumb2 code pathArd Biesheuvel
2021-12-03ARM: unwind: disregard unwind info before stack frame is set upArd Biesheuvel
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel
2021-12-03ARM: implement IRQ stacksArd Biesheuvel
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel
2021-12-03ARM: export dump_mem() to other objectsArd Biesheuvel
2021-12-03ARM: unwind: support unwinding across multiple stacksArd Biesheuvel
2021-12-03ARM: remove some dead codeArd Biesheuvel
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-10-25ARM: 9140/1: allow compile-testing without machine recordArnd Bergmann
2021-10-25ARM: 9148/1: handle CONFIG_CPU_ENDIAN_BE32 in arch/arm/kernel/head.SLABBE Corentin
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu