summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
|\ \
| * | ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-212-138/+1
| |/
* | 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-081-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/+12
|\ \
| | * ARM: 8619/1: udelay: document the various constantsNicolas Pitre2016-10-191-8/+7
| |/ |/|
| * Revert "arm: move exports to definitions"Russell King2016-11-2338-114/+2
| * ARM: fix backtraceRussell King2016-11-151-34/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-141-6/+3
|\
| * Merge branch 'work.uaccess' into for-linusAl Viro2016-10-141-6/+3
| |\
| | * arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()Al Viro2016-09-151-6/+3
* | | 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-0738-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/+9
* arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-3/+2
* 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
* | ARM: ensure delay timer has sufficient accuracy for delaysRussell King2015-04-141-0/+6
* | ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel2015-03-293-3/+3
* | ARM: 8285/1: remove ARMv3 user access code againNicolas Pitre2015-01-162-577/+2
* | ARM: 8225/1: Add unwinding support for memory copy functionsLin Yongting2014-11-274-0/+45
* | ARM: 8224/1: Add unwinding support for memmove functionLin Yongting2014-11-271-0/+28
* | ARM: 8223/1: Add unwinding support for __memzero functionLin Yongting2014-11-271-0/+12
* | ARM: 8204/1: Add unwinding support for memset functionLin Yongting2014-11-211-0/+12
|/
* ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky2014-09-121-2/+36
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-4/+22
|\
| * ARM: choose highest resolution delay timerPeter De Schrijver2014-06-161-4/+22
* | ARM: 8091/2: add get_user() support for 8 byte typesDaniel Thompson2014-07-181-1/+36
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-1830-80/+89
|/
* ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky2014-02-256-192/+192
* ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsWill Deacon2014-02-251-0/+5
* ARM: 7877/1: use built-in byte swap functionKim Phillips2013-12-292-1/+37
* ARM: make kernel oops easier to readRussell King2013-12-291-10/+10
* ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam2013-11-301-0/+1
OpenPOWER on IntegriCloud