summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib
AgeCommit message (Expand)AuthorLines
2017-03-28arm64: switch to RAW_COPY_USERAl Viro-2/+2
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada-1/+1
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-4/+4
2016-11-21arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas-32/+12
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro-6/+1
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro-6/+1
2016-09-12arm64: use alternative auto-nopMark Rutland-9/+4
2016-06-21arm64: kasan: instrument user memory access APIYang Shi-4/+4
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-43/+91
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder-1/+1
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel-6/+7
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse-8/+8
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse-20/+20
2016-02-16arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski-0/+17
2016-02-16arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon-8/+38
2016-02-16arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding-1/+1
2015-10-12arm64: add KASAN supportAndrey Ryabinin-2/+11
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel-8/+8
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan-92/+120
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan-153/+219
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon-0/+2
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon-19/+24
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon-0/+16
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse-0/+32
2015-07-27arm64: lib: use pair accessors for copy_*_user routinesWill Deacon-18/+33
2014-11-13arm64: __clear_user: handle exceptions on strbKyle McMartin-1/+1
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan-1/+299
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan-1/+545
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan-1/+259
2014-05-23arm64: lib: Implement optimized memset routinezhichang.yuan-22/+185
2014-05-23arm64: lib: Implement optimized memmove routinezhichang.yuan-25/+165
2014-05-23arm64: lib: Implement optimized memcpy routinezhichang.yuan-22/+170
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon-1/+2
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon-102/+3
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas-5/+5
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas-4/+2
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland-2/+2
2013-03-21arm64: klib: Optimised atomic bitopsCatalin Marinas-25/+70
2013-03-21arm64: klib: Optimised string functionsCatalin Marinas-1/+87
2013-03-21arm64: klib: Optimised memory functionsCatalin Marinas-1/+209
2012-09-17arm64: Miscellaneous library functionsMarc Zyngier-0/+169
2012-09-17arm64: User access library functionsCatalin Marinas-0/+345