aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb_vmemmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song1-13/+4
2023-12-12mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song1-1/+1
2023-12-10mm: hugetlb_vmemmap: convert page to folioMuchun Song1-26/+25
2023-12-10mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song1-46/+24
2023-12-10mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song1-109/+39
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif1-24/+26
2023-10-25hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz1-15/+24
2023-10-25hugetlb: batch TLB flushes when freeing vmemmapJoao Martins1-11/+38
2023-10-25hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins1-4/+88
2023-10-25hugetlb: batch freeing of vmemmap pagesMike Kravetz1-26/+56
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz1-0/+38
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz1-0/+11
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif1-1/+1
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif1-1/+1
2023-10-04mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can1-2/+1
2023-10-04mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can1-1/+1
2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz1-0/+3
2023-08-18mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song1-20/+14
2023-06-19mm: ptep_get() conversionRyan Roberts1-3/+3
2023-06-09mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin1-6/+5
2023-04-18mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka1-1/+1
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes1-1/+1
2023-03-28mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song1-8/+6
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-1/+1
2022-11-30mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins1-7/+34
2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song1-3/+1
2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik1-0/+1
2022-09-11mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song1-3/+2
2022-09-11mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin1-0/+5
2022-08-08mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song1-1/+1
2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song1-83/+60
2022-08-08mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song1-8/+2
2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song1-1/+398
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song1-4/+4
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song1-58/+7
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song1-8/+58
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-06-01mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song1-1/+1
2022-05-13mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song1-9/+84
2022-05-13mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song1-5/+5
2022-05-13mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song1-6/+6
2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins1-167/+1
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-2/+2
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song1-5/+5
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song1-22/+20
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song1-6/+6
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-28/+34
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song1-2/+4
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song1-3/+2
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song1-0/+33
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-0/+24
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song1-0/+34
2021-06-30mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song1-12/+0
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song1-0/+218