1. 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 10 months ago
  2. 6e8d023 alpha: missing includes by Al Viro · 1 year, 1 month ago
  3. 397c66c alpha: fix modversions for strcpy() et.al. by Al Viro · 1 year, 3 months ago
  4. 0069455 fix missing vmalloc.h includes by Kent Overstreet · 12 months ago
  5. 0f0d287 arch: turn off -Werror for architectures with known warnings by Arnd Bergmann · 1 year, 3 months ago
  6. f3c78e9 alpha: replace #include <asm/export.h> with #include <linux/export.h> by Masahiro Yamada · 1 year, 7 months ago
  7. c64c67c alpha: fix lazy-FPU mis(merged/applied/whatnot) by Al Viro · 2 years ago
  8. 0509666 alpha: lazy FPU switching by Al Viro · 2 years, 6 months ago
  9. bd1912d alpha: Implement "current_stack_pointer" by Kees Cook · 3 years ago
  10. 6308499 net: unexport csum_and_copy_{from,to}_user by Christoph Hellwig · 2 years, 10 months ago
  11. d4d016c alpha: move __udiv_qrnnd library function to arch/alpha/lib/ by Linus Torvalds · 3 years, 6 months ago
  12. 0214967 alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h> by Randy Dunlap · 3 years, 10 months ago
  13. b712139 alpha: propagate the calling convention changes down to csum_partial_copy.c helpers by Al Viro · 4 years, 8 months ago
  14. c693cc4 saner calling conventions for csum_and_copy_..._user() by Al Viro · 4 years, 8 months ago
  15. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 8 months ago
  16. 808b49d alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() by Al Viro · 5 years ago
  17. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  18. f2ae679 alpha: Remove custom dec_and_lock() implementation by Sebastian Andrzej Siewior · 7 years ago
  19. 0d83620 alpha: extend memset16 to EV6 optimised routines by Michael Cree · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. 92ce4c3 alpha: add support for memset16 by Matthew Wilcox · 8 years ago
  22. 4606f68 alpha: Fix typo in ev6-copy_user.S by Richard Henderson · 8 years ago
  23. 4758ce8 alpha: Package string routines together by Richard Henderson · 8 years ago
  24. 593043d Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  25. 3eec029 alpha: make short build log available for division routines by Masahiro Yamada · 8 years ago
  26. e19a4e3 alpha: merge build rules of division routines by Masahiro Yamada · 8 years ago
  27. 5ed78e5 alpha: add $(src)/ rather than $(obj)/ to make source file path by Masahiro Yamada · 8 years ago
  28. ca282f6 alpha: add a helper for emitting exception table entries by Al Viro · 8 years ago
  29. 8525023 alpha: switch __copy_user() and __do_clean_user() to normal calling conventions by Al Viro · 8 years ago
  30. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  31. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 085354f alpha: get rid of tail-zeroing in __copy_user() by Al Viro · 8 years ago
  33. 00fc0e0 alpha: move exports to actual definitions by Al Viro · 9 years ago
  34. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  35. 14b97de alpha: lib: export __delay by Sudip Mukherjee · 9 years ago
  36. 0ef38d7 alpha: fix broken network checksum by Mikulas Patocka · 11 years ago
  37. 5cfe8f1 alpha: Prevent a NULL ptr dereference in csum_partial_copy. by Jay Estabrook · 11 years ago
  38. a47e5bb alpha: Eliminate compiler warning from memset macro by Richard Henderson · 12 years ago
  39. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  40. f2db633 alpha: Use new generic strncpy_from_user() and strnlen_user() by Michael Cree · 13 years ago
  41. ec22120 Disintegrate asm/system.h for Alpha by David Howells · 13 years ago
  42. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  43. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  44. 8a362cd alpha: change to new Makefile flag variables by matt mooney · 14 years ago
  45. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  46. fe4304b alpha: strncpy/strncat fixes by Ivan Kokshaysky · 17 years ago
  47. c3a2dde spelling fixes: arch/alpha/ by Simon Arlott · 17 years ago
  48. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  49. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  50. 547c178 missing exports of csum_... by Al Viro · 18 years ago
  51. 58ed2f9 alpha: fix alignment problem in csum_ipv6_magic() by Ivan Kokshaysky · 18 years ago
  52. 74fd1b6 alpha: cleanup in bitops.h by Richard Henderson · 18 years ago
  53. ded220b [STRING]: Move strcasecmp/strncasecmp to lib/string.c by David S. Miller · 18 years ago
  54. 9be259a [NET]: Alpha checksum annotations and cleanups. by Al Viro · 18 years ago
  55. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  57. 4d5c34e [PATCH] Alpha: strncpy() fix by Ivan Kokshaysky · 19 years ago
  58. 4b417d0 [PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alpha_cix__ by Akinobu Mita · 19 years ago
  59. e2d5df9 kbuild: alpha,x86_64 use generic asm-offsets.h support by Sam Ravnborg · 20 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2