summaryrefslogtreecommitdiffstats
path: root/kernel/power (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-03cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo1-79/+28
2016-03-03cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo1-24/+14
2016-03-03cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo1-28/+27
2016-03-03cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo1-23/+58
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2-20/+64
2016-03-03cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo1-10/+31
2016-03-03cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo1-30/+47
2016-03-03cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo1-33/+41
2016-03-03cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo1-25/+52
2016-03-03cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo1-35/+37
2016-03-03cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo1-29/+43
2016-03-03cgroup: reorder operations in cgroup_mkdir()Tejun Heo1-31/+30
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo2-1/+13
2016-03-03cgroup: separate out interface file creation from css creationTejun Heo1-29/+43
2016-03-03cgroup: suppress spurious de-populated eventsTejun Heo1-2/+3
2016-03-03cgroup: re-hash init_css_set after subsystems are initializedTejun Heo1-4/+11
2016-03-01cgroup: reset css on destructionVladimir Davydov1-0/+3
2016-02-27cgroup: fix a mistake in warning messageXiubo Li1-1/+1
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo1-2/+2
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo1-2/+3
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo4-6/+6
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo1-9/+9
2016-02-23cgroup: make cgroup subsystem masks u16Tejun Heo2-28/+26
2016-02-23cgroup: use do_each_subsys_mask() where applicableTejun Heo1-23/+12
2016-02-23cgroup: convert for_each_subsys_which() to do-while styleTejun Heo1-32/+40
2016-02-23cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo2-30/+29
2016-02-23Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo2-19/+0
2016-02-23cgroup: fix error return value of cgroup_addrm_files()Tejun Heo1-2/+2
2016-02-16cgroup: document cgroup_no_v1=Johannes Weiner2-0/+11
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner1-1/+42
2016-01-31kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin1-2/+1
2016-01-29Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1'W. Trevor King1-1/+1
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2-5/+23
2016-01-22cpuset: make mm migration asynchronousTejun Heo3-22/+57
2016-01-21pwm: Mark all devices as "might sleep"Thierry Reding1-1/+1
2016-01-21Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams1-1/+0
2016-01-21MAINTAINERS: add/fix git URLs for various subsystemsFengguang Wu1-11/+42
2016-01-21mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner2-1/+10
2016-01-21mm: memcontrol: basic memory statistics in cgroup2 memory controllerJohannes Weiner2-0/+124
2016-01-21mm: memcontrol: do not uncharge old page in page cache replacementJohannes Weiner1-11/+15
2016-01-21Documentation: cgroup: add memory.swap.{current,max} descriptionVladimir Davydov1-0/+33
2016-01-21mm: free swap cache aggressively if memcg swap is fullVladimir Davydov5-3/+32
2016-01-21mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov3-1/+20
2016-01-21swap.h: move memcg related stuff to the end of the fileVladimir Davydov1-32/+38
2016-01-21mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov2-18/+11
2016-01-21mm: vmscan: pass memcg to get_scan_count()Vladimir Davydov1-12/+8
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov6-10/+128
2016-01-21mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2-176/+84
2016-01-21mm: memcontrol: flatten struct cg_protoJohannes Weiner2-26/+21