1. dd4b0a4 cgroup: trivial style updates by SeongJae Park · 12 years ago
  2. b3ff8a2 cgroup: remove stray references to css_id by Hugh Dickins · 12 years ago
  3. 8173d5a doc: cgroups: Fix typo in doc/cgroups by Masanari Iida · 12 years ago
  4. 10bf2f7 cgroup: fix fail path in cgroup_load_subsys() by Vladimir Davydov · 12 years ago
  5. 0be8669 cgroup: fix missing unlock on error in cgroup_load_subsys() by Wei Yongjun · 12 years ago
  6. b85d204 cgroup: remove for_each_root_subsys() by Tejun Heo · 12 years ago
  7. 1c6727a cgroup: implement for_each_css() by Tejun Heo · 12 years ago
  8. c81c925a cgroup: factor out cgroup_subsys_state creation into create_css() by Tejun Heo · 12 years ago
  9. 9d403e9 cgroup: combine css handling loops in cgroup_create() by Tejun Heo · 12 years ago
  10. 0d80255 cgroup: reorder operations in cgroup_create() by Tejun Heo · 12 years ago
  11. 780cd8b cgroup: make for_each_subsys() useable under cgroup_root_mutex by Tejun Heo · 12 years ago
  12. 87fb54f cgroup: css iterations and css_from_dir() are safe under cgroup_mutex by Tejun Heo · 12 years ago
  13. e58e1ca Merge branch 'for-3.13-fixes' into for-3.14 by Tejun Heo · 12 years ago
  14. 266ccd5 cgroup: fix cgroup_create() error handling path by Tejun Heo · 12 years ago
  15. 6612f05 cgroup: unify pidlist and other file handling by Tejun Heo · 12 years ago
  16. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 12 years ago
  17. 7da1127 cgroup: attach cgroup_open_file to all cgroup files by Tejun Heo · 12 years ago
  18. 5d22444 cgroup: generalize cgroup_pidlist_open_file by Tejun Heo · 12 years ago
  19. 896f519 cgroup: unify read path so that seq_file is always used by Tejun Heo · 12 years ago
  20. a742c59 cgroup: unify cgroup_write_X64() and cgroup_write_string() by Tejun Heo · 12 years ago
  21. 6e0755b cgroup: remove cftype->read(), ->read_map() and ->write() by Tejun Heo · 12 years ago
  22. 716f479 hugetlb_cgroup: convert away from cftype->read() by Tejun Heo · 12 years ago
  23. e92e113 netprio_cgroup: convert away from cftype->read_map() by Tejun Heo · 12 years ago
  24. 791badb memcg: convert away from cftype->read() and ->read_map() by Tejun Heo · 12 years ago
  25. 51ffe41 cpuset: convert away from cftype->read() by Tejun Heo · 12 years ago
  26. 44ffc75 cgroup, sched: convert away from cftype->read_map() by Tejun Heo · 12 years ago
  27. afb2bc1 cgroup: don't guarantee cgroup.procs is sorted if sane_behavior by Tejun Heo · 12 years ago
  28. 0450236 cgroup: remove cgroup_pidlist->use_count by Tejun Heo · 12 years ago
  29. 4bac00d cgroup: load and release pidlists from seq_file start and stop respectively by Tejun Heo · 12 years ago
  30. 069df3b cgroup: remove cgroup_pidlist->rwsem by Tejun Heo · 12 years ago
  31. e6b8171 cgroup: refactor cgroup_pidlist_find() by Tejun Heo · 12 years ago
  32. 6223685 cgroup: introduce struct cgroup_pidlist_open_file by Tejun Heo · 12 years ago
  33. b1a2136 cgroup: implement delayed destruction for cgroup_pidlist by Tejun Heo · 12 years ago
  34. b9f3cec cgroup: remove cftype->release() by Tejun Heo · 12 years ago
  35. ac1e69a cgroup: don't skip seq_open on write only opens on pidlist files by Tejun Heo · 12 years ago
  36. c729b11e cgroup: Merge branch 'for-3.13-fixes' into for-3.14 by Tejun Heo · 12 years ago
  37. e605b36 cgroup: fix cgroup_subsys_state leak for seq_files by Tejun Heo · 12 years ago
  38. 0fc0287 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 12 years ago
  39. edab951 cgroup: Merge branch 'memcg_event' into for-3.14 by Tejun Heo · 12 years ago
  40. b36824c cgroup: unexport cgroup_css() and remove __file_cft() by Tejun Heo · 12 years ago
  41. 3bc942f memcg: rename cgroup_event to mem_cgroup_event by Tejun Heo · 12 years ago
  42. 59b6f87 memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state by Tejun Heo · 12 years ago
  43. 347c4a8 memcg: remove cgroup_event->cft by Tejun Heo · 12 years ago
  44. fba9480 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg by Tejun Heo · 12 years ago
  45. b5557c4 memcg: cgroup_write_event_control() now knows @css is for memcg by Tejun Heo · 12 years ago
  46. 79bd981 cgroup, memcg: move cgroup_event implementation to memcg by Tejun Heo · 12 years ago
  47. e5fca24 cgroup: use a dedicated workqueue for cgroup destruction by Tejun Heo · 12 years ago
  48. 6ce4eac1 Linux 3.13-rc1 by Linus Torvalds · 12 years ago
  49. 57498f9 Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  50. e48f88a Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  51. aecde27 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  52. e341478 Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  53. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  54. 0032cde Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  55. d2c2ad5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  56. 7fa850a Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  57. c874e6f Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  58. d0f278c Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 12 years ago
  59. 533db9b Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  60. c85e072 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  61. fb0d1eb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  62. 6ea9786 Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  63. 24f971a Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  64. 3bab0bf Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  65. 5db4d34 ALSA: hda - Set current_headset_type to ALC_HEADSET_TYPE_ENUM (janitorial) by David Henningsson · 12 years ago
  66. d08c5ef ALSA: hda - Provide missing pin configs for VAIO with ALC260 by Takashi Iwai · 12 years ago
  67. a5d6e63 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 12 years ago
  68. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  69. 3eaded86 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  70. 7aa555b mm: place page->pmd_huge_pte to right union by Kirill A. Shutemov · 12 years ago
  71. f92ca80 MAINTAINERS: add keyboard driver to Hyper-V file list by Haiyang Zhang · 12 years ago
  72. c283610 x86, mm: do not leak page->ptl for pmd page tables by Kirill A. Shutemov · 12 years ago
  73. 3a72660 ipc,shm: correct error return value in shmctl (SHM_UNLOCK) by Jesper Nilsson · 12 years ago
  74. b7a9f42 mm, mempolicy: silence gcc warning by David Rientjes · 12 years ago
  75. 49204c1 block/partitions/efi.c: fix bound check by Antti P Miettinen · 12 years ago
  76. 51a0d03 ARM: drivers/rtc/rtc-at91rm9200.c: disable interrupts at shutdown by Johan Hovold · 12 years ago
  77. 27c73ae mm: hugetlbfs: fix hugetlbfs optimization by Andrea Arcangeli · 12 years ago
  78. 044c8d4 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanly by Yuanhan Liu · 12 years ago
  79. a399b29 ipc,shm: fix shm_file deletion races by Greg Thelen · 12 years ago
  80. 30b0a10 mm: thp: give transparent hugepage code a separate copy_page by Dave Hansen · 12 years ago
  81. c11230f checkpatch: fix "Use of uninitialized value" warnings by Joe Perches · 12 years ago
  82. 76ae281 configfs: fix race between dentry put and lookup by Junxiao Bi · 12 years ago
  83. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 12 years ago
  84. ea0341e GFS2: Fix ref count bug relating to atomic_open by Steven Whitehouse · 12 years ago
  85. 91398a0 genetlink: fix genl_set_err() group ID by Johannes Berg · 12 years ago
  86. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 12 years ago
  87. e40526c packet: fix use after free race in send path when dev is released by Daniel Borkmann · 12 years ago
  88. db739ef xen-netback: stop the VIF thread before unbinding IRQs by David Vrabel · 12 years ago
  89. aec6f90 wimax: remove dead code by Michael Opdenacker · 12 years ago
  90. 78ef359 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  91. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 12 years ago
  92. c750179 Documentation: filesystems: update btrfs tools section by David Sterba · 12 years ago
  93. 906c176 Documentation: filesystems: add new btrfs mount options by David Sterba · 12 years ago
  94. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  95. ee71a70 Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  96. b8362e7 ALSA: hda - Add headset quirk for Dell Inspiron 3135 by David Henningsson · 12 years ago
  97. 760c960 drm/sysfs: fix hotplug regression since lifetime changes by David Herrmann · 12 years ago
  98. e3c4269 GFS2: fix potential NULL pointer dereference by Michal Nazarewicz · 12 years ago
  99. 8a3caa6 KVM: kvm_clear_guest_page(): fix empty_zero_page usage by Heiko Carstens · 12 years ago
  100. c3bddbd drm/exynos: g2d: fix memory leak to userptr by Inki Dae · 12 years ago