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