1. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  2. b416864 cgroup: implement cftype->write() by Tejun Heo · 10 years ago
  3. ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 10 years ago
  4. 46cfeb0 cgroup: use release_agent_path_lock in cgroup_release_agent_show() by Tejun Heo · 10 years ago
  5. 7d331fa cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  6. d37167a cgroup: update and fix parsing of "cgroup.subtree_control" by Tejun Heo · 10 years ago
  7. 0ab7a60 cgroup: css_release() shouldn't clear cgroup->subsys[] by Tejun Heo · 10 years ago
  8. 54504e9 cgroup: cgroup_idr_lock should be bh by Tejun Heo · 10 years ago
  9. 0cee8b7 cgroup: fix offlining child waiting in cgroup_subtree_control_write() by Tejun Heo · 10 years ago
  10. f21a4f7 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.16 by Tejun Heo · 10 years ago
  11. 36e9d2e cgroup: fix rcu_read_lock() leak in update_if_frozen() by Tejun Heo · 10 years ago
  12. e5ced8e cgroup_freezer: replace freezer->lock with freezer_mutex by Tejun Heo · 10 years ago
  13. 5024ae2 cgroup: introduce task_css_is_root() by Tejun Heo · 10 years ago
  14. 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  15. fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  16. 6010694 kernel/cgroup.c: fix 2 kernel-doc warnings by Fabian Frederick · 10 years ago
  17. 15a4c83 cgroup, memcg: implement css->id and convert css_from_id() to use it by Tejun Heo · 10 years ago
  18. ddfcada cgroup: update init_css() into init_and_link_css() by Tejun Heo · 10 years ago
  19. a2bed82 cgroup: use RCU free in create_css() failure path by Tejun Heo · 10 years ago
  20. 6fa4918 cgroup: protect cgroup_root->cgroup_idr with a spinlock by Tejun Heo · 10 years ago
  21. 7d699dd cgroup, memcg: allocate cgroup ID from 1 by Tejun Heo · 10 years ago
  22. 69dfa00 cgroup: make flags and subsys_masks unsigned int by Tejun Heo · 10 years ago
  23. ed3d261 cgroup: Use more current logging style by Joe Perches · 10 years ago
  24. a2a1f9e cgroup: replace pr_warning with preferred pr_warn by Jianyu Zhan · 10 years ago
  25. f8719cc cgroup: remove orphaned cgroup_pidlist_seq_operations by Jianyu Zhan · 10 years ago
  26. 2f0edc0 cgroup: clean up obsolete comment for parse_cgroupfs_options() by Jianyu Zhan · 10 years ago
  27. 842b597 cgroup: implement cgroup.populated for the default hierarchy by Tejun Heo · 10 years ago
  28. 50bce01 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into for-3.16 by Tejun Heo · 10 years ago
  29. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  30. f8f22e5 cgroup: implement dynamic subtree controller enable/disable on the default hierarchy by Tejun Heo · 10 years ago
  31. f817de9 cgroup: prepare migration path for unified hierarchy by Tejun Heo · 10 years ago
  32. 7fd8c56 cgroup: update subsystem rebind restrictions by Tejun Heo · 10 years ago
  33. 6803c00 cgroup: add css_set->dfl_cgrp by Tejun Heo · 10 years ago
  34. bd53d61 cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy by Tejun Heo · 10 years ago
  35. e329780 cgroup: cgroup->subsys[] should be cleared after the css is offlined by Tejun Heo · 10 years ago
  36. 3ebb2b6 cgroup: teach css_task_iter about effective csses by Tejun Heo · 10 years ago
  37. 0f0a2b4 cgroup: reorganize css_task_iter by Tejun Heo · 10 years ago
  38. 3b281af cgroup: make css_next_child() skip missing csses by Tejun Heo · 10 years ago
  39. 2d8f243 cgroup: implement cgroup->e_csets[] by Tejun Heo · 10 years ago
  40. aec3dfc cgroup: introduce effective cgroup_subsys_state by Tejun Heo · 10 years ago
  41. f392e51 cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_mask by Tejun Heo · 10 years ago
  42. ea8fd3b cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy by Tejun Heo · 10 years ago
  43. 8f98f6f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. ebfc45e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  45. 7861144 kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() by Andrew Morton · 10 years ago
  46. 7d77879 Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  47. 87a54ca Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. e37a06f cgroup: fix the retry path of cgroup_mount() by Li Zefan · 10 years ago
  49. 6ea6215 tracing/uprobes: Fix uprobe_cpu_buffer memory leak by zhangwei(Jovi) · 10 years ago
  50. a1d9a32 sched: Check for stop task appearance when balancing happens by Kirill Tkhai · 10 years ago
  51. d99d591 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. 5d6c97c tracing: Do not try to recreated toplevel set_ftrace_* files by Steven Rostedt (Red Hat) · 10 years ago
  53. 0acf07d seccomp: fix memory leak on filter attach by Kees Cook · 10 years ago
  54. 10ec34f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. 2763053 tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() by Viresh Kumar · 10 years ago
  56. 03e6bdc tick-sched: Don't call update_wall_time() when delta is lesser than tick_period by Viresh Kumar · 10 years ago
  57. 521c429 tick-common: Fix wrong check in tick_check_replacement() by Viresh Kumar · 10 years ago
  58. e79323b user namespace: fix incorrect memory barriers by Mikulas Patocka · 10 years ago
  59. 2eac764 seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF by Daniel Borkmann · 10 years ago
  60. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 10 years ago
  61. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  62. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  63. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  64. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 10 years ago
  65. a227960 locking/mutex: Fix debug_mutexes by Peter Zijlstra · 10 years ago
  66. 60e69ee sched/numa: Fix task_numa_free() lockdep splat by Mike Galbraith · 10 years ago
  67. 17a280e tracing: Add missing function triggers dump and cpudump to README by Steven Rostedt (Red Hat) · 10 years ago
  68. abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 10 years ago
  69. 69cd9eb futex: avoid race between requeue and wake by Linus Torvalds · 10 years ago
  70. b725dfe tracepoint: Fix sparse warnings in tracepoint.c by Mathieu Desnoyers · 10 years ago
  71. eb7d035 tracepoint: Simplify tracepoint module search by Steven Rostedt (Red Hat) · 10 years ago
  72. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 10 years ago
  73. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  74. 64b47e8 lglock: map to spinlock when !CONFIG_SMP by Josh Triplett · 10 years ago
  75. 08f141d modules: use raw_cpu_write for initialization of per cpu refcount. by Christoph Lameter · 10 years ago
  76. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  77. d7c0847 kernel/panic.c: display reason at end + pr_emerg by Fabian Frederick · 10 years ago
  78. 80df284 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 10 years ago
  79. 7c733eb wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by another process by Oleg Nesterov · 10 years ago
  80. 377d75d wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent by Oleg Nesterov · 10 years ago
  81. b3ab031 wait: completely ignore the EXIT_DEAD tasks by Oleg Nesterov · 10 years ago
  82. b436069 wait: use EXIT_TRACE only if thread_group_leader(zombie) by Oleg Nesterov · 10 years ago
  83. abd50b3 wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition by Oleg Nesterov · 10 years ago
  84. dfccbb5 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 10 years ago
  85. ef98239 kernel/exit.c: call proc_exit_connector() after exit_state is set by Guillaume Morin · 10 years ago
  86. 4bcb823 exit: move check_stack_usage() to the end of do_exit() by Oleg Nesterov · 10 years ago
  87. c39df5f exit: call disassociate_ctty() before exit_task_namespaces() by Oleg Nesterov · 10 years ago
  88. 539a13b res_counter: remove interface for locked charging and uncharging by David Rientjes · 10 years ago
  89. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  90. 514ddb4 fork: collapse copy_flags into copy_process by David Rientjes · 10 years ago
  91. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  92. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 10 years ago
  93. dc5ed40 Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  94. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  95. 49957f8 cgroup: newly created dirs and files should be owned by the creator by Tejun Heo · 10 years ago
  96. b8780c3 sched: remove sleep_on() and friends by Arnd Bergmann · 10 years ago
  97. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  98. 2d1eb87 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  99. c6b3d5b cgroup: fix top cgroup refcnt leak by Li Zefan · 10 years ago
  100. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago