aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/compat_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18s390: use generic UID16 implementationArnd Bergmann1-233/+0
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-1/+1
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-3/+3
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-2/+3
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-3/+3
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+4
2018-01-23s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov1-4/+4
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-2/+2
2014-12-05groups: Consolidate the setgroups permission checksEric W. Biederman1-1/+1
2014-03-04s390/compat: add sync_file_range and fallocate compat syscallsHeiko Carstens1-0/+14
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 7Heiko Carstens1-7/+5
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 6Heiko Carstens1-6/+6
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 5Heiko Carstens1-14/+11
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 4Heiko Carstens1-9/+6
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 3Heiko Carstens1-5/+6
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 2Heiko Carstens1-7/+8
2014-03-04s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 1Heiko Carstens1-5/+7
2014-01-29s390/compat: change parameter types from unsigned long to compat_ulong_tHeiko Carstens1-2/+2
2013-10-24s390/compat: make psw32_user_bits a constant value againHeiko Carstens1-4/+0
2013-09-07s390/compat,uid16: use current_cred()Heiko Carstens1-4/+5
2013-03-03merge compat sys_ipc instancesAl Viro1-41/+3
2013-03-03convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro1-42/+0
2013-02-03s390: switch to generic compat sched_rr_get_interval()Al Viro1-16/+0
2013-02-03s390: switch to generic compat rt_sigqueueinfo()Al Viro1-15/+0
2013-02-03s390: switch to generic compat rt_sigpending()Al Viro1-20/+0
2013-02-03s390: switch to generic compat rt_sigprocmask(2)Al Viro1-29/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-26/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+24
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro1-26/+0
2012-09-21userns: Convert s390 getting uid and gid system calls to use kuid and kgidEric W. Biederman1-12/+24
2012-08-08s390/compat: fix mmap compat system callsHeiko Carstens1-2/+0
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-3/+1
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-2/+2
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-2/+12
2011-12-27[S390] ipc: call generic sys_ipc demultiplexerHeiko Carstens1-3/+0
2011-10-30[S390] sparse: fix access past end of array warningsMartin Schwidefsky1-18/+5
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-6/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0