aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe1-1/+1
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland11-0/+14
2018-12-10arm64: uaccess: use asm EXPORT_SYMBOL()Mark Rutland4-3/+11
2018-12-10arm64: page: use asm EXPORT_SYMBOL()Mark Rutland2-0/+2
2018-12-10arm64: tishift: use asm EXPORT_SYMBOL()Mark Rutland1-0/+5
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu2-0/+190
2018-11-30arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel1-5/+49
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin8-8/+8
2018-09-24arm64: lse: remove -fcall-used-x0 flagTri Vo1-1/+1
2018-09-10arm64/lib: add accelerated crc32 routinesArd Biesheuvel2-0/+62
2018-06-21locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm-genericWill Deacon2-77/+1
2018-05-21arm64: export tishift functions to modulesJason A. Donenfeld1-13/+2
2018-04-27arm64: avoid instrumenting atomic_ll_sc.oMark Rutland1-0/+4
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-03-06arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon1-1/+2
2018-03-05arm64/efi: Make strrchr() available to the EFI namespaceRob Herring1-1/+1
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2-5/+6
2018-01-16arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas4-4/+4
2018-01-02arm64: make label allocation style consistent in tishiftJason A. Donenfeld1-4/+4
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon4-4/+4
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+100
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld1-0/+21
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld2-1/+60
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13arm64: use WFE for long delaysJulien Thierry1-4/+19
2017-08-10arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy1-0/+47
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy1-0/+2
2017-07-25arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel1-4/+5
2017-03-28arm64: switch to RAW_COPY_USERAl Viro1-2/+2
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro4-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas4-32/+12
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro1-6/+1
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro1-6/+1
2016-09-12arm64: use alternative auto-nopMark Rutland1-9/+4
2016-06-21arm64: kasan: instrument user memory access APIYang Shi2-4/+4
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-43/+91
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel1-6/+7
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse4-8/+8
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse4-20/+20
2016-02-16arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski1-0/+17
2016-02-16arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon1-8/+38
2016-02-16arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding1-1/+1
2015-10-12arm64: add KASAN supportAndrey Ryabinin3-2/+11
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel8-8/+8
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan3-92/+120
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan2-153/+219
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon1-0/+2