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. d39ea87 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.16 by Tejun Heo · 10 years ago
  13. e5ced8e cgroup_freezer: replace freezer->lock with freezer_mutex by Tejun Heo · 10 years ago
  14. 5024ae2 cgroup: introduce task_css_is_root() by Tejun Heo · 10 years ago
  15. 4fb6e25 percpu-refcount: implement percpu_ref_tryget() by Tejun Heo · 10 years ago
  16. 2070d50 percpu-refcount: rename percpu_ref_tryget() to percpu_ref_tryget_live() by Tejun Heo · 10 years ago
  17. 2b53f41 cgroup: remove unused CGRP_SANE_BEHAVIOR by Tejun Heo · 10 years ago
  18. 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  19. fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  20. 6010694 kernel/cgroup.c: fix 2 kernel-doc warnings by Fabian Frederick · 10 years ago
  21. 36c38fb blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats() by Tejun Heo · 10 years ago
  22. d2c2b11 device_cgroup: check if exception removal is allowed by Aristeu Rozanski · 10 years ago
  23. f5f3cf6f device_cgroup: fix the comment format for recently added functions by Aristeu Rozanski · 10 years ago
  24. 15a4c83 cgroup, memcg: implement css->id and convert css_from_id() to use it by Tejun Heo · 10 years ago
  25. ddfcada cgroup: update init_css() into init_and_link_css() by Tejun Heo · 10 years ago
  26. a2bed82 cgroup: use RCU free in create_css() failure path by Tejun Heo · 10 years ago
  27. 6fa4918 cgroup: protect cgroup_root->cgroup_idr with a spinlock by Tejun Heo · 10 years ago
  28. 7d699dd cgroup, memcg: allocate cgroup ID from 1 by Tejun Heo · 10 years ago
  29. 69dfa00 cgroup: make flags and subsys_masks unsigned int by Tejun Heo · 10 years ago
  30. ed3d261 cgroup: Use more current logging style by Joe Perches · 10 years ago
  31. a2a1f9e cgroup: replace pr_warning with preferred pr_warn by Jianyu Zhan · 10 years ago
  32. f8719cc cgroup: remove orphaned cgroup_pidlist_seq_operations by Jianyu Zhan · 10 years ago
  33. 2f0edc0 cgroup: clean up obsolete comment for parse_cgroupfs_options() by Jianyu Zhan · 10 years ago
  34. 6573157 cgroup: add documentation about unified hierarchy by Tejun Heo · 10 years ago
  35. 842b597 cgroup: implement cgroup.populated for the default hierarchy by Tejun Heo · 10 years ago
  36. 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
  37. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  38. d911d98 kernfs: make kernfs_notify() trigger inotify events too by Tejun Heo · 10 years ago
  39. 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 10 years ago
  40. f8f22e5 cgroup: implement dynamic subtree controller enable/disable on the default hierarchy by Tejun Heo · 10 years ago
  41. f817de9 cgroup: prepare migration path for unified hierarchy by Tejun Heo · 10 years ago
  42. 7fd8c56 cgroup: update subsystem rebind restrictions by Tejun Heo · 10 years ago
  43. 6803c00 cgroup: add css_set->dfl_cgrp by Tejun Heo · 10 years ago
  44. bd53d61 cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy by Tejun Heo · 10 years ago
  45. e329780 cgroup: cgroup->subsys[] should be cleared after the css is offlined by Tejun Heo · 10 years ago
  46. 3ebb2b6 cgroup: teach css_task_iter about effective csses by Tejun Heo · 10 years ago
  47. 0f0a2b4 cgroup: reorganize css_task_iter by Tejun Heo · 10 years ago
  48. 3b281af cgroup: make css_next_child() skip missing csses by Tejun Heo · 10 years ago
  49. 2d8f243 cgroup: implement cgroup->e_csets[] by Tejun Heo · 10 years ago
  50. aec3dfc cgroup: introduce effective cgroup_subsys_state by Tejun Heo · 10 years ago
  51. f392e51 cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_root->subsys_mask by Tejun Heo · 10 years ago
  52. ea8fd3b cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy by Tejun Heo · 10 years ago
  53. 79d7197 device_cgroup: rework device access check and exception checking by Aristeu Rozanski · 10 years ago
  54. a798c10 Linux 3.15-rc2 by Linus Torvalds · 10 years ago
  55. 372feac Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  56. 5269519 Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  57. 200bde2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. fd741ed Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/urgent by Ingo Molnar · 10 years ago
  59. ffa9188 perf tools: Improve error reporting by Adrien BAK · 10 years ago
  60. 922d0e4 perf tools: Adjust symbols in VDSO by Vladimir Nikulichev · 10 years ago
  61. acb61fc perf kvm: Fix 'Min time' counting in report command by Alexander Yarygin · 10 years ago
  62. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 10 years ago
  63. 6d45969 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. 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
  65. 8de3f7a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. b931242 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  67. a42892e Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  68. ebfc45e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  69. 6e66d5d Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  70. 25bfe4f Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  71. 60fbf2bd Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  72. 8cb652b Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  73. 575a292 Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  74. 7e55f81 Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  75. ea2388f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  76. b5a8cad thp: close race between split and zap huge pages by Kirill A. Shutemov · 10 years ago
  77. b59b8cb mm: fix new kernel-doc warning in filemap.c by Randy Dunlap · 10 years ago
  78. a663dad mm: fix CONFIG_DEBUG_VM_RB description by Davidlohr Bueso · 10 years ago
  79. 29c7787 mm: use paravirt friendly ops for NUMA hinting ptes by Mel Gorman · 10 years ago
  80. 8229f1a mips: export flush_icache_range by Kees Cook · 10 years ago
  81. 7848a4b mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() by Mizuma, Masayoshi · 10 years ago
  82. 8b32201 wait: explain the shadowing and type inconsistencies by Peter Zijlstra · 10 years ago
  83. 9cc2368 Shiraz has moved by Viresh Kumar · 10 years ago
  84. 8f28ed9 Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_policy.txt by Tang Chen · 10 years ago
  85. 12c743e powerpc/mm: fix ".__node_distance" undefined by Mike Qiu · 10 years ago
  86. 7861144 kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() by Andrew Morton · 10 years ago
  87. 82c04ff init/Kconfig: move the trusted keyring config option to general setup by Peter Foley · 10 years ago
  88. 83da751 vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state() by Christoph Lameter · 10 years ago
  89. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  90. 5a292f7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  91. ba67b51 tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled by Ivan Vecera · 10 years ago
  92. dc8eaaa vlan: Fix lockdep warning when vlan dev handle notification by dingtianhong · 10 years ago
  93. 38137a5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  94. 64ee9f3 ARC: Delete stale barrier.h by Vineet Gupta · 10 years ago
  95. 674366e Merge tag 'pci-v3.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  96. b81fd5b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  97. 2f3e12b Merge tag 'sound-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  98. 345ef87 Merge tag 'dt-fixes-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  99. 962bf3e Merge tag 'xfs-for-linus-3.15-rc2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  100. 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