1. 470fd64 hotplug cpu: migrate a task within its cpuset by Cliff Wickman · 17 years ago
  2. bd89aab Control groups: Replace "cont" with "cgrp" and other misc renaming by Paul Menage · 17 years ago
  3. 69cccb8 Use task_pid_nr() instead of pid_nr(task_pid()) by Pavel Emelyanov · 17 years ago
  4. 6651fd5 Use task_pid_nr() in ip_vs_sync.c by Pavel Emelyanov · 17 years ago
  5. 457c251 Remove unused variables from fs/proc/base.c by Pavel Emelyanov · 17 years ago
  6. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  7. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  8. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 17 years ago
  9. 270f722 Fix tsk->exit_state usage by Eugene Teo · 17 years ago
  10. d85f50d proc: export a processes resource limits via /proc/pid by Neil Horman · 17 years ago
  11. 14ed9d2 remove BITS_TO_TYPE macro by Jiri Slaby · 17 years ago
  12. 1cafc30 FlashPoint, use BIT instead of BITW by Jiri Slaby · 17 years ago
  13. 93043ec define global BIT macro by Jiri Slaby · 17 years ago
  14. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  15. d05be13 define first set of BIT* macros by Jiri Slaby · 17 years ago
  16. 5159f40 amba-pl011, rename BIT macro by Jiri Slaby · 17 years ago
  17. b7b5a12 s2io, rename BIT macro by Jiri Slaby · 17 years ago
  18. ed11399 i2c-pxa, rename BIT macro to PXA_BIT by Jiri Slaby · 17 years ago
  19. 532237e cyber2000fb: checkpatch fixes by Krzysztof Helt · 17 years ago
  20. 87d0613 cyber2000fb, rename BIT macro by Jiri Slaby · 17 years ago
  21. 0624517 forbid asm/bitops.h direct inclusion by Jiri Slaby · 17 years ago
  22. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  23. 1276b10 fs/select, remove unused macros by Jiri Slaby · 17 years ago
  24. bc552f7 Misc: phantom, improved data passing by Jiri Slaby · 17 years ago
  25. b2afe33 Misc: phantom, add comment about openhaptics by Jiri Slaby · 17 years ago
  26. aee8447 Misc: phantom, synchronize_irq() on suspend by Jiri Slaby · 17 years ago
  27. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  28. 020958b cpusets: decrustify cpuset mask update code by Paul Jackson · 17 years ago
  29. 029190c cpuset sched_load_balance flag by Paul Jackson · 17 years ago
  30. 2f2a3a4 Uninline the task_xid_nr_ns() calls by Pavel Emelyanov · 17 years ago
  31. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  32. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  33. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  34. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  35. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  36. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  37. 0fbc26a pid namespaces: allow signalling cgroup-init by Sukadev Bhattiprolu · 17 years ago
  38. c9c5d92 pid namespaces: create a slab-cache for 'struct pid_namespace' by Sukadev Bhattiprolu · 17 years ago
  39. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  40. 130f77e pid namespaces: make proc_flush_task() actually from entries from multiple namespaces by Pavel Emelyanov · 17 years ago
  41. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
  42. b461cc0 pid namespaces: miscellaneous preparations for pid namespaces by Pavel Emelyanov · 17 years ago
  43. 07543f5 pid namespaces: make proc have multiple superblocks - one for each namespace by Pavel Emelyanov · 17 years ago
  44. 425fb2b pid namespaces: move alloc_pid() lower in copy_process() by Pavel Emelyanov · 17 years ago
  45. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  46. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 17 years ago
  47. 8ef047a pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid by Pavel Emelyanov · 17 years ago
  48. faacbfd pid namespaces: add support for pid namespaces hierarchy by Pavel Emelyanov · 17 years ago
  49. 4c3f2ea pid namespaces: introduce struct upid by Sukadev Bhattiprolu · 17 years ago
  50. 60347f6 pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees by Pavel Emelyanov · 17 years ago
  51. 8bf9725 pid namespaces: introduce MS_KERNMOUNT flag by Pavel Emelyanov · 17 years ago
  52. 2e4a707 pid namespaces: move exit_task_namespaces() by Pavel Emelyanov · 17 years ago
  53. 762a24b pid namespaces: rework forget_original_parent() by Oleg Nesterov · 17 years ago
  54. d4c5e41 whitespace fixes: task exit handling by Daniel Walker · 17 years ago
  55. 7b1915a mm/oom_kill.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
  56. 2e19758 kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
  57. 03ff179 kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) by Matthias Kaehlcke · 17 years ago
  58. d473012 fs/super.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  59. b70c394 fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  60. cfdaf9e fs/file_table.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  61. 4e6045f workqueue: debug flushing deadlocks with lockdep by Johannes Berg · 17 years ago
  62. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  63. a6f5e06 pid namespaces: move alloc_pid() to copy_process() by Sukadev Bhattiprolu · 17 years ago
  64. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  65. 3743ca0 pid namespaces: use task_pid() to find leader's pid by Sukadev Bhattiprolu · 17 years ago
  66. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  67. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  68. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 17 years ago
  69. a05f7b1 pid namespaces: make get_pid_ns() return the namespace itself by Pavel Emelianov · 17 years ago
  70. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  71. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
  72. 846c7bb Add cgroupstats by Balbir Singh · 17 years ago
  73. c2e2c7f task cgroups: enable cgroups by default in some configs by Paul Jackson · 17 years ago
  74. 006cb99 Task Control Groups: simple task cgroup debug info subsystem by Paul Menage · 17 years ago
  75. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
  76. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  77. 81a6a5c Task Control Groups: automatic userspace notification of idle cgroups by Paul Menage · 17 years ago
  78. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 17 years ago
  79. a424316 Task Control Groups: add procfs interface by Paul Menage · 17 years ago
  80. 697f416 Task Control Groups: add cgroup_clone() interface by Paul Menage · 17 years ago
  81. b4f48b6 Task Control Groups: add fork()/exit() hooks by Paul Menage · 17 years ago
  82. 355e0c4 Add cgroup write_uint() helper method by Paul Menage · 17 years ago
  83. bbcb81d Task Control Groups: add tasks file interface by Paul Menage · 17 years ago
  84. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 17 years ago
  85. 55a230a cpuset: zero malloc - revert the old cpuset fix by Paul Jackson · 17 years ago
  86. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  87. cb680c1 reiserfs: ignore on disk s_bmap_nr value by Jeff Mahoney · 17 years ago
  88. 4d20851 reiserfs: remove first_zero_hint by Jeff Mahoney · 17 years ago
  89. 3ee1667 reiserfs: fix usage of signed ints for block numbers by Jeff Mahoney · 17 years ago
  90. 6c57c2c reiserfs: fix memset byte count during resize by Jeff Mahoney · 17 years ago
  91. d4c3d19 reiserfs: use is_reusable to catch corruption by Jeff Mahoney · 17 years ago
  92. 8e186e4 reiserfs: dont use BUG when panicking by Jeff Mahoney · 17 years ago
  93. 7598392 reiserfs: fix up lockdep warnings by Jeff Mahoney · 17 years ago
  94. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  95. 7a266e7 jbd: fix commit code to properly abort journal by Jan Kara · 17 years ago
  96. c2a9159 jbd: config_jbd_debug cannot create /proc entry by Jose R. Santos · 17 years ago
  97. 1c09924 jbd: remove printk() from J_ASSERT macros by Chris Snook · 17 years ago
  98. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  99. 345225c isdn/sc: remove unused REQUEST_IRQ and unnecessary header file by Fernando Luis Vázquez Cao · 17 years ago
  100. feea6d4 isdn: fix random hard freeze with AVM T1 cards by Karsten Keil · 17 years ago