1. 0aaba41 s390: remove all code using the access register mode by Martin Schwidefsky · 8 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 3170d8d kill {__,}{get,put}_user_unaligned() by Al Viro · 8 years ago
  5. 8298525 kill strlen_user() by Al Viro · 8 years ago
  6. 5db6db0d Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 3709600 s390: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  8. d09c537 s390/uaccess: get_user() should zero on failure (again) by Heiko Carstens · 8 years ago
  9. e70f1d5 s390: switch to extable.h by Al Viro · 8 years ago
  10. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  11. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  12. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  13. b5a882f s390: restore address space when returning to user space by Heiko Carstens · 8 years ago
  14. 1228f7b s390: add missing "do {} while (0)" loop constructs to multiline macros by Heiko Carstens · 8 years ago
  15. 0b92515 s390: remove couple of unneeded semicolons by Heiko Carstens · 8 years ago
  16. 56e9219 s390/uaccess: make setfs macro return void by Heiko Carstens · 8 years ago
  17. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  18. fd2d2b1 s390: get_user() should zero on failure by Al Viro · 9 years ago
  19. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 9 years ago
  20. dc4aace s390/uaccess: fix __put_get_user_asm define by Heiko Carstens · 9 years ago
  21. ee64baf s390/uaccess: use __builtin_expect for get_user/put_user by Heiko Carstens · 9 years ago
  22. c352e8b s390/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
  23. b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 10 years ago
  24. 8a5d847 s390/maccess: remove potentially broken probe_kernel_write() by Heiko Carstens · 10 years ago
  25. c9ca784 s390/uaccess: provide inline variants of get_user/put_user by Heiko Carstens · 11 years ago
  26. 457f218 s390/uaccess: rework uaccess code - fix locking issues by Heiko Carstens · 11 years ago
  27. 8230020 s390/uaccess: remove copy_from_user_real() by Heiko Carstens · 11 years ago
  28. 211deca s390/uaccess: consistent types by Heiko Carstens · 11 years ago
  29. 4f41c2b s390/uaccess: get rid of indirect function calls by Heiko Carstens · 11 years ago
  30. cfa785e s390/uaccess: normalize order of parameters of indirect uaccess function calls by Heiko Carstens · 11 years ago
  31. e258d71 s390/uaccess: always run the kernel in home space by Martin Schwidefsky · 12 years ago
  32. d12a297 s390/uaccess: remove pointless access_ok() checks by Heiko Carstens · 12 years ago
  33. eb608fb s390/exceptions: switch to relative exception table entries by Heiko Carstens · 13 years ago
  34. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 13 years ago
  35. fbe7656 s390/smp: make absolute lowcore / cpu restart parameter accesses more robust by Heiko Carstens · 13 years ago
  36. 491af99 s390/uaccess: fix access_ok compile warnings by Heiko Carstens · 13 years ago
  37. 73bf463 s390/kernel: Introduce memcpy_absolute() function by Michael Holzheu · 13 years ago
  38. a0616cd Disintegrate asm/system.h for S390 by David Howells · 13 years ago
  39. 7683f74 [S390] uaccess: turn __access_ok() into a define by Heiko Carstens · 14 years ago
  40. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 14 years ago
  41. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 14 years ago
  42. 1dcec25 [S390] uaccess: implement strict user copy checks by Heiko Carstens · 15 years ago
  43. 6c1e3e7 [S390] Use do_exception() in pagetable walk usercopy functions. by Gerald Schaefer · 15 years ago
  44. dab4079d [S390] uaccess: use might_fault() instead of might_sleep() by Heiko Carstens · 16 years ago
  45. c6557e7 [S390] move include/asm-s390 to arch/s390/include/asm by Martin Schwidefsky · 17 years ago[Renamed from include/asm-s390/uaccess.h]
  46. c1821c2 [S390] noexec protection by Gerald Schaefer · 18 years ago
  47. f7675ad [S390] Add __must_check to uaccess functions. by Heiko Carstens · 18 years ago
  48. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 19 years ago
  49. 6c2a9e6 [S390] Use alternative user-copy operations for new hardware. by Gerald Schaefer · 19 years ago
  50. d02765d [S390] Make user-copy operations run-time configurable. by Gerald Schaefer · 19 years ago
  51. 97fa5a6 [PATCH] s390 __get_user() bogus warnings removal by Al Viro · 19 years ago
  52. 793af24 [PATCH] s390 misc __user annotations by Al Viro · 19 years ago
  53. a63a493 [PATCH] s390: uaccess warnings by Martin Schwidefsky · 19 years ago
  54. 1047aa7 [PATCH] s390: const pointer uaccess by Martin Schwidefsky · 19 years ago
  55. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 20 years ago
  56. 17566c3 [PATCH] s390 __CHECKER__ ifdefs by Al Viro · 20 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago