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-04-29mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song
2022-04-22mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song
2022-03-23mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu
2021-09-09mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian
2021-07-08mm: fix spelling mistakes in header filesZhen Lei
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-07-01mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song
2021-07-01mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
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: gather discrete indexes of tail pageMuchun Song
2021-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-02-25mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-25include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Mike Kravetz
2021-02-25hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz
2021-02-25hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz
2021-02-25hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-25hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-25mm/hugetlb: fix some comment typosMiaohe Lin
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim