| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches 'fixes' and 'misc' into for-linus | Russell King | 2017-09-09 | 1 | -1/+4 |
|\ |
|
| * | ARM: Prepare for randomized task_struct | Arnd Bergmann | 2017-06-30 | 1 | -1/+4 |
* | | ARM: align .data section | Russell King | 2017-08-14 | 1 | -0/+2 |
|/ |
|
* | ARM: fix address limit restoration for undefined instructions | Russell King | 2016-08-09 | 1 | -0/+1 |
* | ARM: save and reset the address limit when entering an exception | Russell King | 2016-07-07 | 1 | -1/+6 |
* | ARM: introduce svc_pt_regs structure | Russell King | 2016-06-22 | 1 | -2/+2 |
* | ARM: rename S_FRAME_SIZE to PT_REGS_SIZE | Russell King | 2016-06-22 | 1 | -6/+6 |
* | ARM: 8515/2: move .vectors and .stubs sections back into the kernel VMA | Ard Biesheuvel | 2016-02-11 | 1 | -2/+1 |
* | ARM: 8514/1: remove duplicate definitions of __vectors_start and __stubs_start | Ard Biesheuvel | 2016-02-11 | 1 | -3/+2 |
* | ARM: remove user cmpxchg syscall | Russell King | 2015-10-03 | 1 | -30/+3 |
*-. | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 2015-09-03 | 1 | -9/+25 |
|\ \ |
|
| | * | ARM: entry: provide uaccess assembly macro hooks | Russell King | 2015-08-26 | 1 | -8/+22 |
| | * | ARM: domains: switch to keeping domain value in register | Russell King | 2015-08-21 | 1 | -0/+2 |
| |/
|/| |
|
| * | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-07-07 | 1 | -1/+1 |
| |\
|/ / |
|
| * | Merge branches 'fixes' and 'ioremap' into for-linus | Russell King | 2015-07-07 | 1 | -6/+6 |
| |\ |
|
| * | | ARM: fix lockdep unannotated irqs-off warning | Russell King | 2015-07-03 | 1 | -1/+1 |
* | | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-07-02 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | arm: fix implicit #include <linux/init.h> in entry asm. | Paul Gortmaker | 2015-06-16 | 1 | -0/+2 |
| |/ |
|
* | | ARM: replace BSYM() with badr assembly macro | Russell King | 2015-05-08 | 1 | -6/+6 |
|/ |
|
* | ARM: 8322/1: keep .text and .fixup regions closer together | Ard Biesheuvel | 2015-03-29 | 1 | -1/+1 |
* | ARM: kprobes: disallow probing stack consuming instructions | Wang Nan | 2015-01-13 | 1 | -1/+2 |
*-. | Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int... | Russell King | 2014-10-02 | 1 | -3/+7 |
|\ \ |
|
| | * | ARM: Avoid writing to control register on every exception | Russell King | 2014-09-26 | 1 | -3/+7 |
| |/ |
|
* | | ARM: 8150/3: fiq: Replace default FIQ handler | Daniel Thompson | 2014-09-18 | 1 | -11/+87 |
|/ |
|
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 2014-07-18 | 1 | -21/+21 |
*-. | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 2014-06-05 | 1 | -5/+9 |
|\ \ |
|
| | * | ARM: 8062/1: Modify ldrt fixup handler to re-execute the userspace instruction | Arun K S | 2014-05-30 | 1 | -1/+2 |
| | * | ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usr | Catalin Marinas | 2014-04-25 | 1 | -4/+7 |
| |/ |
|
* | | ARM: consolidate last remaining open-coded alignment trap enable | Russell King | 2014-06-02 | 1 | -1/+1 |
* | | ARM: remove global cr_no_alignment | Russell King | 2014-06-02 | 1 | -3/+0 |
|/ |
|
* | ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE case | Victor Kamensky | 2014-01-28 | 1 | -0/+2 |
*-. | Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next | Russell King | 2013-11-12 | 1 | -0/+1 |
|\ \ |
|
| * | | ARM: 7876/1: clear Thumb-2 IT state on exception handling | Marc Zyngier | 2013-11-07 | 1 | -0/+1 |
| |/ |
|
* | | ARM: asm: Add ARM_BE8() assembly helper | Ben Dooks | 2013-10-19 | 1 | -3/+2 |
|/ |
|
* | ARM: Fix !kuser helpers case | Russell King | 2013-08-07 | 1 | -1/+2 |
* | ARM: allow kuser helpers to be removed from the vector page | Russell King | 2013-07-31 | 1 | -0/+3 |
* | ARM: update FIQ support for relocation of vectors | Russell King | 2013-07-31 | 1 | -0/+3 |
* | ARM: use linker magic for vectors and vector stubs | Russell King | 2013-07-31 | 1 | -18/+10 |
* | ARM: move vector stubs | Russell King | 2013-07-31 | 1 | -26/+24 |
* | ARM: poison memory between kuser helpers | Russell King | 2013-07-31 | 1 | -9/+16 |
* | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and fork | André Hentschel | 2013-06-24 | 1 | -2/+3 |
* | Merge branch 'cleanup' into for-linus | Russell King | 2013-05-02 | 1 | -7/+6 |
|\ |
|
| * | ARM: cleanup undefined instruction entry code | Russell King | 2013-02-23 | 1 | -7/+6 |
| | | |
| \ | |
*-. \ | Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm... | Russell King | 2013-05-02 | 1 | -44/+2 |
|\ \ \
| |_|/
|/| | |
|
| | * | ARM: 7688/1: add support for context tracking subsystem | Kevin Hilman | 2013-04-03 | 1 | -0/+1 |
| |/
|/| |
|
| * | ARM: entry: move disable_irq_notrace into svc_exit | Russell King | 2013-04-03 | 1 | -18/+0 |
| * | ARM: entry: move IRQ tracing exit into svc_exit | Russell King | 2013-04-03 | 1 | -26/+1 |
|/ |
|
* | ARM: Fix undefined instruction exception handling | Russell King | 2012-07-31 | 1 | -39/+72 |
* | ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned | Will Deacon | 2012-06-16 | 1 | -0/+1 |
* | ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs | Russell King | 2012-05-05 | 1 | -4/+0 |