Age | Commit message (Expand) | Author | Files | Lines |
2014-10-02 | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int... | Russell King | 1 | -3/+7 |
2014-09-26 | ARM: Avoid writing to control register on every exception | Russell King | 1 | -3/+7 |
2014-09-18 | ARM: 8150/3: fiq: Replace default FIQ handler | Daniel Thompson | 1 | -11/+87 |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 1 | -21/+21 |
2014-06-05 | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 1 | -5/+9 |
2014-06-02 | ARM: consolidate last remaining open-coded alignment trap enable | Russell King | 1 | -1/+1 |
2014-06-02 | ARM: remove global cr_no_alignment | Russell King | 1 | -3/+0 |
2014-05-30 | ARM: 8062/1: Modify ldrt fixup handler to re-execute the userspace instruction | Arun K S | 1 | -1/+2 |
2014-04-25 | ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usr | Catalin Marinas | 1 | -4/+7 |
2014-01-28 | ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE case | Victor Kamensky | 1 | -0/+2 |
2013-11-12 | Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next | Russell King | 1 | -0/+1 |
2013-11-07 | ARM: 7876/1: clear Thumb-2 IT state on exception handling | Marc Zyngier | 1 | -0/+1 |
2013-10-19 | ARM: asm: Add ARM_BE8() assembly helper | Ben Dooks | 1 | -3/+2 |
2013-08-07 | ARM: Fix !kuser helpers case | Russell King | 1 | -1/+2 |
2013-07-31 | ARM: allow kuser helpers to be removed from the vector page | Russell King | 1 | -0/+3 |
2013-07-31 | ARM: update FIQ support for relocation of vectors | Russell King | 1 | -0/+3 |
2013-07-31 | ARM: use linker magic for vectors and vector stubs | Russell King | 1 | -18/+10 |
2013-07-31 | ARM: move vector stubs | Russell King | 1 | -26/+24 |
2013-07-31 | ARM: poison memory between kuser helpers | Russell King | 1 | -9/+16 |
2013-06-24 | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and fork | André Hentschel | 1 | -2/+3 |
2013-05-02 | Merge branch 'cleanup' into for-linus | Russell King | 1 | -7/+6 |
2013-05-02 | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 1 | -44/+2 |
2013-04-03 | ARM: 7688/1: add support for context tracking subsystem | Kevin Hilman | 1 | -0/+1 |
2013-04-03 | ARM: entry: move disable_irq_notrace into svc_exit | Russell King | 1 | -18/+0 |
2013-04-03 | ARM: entry: move IRQ tracing exit into svc_exit | Russell King | 1 | -26/+1 |
2013-02-23 | ARM: cleanup undefined instruction entry code | Russell King | 1 | -7/+6 |
2012-07-31 | ARM: Fix undefined instruction exception handling | Russell King | 1 | -39/+72 |
2012-06-16 | ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned | Will Deacon | 1 | -0/+1 |
2012-05-05 | ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs | Russell King | 1 | -4/+0 |
2012-03-29 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -0/+1 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+1 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 1 | -1/+1 |
2012-03-13 | ARM: create a common IOMEM definition | Rob Herring | 1 | -0/+1 |
2012-02-21 | ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER | Rob Herring | 1 | -1/+2 |
2012-02-03 | ARM: 7314/1: kuser: consistently use usr_ret for returning from helpers | Will Deacon | 1 | -1/+1 |
2011-12-05 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/... | Russell King | 1 | -1/+1 |
2011-11-26 | ARM: 7170/2: fix compilation breakage in entry-armv.S | Guennadi Liakhovetski | 1 | -1/+1 |
2011-11-15 | ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusive | Marc Zyngier | 1 | -4/+3 |
2011-10-17 | ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernels | Dave Martin | 1 | -1/+37 |
2011-10-17 | ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instruct... | Dave Martin | 1 | -4/+2 |
2011-07-22 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -152/+94 |
2011-07-02 | ARM: entry: no need to reload the SPSR value from struct pt_regs | Russell King | 1 | -9/+1 |
2011-07-02 | ARM: entry: data abort: tail-call the main data abort handler | Russell King | 1 | -10/+4 |
2011-07-02 | ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5 | Russell King | 1 | -4/+2 |
2011-07-02 | ARM: entry: prefetch abort: tail-call the main prefetch abort handler | Russell King | 1 | -5/+3 |
2011-07-02 | ARM: entry: re-allocate registers in irq entry assembly macros | Russell King | 1 | -5/+5 |
2011-07-02 | ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macros | Russell King | 1 | -39/+8 |
2011-07-02 | ARM: entry: instrument usr exception handlers with irqsoff tracing | Russell King | 1 | -1/+16 |
2011-07-02 | ARM: entry: instrument svc undefined exception handler with irqtrace | Russell King | 1 | -0/+10 |
2011-07-02 | ARM: entry: avoid enabling interrupts in prefetch/data abort handlers | Russell King | 1 | -24/+19 |