aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/hugetlb_cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-07mm: use fallthrough;Joe Perches1-3/+3
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry1-0/+15
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry1-34/+7
2020-04-02mm/hugetlb_cgroup: fix hugetlb_cgroup migrationMina Almasry1-0/+2
2020-04-02hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry1-30/+144
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry1-13/+102
2020-03-29hugetlb_cgroup: fix illegal access to memoryMina Almasry1-2/+1
2019-12-16mm: hugetlb controller for cgroups v2Giuseppe Scrivano1-11/+187
2019-11-15mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin1-1/+1
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-3/+3
2016-05-20mm, hugetlb_cgroup: round limit_in_bytes down to hugepage sizeDavid Rientjes1-9/+26
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-1/+1
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner1-1/+2
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+1
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner1-45/+58
2014-08-29hugetlb_cgroup: use lockdep_assert_held rather than spin_is_lockedMichal Hocko1-1/+1
2014-08-14mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeDavid Rientjes1-0/+1
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo1-3/+2
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13cgroup: replace cftype->trigger() with cftype->write()Tejun Heo1-8/+8
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-8/+9
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-1/+1
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-6/+3
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-1/+1
2013-12-05hugetlb_cgroup: convert away from cftype->read()Tejun Heo1-14/+8
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-15/+11
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-10/+9
2013-08-08cgroup: add css_parent()Tejun Heo1-5/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-1/+1
2013-08-08hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo1-10/+12
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-4/+2
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu1-2/+17
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-7/+7
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-3/+1
2012-11-05hugetlb: do not fail in hugetlb_cgroup_pre_destroyMichal Hocko1-8/+3
2012-07-31hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrateAneesh Kumar K.V1-2/+4
2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list.Aneesh Kumar K.V1-2/+3
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migrationAneesh Kumar K.V1-0/+20
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V1-0/+129
2012-07-31hugetlb/cgroup: add support for cgroup removalAneesh Kumar K.V1-2/+68
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V1-0/+80
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V1-0/+120