1. 952aaa1 cgroup: update cgroup_transfer_tasks() to either succeed or fail by Tejun Heo · 12 years ago
  2. 0e1d768 cgroup: drop task_lock() protection around task->cgroups by Tejun Heo · 12 years ago
  3. eaf797a cgroup: update how a newly forked task gets associated with css_set by Tejun Heo · 12 years ago
  4. 1958d2d cgroup: split process / task migration into four steps by Tejun Heo · 12 years ago
  5. ceb6a08 cgroup: separate out cset_group_from_root() from task_cgroup_from_root() by Tejun Heo · 12 years ago
  6. b3dc094 cgroup: use css_set->mg_tasks to track target tasks during migration by Tejun Heo · 12 years ago
  7. c756112 cgroup: add css_set->mg_tasks by Tejun Heo · 12 years ago
  8. f153ad1 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 12 years ago
  9. 532de3f cgroup: update cgroup_enable_task_cg_lists() to grab siglock by Tejun Heo · 12 years ago
  10. dc5736e cgroup: add a validation check to cgroup_add_cftyps() by Li Zefan · 12 years ago
  11. 6534fd6 cgroup: fix memory leak in cgroup_mount() by Li Zefan · 12 years ago
  12. bad3466 cgroup: fix locking in cgroupstats_build() by Li Zefan · 12 years ago
  13. 430af8ad cgroup: fix coccinelle warnings by Fengguang Wu · 12 years ago
  14. 8541fec cgroup: unexport functions by Tejun Heo · 12 years ago
  15. 9db8de3 cgroup: cosmetic updates to cgroup_attach_task() by Tejun Heo · 12 years ago
  16. bc668c7 cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size() by Tejun Heo · 12 years ago
  17. 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 12 years ago
  18. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 12 years ago
  19. cb0f1fe cgroup: move css_set_rwsem locking outside of cgroup_task_migrate() by Tejun Heo · 12 years ago
  20. 89c5509 cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit() by Tejun Heo · 12 years ago
  21. 889ed9c cgroup: remove css_scan_tasks() by Tejun Heo · 12 years ago
  22. d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 12 years ago
  23. 96d365e cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem by Tejun Heo · 12 years ago
  24. e406d1c cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks() by Tejun Heo · 12 years ago
  25. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 12 years ago
  26. afeb0f9 cgroup: relocate cgroup_enable_task_cg_lists() by Tejun Heo · 12 years ago
  27. 56fde9e cgroup: enable task_cg_lists on the first cgroup mount by Tejun Heo · 12 years ago
  28. 3558557 cgroup: drop CGRP_ROOT_SUBSYS_BOUND by Tejun Heo · 12 years ago
  29. d3ba07c cgroup: disallow xattr, release_agent and name if sane_behavior by Tejun Heo · 12 years ago
  30. 1a11533 Revert "cgroup: use an ordered workqueue for cgroup destruction" by Tejun Heo · 12 years ago
  31. 776f02f cgroup: remove cgroupfs_root->refcnt by Tejun Heo · 12 years ago
  32. 3c9c825 cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t by Tejun Heo · 12 years ago
  33. e61734c cgroup: remove cgroup->name by Tejun Heo · 12 years ago
  34. 6f30558 cgroup: make cgroup hold onto its kernfs_node by Tejun Heo · 12 years ago
  35. 21a2d343 cgroup: simplify dynamic cftype addition and removal by Tejun Heo · 12 years ago
  36. 0adb070 cgroup: remove cftype_set by Tejun Heo · 12 years ago
  37. 80b1358 cgroup: relocate cgroup_rm_cftypes() by Tejun Heo · 12 years ago
  38. 86bf4b6 cgroup: warn if "xattr" is specified with "sane_behavior" by Tejun Heo · 12 years ago
  39. 2bd59d4 cgroup: convert to kernfs by Tejun Heo · 12 years ago
  40. f2e85d5 cgroup: relocate functions in preparation of kernfs conversion by Tejun Heo · 12 years ago
  41. 59f5296 cgroup: misc preps for kernfs conversion by Tejun Heo · 12 years ago
  42. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 12 years ago
  43. 2da440a cgroup: introduce cgroup_init/exit_cftypes() by Tejun Heo · 12 years ago
  44. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 12 years ago
  45. de00ffa cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes() by Tejun Heo · 12 years ago
  46. 8d7e6fb cgroup: update cgroup name handling by Tejun Heo · 12 years ago
  47. d427dfe cgroup: factor out cgroup_setup_root() from cgroup_mount() by Tejun Heo · 12 years ago
  48. 8e30e2b cgroup: restructure locking and error handling in cgroup_mount() by Tejun Heo · 12 years ago
  49. 4ac0601 cgroup: release cgroup_mutex over file removals by Tejun Heo · 12 years ago
  50. ace2bee cgroup: introduce cgroup_tree_mutex by Tejun Heo · 12 years ago
  51. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 12 years ago
  52. 398f878 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 12 years ago
  53. 0ab02ca cgroup: protect modifications to cgroup_idr with cgroup_mutex by Li Zefan · 12 years ago
  54. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 12 years ago
  55. 3417ae1 cgroup: remove cgroup_root_mutex by Tejun Heo · 12 years ago
  56. 69e943b cgroup: update locking in cgroup_show_options() by Tejun Heo · 12 years ago
  57. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 12 years ago
  58. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 12 years ago
  59. 3ed80a6 cgroup: drop module support by Tejun Heo · 12 years ago
  60. 48573a8 cgroup: fix locking in cgroup_cfts_commit() by Tejun Heo · 12 years ago
  61. b58c899 cgroup: fix error return from cgroup_create() by Tejun Heo · 12 years ago
  62. eb46bf8 cgroup: fix error return value in cgroup_mount() by Tejun Heo · 12 years ago
  63. ab3f5fa cgroup: use an ordered workqueue for cgroup destruction by Hugh Dickins · 12 years ago
  64. 1ff6bbf arm, pm, vmpressure: add missing slab.h includes by Tejun Heo · 12 years ago
  65. aafd9d6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. 595bf99 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. ab531878 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. 73f9455 kernel/smp.c: remove cpumask_ipi by Roman Gushchin · 12 years ago
  69. 6897fc2 kernel: use lockless list for smp_call_function_single by Christoph Hellwig · 12 years ago
  70. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  71. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. a57beec sched: Make sched_class::get_rr_interval() optional by Peter Zijlstra · 12 years ago
  73. 712e5e3 sched/deadline: Add sched_dl documentation by Dario Faggioli · 12 years ago
  74. ce85b4f softirq: use const char * const for softirq_to_name, whitespace neatening by Joe Perches · 12 years ago
  75. 4032276 softirq: convert printks to pr_<level> by Joe Perches · 12 years ago
  76. 2e702b9 softirq: use ffs() in __do_softirq() by Joe Perches · 12 years ago
  77. a19428e kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str() by Chen Gang · 12 years ago
  78. ba635f8 Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  79. f6d13da Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  80. 270750db hung_task: Display every hung task warning by Aaron Tomlin · 12 years ago
  81. a8d4b83 introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() by Oleg Nesterov · 12 years ago
  82. 2397efb sysctl: Add neg_one as a standard constraint by Aaron Tomlin · 12 years ago
  83. fc8b137 kgdb/kdb: Fix no KDB config problem by Mike Travis · 12 years ago
  84. a2b4c60 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 12 years ago
  85. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  86. 3aacd62 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  87. 13c789a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  88. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  89. 7701996 kdump: fix exported size of vmcoreinfo note by Vivek Goyal · 12 years ago
  90. 7984754 kexec: add sysctl to disable kexec_load by Kees Cook · 12 years ago
  91. 8d38f20 kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread() by Oleg Nesterov · 12 years ago
  92. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 12 years ago
  93. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 12 years ago
  94. 68ce670 kernel/fork.c: remove redundant NULL check in dup_mm() by Daeseok Youn · 12 years ago
  95. 5d59e18 kernel/fork.c: fix coding style issues by Daeseok Youn · 12 years ago
  96. ff252c1 kernel/fork.c: make dup_mm() static by DaeSeok Youn · 12 years ago
  97. 1d3fa37 printk: flush conflicting continuation line by Arun KS · 12 years ago
  98. 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 12 years ago
  99. 3132e10 tracing: Check if tracing is enabled in trace_puts() by Steven Rostedt (Red Hat) · 12 years ago
  100. d375b4e sched/clock: Fixup early initialization by Peter Zijlstra · 12 years ago