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