summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/entry-armv.S
AgeCommit message (Expand)Author
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-12arm: update in-source documentation referencesJonathan Corbet
2023-05-29ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij
2022-05-20ARM: 9201/1: spectre-bhb: rely on linker to emit cross-section literal loadsArd Biesheuvel
2022-05-20ARM: 9200/1: spectre-bhb: avoid cross-subsection jump using a numbered labelArd Biesheuvel
2022-05-20ARM: 9199/1: spectre-bhb: use local DSB and elide ISB in loop8 sequenceArd Biesheuvel
2022-05-20ARM: 9198/1: spectre-bhb: simplify BPIALL vector macroArd Biesheuvel
2022-05-20ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel
2022-05-18ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-03-11ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)
2022-03-11ARM: entry: fix unwinder problems caused by IRQ stacksArd Biesheuvel
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)
2022-01-25ARM: entry: avoid clobbering R9 in IRQ handlerArd Biesheuvel
2021-12-17ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handlingArd Biesheuvel
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd 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: entry: preserve thread_info pointer in switch_toArd Biesheuvel
2021-12-06ARM: remove old-style irq entryArnd 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: implement IRQ stacksArd Biesheuvel
2021-11-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-10-25irq: arm: perform irqentry in entry codeMark Rutland
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann
2020-12-08ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij
2020-05-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King
2019-12-08sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner
2018-08-03ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King
2017-09-09Merge branches 'fixes' and 'misc' into for-linusRussell King
2017-08-14ARM: align .data sectionRussell King
2017-06-30ARM: Prepare for randomized task_structArnd Bergmann
2016-08-09ARM: fix address limit restoration for undefined instructionsRussell King
2016-07-07ARM: save and reset the address limit when entering an exceptionRussell King
2016-06-22ARM: introduce svc_pt_regs structureRussell King
2016-06-22ARM: rename S_FRAME_SIZE to PT_REGS_SIZERussell King
2016-02-11ARM: 8515/2: move .vectors and .stubs sections back into the kernel VMAArd Biesheuvel
2016-02-11ARM: 8514/1: remove duplicate definitions of __vectors_start and __stubs_startArd Biesheuvel
2015-10-03ARM: remove user cmpxchg syscallRussell King
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King