| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-06-29 | context_tracking: Split user tracking Kconfig |  Frederic Weisbecker | 1 | -2/+2 |
| 2022-06-29 | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable() |  Frederic Weisbecker | 1 | -4/+4 |
| 2022-05-20 | ARM: 9195/1: entry: avoid explicit literal loads |  Ard Biesheuvel | 1 | -2/+1 |
| 2022-01-25 | ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6 |  Ard Biesheuvel | 1 | -10/+7 |
| 2021-12-06 | ARM: smp: defer TPIDRURO update for SMP v6 configurations too |  Ard Biesheuvel | 1 | -1/+10 |
| 2021-12-06 | ARM: assembler: add optimized ldr/str macros to load variables from memory |  Ard Biesheuvel | 1 | -1/+1 |
| 2021-12-03 | ARM: implement support for vmap'ed stacks |  Ard Biesheuvel | 1 | -0/+37 |
| 2021-09-27 | ARM: smp: Free up the TLS register while running in the kernel |  Ard Biesheuvel | 1 | -0/+8 |
| 2020-05-03 | ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h |  Russell King | 1 | -6/+3 |
| 2019-02-26 | ARM: 8844/1: use unified assembler in assembly files |  Stefan Agner | 1 | -4/+4 |
| 2019-02-01 | ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care of |  Vladimir Murzin | 1 | -1/+2 |
| 2018-05-31 | ARM: spectre-v1: fix syscall entry |  Russell King | 1 | -0/+25 |
| 2017-12-03 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 1 | -2/+2 |
| 2017-11-27 | ARM: avoid faulting on qemu |  Russell King | 1 | -2/+2 |
| 2017-11-26 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm |  Linus Torvalds | 1 | -0/+6 |
| 2017-11-26 | ARM: BUG if jumping to usermode address in kernel mode |  Russell King | 1 | -0/+6 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-07-07 | ARM: save and reset the address limit when entering an exception |  Russell King | 1 | -0/+4 |
| 2016-06-22 | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE |  Russell King | 1 | -4/+4 |
| 2015-08-26 | ARM: entry: provide uaccess assembly macro hooks |  Russell King | 1 | -0/+3 |
| 2015-08-26 | ARM: entry: get rid of multiple macro definitions |  Russell King | 1 | -65/+44 |
| 2015-01-12 | ARM: 8266/1: Remove early stack deallocation from restore_user_regs |  Daniel Thompson | 1 | -6/+7 |
| 2014-10-02 | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-next |  Russell King | 1 | -4/+12 |
| 2014-09-26 | ARM: Avoid writing to control register on every exception |  Russell King | 1 | -4/+12 |
| 2014-09-18 | ARM: 8150/3: fiq: Replace default FIQ handler |  Daniel Thompson | 1 | -0/+47 |
| 2014-08-27 | ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strex |  Mark Rutland | 1 | -14/+15 |
| 2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ |  Russell King | 1 | -14/+0 |
| 2014-06-05 | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next |  Russell King | 1 | -0/+4 |
| 2014-06-02 | ARM: consolidate last remaining open-coded alignment trap enable |  Russell King | 1 | -2/+2 |
| 2014-05-25 | ARM: 8064/1: fix v7-M signal return |  Rabin Vincent | 1 | -0/+4 |
| 2014-04-09 | ARM: 8017/1: Move asm macro get_thread_info to asm/assembler.h |  Catalin Marinas | 1 | -11/+0 |
| 2013-09-27 | arm: Fix build error with context tracking calls |  Frederic Weisbecker | 1 | -4/+4 |
| 2013-05-22 | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-stable |  Russell King | 1 | -0/+124 |
| 2013-05-02 | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linus |  Russell King | 1 | -2/+64 |
| 2013-04-17 | ARM: ARMv7-M: Add support for exception handling |  Uwe Kleine-König | 1 | -0/+124 |
| 2013-04-03 | ARM: 7688/1: add support for context tracking subsystem |  Kevin Hilman | 1 | -0/+28 |
| 2013-04-03 | ARM: entry: move disable_irq_notrace into svc_exit |  Russell King | 1 | -0/+6 |
| 2013-04-03 | ARM: entry: move IRQ tracing exit into svc_exit |  Russell King | 1 | -2/+30 |
| 2011-07-22 | Merge branch 'devel-stable' into for-next |  Russell King | 1 | -7/+5 |
| 2011-07-13 | ARM: Thumb-2: Fix exception return sequence to restore stack correctly |  Jon Medhurst | 1 | -7/+5 |
| 2011-07-02 | ARM: entry: avoid enabling interrupts in prefetch/data abort handlers |  Russell King | 1 | -19/+0 |
| 2011-02-02 | ARM: v6k: select clear exclusive code seqences according to V6 variants |  Russell King | 1 | -7/+7 |
| 2010-12-06 | ARM: hw_breakpoint: disable preemption during debug exception handling |  Will Deacon | 1 | -0/+19 |
| 2010-03-15 | ARM: 5991/1: Fix regression in restore_user_regs macro |  Anders Grafström | 1 | -0/+2 |
| 2009-10-14 | ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable |  Catalin Marinas | 1 | -0/+15 |
| 2009-09-26 | make Linux bootable on ARM again |  Nicolas Pitre | 1 | -0/+2 |
| 2009-09-18 | Clear the exclusive monitor when returning from an exception |  Catalin Marinas | 1 | -0/+14 |
| 2009-07-24 | Thumb-2: Implementation of the unified start-up and exceptions code |  Catalin Marinas | 1 | -5/+87 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> |  Jörn Engel | 1 | -1/+0 |
| 2006-03-23 | [ARM] Move enable_irq and disable_irq to assembler.h |  Russell King | 1 | -18/+0 |