summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-09ARM: ftrace: avoid unnecessary literal loadsArd Biesheuvel1-16/+11
2022-02-09ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel1-29/+22
2022-02-09ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel2-3/+36
2022-02-09ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel2-3/+14
2022-02-09ARM: ftrace: ensure that ADR takes the Thumb bit into accountArd Biesheuvel1-1/+1
2022-01-25ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel1-5/+0
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel1-18/+7
2022-01-25ARM: entry: avoid clobbering R9 in IRQ handlerArd Biesheuvel1-5/+4
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel1-10/+7
2022-01-24ARM: assembler: define a Kconfig symbol for group relocation supportArd Biesheuvel1-1/+6
2022-01-24ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel2-0/+14
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+4
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-6/+5
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-12-17ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel1-5/+3
2021-12-17ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNCVladimir Murzin1-0/+1
2021-12-17ARM: reduce the information printed in call tracesRussell King1-3/+5
2021-12-17ARM: 9158/1: leave it to core code to manage thread_info::cpuArd Biesheuvel1-3/+0
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-06ARM: v7m: enable support for IRQ stacksArd Biesheuvel1-2/+15
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel7-16/+34
2021-12-06ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel1-1/+10
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel2-16/+4
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel2-2/+2
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel1-0/+85
2021-12-06ARM: entry: preserve thread_info pointer in switch_toArd Biesheuvel1-8/+9
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin1-7/+3
2021-12-06ARM: remove old-style irq entryArnd Bergmann2-25/+0
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann1-7/+9
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel8-15/+231
2021-12-03ARM: entry: rework stack realignment code in svc_entryArd Biesheuvel1-11/+14
2021-12-03ARM: switch_to: clean up Thumb2 code pathArd Biesheuvel1-5/+18
2021-12-03ARM: unwind: disregard unwind info before stack frame is set upArd Biesheuvel1-1/+15
2021-12-03ARM: run softirqs on the per-CPU IRQ stackArd Biesheuvel1-0/+14
2021-12-03ARM: implement IRQ stacksArd Biesheuvel3-4/+88
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel2-2/+9
2021-12-03ARM: export dump_mem() to other objectsArd Biesheuvel1-4/+3
2021-12-03ARM: unwind: support unwinding across multiple stacksArd Biesheuvel1-9/+16
2021-12-03ARM: remove some dead codeArd Biesheuvel1-5/+0
2021-12-01ARM: Snapshot thread flagsMark Rutland1-1/+1
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson1-29/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-6/+11
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+2
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds11-12/+44
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)11-12/+44
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-7/+19
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+9