1. ada66f1 arm64: Reorder the macro arguments in the copy routines by Catalin Marinas · 4 years, 8 months ago
  2. 30218da arm64: lib: Consistently enable crc32 extension by Mark Brown · 4 years, 9 months ago
  3. 0c837c4 arm64: fix spelling mistake "ca not" -> "cannot" by 韩科才 · 4 years, 10 months ago
  4. e9c7ddb arm64: csum: Optimise IPv6 header checksum by Robin Murphy · 5 years ago
  5. aa246c0 Merge branch 'for-next/asm-annotations' into for-next/core by Will Deacon · 5 years ago
  6. 4f6cdf2 Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/core by Will Deacon · 5 years ago
  7. c2c24ed arm64: csum: Fix pathological zero-length calls by Robin Murphy · 5 years ago
  8. 7f153cc arm64/lib: copy_page: avoid x18 register in assembler code by Ard Biesheuvel · 5 years ago
  9. 5777eae arm64: Implement optimised checksum routine by Robin Murphy · 5 years ago
  10. 3ac0f45 arm64: lib: Use modern annotations for assembly functions by Mark Brown · 5 years ago
  11. e50be64 arm64: uaccess: Remove uaccess_*_not_uao asm macros by Pavel Tatashin · 5 years ago
  12. 94bb804 arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault by Pavel Tatashin · 5 years ago
  13. 61b7cdd Merge branch 'for-next/atomics' into for-next/core by Will Deacon · 5 years ago
  14. eb3aabb arm64: atomics: Remove atomic_ll_sc compilation unit by Andrew Murray · 5 years ago
  15. 42d038c arm64: Add support for function error injection by Leo Yan · 5 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  17. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  18. edf072d arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  19. ac0e8c7 arm64: string: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  20. 56c08ec arm64: uaccess: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  21. 50fdecb arm64: page: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  22. abb77f3 arm64: tishift: use asm EXPORT_SYMBOL() by Mark Rutland · 6 years ago
  23. cc9f834 arm64: crypto: add NEON accelerated XOR implementation by Jackie Liu · 6 years ago
  24. efdb25e arm64/lib: improve CRC32 performance for deep pipelines by Ard Biesheuvel · 6 years ago
  25. 19a2ca0 arm64: lib: use C string functions with KASAN enabled by Andrey Ryabinin · 6 years ago
  26. 2a6c7c36 arm64: lse: remove -fcall-used-x0 flag by Tri Vo · 6 years ago
  27. 7481cdd arm64/lib: add accelerated crc32 routines by Ard Biesheuvel · 6 years ago
  28. 7c8fc35 locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm-generic by Will Deacon · 7 years ago
  29. 255845f arm64: export tishift functions to modules by Jason A. Donenfeld · 7 years ago
  30. 3789c12 arm64: avoid instrumenting atomic_ll_sc.o by Mark Rutland · 7 years ago
  31. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  32. 6b24442 arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomics by Will Deacon · 7 years ago
  33. fdfb69a arm64/efi: Make strrchr() available to the EFI namespace by Rob Herring · 7 years ago
  34. f71c2ff arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Will Deacon · 7 years ago
  35. 6b88a32 arm64: kpti: Fix the interaction between ASID switching and software PAN by Catalin Marinas · 7 years ago
  36. f5ed22e arm64: make label allocation style consistent in tishift by Jason A. Donenfeld · 7 years ago
  37. 27a921e arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
  38. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  39. 9bfe755 arm64: Implement __lshrti3 library function by Jason A. Donenfeld · 7 years ago
  40. fb87227 arm64: support __int128 on gcc 5+ by Jason A. Donenfeld · 7 years ago
  41. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  42. 7b77452e arm64: use WFE for long delays by Julien Thierry · 7 years ago
  43. 21cfa0e arm64: uaccess: Add the uaccess_flushcache.c file by Robin Murphy · 7 years ago
  44. 5d7bdeb arm64: uaccess: Implement *_flushcache variants by Robin Murphy · 7 years ago
  45. 288be97 arm64/lib: copy_page: use consistent prefetch stride by Ard Biesheuvel · 7 years ago
  46. 92430da arm64: switch to RAW_COPY_USER by Al Viro · 8 years ago
  47. 9a284e5 scripts/spelling.txt: add "overwritting" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  48. b4b8664 arm64: don't pull uaccess.h into *.S by Al Viro · 8 years ago
  49. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  50. bd38967 arm64: Factor out PAN enabling/disabling into separate uaccess_* macros by Catalin Marinas · 9 years ago
  51. 2692a71 Merge branch 'work.uaccess' into for-linus by Al Viro · 8 years ago
  52. 4855bd2 arm64: don't zero in __copy_from_user{,_inatomic} by Al Viro · 8 years ago
  53. 6ba3b55 arm64: use alternative auto-nop by Mark Rutland · 8 years ago
  54. bffe1ba arm64: kasan: instrument user memory access API by Yang Shi · 9 years ago
  55. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  56. ef769e3 arm64: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  57. 5be8b70 arm64: lse: deal with clobbered IP registers after branch via PLT by Ard Biesheuvel · 9 years ago
  58. 7054419 arm64: kernel: Don't toggle PAN on systems with UAO by James Morse · 9 years ago
  59. 57f4959 arm64: kernel: Add support for User Access Override by James Morse · 9 years ago
  60. 60e0a09 arm64: lib: patch in prfm for copy_page if requested by Andrew Pinski · 9 years ago
  61. 223e23e arm64: lib: improve copy_page to deal with 128 bytes at a time by Will Deacon · 9 years ago
  62. 7f4e346 arm64/efi: Make strnlen() available to the EFI namespace by Thierry Reding · 9 years ago
  63. 39d114d arm64: add KASAN support by Andrey Ryabinin · 9 years ago
  64. 2079184 arm64: use ENDPIPROC() to annotate position independent assembler routines by Ard Biesheuvel · 9 years ago
  65. 4042688 arm64: copy_to-from-in_user optimization using copy template by Feng Kan · 9 years ago
  66. e5c88e3 arm64: Change memcpy in kernel to use the copy template file by Feng Kan · 9 years ago
  67. 0ea366f arm64: atomics: prefetch the destination word for write prior to stxr by Will Deacon · 10 years ago
  68. 084f903 arm64: bitops: patch in lse instructions when supported by the CPU by Will Deacon · 10 years ago
  69. c0385b2 arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics by Will Deacon · 10 years ago
  70. 338d4f4 arm64: kernel: Add support for Privileged Access Never by James Morse · 9 years ago
  71. 23e9499 arm64: lib: use pair accessors for copy_*_user routines by Will Deacon · 10 years ago
  72. 97fc154 arm64: __clear_user: handle exceptions on strb by Kyle McMartin · 10 years ago
  73. 0a42cb0 arm64: lib: Implement optimized string length routines by zhichang.yuan · 11 years ago
  74. 192c4d9 arm64: lib: Implement optimized string compare routines by zhichang.yuan · 11 years ago
  75. d875c9b arm64: lib: Implement optimized memcmp routine by zhichang.yuan · 11 years ago
  76. b29a51f arm64: lib: Implement optimized memset routine by zhichang.yuan · 11 years ago
  77. 280adc1 arm64: lib: Implement optimized memmove routine by zhichang.yuan · 11 years ago
  78. 808dbac arm64: lib: Implement optimized memcpy routine by zhichang.yuan · 11 years ago
  79. 8e86f0b arm64: atomics: fix use of acquire + release for full barrier semantics by Will Deacon · 11 years ago
  80. 12a0ef7 arm64: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 11 years ago
  81. 420c158d arm64: Treat the bitops index argument as an 'int' by Catalin Marinas · 12 years ago
  82. 16c85a1 arm64: Use acquire/release semantics instead of explicit DMB by Catalin Marinas · 12 years ago
  83. c47d6a0 arm64: klib: bitops: fix unpredictable stxr usage by Mark Rutland · 12 years ago
  84. 6247958 arm64: klib: Optimised atomic bitops by Catalin Marinas · 12 years ago
  85. 2b8cac8 arm64: klib: Optimised string functions by Catalin Marinas · 12 years ago
  86. 4a89922 arm64: klib: Optimised memory functions by Catalin Marinas · 12 years ago
  87. f27bb13 arm64: Miscellaneous library functions by Marc Zyngier · 13 years ago
  88. 0aea86a arm64: User access library functions by Catalin Marinas · 13 years ago