summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-121-0/+1
* [PATCH] uninline capable()Ingo Molnar2006-01-121-0/+12
* [PATCH] simplify k_getrusage()Oleg Nesterov2006-01-091-18/+11Star
* [PATCH] setpgid: should not accept ptraced childsOleg Nesterov2006-01-091-1/+1
* [PATCH] setpgid: should work for sub-threadsOren Laadan2006-01-091-9/+7Star
* [PATCH] setpgid: should work for sub-threadsOleg Nesterov2006-01-091-5/+6
* [PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman2006-01-091-0/+6
* [PATCH] kprobes: no probes on critical pathKeshavamurthy Anil S2005-12-121-1/+2
* [SPARC64]: Re-export uts_sem for solaris compat module.David S. Miller2005-11-101-0/+2
* [PATCH] unexport uts_semAdrian Bunk2005-11-071-2/+0Star
* [PATCH] kernel-docs: fix kernel-doc format problemsRandy Dunlap2005-11-071-1/+1
* [PATCH] more kernel-doc cleanups, additionsRandy Dunlap2005-11-071-6/+9
* [PATCH] Process Events ConnectorMatt Helsley2005-11-071-0/+9
* [PATCH] reboot: comment and factor the main reboot functionsEric W. Biederman2005-09-231-6/+46
* [PATCH] PR_GET_DUMPABLE returns incorrect infoMichael Kerrisk2005-09-171-2/+1Star
* [PATCH] remove a redundant variable in sys_prctl()Jesper Juhl2005-09-081-4/+2Star
* [PATCH] Remove suspend() calls from shutdown pathBenjamin Herrenschmidt2005-08-041-2/+0Star
* [PATCH] reboot: remove device_suspend(PMSG_FREEZE) from kernel_kexecEric W. Biederman2005-07-291-1/+0Star
* [PATCH] Avoid device suspend on rebootAndrew Morton2005-07-281-1/+0Star
* [PATCH] Add emergency_restart()Eric W. Biederman2005-07-261-0/+6
* [PATCH] Make ctrl_alt_del call kernel_restart to get a proper reboot.Eric W. Biederman2005-07-261-2/+1Star
* [PATCH] Refactor sys_reboot into reusable partsEric W. Biederman2005-07-261-42/+64
* [PATCH] Add missing device_suspsend(PMSG_FREEZE) calls.Eric W. Biederman2005-07-261-0/+2
* [PATCH] kexec: add kexec syscallsEric W. Biederman2005-06-261-0/+20
* [PATCH] properly stop devices before poweroffPavel Machek2005-06-261-0/+3
* [PATCH] Keys: Make request-key create an authorisation keyDavid Howells2005-06-241-1/+1
* [PATCH] Optimize sys_times for a single thread processChristoph Lameter2005-06-231-26/+60
* [PATCH] setuid core dumpAlan Cox2005-06-231-11/+11
* [PATCH] correctly name the Shell sortDomen Puncer2005-05-061-1/+1
* [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-1/+2
* [PATCH] nice and rt-prio rlimitsMatt Mackall2005-05-011-1/+1
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-10/+10
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1725