aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle1-0/+1
2019-06-14PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre1-1/+0
2019-05-02s390/ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMartin Schwidefsky1-1/+1
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-0/+3
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik1-1/+0
2018-05-09s390/early: move functions which may not access bss section to extra fileHeiko Carstens1-0/+1
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09s390/sthyi: add s390_sthyi system callQingFeng Hao1-0/+1
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-0/+2
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens1-0/+1
2016-07-31s390/als: convert architecture level set code to CHeiko Carstens1-0/+2
2016-05-10s390: add missing declarationsHeiko Carstens1-0/+4
2015-10-14s390/udelay: make udelay have busy loop semanticsHeiko Carstens1-1/+0
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner1-2/+0
2015-01-08s390/signal: add sys_sigreturn and sys_rt_sigreturn declarationsHeiko Carstens1-1/+3
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk1-0/+2
2014-10-09s390: add support for vector extensionMartin Schwidefsky1-0/+3
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky1-1/+1
2014-09-25s390/uprobes: architecture backend for uprobesJan Willeke1-0/+1
2014-08-06s390: Use get_signal() signal_setup_done()Richard Weinberger1-2/+2
2014-03-06s390/compat: get rid of compat wrapper assembly codeHeiko Carstens1-5/+0
2014-03-04s390/compat: convert system call wrappers to C part 15Heiko Carstens1-0/+1
2014-03-04s390/compat: convert system call wrappers to C part 05Heiko Carstens1-0/+2
2013-11-04s390/mm,tlb: correct tlb flush on page table upgradeMartin Schwidefsky1-1/+0
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens1-12/+6
2013-06-26s390/irq: store interrupt information in pt_regsMartin Schwidefsky1-1/+1
2013-04-17s390/hibernate: Save and restore absolute zero pagesMichael Holzheu1-0/+1
2013-02-03s390: switch to generic old sigaction()Al Viro1-2/+0
2013-02-03s390: switch to generic old sigsuspendAl Viro1-1/+0
2013-02-03s390: switch to generic sigaltstackAl Viro1-1/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+20
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-4/+0
2012-11-23s390/traps: preinitialize program check tableHeiko Carstens1-1/+20
2012-09-30s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro1-3/+0
2012-07-20s390/vtimer: rework virtual timer interfaceMartin Schwidefsky1-3/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-1/+1
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-1/+2
2012-03-11[S390] rework idle codeMartin Schwidefsky1-1/+4
2012-03-11[S390] rework smp codeMartin Schwidefsky1-1/+8
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-5/+5
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky1-2/+11
2011-07-24[S390] cleanup program check handler prototypesMartin Schwidefsky1-4/+3
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-1/+1
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-1/+1
2010-10-25[S390] cleanup lowcore access from program checksMartin Schwidefsky1-1/+1
2010-08-24[S390] s390: fix build error (sys_execve)Sebastian Ott1-2/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-13[S390] sys_personality: follow u_long to unsigned int conversionHeiko Carstens1-1/+1
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-2/+0