summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-181-18/+2
* mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar2023-02-131-6/+2
* mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to foliosSidhartha Kumar2022-11-301-6/+10
* mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar2022-11-301-11/+10
* mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar2022-11-301-5/+3
* mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar2022-11-301-5/+6
* mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar2022-11-301-5/+8
* mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar2022-11-301-2/+2
* hugetlb_cgroup: use helper for_each_hstate and hstate_indexMiaohe Lin2022-09-111-7/+4
* hugetlb_cgroup: use helper macro NUMA_NO_NODEMiaohe Lin2022-09-111-2/+2
* hugetlb_cgroup: hugetlbfs: use helper macro SZ_1{K,M,G}Miaohe Lin2022-09-111-5/+5
* hugetlb_cgroup: remove unneeded nr_pages > 0 checkMiaohe Lin2022-09-111-1/+1
* hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin2022-07-291-0/+1
* hugetlb: add hugetlb.*.numa_stat fileMina Almasry2022-01-151-10/+123
* hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macroBaolin Wang2021-11-061-3/+0
* hugetlb: make free_huge_page irq safeMike Kravetz2021-05-051-4/+4
* mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()Miaohe Lin2021-05-051-1/+0
* hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-251-2/+8
* hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin2021-02-241-3/+3
* hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz2020-12-061-5/+3
* hugetlb_cgroup: convert comma to semicolonXu Wang2020-08-211-2/+2
* mm: use fallthrough;Joe Perches2020-04-071-3/+3
* hugetlb_cgroup: add accounting for shared mappingsMina Almasry2020-04-021-0/+15
* hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2020-04-021-34/+7
* mm/hugetlb_cgroup: fix hugetlb_cgroup migrationMina Almasry2020-04-021-0/+2
* hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry2020-04-021-30/+144
* hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry2020-04-021-13/+102
* hugetlb_cgroup: fix illegal access to memoryMina Almasry2020-03-291-2/+1
* mm: hugetlb controller for cgroups v2Giuseppe Scrivano2019-12-161-11/+187
* mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-11-151-1/+1
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-071-3/+3
* mm, hugetlb_cgroup: round limit_in_bytes down to hugepage sizeDavid Rientjes2016-05-201-9/+26
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-1/+1
* mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner2015-11-051-1/+2
* mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-111-1/+1
* mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner2014-12-101-45/+58
* hugetlb_cgroup: use lockdep_assert_held rather than spin_is_lockedMichal Hocko2014-08-291-1/+1
* mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeDavid Rientjes2014-08-141-0/+1
* cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-151-3/+2
* cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
* cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-8/+8
* cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-8/+9
* cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-1/+1
* cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
* cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-6/+3
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-1/+1
* hugetlb_cgroup: convert away from cftype->read()Tejun Heo2013-12-051-14/+8
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-15/+11
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-10/+9