1. ca8bdca cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys by Tejun Heo · 11 years ago
  2. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  3. 6e6eab0 cgroup: fix cgroup_write_event_control() by Tejun Heo · 11 years ago
  4. 0bfb4aa cgroup: fix subsystem file accesses on the root cgroup by Tejun Heo · 11 years ago
  5. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  6. 930913a cgroup: use css_get() in cgroup_create() to check CSS_ROOT by Li Zhong · 11 years ago
  7. ff58ac0 cpuset: remove an unncessary forward declaration by Li Zefan · 11 years ago
  8. 0c21ead cgroup: RCU protect each cgroup_subsys_state release by Tejun Heo · 11 years ago
  9. 3c14f8b cgroup: move subsys file removal to kill_css() by Tejun Heo · 11 years ago
  10. edae0c3 cgroup: factor out kill_css() by Tejun Heo · 11 years ago
  11. 09a503ea cgroup: decouple cgroup_subsys_state destruction from cgroup destruction by Tejun Heo · 11 years ago
  12. f20104d cgroup: replace cgroup->css_kill_cnt with ->nr_css by Tejun Heo · 11 years ago
  13. 223dbc3 cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item by Tejun Heo · 11 years ago
  14. ae7f164 cgroup: move cgroup->subsys[] assignment to online_css() by Tejun Heo · 11 years ago
  15. 623f926 cgroup: reorganize css init / exit paths by Tejun Heo · 11 years ago
  16. 73e80ed cgroup: add __rcu modifier to cgroup->subsys[] by Tejun Heo · 11 years ago
  17. 105347b cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css by Tejun Heo · 11 years ago
  18. b77d7b6 cgroup: cgroup_css_from_dir() now should be called with RCU read locked by Tejun Heo · 11 years ago
  19. 0ae78e0 cgroup: add cgroup_subsys_state->parent by Tejun Heo · 11 years ago
  20. 35ef10d cgroup: rename cgroup_subsys_state->dput_work and its callback function by Tejun Heo · 11 years ago
  21. 40e93b3 cgroup: always use cgroup_css() by Tejun Heo · 11 years ago
  22. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  23. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  24. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  25. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  26. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  27. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  28. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  29. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  30. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago
  31. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  32. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  33. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  34. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  35. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  36. f7d5881 cgroup: pin cgroup_subsys_state when opening a cgroupfs file by Tejun Heo · 11 years ago
  37. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  38. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  39. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  40. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  41. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  42. 3f79851 hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroup by Tejun Heo · 11 years ago
  43. 6d37b97 netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state by Tejun Heo · 11 years ago
  44. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  45. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  46. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  47. b395890 cgroup: rename cgroup_pidlist->mutex by Li Zefan · 11 years ago
  48. 876ede8 cgroup: restructure the failure path in cgroup_write_event_control() by Li Zefan · 11 years ago
  49. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 11 years ago
  50. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 11 years ago
  51. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  52. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  53. e0798ce cgroup: remove struct cgroup_seqfile_state by Li Zefan · 11 years ago
  54. 2a4ac63 cgroup: remove sparse tags from offline_css() by Li Zefan · 11 years ago
  55. da0a12c cgroup: fix a leak when percpu_ref_init() fails by Li Zefan · 11 years ago
  56. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  57. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  58. a698b44 cgroup: remove gratuituous BUG_ON()s from rebind_subsystems() by Tejun Heo · 11 years ago
  59. 1d5be6b cgroup: move module ref handling into rebind_subsystems() by Tejun Heo · 11 years ago
  60. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  61. f172e67 cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount() by Tejun Heo · 11 years ago
  62. 3126121 cgroup: make rebind_subsystems() handle file additions and removals with proper error handling by Tejun Heo · 11 years ago
  63. b420ba7 cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  64. bee5509 cgroup: update error handling in cgroup_populate_dir() by Tejun Heo · 11 years ago
  65. 628f7cd cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  66. 9ccece8 cgroup: fix cgroup_add_cftypes() error handling by Tejun Heo · 11 years ago
  67. b1f28d3 cgroup: fix error path of cgroup_addrm_files() by Tejun Heo · 11 years ago
  68. 8f89140 cgroup: minor updates around cgroup_clear_directory() by Tejun Heo · 11 years ago
  69. 9903883f Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 11 years ago
  70. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  71. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  72. 0fb3767 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  73. 0edcd16 Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  74. d4d1cda Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  75. 7728f03 Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  76. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  77. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  78. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  79. 746919d Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  80. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  81. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  82. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  83. 6d128e1 Revert "Makefile: Fix install error with make -j option" by Linus Torvalds · 11 years ago
  84. 64fb6d9 Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  85. b4294ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  86. 4ece92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 11 years ago
  87. 75fcf64 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  88. db6e330 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  89. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  90. 61b0d76 zswap: add documentation by Seth Jennings · 11 years ago
  91. 2b28111 zswap: add to mm/ by Seth Jennings · 11 years ago
  92. 4e2e277 zbud: add to mm/ by Seth Jennings · 11 years ago
  93. ae92494 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  94. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  95. cb63fc2 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  96. a9642fa Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 9d0eb0a dm: add switch target by Jim Ramsay · 11 years ago
  98. 8504eed dm: update maintainers by Alasdair G Kergon · 11 years ago
  99. 2a7faeb dm: optimize reorder structure by Mikulas Patocka · 11 years ago
  100. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago