summaryrefslogtreecommitdiff
path: root/mm/hugetlb_vmemmap.c
AgeCommit message (Expand)Author
2023-12-12mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song
2023-12-12mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song
2023-12-10mm: hugetlb_vmemmap: convert page to folioMuchun Song
2023-12-10mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song
2023-12-10mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif
2023-10-25hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz
2023-10-25hugetlb: batch TLB flushes when freeing vmemmapJoao Martins
2023-10-25hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins
2023-10-25hugetlb: batch freeing of vmemmap pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif
2023-10-04mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can
2023-10-04mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can
2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz
2023-08-18mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-09mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin
2023-04-18mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka
2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes
2023-03-28mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek
2022-11-30mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins
2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song
2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik
2022-09-11mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song
2022-09-11mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin
2022-08-08mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song
2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song
2022-08-08mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song
2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-01mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song
2022-05-13mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song
2022-05-13mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song
2022-05-13mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song
2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song