summaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)Author
2017-02-16ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()Kees Cook
2016-12-14Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King
2016-11-23Revert "arm: move exports to definitions"Russell King
2016-11-15ARM: fix backtraceRussell King
2016-10-19ARM: 8619/1: udelay: document the various constantsNicolas Pitre
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-15arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook
2016-08-07arm: move exports to definitionsAl Viro
2016-06-22ARM: 8306/1: loop_udelay: remove bogomips value limitationNicolas Pitre
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King
2015-12-17ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Nicolas Pitre
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King
2015-10-03ARM: 8438/1: Add unwinding to __clear_user_std()Stephen Boyd
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King
2015-08-26ARM: software-based priviledged-no-access supportRussell King
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King
2015-08-18ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-05-26ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/Antonio Ospite
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King
2015-04-14ARM: ensure delay timer has sufficient accuracy for delaysRussell King
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel
2015-01-16ARM: 8285/1: remove ARMv3 user access code againNicolas Pitre
2014-11-27ARM: 8225/1: Add unwinding support for memory copy functionsLin Yongting
2014-11-27ARM: 8224/1: Add unwinding support for memmove functionLin Yongting
2014-11-27ARM: 8223/1: Add unwinding support for __memzero functionLin Yongting
2014-11-21ARM: 8204/1: Add unwinding support for memset functionLin Yongting
2014-09-12ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-07-18ARM: 8091/2: add get_user() support for 8 byte typesDaniel Thompson
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King
2014-06-16ARM: choose highest resolution delay timerPeter De Schrijver
2014-02-25ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky
2014-02-25ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsWill Deacon
2013-12-29ARM: 7877/1: use built-in byte swap functionKim Phillips
2013-12-29ARM: make kernel oops easier to readRussell King
2013-11-30ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam
2013-11-20ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-12Merge branch 'devel-stable' into for-nextRussell King
2013-10-29ARM: 7858/1: mm: make UACCESS_WITH_MEMCPY huge page awareSteven Capper
2013-09-30ARM: bitops: prefetch the destination word for write prior to strexWill Deacon
2013-09-17ARM: delete mach-sharkLinus Walleij
2013-09-09ARM: 7835/2: fix modular build of xor_blocks() with NEON enabledArd Biesheuvel