1. fef747b s390: use generic UID16 implementation by Arnd Bergmann · 6 years ago
  2. 58fa4a4 ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 by Arnd Bergmann · 6 years ago
  3. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  4. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  5. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  6. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  7. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  8. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  9. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  10. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  11. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  12. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  13. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  14. ca0c836 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  15. 6dd0d2d s390: fix handling of -1 in set{,fs}[gu]id16 syscalls by Eugene Syromiatnikov · 7 years ago
  16. bdcf0a4 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 3994a52 s390: kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  19. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  20. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  21. 7ff4d90 groups: Consolidate the setgroups permission checks by Eric W. Biederman · 10 years ago
  22. 2c81fc4 s390/compat: add sync_file_range and fallocate compat syscalls by Heiko Carstens · 11 years ago
  23. 5383d2c s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 7 by Heiko Carstens · 11 years ago
  24. a0f8c6d s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 6 by Heiko Carstens · 11 years ago
  25. 52a0b53 s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 5 by Heiko Carstens · 11 years ago
  26. e723e0c s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 4 by Heiko Carstens · 11 years ago
  27. 4ca2ea5 s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 3 by Heiko Carstens · 11 years ago
  28. 208096e s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 2 by Heiko Carstens · 11 years ago
  29. c6c0f58 s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 1 by Heiko Carstens · 11 years ago
  30. 49382d9 s390/compat: change parameter types from unsigned long to compat_ulong_t by Heiko Carstens · 11 years ago
  31. f26946d s390/compat: make psw32_user_bits a constant value again by Heiko Carstens · 11 years ago
  32. 2ec7f4a s390/compat,uid16: use current_cred() by Heiko Carstens · 11 years ago
  33. 56e41d3 merge compat sys_ipc instances by Al Viro · 12 years ago
  34. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  35. d7b5427 s390: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
  36. 07562be7 s390: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
  37. bdcf031 s390: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
  38. 7426022 s390: switch to generic compat rt_sigprocmask(2) by Al Viro · 12 years ago
  39. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  40. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  41. 65f22a9 s390: fold execve_tail() into start_thread(), convert to generic sys_execve() by Al Viro · 12 years ago
  42. 558a447 userns: Convert s390 getting uid and gid system calls to use kuid and kgid by Eric W. Biederman · 12 years ago
  43. e858712 s390/compat: fix mmap compat system calls by Heiko Carstens · 12 years ago
  44. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 13 years ago
  45. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 13 years ago
  46. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  47. 3a3954c [S390] ipc: call generic sys_ipc demultiplexer by Heiko Carstens · 13 years ago
  48. 399c1d8 [S390] sparse: fix access past end of array warnings by Martin Schwidefsky · 13 years ago
  49. b50511e [S390] cleanup psw related bits and pieces by Martin Schwidefsky · 13 years ago
  50. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  51. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  53. d381589 [S390] mmap: add missing compat_ptr conversion to both mmap compat syscalls by Heiko Carstens · 15 years ago
  54. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  55. 570dcf2 Kill ancient crap in s390 compat mmap by Al Viro · 15 years ago
  56. 67dd2f5 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  57. 2da3cf9 [S390] s390: remove unused nfsd #includes by Boaz Harrosh · 15 years ago
  58. 4ddf61ea sysctl: s390 Use the compat_sys_sysctl by Eric W. Biederman · 16 years ago
  59. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  60. 2e50195 [S390] Get rid of init_module/delete_module compat functions. by Heiko Carstens · 15 years ago
  61. 3e86a8c [S390] Convert sys_execve to function with parameters. by Heiko Carstens · 15 years ago
  62. 2d70ca2 [S390] Convert sys_clone to function with parameters. by Heiko Carstens · 15 years ago
  63. bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 16 years ago
  64. 0112fc2 Separate out common fstatat code into vfs_fstatat by Oleg Drokin · 16 years ago
  65. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  66. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  67. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  68. d86730b [S390] s390: use sys_pause for 31bit pause entry point by Christoph Hellwig · 16 years ago
  69. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  70. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  71. 03ff9a2 [S390] System call cleanup. by Martin Schwidefsky · 18 years ago
  72. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 18 years ago
  73. c1821c2 [S390] noexec protection by Gerald Schaefer · 18 years ago
  74. 2b67fc4 [S390] Get rid of a lot of sparse warnings. by Heiko Carstens · 18 years ago
  75. 12bae23 [S390] uaccess error handling. by Heiko Carstens · 18 years ago
  76. 1df2395 [S390] fix vmlinux link when CONFIG_SYSIPC=n by Cedric Le Goater · 18 years ago
  77. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  78. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 18 years ago
  79. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 18 years ago
  80. d2c993d [S390] Fix sparse warnings. by Heiko Carstens · 19 years ago
  81. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  82. 3158e94 [PATCH] consolidate sys32/compat_adjtimex by Stephen Rothwell · 19 years ago
  83. 88959ea [PATCH] create struct compat_timex and use it everywhere by Stephen Rothwell · 19 years ago
  84. ed3d021 [PATCH] s390: sys32_fstatat -> sys32_fstatat64 by Heiko Carstens · 19 years ago
  85. 19bf9cb [PATCH] s390: fstatat64 support by Heiko Carstens · 19 years ago
  86. 24954a1 [PATCH] s390x compat __user annotations by Al Viro · 19 years ago
  87. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 19 years ago
  88. 3a0f69d [PATCH] common compat_sys_timer_create by Christoph Hellwig · 19 years ago
  89. a63a493 [PATCH] s390: uaccess warnings by Martin Schwidefsky · 19 years ago
  90. 83b942b [PATCH] x86-64: Fix 32bit sendfile by Tsuneo.Yoshioka@f-secure.com · 19 years ago
  91. 068e1b9 [PATCH] s390: fadvise hint values. by Martin Schwidefsky · 20 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago