summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [CVE-2009-0029] s390 specific system call wrappersHeiko Carstens2009-01-141-4/+5
* [PATCH] improve idle cputime accountingMartin Schwidefsky2008-12-311-61/+3Star
* [PATCH] improve precision of idle time detection.Martin Schwidefsky2008-12-311-22/+45
* [S390] ftrace: disable tracing on idle pswHeiko Carstens2008-11-141-0/+3
* [S390] Fix uninitialized spinlock useJosef 'Jeff' Sipek2008-08-211-1/+3
* nohz: adjust tick_nohz_stop_sched_tick() call of s390 as wellThomas Gleixner2008-07-191-1/+1
* [S390] idle: remove idle notifier chain.Heiko Carstens2008-07-141-30/+2Star
* [S390] Move show_regs to traps.c.Heiko Carstens2008-04-301-18/+0Star
* [S390] kernel: show last breaking-event-address on oopsChristian Borntraeger2008-04-171-0/+1
* [S390] Fix a lot of sparse warnings.Heiko Carstens2008-04-171-0/+2
* [S390] Convert s390 to GENERIC_CLOCKEVENTS.Heiko Carstens2008-04-171-1/+3
* [S390] Convert monitor calls to function calls.Heiko Carstens2008-04-171-40/+30Star
* [S390] idle: Fix machine check handling in idle loop.Heiko Carstens2008-03-051-0/+4
* [S390] Make sure enabled wait psw is loaded in default_idle.Heiko Carstens2008-02-191-6/+9
* [S390] Remove a.out header file.Martin Schwidefsky2008-02-091-1/+0Star
* [S390] Print kernel version in dump_stack() and show_regs().Heiko Carstens2008-01-261-8/+10
* [S390] Fix compile on !CONFIG_SMP.Heiko Carstens2007-11-051-2/+6
* [S390] Remove unused user_seg from thread structure.Martin Schwidefsky2007-10-221-2/+0Star
* [S390] Add per-cpu idle time / idle count sysfs attributes.Heiko Carstens2007-10-221-0/+16
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-1/+1
* Remove fs.h from mm.hAlexey Dobriyan2007-07-301-0/+1
* [S390] s390: rename CPU_IDLE to S390_CPU_IDLEHeiko Carstens2007-07-101-3/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [S390] System call cleanup.Martin Schwidefsky2007-04-271-34/+48
* [S390] noexec protectionGerald Schaefer2007-02-051-2/+2
* [S390] Inline assembly cleanup.Martin Schwidefsky2006-09-281-2/+3
* [S390] Fix sparse warnings.Heiko Carstens2006-07-121-1/+1
* [PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens2006-07-041-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-5/+6
* [PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk2006-03-241-1/+1
* [PATCH] s390: fix preempt_count of idle thread with cpu hotplugHeiko Carstens2006-02-171-1/+3
* [PATCH] s390: show_task oopsHeiko Carstens2006-01-151-3/+11
* [PATCH] s390: task_stack_page()Al Viro2006-01-121-5/+4Star
* [PATCH] s390: task_pt_regs()Al Viro2006-01-121-2/+1Star