summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/compat_linux.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-3/+3
* mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-2/+3
* fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
* fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-3/+3
* fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-02-011-4/+4
|\
| * s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov2018-01-231-4/+4
* | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-171-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-071-2/+2
* groups: Consolidate the setgroups permission checksEric W. Biederman2014-12-051-1/+1
* s390/compat: add sync_file_range and fallocate compat syscallsHeiko Carstens2014-03-041-0/+14
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 7Heiko Carstens2014-03-041-7/+5
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 6Heiko Carstens2014-03-041-6/+6
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 5Heiko Carstens2014-03-041-14/+11
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 4Heiko Carstens2014-03-041-9/+6
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 3Heiko Carstens2014-03-041-5/+6
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 2Heiko Carstens2014-03-041-7/+8
* s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 1Heiko Carstens2014-03-041-5/+7
* s390/compat: change parameter types from unsigned long to compat_ulong_tHeiko Carstens2014-01-291-2/+2
* s390/compat: make psw32_user_bits a constant value againHeiko Carstens2013-10-241-4/+0
* s390/compat,uid16: use current_cred()Heiko Carstens2013-09-071-4/+5
* merge compat sys_ipc instancesAl Viro2013-03-031-41/+3
* convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-42/+0
* s390: switch to generic compat sched_rr_get_interval()Al Viro2013-02-031-16/+0
* s390: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-15/+0
* s390: switch to generic compat rt_sigpending()Al Viro2013-02-031-20/+0
* s390: switch to generic compat rt_sigprocmask(2)Al Viro2013-02-031-29/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-26/+0
|\
| * s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro2012-09-301-26/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-12/+24
|\ \ | |/ |/|
| * userns: Convert s390 getting uid and gid system calls to use kuid and kgidEric W. Biederman2012-09-211-12/+24
* | s390/compat: fix mmap compat system callsHeiko Carstens2012-08-081-2/+0
|/
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-3/+1
* userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-151-2/+2
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-2/+12
* [S390] ipc: call generic sys_ipc demultiplexerHeiko Carstens2011-12-271-3/+0
* [S390] sparse: fix access past end of array warningsMartin Schwidefsky2011-10-301-18/+5
* [S390] cleanup psw related bits and piecesMartin Schwidefsky2011-10-301-6/+3
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
OpenPOWER on IntegriCloud