aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/sys_s390.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann1-0/+5
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-1/+3
2019-01-18s390: open-code s390_personality syscallArnd Bergmann1-2/+5
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens1-49/+0
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-12/+2
2012-08-08s390: do not clobber personality flags in sys_32_personality()Jiri Kosina1-4/+5
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-3/+1
2011-12-27[S390] ipc: call generic sys_ipc demultiplexerHeiko Carstens1-64/+12
2010-08-13[S390] sys_personality: follow u_long to unsigned int conversionHeiko Carstens1-2/+2
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-11/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-1/+1
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-24/+6
2009-12-11Unify sys_mmap*Al Viro1-28/+2
2009-09-20includecheck fix: s390, sys_s390.cJaswinder Singh Rajput1-1/+0
2009-01-14[CVE-2009-0029] s390 specific system call wrappersHeiko Carstens1-14/+21
2009-01-09[S390] remove code for oldselect system callHeiko Carstens1-19/+0
2008-11-14[S390] fix s390x_newunameMartin Schwidefsky1-1/+1
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-1/+1
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-07-27[S390] Wire up sys_fallocate.Martin Schwidefsky1-0/+20
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27[S390] System call cleanup.Martin Schwidefsky1-20/+0
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+20
2006-02-08[PATCH] s390 misc __user annotationsAl Viro1-2/+2
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-7/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+270