summaryrefslogtreecommitdiff
path: root/mm/hugetlb_vmemmap.c
Commit message (Expand)AuthorAgeFilesLines
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song2022-06-011-1/+1
* mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song2022-05-131-9/+84
* mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song2022-05-131-5/+5
* mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song2022-05-131-6/+6
* mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins2022-04-281-167/+1
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-2/+2
* mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-281-5/+5
* mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-281-22/+20
* mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2022-03-221-6/+6
* mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song2022-03-221-28/+34
* mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song2021-06-301-2/+4
* mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2021-06-301-3/+2
* mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song2021-06-301-0/+33
* mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-0/+24
* mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+34
* mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song2021-06-301-12/+0
* mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+218