aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-8/+8
2020-06-09arm/asm: add loglvl to c_backtrace()Gravatar Dmitry Safonov 2-6/+17
2020-06-04arm: add support for folded p4d page tablesGravatar Mike Rapoport 1-1/+6
2020-02-21ARM: 8958/1: rename missed uaccess .fixup sectionGravatar Kees Cook 1-1/+1
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-1/+224
2019-08-29ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for ClangGravatar Nathan Huckleberry 2-1/+224
2019-08-23ARM: 8897/1: check stmfd instruction using right shiftGravatar Lvqiang Huang 1-1/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 4-98/+0
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Gravatar Olof Johansson 4-109/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 43-176/+43
2019-06-11ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcGravatar Russell King 4-109/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 2-26/+2
2019-02-26ARM: 8844/1: use unified assembler in assembly filesGravatar Stefan Agner 19-95/+95
2019-02-26ARM: 8843/1: use unified assembler in headersGravatar Stefan Agner 1-4/+4
2019-02-26ARM: 8841/1: use unified assembler in macrosGravatar Stefan Agner 3-4/+4
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangGravatar Nathan Chancellor 2-2/+2
2019-02-01ARM: 8827/1: fix argument count to match macro definitionGravatar Stefan Agner 1-1/+1
2018-11-12ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Gravatar Vincent Whitchurch 2-10/+21
2018-11-12ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINSGravatar Vincent Whitchurch 2-6/+44
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextGravatar Russell King 3-7/+8
2018-10-05ARM: 8797/1: spectre-v1.1: harden __copy_to_userGravatar Julien Thierry 2-2/+7
2018-10-05ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationGravatar Julien Thierry 1-5/+1
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusGravatar Russell King 1-0/+9
2018-08-02ARM: spectre-v1: mitigate user accessesGravatar Russell King 1-0/+9
2018-05-19ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsGravatar Masami Hiramatsu 1-0/+10
2018-01-21Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextGravatar Russell King 2-138/+1
2018-01-21ARM: 8745/1: get rid of __memzero()Gravatar Nicolas Pitre 2-138/+1
2017-12-17ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatchGravatar Chunyan Zhang 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-09-08ARM: implement memset32 & memset64Gravatar Matthew Wilcox 1-6/+18
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-2/+2
2017-02-16ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()Gravatar Kees Cook 1-1/+1
2016-12-14Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusGravatar Russell King 40-156/+12
2016-11-23Revert "arm: move exports to definitions"Gravatar Russell King 38-114/+2
2016-11-15ARM: fix backtraceGravatar Russell King 1-34/+3
2016-10-19ARM: 8619/1: udelay: document the various constantsGravatar Nicolas Pitre 1-8/+7
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+3
2016-10-14Merge branch 'work.uaccess' into for-linusGravatar Al Viro 1-6/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 38-2/+114
2016-09-15arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Gravatar Al Viro 1-6/+3
2016-08-12ARM: 8595/2: apply more __ro_after_initGravatar Kees Cook 1-1/+1
2016-08-07arm: move exports to definitionsGravatar Al Viro 38-2/+114
2016-06-22ARM: 8306/1: loop_udelay: remove bogomips value limitationGravatar Nicolas Pitre 2-11/+9
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-3/+2
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusGravatar Russell King 1-0/+8
2015-12-17ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Gravatar Nicolas Pitre 1-0/+8
2015-12-15ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANGravatar Russell King 1-6/+23
2015-10-03ARM: 8438/1: Add unwinding to __clear_user_std()Gravatar Stephen Boyd 1-0/+4
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Gravatar Russell King 7-12/+30
2015-08-26ARM: software-based priviledged-no-access supportGravatar Russell King 1-0/+14