summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-6/+1
2012-03-11[S390] rework idle codeMartin Schwidefsky1-6/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-1/+0
2012-02-17[S390] idle: avoid RCU usage in extended quiescent stateHeiko Carstens1-2/+3
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky1-0/+1
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-1/+2
2011-05-23[S390] Remove unused includes in process.cJan Glauber1-17/+2
2011-01-12[S390] Randomize PIEsHeiko Carstens1-0/+11
2011-01-12[S390] Randomise the brk regionHeiko Carstens1-0/+18
2011-01-12[S390] Randomize lower bits of stack addressHeiko Carstens1-0/+9
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-1/+3
2011-01-05[S390] smp/idle: call init_idle() before starting a new cpuHeiko Carstens1-6/+2
2011-01-05[S390] add kprobes annotationsMartin Schwidefsky1-3/+6
2010-10-25[S390] cpu hotplug/idle: move cpu_die call to enabled contextHeiko Carstens1-5/+5
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-01-13[S390] remove superfluous TIF_USEDFPU bitMartin Schwidefsky1-2/+0
2010-01-13[S390] clear TIF_SINGLE_STEP for new process.Martin Schwidefsky1-0/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-22[S390] Convert sys_execve to function with parameters.Heiko Carstens1-17/+13
2009-09-22[S390] Convert sys_clone to function with parameters.Heiko Carstens1-8/+2
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov1-3/+0
2009-06-12[S390] implement is_compat_taskHeiko Carstens1-1/+2
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-26[S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens1-0/+2
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-1/+1
2009-03-26[S390] cputime: initialize per thread timer values on forkHeiko Carstens1-0/+5
2009-03-26[S390] arch/s390/kernel/process.c: fix whitespace damageHeiko Carstens1-37/+27
2009-01-14[CVE-2009-0029] s390 specific system call wrappersHeiko Carstens1-4/+5
2008-12-31[PATCH] improve idle cputime accountingMartin Schwidefsky1-61/+3
2008-12-31[PATCH] improve precision of idle time detection.Martin Schwidefsky1-22/+45
2008-11-14[S390] ftrace: disable tracing on idle pswHeiko Carstens1-0/+3
2008-08-21[S390] Fix uninitialized spinlock useJosef 'Jeff' Sipek1-1/+3
2008-07-19nohz: adjust tick_nohz_stop_sched_tick() call of s390 as wellThomas Gleixner1-1/+1
2008-07-14[S390] idle: remove idle notifier chain.Heiko Carstens1-30/+2
2008-04-30[S390] Move show_regs to traps.c.Heiko Carstens1-18/+0
2008-04-17[S390] kernel: show last breaking-event-address on oopsChristian Borntraeger1-0/+1
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-0/+2
2008-04-17[S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens1-1/+3
2008-04-17[S390] Convert monitor calls to function calls.Heiko Carstens1-40/+30
2008-03-05[S390] idle: Fix machine check handling in idle loop.Heiko Carstens1-0/+4
2008-02-19[S390] Make sure enabled wait psw is loaded in default_idle.Heiko Carstens1-6/+9
2008-02-09[S390] Remove a.out header file.Martin Schwidefsky1-1/+0
2008-01-26[S390] Print kernel version in dump_stack() and show_regs().Heiko Carstens1-8/+10