aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-10/+0
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds9-123/+105
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-10/+0
2022-02-11crypto: arm/xor - make vectorized C code Clang-friendlyArd Biesheuvel1-9/+3
2021-12-03ARM: memset: clean up unwind annotationsArd Biesheuvel1-4/+3
2021-12-03ARM: memmove: use frame pointer as unwind anchorArd Biesheuvel1-40/+20
2021-12-03ARM: memcpy: use frame pointer as unwind anchorArd Biesheuvel4-68/+38
2021-12-03ARM: call_with_stack: add unwind supportArd Biesheuvel1-8/+25
2021-12-03ARM: implement IRQ stacksArd Biesheuvel2-0/+16
2021-12-03ARM: backtrace-clang: avoid crash on bogus frame pointerArd Biesheuvel1-3/+3
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-4/+2
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann2-4/+2
2021-07-19printk: Userspace format indexing supportChris Down2-2/+2
2020-11-12ARM: 9022/1: Change arch/arm/lib/mem*.S to use WEAK instead of .weakFangrui Song3-6/+3
2020-10-27ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij3-1/+10
2020-08-20arm: propagate the calling convention changes down to csum_partial_copy_from_user()Al Viro3-21/+7
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-8/+8
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov2-6/+17
2020-06-04arm: add support for folded p4d page tablesMike Rapoport1-1/+6
2020-02-21ARM: 8958/1: rename missed uaccess .fixup sectionKees Cook1-1/+1
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+224
2019-08-29ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for ClangNathan Huckleberry2-1/+224
2019-08-23ARM: 8897/1: check stmfd instruction using right shiftLvqiang Huang1-1/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-98/+0
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into arm/socOlof Johansson4-109/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner43-176/+43
2019-06-11ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King4-109/+0
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