Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-09mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song
2022-08-09mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song
2022-08-09mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song
2022-08-09mm: hugetlb_vmemmap: introduce the name HVOMuchun Song
2022-08-09mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song
2022-07-04mm: 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-02mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song
2022-05-14mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song
2022-05-14mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song
2022-05-14mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song
2022-04-29mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins
2022-04-29mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song
2022-03-23mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song
2022-03-23mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song
2021-07-01mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song
2021-07-01mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song
2021-07-01mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song
2021-07-01mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song
2021-07-01mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-07-01mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song
2021-07-01mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song