1. 756184b [PATCH] CodingStyle cleanup for kernel/sys.c by Cal Peake · 18 years ago
  2. 34596dc [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use it by Andi Kleen · 18 years ago
  3. c9472e0 [PATCH] kill extraneous printk in kernel_restart() by Cal Peake · 18 years ago
  4. 3cfc348 [PATCH] x86: Add portable getcpu call by Andi Kleen · 18 years ago
  5. abf75a5 [PATCH] Fix prctl privilege escalation and suid_dumpable (CVE-2006-2451) by Marcel Holtmann · 18 years ago
  6. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  7. 83cc5ed [PATCH] kernel/sys.c: cleanups by Adrian Bunk · 18 years ago
  8. bbb1747 [PATCH] Allow raw_notifier callouts to unregister themselves by Alan Stern · 18 years ago
  9. 55f4e8d [PATCH] kernel/sys.c doesn't need init.h by Jes Sorensen · 18 years ago
  10. 45c091b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  11. de047c1 [PATCH] avoid tasklist_lock at getrusage for multithreaded case too by Ravikiran G Thirumalai · 18 years ago
  12. 651d765 [PATCH] Add a prctl to change the endianness of a process. by Anton Blanchard · 18 years ago
  13. 390e2ff [PATCH] Make setsid() more robust by Eric W. Biederman · 18 years ago
  14. 7d7185c [PATCH] sys_times: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  15. 35f5cad [PATCH] revert "Optimize sys_times for a single thread process" by Oleg Nesterov · 18 years ago
  16. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  17. d74beb9f [PATCH] Use unsigned int types for a faster bsearch by Eric Dumazet · 18 years ago
  18. 231bed2 [PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p() and in_egroup_p() by Eric Dumazet · 18 years ago
  19. 12b5989 [PATCH] refactor capable() to one implementation, add __capable() helper by Chris Wright · 18 years ago
  20. d3561f7 [PATCH] RLIMIT_CPU: document wrong return value by Andrew Morton · 18 years ago
  21. e066111 [PATCH] RLIMIT_CPU: fix handling of a zero limit by Andrew Morton · 18 years ago
  22. ec9e16b [PATCH] sys_setrlimit() cleanup by Andrew Morton · 18 years ago
  23. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 18 years ago
  24. 2dd0ebc [PATCH] Avoid taking global tasklist_lock for single threadedprocess at getrusage() by Ravikiran G Thirumalai · 18 years ago
  25. 4bb8089 [PATCH] kernel/sys.c NULL noise removal by Al Viro · 18 years ago
  26. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 18 years ago
  27. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  28. e16885c [PATCH] uninline capable() by Ingo Molnar · 18 years ago
  29. 0f59cc4 [PATCH] simplify k_getrusage() by Oleg Nesterov · 18 years ago
  30. f7dd795 [PATCH] setpgid: should not accept ptraced childs by Oleg Nesterov · 18 years ago
  31. e19f247 [PATCH] setpgid: should work for sub-threads by Oren Laadan · 18 years ago
  32. ee0acf9 [PATCH] setpgid: should work for sub-threads by Oleg Nesterov · 18 years ago
  33. 5e38291 [PATCH] Don't attempt to power off if power off is not implemented by Eric W. Biederman · 18 years ago
  34. 729b4d4 [ACPI] fix reboot upon suspend-to-disk by Alexey Starikovskiy · 19 years ago
  35. 00d7c05 [PATCH] kprobes: no probes on critical path by Keshavamurthy Anil S · 18 years ago
  36. 393b072 [SPARC64]: Re-export uts_sem for solaris compat module. by David S. Miller · 19 years ago
  37. b26b9bc [PATCH] unexport uts_sem by Adrian Bunk · 19 years ago
  38. b8887e6 [PATCH] kernel-docs: fix kernel-doc format problems by Randy Dunlap · 19 years ago
  39. 1e5d533 [PATCH] more kernel-doc cleanups, additions by Randy Dunlap · 19 years ago
  40. 9f46080 [PATCH] Process Events Connector by Matt Helsley · 19 years ago
  41. e4c9433 [PATCH] reboot: comment and factor the main reboot functions by Eric W. Biederman · 19 years ago
  42. 2030c0f [PATCH] PR_GET_DUMPABLE returns incorrect info by Michael Kerrisk · 19 years ago
  43. 0730ded [PATCH] remove a redundant variable in sys_prctl() by Jesper Juhl · 19 years ago
  44. c36f19e [PATCH] Remove suspend() calls from shutdown path by Benjamin Herrenschmidt · 19 years ago
  45. 1108bae [PATCH] reboot: remove device_suspend(PMSG_FREEZE) from kernel_kexec by Eric W. Biederman · 19 years ago
  46. e4ff4d7 [PATCH] Avoid device suspend on reboot by Andrew Morton · 19 years ago
  47. 7c90347 [PATCH] Add emergency_restart() by Eric W. Biederman · 19 years ago
  48. abcd9e5 [PATCH] Make ctrl_alt_del call kernel_restart to get a proper reboot. by Eric W. Biederman · 19 years ago
  49. 4a00ea1 [PATCH] Refactor sys_reboot into reusable parts by Eric W. Biederman · 19 years ago
  50. 47f61f3 [PATCH] Add missing device_suspsend(PMSG_FREEZE) calls. by Eric W. Biederman · 19 years ago
  51. dc009d9 [PATCH] kexec: add kexec syscalls by Eric W. Biederman · 19 years ago
  52. 620b032 [PATCH] properly stop devices before poweroff by Pavel Machek · 19 years ago
  53. 3e30148 [PATCH] Keys: Make request-key create an authorisation key by David Howells · 19 years ago
  54. 71a2224 [PATCH] Optimize sys_times for a single thread process by Christoph Lameter · 19 years ago
  55. d6e7114 [PATCH] setuid core dump by Alan Cox · 19 years ago
  56. ebe8b54 [PATCH] correctly name the Shell sort by Domen Puncer · 19 years ago
  57. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  58. e43379f [PATCH] nice and rt-prio rlimits by Matt Mackall · 19 years ago
  59. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago