aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-header.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-2/+2
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable()Frederic Weisbecker1-4/+4
2022-05-20ARM: 9195/1: entry: avoid explicit literal loadsArd Biesheuvel1-2/+1
2022-01-25ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel1-10/+7
2021-12-06ARM: smp: defer TPIDRURO update for SMP v6 configurations tooArd Biesheuvel1-1/+10
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel1-1/+1
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-0/+37
2021-09-27ARM: smp: Free up the TLS register while running in the kernelArd Biesheuvel1-0/+8
2020-05-03ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King1-6/+3
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner1-4/+4
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin1-1/+2
2018-05-31ARM: spectre-v1: fix syscall entryRussell King1-0/+25
2017-12-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2017-11-27ARM: avoid faulting on qemuRussell King1-2/+2
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+6
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-07ARM: save and reset the address limit when entering an exceptionRussell King1-0/+4
2016-06-22ARM: rename S_FRAME_SIZE to PT_REGS_SIZERussell King1-4/+4
2015-08-26ARM: entry: provide uaccess assembly macro hooksRussell King1-0/+3
2015-08-26ARM: entry: get rid of multiple macro definitionsRussell King1-65/+44
2015-01-12ARM: 8266/1: Remove early stack deallocation from restore_user_regsDaniel Thompson1-6/+7
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-4/+12
2014-09-26ARM: Avoid writing to control register on every exceptionRussell King1-4/+12
2014-09-18ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson1-0/+47
2014-08-27ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland1-14/+15
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-14/+0
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-0/+4
2014-06-02ARM: consolidate last remaining open-coded alignment trap enableRussell King1-2/+2
2014-05-25ARM: 8064/1: fix v7-M signal returnRabin Vincent1-0/+4
2014-04-09ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.hCatalin Marinas1-11/+0
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-4/+4
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stableRussell King1-0/+124
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linusRussell King1-2/+64
2013-04-17ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König1-0/+124
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman1-0/+28
2013-04-03ARM: entry: move disable_irq_notrace into svc_exitRussell King1-0/+6
2013-04-03ARM: entry: move IRQ tracing exit into svc_exitRussell King1-2/+30
2011-07-22Merge branch 'devel-stable' into for-nextRussell King1-7/+5
2011-07-13ARM: Thumb-2: Fix exception return sequence to restore stack correctlyJon Medhurst1-7/+5
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King1-19/+0
2011-02-02ARM: v6k: select clear exclusive code seqences according to V6 variantsRussell King1-7/+7
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon1-0/+19
2010-03-15ARM: 5991/1: Fix regression in restore_user_regs macroAnders Grafström1-0/+2
2009-10-14ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictableCatalin Marinas1-0/+15
2009-09-26make Linux bootable on ARM againNicolas Pitre1-0/+2
2009-09-18Clear the exclusive monitor when returning from an exceptionCatalin Marinas1-0/+14
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-5/+87
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[ARM] Move enable_irq and disable_irq to assembler.hRussell King1-18/+0