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