summaryrefslogtreecommitdiffstats
path: root/mm/vmpressure.c
Commit message (Expand)AuthorAgeFilesLines
* mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko2018-06-071-26/+6
* mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko2018-06-071-2/+1
* mm, vmpressure: pass-through notification supportDavid Rientjes2017-07-101-29/+93
* mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang2017-06-171-3/+3
* mm: vmpressure: fix sending wrong events on underflowVinayak Menon2017-02-241-1/+9
* mm/vmpressure.c: fix subtree pressure detectionVladimir Davydov2016-02-031-2/+1
* memcg: avoid vmpressure oops when memcg disabledHugh Dickins2016-01-141-1/+1
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-141-19/+59
* mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2014-12-021-3/+5
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-031-0/+1
* memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-221-6/+6
* memcg: remove cgroup_event->cftTejun Heo2013-11-221-11/+3
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-14/+11
|\
| * cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-081-12/+9
| * cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-2/+2
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-1/+1
* | vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko2013-07-311-0/+16
* | vmpressure: do not check for pending work to prevent from new workMichal Hocko2013-07-311-1/+1
* | vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko2013-07-311-5/+5
|/
* memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-291-0/+374
OpenPOWER on IntegriCloud