summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
Commit message (Expand)AuthorAgeFilesLines
* arm64: string: use asm EXPORT_SYMBOL()Mark Rutland2018-12-1011-0/+14
* arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland2018-12-104-3/+11
* arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2018-12-102-0/+2
* arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-0/+5
* arm64: crypto: add NEON accelerated XOR implementationJackie Liu2018-12-062-0/+190
* arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel2018-11-301-5/+49
* arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-268-8/+8
* arm64: lse: remove -fcall-used-x0 flagTri Vo2018-09-241-1/+1
* arm64/lib: add accelerated crc32 routinesArd Biesheuvel2018-09-102-0/+62
* locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon2018-06-212-77/+1
* arm64: export tishift functions to modulesJason A. Donenfeld2018-05-211-13/+2
* arm64: avoid instrumenting atomic_ll_sc.oMark Rutland2018-04-271-0/+4
* Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-051-1/+1
|\
| * arm64/efi: Make strrchr() available to the EFI namespaceRob Herring2018-03-051-1/+1
* | arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon2018-03-061-1/+2
|/
* arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-062-5/+6
* arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-164-4/+4
* arm64: make label allocation style consistent in tishiftJason A. Donenfeld2018-01-021-4/+4
* arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-114-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-153-5/+100
|\
| * arm64: Implement __lshrti3 library functionJason A. Donenfeld2017-11-131-0/+21
| * arm64: support __int128 on gcc 5+Jason A. Donenfeld2017-11-032-1/+60
| * arm64: use WFE for long delaysJulien Thierry2017-10-131-4/+19
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy2017-08-101-0/+47
* arm64: uaccess: Implement *_flushcache variantsRobin Murphy2017-08-091-0/+2
* arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel2017-07-251-4/+5
* arm64: switch to RAW_COPY_USERAl Viro2017-03-281-2/+2
* scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-264-4/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-214-32/+12
* Merge branch 'work.uaccess' into for-linusAl Viro2016-10-141-6/+1
|\
| * arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-151-6/+1
* | arm64: use alternative auto-nopMark Rutland2016-09-121-9/+4
|/
* arm64: kasan: instrument user memory access APIYang Shi2016-06-212-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-177-43/+91
|\
| * arm64: Fix misspellings in comments.Adam Buchbinder2016-03-041-1/+1
| * arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel2016-02-261-6/+7
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-184-8/+8
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-184-20/+20
| * arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski2016-02-161-0/+17
| * arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon2016-02-161-8/+38
* | arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding2016-02-161-1/+1
|/
* arm64: add KASAN supportAndrey Ryabinin2015-10-123-2/+11
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-128-8/+8
* arm64: copy_to-from-in_user optimization using copy templateFeng Kan2015-10-073-92/+120
* arm64: Change memcpy in kernel to use the copy template fileFeng Kan2015-10-072-153/+219
* arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-271-0/+2
* arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-19/+24