summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* s390: split TIF bits into CIF, PIF and TIF bitsMartin Schwidefsky2014-05-201-3/+3
* s390/mm: optimize randomize_et_dyn for !PF_RANDOMIZEMartin Schwidefsky2013-12-181-8/+6Star
* s390: fix save and restore of the floating-point-control registerMartin Schwidefsky2013-10-241-4/+9
* s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-241-1/+1
* s390/time: return with irqs disabled from psw_idleMartin Schwidefsky2013-08-281-0/+1
* s390: Use generic idle loopThomas Gleixner2013-04-081-23/+9Star
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* s390: switch to generic fork/vfork/cloneAl Viro2012-11-291-42/+10Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-74/+33Star
|\
| * s390: switch to generic kernel_thread()Al Viro2012-10-011-39/+33Star
| * s390: fold kernel_thread_helper() into ret_from_fork()Al Viro2012-10-011-10/+0Star
| * s390: fold execve_tail() into start_thread(), convert to generic sys_execve()Al Viro2012-10-011-25/+0Star
* | s390/process: add missing header includeHeiko Carstens2012-09-261-0/+1
* | s390: add support for runtime instrumentationJan Glauber2012-09-261-0/+7
|/
* s390/vtimer: rework virtual timer interfaceMartin Schwidefsky2012-07-201-1/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* Disintegrate asm/system.h for S390David Howells2012-03-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-231-6/+1Star
|\
| * [S390] rework idle codeMartin Schwidefsky2012-03-111-6/+1Star
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1Star
|/
* compat: fix compile breakage on s390Heiko Carstens2012-02-271-1/+0Star
* [S390] idle: avoid RCU usage in extended quiescent stateHeiko Carstens2012-02-171-2/+3
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* [S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2011-10-301-0/+1
* [S390] cleanup psw related bits and piecesMartin Schwidefsky2011-10-301-1/+2
* [S390] Remove unused includes in process.cJan Glauber2011-05-231-17/+2Star
* [S390] Randomize PIEsHeiko Carstens2011-01-121-0/+11
* [S390] Randomise the brk regionHeiko Carstens2011-01-121-0/+18
* [S390] Randomize lower bits of stack addressHeiko Carstens2011-01-121-0/+9
* [S390] ptrace cleanupMartin Schwidefsky2011-01-051-1/+3
* [S390] smp/idle: call init_idle() before starting a new cpuHeiko Carstens2011-01-051-6/+2Star
* [S390] add kprobes annotationsMartin Schwidefsky2011-01-051-3/+6
* [S390] cpu hotplug/idle: move cpu_die call to enabled contextHeiko Carstens2010-10-251-5/+5
* Make do_execve() take a const filename pointerDavid Howells2010-08-181-2/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* [S390] remove superfluous TIF_USEDFPU bitMartin Schwidefsky2010-01-131-2/+0Star
* [S390] clear TIF_SINGLE_STEP for new process.Martin Schwidefsky2010-01-131-0/+1
* headers: utsname.h reduxAlexey Dobriyan2009-09-241-1/+0Star
* [S390] Convert sys_execve to function with parameters.Heiko Carstens2009-09-221-17/+13Star
* [S390] Convert sys_clone to function with parameters.Heiko Carstens2009-09-221-8/+2Star
* ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-3/+0Star
* [S390] implement is_compat_taskHeiko Carstens2009-06-121-1/+2
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* [S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens2009-03-261-0/+2
* [S390] split/move machine check handler codeHeiko Carstens2009-03-261-1/+1
* [S390] cputime: initialize per thread timer values on forkHeiko Carstens2009-03-261-0/+5
* [S390] arch/s390/kernel/process.c: fix whitespace damageHeiko Carstens2009-03-261-37/+27Star