summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb_vmemmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-0/+16
|\
| * mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao2024-07-041-0/+16
* | mm: report per-page metadata informationSourav Panda2024-07-041-4/+13
|/
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-261-1/+0
* mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song2023-12-121-13/+4
* mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song2023-12-121-1/+1
* mm: hugetlb_vmemmap: convert page to folioMuchun Song2023-12-111-26/+25
* mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song2023-12-111-46/+24
* mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song2023-12-111-109/+39
* hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif2023-10-261-24/+26
* hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz2023-10-261-15/+24
* hugetlb: batch TLB flushes when freeing vmemmapJoao Martins2023-10-261-11/+38
* hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins2023-10-261-4/+88
* hugetlb: batch freeing of vmemmap pagesMike Kravetz2023-10-261-26/+56
* hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz2023-10-261-0/+38
* hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz2023-10-261-0/+11
* mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif2023-10-041-1/+1
* mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif2023-10-041-1/+1
* mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can2023-10-041-2/+1
* mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can2023-10-041-1/+1
* hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz2023-10-041-0/+3
* mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song2023-08-181-20/+14
* mm: ptep_get() conversionRyan Roberts2023-06-201-3/+3
* mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin2023-06-101-6/+5
* mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka2023-04-191-1/+1
* mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-291-1/+1
* mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song2023-03-291-8/+6
* sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-1/+1
* mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins2022-12-011-7/+34
* mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song2022-12-011-3/+1
* mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik2022-11-091-0/+1
* mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song2022-09-121-3/+2
* mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin2022-09-121-0/+5
* mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song2022-08-091-1/+1
* mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song2022-08-091-83/+60
* mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song2022-08-091-8/+2
* mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song2022-08-091-1/+398
* mm: hugetlb_vmemmap: introduce the name HVOMuchun Song2022-08-091-4/+4
* mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song2022-08-091-58/+7
* mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2022-07-041-8/+58
* 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-021-1/+1
* mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song2022-05-141-9/+84
* mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song2022-05-141-5/+5
* mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song2022-05-141-6/+6
* mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins2022-04-291-167/+1
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-291-2/+2
* mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-291-5/+5
* mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-291-22/+20
* mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2022-03-221-6/+6