aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-08cgroup: add cgroup->dummy_cssTejun Heo2-5/+15
2013-08-08cgroup: pin cgroup_subsys_state when opening a cgroupfs fileTejun Heo1-11/+32
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo3-37/+51
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo13-171/+197
2013-08-08cgroup: add css_parent()Tejun Heo10-78/+46
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo9-25/+45
2013-08-08cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo2-5/+5
2013-08-08hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo1-10/+12
2013-08-08netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_stateTejun Heo2-32/+28
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo1-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo18-49/+52
2013-08-01cgroup: rename cgroup_pidlist->mutexLi Zefan1-11/+11
2013-08-01cgroup: restructure the failure path in cgroup_write_event_control()Li Zefan1-21/+18
2013-07-31cgroup: implement cgroup_from_id()Li Zefan1-0/+18
2013-07-31cgroup: document how cgroup IDs are assignedLi Zefan1-1/+7
2013-07-31cgroup: convert cgroup_ida to cgroup_idrLi Zefan2-8/+29
2013-07-31cgroup: more naming cleanupsLi Zefan3-24/+24
2013-07-31cgroup: remove struct cgroup_seqfile_stateLi Zefan1-32/+13
2013-07-31cgroup: remove sparse tags from offline_css()Li Zefan1-3/+2
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang1-6/+6
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang1-1/+0
2013-07-16cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()Tejun Heo1-9/+0
2013-07-16cgroup: move module ref handling into rebind_subsystems()Tejun Heo1-65/+28
2013-07-12cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2-14/+20
2013-07-12cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()Tejun Heo1-7/+6
2013-07-12cgroup: make rebind_subsystems() handle file additions and removals with proper error handlingTejun Heo1-32/+41
2013-07-12cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir()Tejun Heo1-5/+8
2013-07-12cgroup: update error handling in cgroup_populate_dir()Tejun Heo1-2/+11
2013-07-12cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()Tejun Heo1-27/+19
2013-07-12cgroup: fix cgroup_add_cftypes() error handlingTejun Heo1-8/+18
2013-07-12cgroup: fix error path of cgroup_addrm_files()Tejun Heo1-6/+22
2013-07-12cgroup: minor updates around cgroup_clear_directory()Tejun Heo1-11/+8
2013-07-10Revert "Makefile: Fix install error with make -j option"Linus Torvalds1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse17-66/+0