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