summaryrefslogtreecommitdiff
path: root/arch/arm64/lib
Commit message (Expand)AuthorAge
* arm64: switch to RAW_COPY_USERAl Viro2017-03-28
* scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2017-02-27
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-26
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* arm64: Factor out PAN enabling/disabling into separate uaccess_* macrosCatalin Marinas2016-11-21
* Merge branch 'work.uaccess' into for-linusAl Viro2016-10-14
|\
| * arm64: don't zero in __copy_from_user{,_inatomic}Al Viro2016-09-15
* | arm64: use alternative auto-nopMark Rutland2016-09-12
|/
* arm64: kasan: instrument user memory access APIYang Shi2016-06-21
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-17
|\
| * arm64: Fix misspellings in comments.Adam Buchbinder2016-03-04
| * arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel2016-02-26
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-18
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-18
| * arm64: lib: patch in prfm for copy_page if requestedAndrew Pinski2016-02-16
| * arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon2016-02-16
* | arm64/efi: Make strnlen() available to the EFI namespaceThierry Reding2016-02-16
|/
* arm64: add KASAN supportAndrey Ryabinin2015-10-12
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-12
* arm64: copy_to-from-in_user optimization using copy templateFeng Kan2015-10-07
* arm64: Change memcpy in kernel to use the copy template fileFeng Kan2015-10-07
* arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-27
* arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon2015-07-27
* arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-27
* arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-27
* arm64: lib: use pair accessors for copy_*_user routinesWill Deacon2015-07-27
* arm64: __clear_user: handle exceptions on strbKyle McMartin2014-11-13
* arm64: lib: Implement optimized string length routineszhichang.yuan2014-05-23
* arm64: lib: Implement optimized string compare routineszhichang.yuan2014-05-23
* arm64: lib: Implement optimized memcmp routinezhichang.yuan2014-05-23
* arm64: lib: Implement optimized memset routinezhichang.yuan2014-05-23
* arm64: lib: Implement optimized memmove routinezhichang.yuan2014-05-23
* arm64: lib: Implement optimized memcpy routinezhichang.yuan2014-05-23
* arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-07
* arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon2013-12-19
* arm64: Treat the bitops index argument as an 'int'Catalin Marinas2013-05-08
* arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas2013-04-30
* arm64: klib: bitops: fix unpredictable stxr usageMark Rutland2013-04-30
* arm64: klib: Optimised atomic bitopsCatalin Marinas2013-03-21
* arm64: klib: Optimised string functionsCatalin Marinas2013-03-21
* arm64: klib: Optimised memory functionsCatalin Marinas2013-03-21
* arm64: Miscellaneous library functionsMarc Zyngier2012-09-17
* arm64: User access library functionsCatalin Marinas2012-09-17