summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-204-98/+0Star
|\
| * Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-164-109/+0Star
| |\
| | * ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King2019-06-114-109/+0Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1943-176/+43Star
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-052-26/+2Star
|/
* ARM: 8844/1: use unified assembler in assembly filesStefan Agner2019-02-2619-95/+95
* ARM: 8843/1: use unified assembler in headersStefan Agner2019-02-261-4/+4
* ARM: 8841/1: use unified assembler in macrosStefan Agner2019-02-263-4/+4
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-02-122-2/+2
* ARM: 8827/1: fix argument count to match macro definitionStefan Agner2019-02-011-1/+1
* ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch2018-11-122-10/+21
* ARM: 8812/1: Optimise copy_{from/to}_user for !CPU_USE_DOMAINSVincent Whitchurch2018-11-122-6/+44
* Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King2018-10-103-7/+8
|\
| * ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry2018-10-052-2/+7
| * ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2018-10-051-5/+1Star
* | Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-131-0/+9
|\|
| * ARM: spectre-v1: mitigate user accessesRussell King2018-08-021-0/+9
* | ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu2018-05-191-0/+10
|/
*-. Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2018-01-212-138/+1Star
|\ \
| * | ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-212-138/+1Star
| |/
* / ARM: 8731/1: Fix csum_partial_copy_from_user() stack mismatchChunyan Zhang2017-12-171-0/+4
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* ARM: implement memset32 & memset64Matthew Wilcox2017-09-091-6/+18
* new helper: uaccess_kernel()Al Viro2017-03-281-2/+2
* ARM: 8658/1: uaccess: fix zeroing of 64-bit get_user()Kees Cook2017-02-161-1/+1
*-. Merge branches 'clkdev', 'fixes', 'misc' and 'sa1100-base' into for-linusRussell King2016-12-1440-156/+12Star
|\ \
| | * ARM: 8619/1: udelay: document the various constantsNicolas Pitre2016-10-191-8/+7Star
| |/ |/|
| * Revert "arm: move exports to definitions"Russell King2016-11-2338-114/+2Star
| * ARM: fix backtraceRussell King2016-11-151-34/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-151-6/+3Star
|\
| * Merge branch 'work.uaccess' into for-linusAl Viro2016-10-151-6/+3Star
| |\
| | * arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro2016-09-161-6/+3Star
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1438-2/+114
|\ \ \ | |/ / |/| |
| * | arm: move exports to definitionsAl Viro2016-08-0838-2/+114
| |/
* / ARM: 8595/2: apply more __ro_after_initKees Cook2016-08-121-1/+1
|/
* ARM: 8306/1: loop_udelay: remove bogomips value limitationNicolas Pitre2016-06-222-11/+9Star
* arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-3/+2Star
* Merge branches 'misc' and 'misc-rc6' into for-linusRussell King2016-01-051-0/+8
|\
| * ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Nicolas Pitre2015-12-171-0/+8
* | ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PANRussell King2015-12-151-6/+23
|/
* ARM: 8438/1: Add unwinding to __clear_user_std()Stephen Boyd2015-10-031-0/+4
*-. Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-037-12/+30
|\ \
| | * ARM: software-based priviledged-no-access supportRussell King2015-08-261-0/+14
| | * ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore()Russell King2015-08-254-11/+11
| |/ |/|
| * ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre2015-08-181-1/+1
| * ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-032-0/+4
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-1/+1
|\
| * ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-2/+2
|\ \ | |/ |/|
| * ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/Antonio Ospite2015-05-261-2/+2