1. faacbfd pid namespaces: add support for pid namespaces hierarchy by Pavel Emelyanov · 19 years ago
  2. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 19 years ago
  3. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 19 years ago
  4. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 19 years ago
  5. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 19 years ago
  6. 2e19758 kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 19 years ago
  7. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 19 years ago
  8. 4e6045f workqueue: debug flushing deadlocks with lockdep by Johannes Berg · 19 years ago
  9. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 19 years ago
  10. a6f5e06 pid namespaces: move alloc_pid() to copy_process() by Sukadev Bhattiprolu · 19 years ago
  11. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 19 years ago
  12. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 19 years ago
  13. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 19 years ago
  14. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 19 years ago
  15. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 19 years ago
  16. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 19 years ago
  17. 846c7bb Add cgroupstats by Balbir Singh · 19 years ago
  18. 006cb99 Task Control Groups: simple task cgroup debug info subsystem by Paul Menage · 19 years ago
  19. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 19 years ago
  20. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 19 years ago
  21. 81a6a5c Task Control Groups: automatic userspace notification of idle cgroups by Paul Menage · 19 years ago
  22. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 19 years ago
  23. a424316 Task Control Groups: add procfs interface by Paul Menage · 19 years ago
  24. 697f416 Task Control Groups: add cgroup_clone() interface by Paul Menage · 19 years ago
  25. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 19 years ago
  26. 355e0c4 Add cgroup write_uint() helper method by Paul Menage · 19 years ago
  27. bbcb81d Task Control Groups: add tasks file interface by Paul Menage · 19 years ago
  28. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 19 years ago
  29. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 19 years ago
  30. fe9d4f5 Add kernel/notifier.c by Alexey Dobriyan · 19 years ago
  31. 58f9b52 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 19 years ago
  32. 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  33. c80544d sparse pointer use of zero as null by Stephen Hemminger · 19 years ago
  34. c66f08b Add scaled time to taskstats based process accounting by Michael Neuling · 19 years ago
  35. 5b4db0c whitespace fixes: system timers by Daniel Walker · 19 years ago
  36. 0719e37 whitespace fixes: interval timers by Daniel Walker · 19 years ago
  37. 62769dc whitespace fixes: execution domains by Daniel Walker · 19 years ago
  38. 5600b89 whitespace fixes: system auditing by Daniel Walker · 19 years ago
  39. bd3a849 whitespace fixes: compat syscalls by Daniel Walker · 19 years ago
  40. 9f8dbe9 whitespace fixes: syscall auditing by Daniel Walker · 19 years ago
  41. 314f70f whitespace fixes: capability syscalls by Daniel Walker · 19 years ago
  42. c277e63 whitespace fixes: panic handling by Daniel Walker · 19 years ago
  43. 22a8bde whitespace fixes: module loading by Daniel Walker · 19 years ago
  44. 23ff444 whitespace fixes: fork by Daniel Walker · 19 years ago
  45. 902749c whitespace fixes: DMA channel allocator by Daniel Walker · 19 years ago
  46. 9ce3421 whitespace fixes: audit filtering by Daniel Walker · 19 years ago
  47. 1bfbc60 whitespace fixes: relayfs by Daniel Walker · 19 years ago
  48. dedf8b7 whitespace fixes: cpuset by Daniel Walker · 19 years ago
  49. 6ae965c whitespace fixes: process accounting by Daniel Walker · 19 years ago
  50. 6fa6c3b whitespace fixes: time syscalls by Daniel Walker · 19 years ago
  51. 72c2d58 V3 file capabilities: alter behavior of cap_setpcap by Andrew Morgan · 19 years ago
  52. 7058cb0 sysctl: deprecate sys_sysctl in a user space visible fashion. by Eric W. Biederman · 19 years ago
  53. 8ada720 sysctl: for irda update sysctl_checks list of binary paths by Eric W. Biederman · 19 years ago
  54. 49ffcf8 sysctl: update sysctl_check_table by Eric W. Biederman · 19 years ago
  55. fc6cd25 sysctl: Error on bad sysctl tables by Eric W. Biederman · 19 years ago
  56. c65f923 sysctl: remove the cad_pid binary sysctl path by Eric W. Biederman · 19 years ago
  57. 35834ca sysctl: simplify the pty sysctl logic by Eric W. Biederman · 19 years ago
  58. 0d135a4 sysctl: remove the binary interface for aio-nr, aio-max-nr, acpi_video_flags by Eric W. Biederman · 19 years ago
  59. f5ead5c sysctl: remove binary sysctl support where it clearly doesn't work by Eric W. Biederman · 19 years ago
  60. 49a0c45 sysctl: Factor out sysctl_data. by Eric W. Biederman · 19 years ago
  61. d8217f0 sysctl core: Stop using the unnecessary ctl_table typedef by Eric W. Biederman · 19 years ago
  62. a0d8cdb cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPARE by Akinobu Mita · 19 years ago
  63. faf8c71 param_sysfs_builtin memchr argument fix by Dave Young · 19 years ago
  64. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 19 years ago
  65. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 19 years ago
  66. 9cd9a00 Hibernation: Enter platform hibernation state in a consistent way by Rafael J. Wysocki · 19 years ago
  67. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 19 years ago
  68. d307c4a Hibernation: Arbitrary boot kernel support - generic code by Rafael J. Wysocki · 19 years ago
  69. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 19 years ago
  70. 438e2ce freezer: measure freezing time by Rafael J. Wysocki · 19 years ago
  71. b842ee5 freezer: be more verbose by Rafael J. Wysocki · 19 years ago
  72. c3d42d7 unexport pm_power_off_prepare by Adrian Bunk · 19 years ago
  73. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 19 years ago
  74. 2e13189 freezer: prevent new tasks from inheriting TIF_FREEZE set by Rafael J. Wysocki · 19 years ago
  75. 232b143 freezer: do not sync filesystems from freeze_processes by Rafael J. Wysocki · 19 years ago
  76. b3dac3b PM: Rename hibernation_ops to platform_hibernation_ops by Rafael J. Wysocki · 19 years ago
  77. 74f270a PM: Rework struct hibernation_ops by Rafael J. Wysocki · 19 years ago
  78. f242d91 PM: Make suspend_ops static by Rafael J. Wysocki · 19 years ago
  79. e6c5eb9 PM: Rework struct platform_suspend_ops by Rafael J. Wysocki · 19 years ago
  80. 26398a7 PM: Rename struct pm_ops and related things by Rafael J. Wysocki · 19 years ago
  81. a065c86 make kernel/power/main.c:suspend_enter() static by Adrian Bunk · 19 years ago
  82. c70878b hrtimer: hook compat_sys_nanosleep up to high res timer code by Anton Blanchard · 19 years ago
  83. 04c2271 hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier by Anton Blanchard · 19 years ago
  84. 480b943 sched: reduce schedstat variable overhead a bit by Ken Chen · 19 years ago
  85. cc4ea79 sched: add KERN_CONT annotation by Ingo Molnar · 19 years ago
  86. d801649 sched: cleanup, make struct rq comments more consistent by Ingo Molnar · 19 years ago
  87. 8401f77 sched: cleanup, fix spacing by Ingo Molnar · 19 years ago
  88. 51e9799 sched: fix return value of wait_for_completion_interruptible() by Andi Kleen · 19 years ago
  89. 3dfbc88 x86: C1E late detection fix. Really switch off lapic timer by Thomas Gleixner · 19 years ago
  90. e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  91. cbfee34 security/ cleanups by Adrian Bunk · 19 years ago
  92. 57c521c ifdef struct task_struct::security by Alexey Dobriyan · 19 years ago
  93. d2da272 migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock() by Oleg Nesterov · 19 years ago
  94. f7b4cdd do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist) by Oleg Nesterov · 19 years ago
  95. d58ae67 module: return error when mod_sysfs_init() failed by Akinobu Mita · 19 years ago
  96. 28e3fed Compile handle_percpu_irq even for uniprocessor kernels by Ralf Baechle · 19 years ago
  97. fd5eea4 change inotifyfs magic as the same magic is used for futexfs by Andrey Mirkin · 19 years ago
  98. db8906d Use KMEM_CACHE macro to create the nsproxy cache by Pavel Emelyanov · 19 years ago
  99. 970a864 user.c: #ifdef ->mq_bytes by Alexey Dobriyan · 19 years ago
  100. 40aeb40 user.c: deinline by Alexey Dobriyan · 19 years ago