index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
hugetlb.h
Age
Commit message (
Expand
)
Author
2021-05-05
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
2021-05-05
userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
Axel Rasmussen
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
2021-05-05
hugetlb: add per-hstate mutex to synchronize user adjustments
Mike Kravetz
2021-05-05
hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp
Peter Xu
2021-05-05
mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h
Peter Xu
2021-05-05
hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
Peter Xu
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
2021-02-24
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2021-02-24
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
2021-02-24
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
2021-02-24
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
2021-02-24
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
2021-02-24
mm/hugetlb: fix some comment typos
Miaohe Lin
2021-02-05
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
2020-10-02
mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit
Joe Perches
2020-08-12
mm/hugetlb: make hugetlb migration callback CMA aware
Joonsoo Kim
2020-08-12
mm/gup: restrict CMA region by using allocation scope API
Joonsoo Kim
2020-08-12
mm/migrate: introduce a standard migration target allocation function
Joonsoo Kim
2020-08-12
mm/hugetlb: unify migration callbacks
Joonsoo Kim
2020-08-12
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
Mike Kravetz
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-03
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
2020-06-03
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
2020-06-03
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
2020-06-03
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-10
mm: hugetlb: optionally allocate gigantic hugepages using cma
Roman Gushchin
2020-04-02
mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS
Christophe Leroy
2020-04-02
hugetlb_cgroup: add accounting for shared mappings
Mina Almasry
2020-04-02
hugetlb_cgroup: add reservation accounting for private mappings
Mina Almasry
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation counter
Mina Almasry
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2019-12-16
mm: hugetlb controller for cgroups v2
Giuseppe Scrivano
2019-12-01
hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()
Wei Yang
2019-12-01
hugetlbfs: convert macros to static inline, fix sparse warning
Mike Kravetz
2019-12-01
hugetlbfs: hugetlb_fault_mutex_hash() cleanup
Mike Kravetz
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-07-12
mm: move the powerpc hugepd code to mm/gup.c
Christoph Hellwig
2019-07-12
mm: make !CONFIG_HUGE_PAGE wrappers into static inlines
Jason Gunthorpe
2019-05-14
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-03-29
include/linux/hugetlb.h: convert to use vm_fault_t
Souptick Joarder
2019-03-05
mm: update get_user_pages_longterm to migrate pages allocated from CMA region
Aneesh Kumar K.V
2019-03-05
mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update
Aneesh Kumar K.V
2019-03-05
mm/hugetlb: enable arch specific huge page size support for migration
Anshuman Khandual
2019-03-05
mm/hugetlb: enable PUD level huge page migration
Anshuman Khandual
2019-03-05
mm/hugetlb: distinguish between migratability and movability
Anshuman Khandual
[next]