summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Make setsid() more robustEric W. Biederman2006-03-311-4/+15
* [PATCH] sys_times: don't take tasklist_lockOleg Nesterov2006-03-281-12/+1
* [PATCH] revert "Optimize sys_times for a single thread process"Oleg Nesterov2006-03-281-60/+26
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-61/+266
* [PATCH] Use unsigned int types for a faster bsearchEric Dumazet2006-03-251-2/+2
* [PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p...Eric Dumazet2006-03-251-6/+0
* [PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2006-03-251-12/+0
* [PATCH] RLIMIT_CPU: document wrong return valueAndrew Morton2006-03-241-0/+7
* [PATCH] RLIMIT_CPU: fix handling of a zero limitAndrew Morton2006-03-241-1/+12
* [PATCH] sys_setrlimit() cleanupAndrew Morton2006-03-241-11/+15
* [PATCH] sem2mutex: ttyIngo Molnar2006-03-231-2/+2
* [PATCH] Avoid taking global tasklist_lock for single threadedprocess at getru...Ravikiran G Thirumalai2006-03-231-8/+34
* [PATCH] kernel/sys.c NULL noise removalAl Viro2006-02-071-1/+1
*---. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-241-15/+10
|\ \ \
| | * | [ACPI] fix reboot upon suspend-to-diskAlexey Starikovskiy2005-12-151-15/+10
| |/ /
* | | [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* | | [PATCH] uninline capable()Ingo Molnar2006-01-111-0/+12
* | | [PATCH] simplify k_getrusage()Oleg Nesterov2006-01-081-18/+11
* | | [PATCH] setpgid: should not accept ptraced childsOleg Nesterov2006-01-081-1/+1
* | | [PATCH] setpgid: should work for sub-threadsOren Laadan2006-01-081-9/+7
* | | [PATCH] setpgid: should work for sub-threadsOleg Nesterov2006-01-081-5/+6
* | | [PATCH] Don't attempt to power off if power off is not implementedEric W. Biederman2006-01-081-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/+0
* [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-221-6/+46
* [PATCH] PR_GET_DUMPABLE returns incorrect infoMichael Kerrisk2005-09-171-2/+1
* [PATCH] remove a redundant variable in sys_prctl()Jesper Juhl2005-09-071-4/+2
* [PATCH] Remove suspend() calls from shutdown pathBenjamin Herrenschmidt2005-08-041-2/+0
* [PATCH] reboot: remove device_suspend(PMSG_FREEZE) from kernel_kexecEric W. Biederman2005-07-291-1/+0
* [PATCH] Avoid device suspend on rebootAndrew Morton2005-07-271-1/+0
* [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/+1
* [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-251-0/+20
* [PATCH] properly stop devices before poweroffPavel Machek2005-06-251-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-051-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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1725
OpenPOWER on IntegriCloud