aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-26/+2
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner19-95/+95
2019-02-26ARM: 8843/1: use unified assembler in headersStefan Agner1-4/+4
2019-02-26ARM: 8841/1: use unified assembler in macrosStefan Agner3-4/+4
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2-2/+2
2019-02-01ARM: 8827/1: fix argument count to match macro definitionStefan Agner1-1/+1
2018-11-12ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch2-10/+21
2018-11-12ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINSVincent Whitchurch2-6/+44
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King3-7/+8
2018-10-05ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry2-2/+7
2018-10-05ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry1-5/+1
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-0/+9
2018-08-02ARM: spectre-v1: mitigate user accessesRussell King1-0/+9
2018-05-19ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu1-0/+10
2018-01-21Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2-138/+1
2018-01-21ARM: 8745/1: get rid of __memzero()Nicolas Pitre2-138/+1
2017-12-17ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatchChunyan Zhang1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-08ARM: implement memset32 & memset64Matthew Wilcox1-6/+18
2017-03-28new helper: uaccess_kernel()Al Viro1-2/+2
2017-02-16ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()Kees Cook1-1/+1
2016-12-14Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King40-156/+12
2016-11-23Revert "arm: move exports to definitions"Russell King38-114/+2
2016-11-15ARM: fix backtraceRussell King1-34/+3
2016-10-19ARM: 8619/1: udelay: document the various constantsNicolas Pitre1-8/+7
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro1-6/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds38-2/+114
2016-09-15arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro1-6/+3
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook1-1/+1
2016-08-07arm: move exports to definitionsAl Viro38-2/+114
2016-06-22ARM: 8306/1: loop_udelay: remove bogomips value limitationNicolas Pitre2-11/+9
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-3/+2
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King1-0/+8
2015-12-17ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Nicolas Pitre1-0/+8
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King1-6/+23
2015-10-03ARM: 8438/1: Add unwinding to __clear_user_std()Stephen Boyd1-0/+4
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linusRussell King7-12/+30
2015-08-26ARM: software-based priviledged-no-access supportRussell King1-0/+14
2015-08-25ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King4-11/+11
2015-08-18ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre1-1/+1
2015-07-03ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2-0/+4
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-05-26ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/Antonio Ospite1-2/+2
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-1/+1
2015-04-14ARM: ensure delay timer has sufficient accuracy for delaysRussell King1-0/+6
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel3-3/+3
2015-01-16ARM: 8285/1: remove ARMv3 user access code againNicolas Pitre2-577/+2
2014-11-27ARM: 8225/1: Add unwinding support for memory copy functionsLin Yongting4-0/+45