Age | Commit message (Expand) | Author | Files | Lines |
2015-10-03 | ARM: 8438/1: Add unwinding to __clear_user_std() | Stephen Boyd | 1 | -0/+4 |
2015-09-03 | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 7 | -12/+30 |
2015-08-26 | ARM: software-based priviledged-no-access support | Russell King | 1 | -0/+14 |
2015-08-25 | ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() | Russell King | 4 | -11/+11 |
2015-08-18 | ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usage | Nicolas Pitre | 1 | -1/+1 |
2015-07-03 | ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variants | Russell King | 2 | -0/+4 |
2015-06-26 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2015-06-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2015-05-26 | ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/ | Antonio Ospite | 1 | -2/+2 |
2015-05-08 | ARM: replace BSYM() with badr assembly macro | Russell King | 1 | -1/+1 |
2015-04-15 | ARM: ensure delay timer has sufficient accuracy for delays | Russell King | 1 | -0/+6 |
2015-03-30 | ARM: 8322/1: keep .text and .fixup regions closer together | Ard Biesheuvel | 3 | -3/+3 |
2015-01-16 | ARM: 8285/1: remove ARMv3 user access code again | Nicolas Pitre | 2 | -577/+2 |
2014-11-27 | ARM: 8225/1: Add unwinding support for memory copy functions | Lin Yongting | 4 | -0/+45 |
2014-11-27 | ARM: 8224/1: Add unwinding support for memmove function | Lin Yongting | 1 | -0/+28 |
2014-11-27 | ARM: 8223/1: Add unwinding support for __memzero function | Lin Yongting | 1 | -0/+12 |
2014-11-21 | ARM: 8204/1: Add unwinding support for memset function | Lin Yongting | 1 | -0/+12 |
2014-09-12 | ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytes | Victor Kamensky | 1 | -2/+36 |
2014-08-08 | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -4/+22 |
2014-07-18 | ARM: 8091/2: add get_user() support for 8 byte types | Daniel Thompson | 1 | -1/+36 |
2014-07-18 | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ | Russell King | 30 | -80/+89 |
2014-06-16 | ARM: choose highest resolution delay timer | Peter De Schrijver | 1 | -4/+22 |
2014-02-25 | ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspull | Victor Kamensky | 6 | -192/+192 |
2014-02-25 | ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomics | Will Deacon | 1 | -0/+5 |
2013-12-29 | ARM: 7877/1: use built-in byte swap function | Kim Phillips | 2 | -1/+37 |
2013-12-29 | ARM: make kernel oops easier to read | Russell King | 1 | -10/+10 |
2013-12-01 | ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculation | Fabio Estevam | 1 | -0/+1 |
2013-11-21 | ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMP | Will Deacon | 1 | -1/+1 |
2013-11-14 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -3/+43 |
2013-11-12 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -0/+5 |
2013-10-29 | ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page aware | Steven Capper | 1 | -3/+38 |
2013-09-30 | ARM: bitops: prefetch the destination word for write prior to strex | Will Deacon | 1 | -0/+5 |
2013-09-17 | ARM: delete mach-shark | Linus Walleij | 2 | -14/+0 |
2013-09-09 | ARM: 7835/2: fix modular build of xor_blocks() with NEON enabled | Ard Biesheuvel | 2 | -1/+5 |
2013-07-22 | Pull branch 'for-rmk' of git://git.linaro.org/people/ardbiesheuvel/linux-arm ... | Russell King | 2 | -0/+48 |
2013-07-15 | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 1 | -1/+1 |
2013-07-09 | ARM: crypto: add NEON accelerated XOR implementation | Ard Biesheuvel | 2 | -0/+48 |
2013-04-03 | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops | Will Deacon | 1 | -3/+5 |
2013-03-12 | ARM: 7670/1: fix the memset fix | Nicolas Pitre | 1 | -20/+13 |
2013-03-07 | ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza... | Ivan Djelic | 1 | -41/+44 |
2013-02-21 | ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock | Nicolas Pitre | 1 | -0/+1 |
2012-10-09 | ARM: export default read_current_timer | Arnd Bergmann | 1 | -0/+1 |
2012-10-05 | Merge branch 'arch-timers' into for-linus | Russell King | 1 | -9/+26 |
2012-09-27 | ARM: 7538/1: delay: add registration mechanism for delay timer sources | Jonathan Austin | 1 | -8/+26 |
2012-09-09 | ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loop | Will Deacon | 1 | -0/+1 |
2012-09-09 | ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS | Russell King | 2 | -8/+21 |
2012-08-13 | ARM: Bring back ARMv3 IO and user access code | Russell King | 4 | -3/+816 |
2012-07-31 | arch: remove direct definitions of KERN_<LEVEL> uses | Joe Perches | 1 | -1/+2 |
2012-07-28 | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 5 | -96/+81 |
2012-07-09 | ARM: 7452/1: delay: allow timer-based delay implementation to be selected | Will Deacon | 3 | -12/+81 |