index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
2022-05-13
mm: hugetlb: considering PMD sharing when flushing cache/TLBs
Baolin Wang
2022-05-09
mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...
David Hildenbrand
2022-05-09
mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...
David Hildenbrand
2022-05-09
mm: support GUP-triggered unsharing of anonymous pages
David Hildenbrand
2022-05-09
mm/gup: disallow follow_page(FOLL_PIN)
David Hildenbrand
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
2022-05-09
mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...
David Hildenbrand
2022-05-09
mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
David Hildenbrand
2022-04-29
mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()
Baolin Wang
2022-04-29
mm: use for_each_online_node and node_online instead of open coding
Peng Liu
2022-04-29
hugetlb: fix return value of __setup handlers
Peng Liu
2022-04-29
hugetlb: fix hugepages_setup when deal with pernode
Peng Liu
2022-04-29
hugetlb: fix wrong use of nr_online_nodes
Peng Liu
2022-04-28
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
2022-04-28
hugetlb: remove use of list iterator variable after loop
Jakob Koschel
2022-04-28
mm, hugetlb, hwpoison: separate branch for free and in-use hugepage
Naoya Horiguchi
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2022-04-15
hugetlb: do not demote poisoned hugetlb pages
Mike Kravetz
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
userfaultfd: provide unmasked address on page-fault
Nadav Amit
2022-03-22
mm/hugetlb.c: export PageHeadHuge()
David Howells
2022-03-22
mm/hugetlb: use helper macro __ATTR_RW
Miaohe Lin
2022-03-22
hugetlb: clean up potential spectre issue warnings
Mike Kravetz
2022-03-22
mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
Muchun Song
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
2022-02-26
hugetlbfs: fix a truncation issue in hugepages parameter
Liu Yuntao
2022-02-26
mm/hugetlb: fix kernel crash with hugetlb mremap
Aneesh Kumar K.V
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
2021-12-10
hugetlbfs: fix issue of preallocation of gigantic pages can't work
Zhenguo Yao
2021-11-22
hugetlbfs: flush before unlock on move_hugetlb_page_tables()
Nadav Amit
2021-11-22
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
2021-11-20
hugetlb, userfaultfd: fix reservation restore on userfaultfd error
Mina Almasry
2021-11-20
hugetlb: fix hugetlb cgroup refcounting during mremap
Bui Quang Minh
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
hugetlbfs: extend the definition of hugepages parameter to support node alloc...
Zhenguo Yao
2021-11-06
hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_page
Mike Kravetz
2021-11-06
hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()
Baolin Wang
2021-11-06
hugetlb: remove redundant validation in has_same_uncharge_info()
Baolin Wang
2021-11-06
hugetlb: replace the obsolete hugetlb_instantiation_mutex in the comments
Baolin Wang
2021-11-06
hugetlb: support node specified when using cma for gigantic hugepages
Baolin Wang
2021-11-06
mm, hugepages: add mremap() support for hugepage backed vma
Mina Almasry
2021-11-06
hugetlb: add hugetlb demote page support
Mike Kravetz
2021-11-06
hugetlb: add demote bool to gigantic page routines
Mike Kravetz
2021-11-06
hugetlb: be sure to free demoted CMA pages to CMA
Mike Kravetz
2021-11-06
hugetlb: add demote hugetlb page sysfs interfaces
Mike Kravetz
2021-11-06
mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h
Peter Xu
[next]