summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-092-107/+176
|\
| * cgroup: disallow debug controller on the default hierarchyTejun Heo2014-05-192-4/+9
| * cgroup: implement css_tryget()Tejun Heo2014-05-161-0/+18
| * cgroup: convert cgroup_has_live_children() into css_has_online_children()Tejun Heo2014-05-161-0/+2
| * cgroup: use CSS_ONLINE instead of CGRP_DEADTejun Heo2014-05-161-2/+0
| * cgroup: iterate cgroup_subsys_states directlyTejun Heo2014-05-161-18/+26
| * cgroup: introduce CSS_RELEASED and reduce css iteration fallback windowTejun Heo2014-05-161-0/+1
| * cgroup: move cgroup->serial_nr into cgroup_subsys_stateTejun Heo2014-05-161-8/+8
| * cgroup: move cgroup->sibling and ->children into cgroup_subsys_stateTejun Heo2014-05-161-7/+4
| * cgroup: remove cgroup->parentTejun Heo2014-05-161-1/+0
| * cgroup: remove css_parent()Tejun Heo2014-05-161-18/+11
| * cgroup: skip refcnting on normal root csses and cgrp_dfl_root self cssTejun Heo2014-05-161-3/+8
| * cgroup: use cgroup->self.refcnt for cgroup refcntingTejun Heo2014-05-141-6/+0
| * cgroup: enable refcnting for root cssesTejun Heo2014-05-141-8/+2
| * cgroup: remove cgroup_destory_css_killed()Tejun Heo2014-05-141-3/+0
| * cgroup: rename cgroup->dummy_css to ->self and move it to the topTejun Heo2014-05-141-3/+3
| * cgroup: remove cgroup->control_knTejun Heo2014-05-131-1/+0
| * cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-8/+0
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-9/+1
| * cgroup: implement cftype->write()Tejun Heo2014-05-131-4/+23
| * cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-7/+7
| * Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-05-131-0/+15
| |\
| * \ Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo2014-05-133-3/+35
| |\ \
| * | | cgroup: remove unused CGRP_SANE_BEHAVIORTejun Heo2014-05-071-2/+0
| * | | cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-041-0/+9
| * | | cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-2/+2
| * | | cgroup: make flags and subsys_masks unsigned intTejun Heo2014-05-041-4/+4
| * | | cgroup: implement cgroup.populated for the default hierarchyTejun Heo2014-04-251-0/+15
| * | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo2014-04-2534-69/+157
| |\ \ \
| * | | | cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2014-04-231-0/+5
| * | | | cgroup: add css_set->dfl_cgrpTejun Heo2014-04-231-0/+3
| * | | | cgroup: teach css_task_iter about effective cssesTejun Heo2014-04-231-0/+2
| * | | | cgroup: reorganize css_task_iterTejun Heo2014-04-231-3/+6
| * | | | cgroup: implement cgroup->e_csets[]Tejun Heo2014-04-231-0/+18
| * | | | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo2014-04-231-2/+5
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-06-091-0/+1
|\ \ \ \ \
| * | | | | libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang2014-05-141-0/+1
| |/ / / /
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-091-35/+5
|\ \ \ \ \
| * | | | | workqueue: remove unused work_clear_pending()Lai Jiangshan2014-05-221-7/+0
| * | | | | workqueue: remove unused WORK_CPU_ENDLai Jiangshan2014-05-221-2/+1
| * | | | | workqueue: declare system_highpri_wqLai Jiangshan2014-05-221-0/+4
| * | | | | workqueue: Remove deprecated system_nrt[_freezable]_wqJingoo Han2014-05-141-14/+0
| * | | | | workqueue: Remove deprecated flush[_delayed]_work_sync()Jingoo Han2014-05-141-12/+0
| |/ / / /
* | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-06-093-3/+35
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-06-041-4/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | percpu-refcount: implement percpu_ref_tryget()Tejun Heo2014-05-091-0/+32
| * | | | | percpu-refcount: rename percpu_ref_tryget() to percpu_ref_tryget_live()Tejun Heo2014-05-092-3/+3
| * | | | | percpu: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-04-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-06-082-6/+15
|\ \ \ \ \
| * | | | | ext4: fix data integrity sync in ordered modeNamjae Jeon2014-05-121-1/+11