1. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  2. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  3. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  4. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  5. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  6. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  7. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  8. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  9. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago
  10. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  11. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  12. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  13. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  14. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  15. f7d5881 cgroup: pin cgroup_subsys_state when opening a cgroupfs file by Tejun Heo · 11 years ago
  16. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  17. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  18. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  19. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  20. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  21. 3f79851 hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroup by Tejun Heo · 11 years ago
  22. 6d37b97 netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state by Tejun Heo · 11 years ago
  23. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  24. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  25. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  26. b395890 cgroup: rename cgroup_pidlist->mutex by Li Zefan · 11 years ago
  27. 876ede8 cgroup: restructure the failure path in cgroup_write_event_control() by Li Zefan · 11 years ago
  28. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 11 years ago
  29. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 11 years ago
  30. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  31. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  32. e0798ce cgroup: remove struct cgroup_seqfile_state by Li Zefan · 11 years ago
  33. 2a4ac63 cgroup: remove sparse tags from offline_css() by Li Zefan · 11 years ago
  34. da0a12c cgroup: fix a leak when percpu_ref_init() fails by Li Zefan · 11 years ago
  35. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  36. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  37. a698b44 cgroup: remove gratuituous BUG_ON()s from rebind_subsystems() by Tejun Heo · 11 years ago
  38. 1d5be6b cgroup: move module ref handling into rebind_subsystems() by Tejun Heo · 11 years ago
  39. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  40. f172e67 cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount() by Tejun Heo · 11 years ago
  41. 3126121 cgroup: make rebind_subsystems() handle file additions and removals with proper error handling by Tejun Heo · 11 years ago
  42. b420ba7 cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  43. bee5509 cgroup: update error handling in cgroup_populate_dir() by Tejun Heo · 11 years ago
  44. 628f7cd cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  45. 9ccece8 cgroup: fix cgroup_add_cftypes() error handling by Tejun Heo · 11 years ago
  46. b1f28d3 cgroup: fix error path of cgroup_addrm_files() by Tejun Heo · 11 years ago
  47. 8f89140 cgroup: minor updates around cgroup_clear_directory() by Tejun Heo · 11 years ago
  48. 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
  49. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  50. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  51. 0fb3767 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  52. 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
  53. d4d1cda Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  54. 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
  55. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  56. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  57. 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
  58. 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
  59. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  60. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  61. 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
  62. 6d128e1 Revert "Makefile: Fix install error with make -j option" by Linus Torvalds · 11 years ago
  63. 64fb6d9 Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  64. b4294ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  65. 4ece92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 11 years ago
  66. 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
  67. db6e330 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  68. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  69. 61b0d76 zswap: add documentation by Seth Jennings · 11 years ago
  70. 2b28111 zswap: add to mm/ by Seth Jennings · 11 years ago
  71. 4e2e277 zbud: add to mm/ by Seth Jennings · 11 years ago
  72. ae92494 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  73. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  74. cb63fc2 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  75. 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
  76. 9d0eb0a dm: add switch target by Jim Ramsay · 11 years ago
  77. 8504eed dm: update maintainers by Alasdair G Kergon · 11 years ago
  78. 2a7faeb dm: optimize reorder structure by Mikulas Patocka · 11 years ago
  79. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
  80. 2480945 dm bufio: submit writes outside lock by Mikulas Patocka · 11 years ago
  81. 43aeaa2 dm cache: fix arm link errors with inline by Mikulas Patocka · 11 years ago
  82. 553d8fe dm verity: use __ffs and __fls by Mikulas Patocka · 11 years ago
  83. 75e3a0f dm flakey: correct ctr alloc failure mesg by Alasdair G Kergon · 11 years ago
  84. 5d8be84 dm verity: remove pointless comparison by Mikulas Patocka · 11 years ago
  85. 220cd05 dm: use __GFP_HIGHMEM in __vmalloc by Mikulas Patocka · 11 years ago
  86. b1bf2de dm verity: fix inability to use a few specific devices sizes by Mikulas Patocka · 11 years ago
  87. 1c0e883 dm ioctl: set noio flag to avoid __vmalloc deadlock by Mikulas Patocka · 11 years ago
  88. 6c182cd dm mpath: fix ioctl deadlock when no paths by Hannes Reinecke · 11 years ago
  89. 8133633 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  90. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  91. 15a49b9 Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 11 years ago
  92. 8d10aae Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 11 years ago
  93. 6664565 Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  94. 496fd15 drm: avoid warning in drm_load_edid_firmware() by Linus Torvalds · 11 years ago
  95. 961246b [PATCH] sparc32: vm_area_struct access for old Sun SPARCs. by Olivier DANET · 11 years ago
  96. aabb987 sunvnet: vnet_port_remove must call unregister_netdev by Dave Kleikamp · 11 years ago
  97. e8e2bfd sparc32, leon: Require separate snoop tags set to regard snooping to be enabled by Andreas Larsson · 11 years ago
  98. f118e9a arch: sparc: kernel: check the memory length before use strcpy(). by Chen Gang · 11 years ago
  99. eeee245 SUNRPC: Fix a deadlock in rpc_client_register() by Trond Myklebust · 11 years ago
  100. 1581208 ide: Fix IDE PIO size calculation by Steven J. Hill · 11 years ago