aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao1-1/+0
2021-04-30mm: page_counter: mitigate consequences of a page_counter underflowJohannes Weiner1-2/+6
2020-12-15mm/page_counter: use page_counter_read in page_counter_set_maxHui Su1-2/+2
2020-10-13mm/page_counter: correct the obsolete func name in the comment of page_counter_try_charge()Miaohe Lin1-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-07mm/page_counter.c: fix protection usage propagationMichal Koutný1-3/+3
2020-04-02mm, memcg: prevent memory.min load/store tearingChris Down1-4/+5
2020-04-02mm, memcg: prevent memory.low load/store tearingChris Down1-3/+5
2020-04-02mm: memcontrol: fix memory.low proportional distributionJohannes Weiner1-10/+2
2018-06-07memcg: introduce memory.minRoman Gushchin1-17/+46
2018-06-07mm: memory.low hierarchical behaviorRoman Gushchin1-0/+43
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-14/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner1-7/+7
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-3/+4
2014-12-10mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner1-19/+4
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-0/+207