1. 73e753a CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified by KAMEZAWA Hiroyuki · 17 years ago
  2. 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
  3. bd89aab Control groups: Replace "cont" with "cgrp" and other misc renaming by Paul Menage · 17 years ago
  4. 69cccb8 Use task_pid_nr() instead of pid_nr(task_pid()) by Pavel Emelyanov · 17 years ago
  5. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  6. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 17 years ago
  7. 270f722 Fix tsk->exit_state usage by Eugene Teo · 17 years ago
  8. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  9. 020958b cpusets: decrustify cpuset mask update code by Paul Jackson · 17 years ago
  10. 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
  11. 2f2a3a4 Uninline the task_xid_nr_ns() calls by Pavel Emelyanov · 17 years ago
  12. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  13. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  14. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  15. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  16. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  17. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  18. 0fbc26a pid namespaces: allow signalling cgroup-init by Sukadev Bhattiprolu · 17 years ago
  19. c9c5d92 pid namespaces: create a slab-cache for 'struct pid_namespace' by Sukadev Bhattiprolu · 17 years ago
  20. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  21. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
  22. b461cc0 pid namespaces: miscellaneous preparations for pid namespaces by Pavel Emelyanov · 17 years ago
  23. 425fb2b pid namespaces: move alloc_pid() lower in copy_process() by Pavel Emelyanov · 17 years ago
  24. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  25. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 17 years ago
  26. 8ef047a pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid by Pavel Emelyanov · 17 years ago
  27. faacbfd pid namespaces: add support for pid namespaces hierarchy by Pavel Emelyanov · 17 years ago
  28. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  29. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 17 years ago
  30. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 17 years ago
  31. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 17 years ago
  32. 2e19758 kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
  33. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 17 years ago
  34. 4e6045f workqueue: debug flushing deadlocks with lockdep by Johannes Berg · 17 years ago
  35. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  36. a6f5e06 pid namespaces: move alloc_pid() to copy_process() by Sukadev Bhattiprolu · 17 years ago
  37. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  38. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  39. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  40. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 17 years ago
  41. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  42. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
  43. 846c7bb Add cgroupstats by Balbir Singh · 17 years ago
  44. 006cb99 Task Control Groups: simple task cgroup debug info subsystem by Paul Menage · 17 years ago
  45. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
  46. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  47. 81a6a5c Task Control Groups: automatic userspace notification of idle cgroups by Paul Menage · 17 years ago
  48. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 17 years ago
  49. a424316 Task Control Groups: add procfs interface by Paul Menage · 17 years ago
  50. 697f416 Task Control Groups: add cgroup_clone() interface by Paul Menage · 17 years ago
  51. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  52. 355e0c4 Add cgroup write_uint() helper method by Paul Menage · 17 years ago
  53. bbcb81d Task Control Groups: add tasks file interface by Paul Menage · 17 years ago
  54. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 17 years ago
  55. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 17 years ago
  56. fe9d4f5 Add kernel/notifier.c by Alexey Dobriyan · 17 years ago
  57. 58f9b52 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  58. 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  59. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  60. c66f08b Add scaled time to taskstats based process accounting by Michael Neuling · 17 years ago
  61. 5b4db0c whitespace fixes: system timers by Daniel Walker · 17 years ago
  62. 0719e37 whitespace fixes: interval timers by Daniel Walker · 17 years ago
  63. 62769dc whitespace fixes: execution domains by Daniel Walker · 17 years ago
  64. 5600b89 whitespace fixes: system auditing by Daniel Walker · 17 years ago
  65. bd3a849 whitespace fixes: compat syscalls by Daniel Walker · 17 years ago
  66. 9f8dbe9 whitespace fixes: syscall auditing by Daniel Walker · 17 years ago
  67. 314f70f whitespace fixes: capability syscalls by Daniel Walker · 17 years ago
  68. c277e63 whitespace fixes: panic handling by Daniel Walker · 17 years ago
  69. 22a8bde whitespace fixes: module loading by Daniel Walker · 17 years ago
  70. 23ff444 whitespace fixes: fork by Daniel Walker · 17 years ago
  71. 902749c whitespace fixes: DMA channel allocator by Daniel Walker · 17 years ago
  72. 9ce3421 whitespace fixes: audit filtering by Daniel Walker · 17 years ago
  73. 1bfbc60 whitespace fixes: relayfs by Daniel Walker · 17 years ago
  74. dedf8b7 whitespace fixes: cpuset by Daniel Walker · 17 years ago
  75. 6ae965c whitespace fixes: process accounting by Daniel Walker · 17 years ago
  76. 6fa6c3b whitespace fixes: time syscalls by Daniel Walker · 17 years ago
  77. 72c2d58 V3 file capabilities: alter behavior of cap_setpcap by Andrew Morgan · 17 years ago
  78. 7058cb0 sysctl: deprecate sys_sysctl in a user space visible fashion. by Eric W. Biederman · 17 years ago
  79. 8ada720 sysctl: for irda update sysctl_checks list of binary paths by Eric W. Biederman · 17 years ago
  80. 49ffcf8 sysctl: update sysctl_check_table by Eric W. Biederman · 17 years ago
  81. fc6cd25 sysctl: Error on bad sysctl tables by Eric W. Biederman · 17 years ago
  82. c65f923 sysctl: remove the cad_pid binary sysctl path by Eric W. Biederman · 17 years ago
  83. 35834ca sysctl: simplify the pty sysctl logic by Eric W. Biederman · 17 years ago
  84. 0d135a4 sysctl: remove the binary interface for aio-nr, aio-max-nr, acpi_video_flags by Eric W. Biederman · 17 years ago
  85. f5ead5c sysctl: remove binary sysctl support where it clearly doesn't work by Eric W. Biederman · 17 years ago
  86. 49a0c45 sysctl: Factor out sysctl_data. by Eric W. Biederman · 17 years ago
  87. d8217f0 sysctl core: Stop using the unnecessary ctl_table typedef by Eric W. Biederman · 17 years ago
  88. a0d8cdb cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPARE by Akinobu Mita · 17 years ago
  89. faf8c71 param_sysfs_builtin memchr argument fix by Dave Young · 17 years ago
  90. 2c62214 Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday(). by Tony Breeds · 17 years ago
  91. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 17 years ago
  92. 9cd9a00 Hibernation: Enter platform hibernation state in a consistent way by Rafael J. Wysocki · 17 years ago
  93. c7e0831 Hibernation: Check if ACPI is enabled during restore in the right place by Rafael J. Wysocki · 17 years ago
  94. d307c4a Hibernation: Arbitrary boot kernel support - generic code by Rafael J. Wysocki · 17 years ago
  95. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  96. 438e2ce freezer: measure freezing time by Rafael J. Wysocki · 17 years ago
  97. b842ee5 freezer: be more verbose by Rafael J. Wysocki · 17 years ago
  98. c3d42d7 unexport pm_power_off_prepare by Adrian Bunk · 17 years ago
  99. d5d8c59 freezer: do not send signals to kernel threads by Rafael J. Wysocki · 17 years ago
  100. 2e13189 freezer: prevent new tasks from inheriting TIF_FREEZE set by Rafael J. Wysocki · 17 years ago