- 7ffddd4 mm: hugetlb: fix a race between freeing and dissolving the page by Muchun Song · 3 years, 11 months ago
- 585fc0d mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page by Muchun Song · 3 years, 11 months ago
- 0eb98f1 mm/hugetlb: fix potential missing huge page size info by Miaohe Lin · 4 years ago
- e7dd91c mm/hugetlb: fix deadlock in hugetlb_cow error path by Mike Kravetz · 4 years ago
- ae7a927 mm: use sysfs_emit for struct kobject * uses by Joe Perches · 4 years ago
- 7fc2513 hugetlb: fix an error code in hugetlb_reserve_pages() by Dan Carpenter · 4 years ago
- 39a0fea mm,hugetlb: remove unneeded initialization by Oscar Salvador · 4 years ago
- 0a4f3d1 mm: hugetlb: fix type of delta parameter and related local variables in gather_surplus_pages() by Liu Xiang · 4 years ago
- e5dface mm/hugetlb.c: just use put_page_testzero() instead of page_count() by Hui Su · 4 years ago
- dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years ago
- ba9c120 mm/hugetlb: clear compound_nr before freeing gigantic pages by Gerald Schaefer · 4 years, 1 month ago
- 336bf30 hugetlbfs: fix anon huge page migration race by Mike Kravetz · 4 years, 1 month ago
- 79aa925 hugetlb_cgroup: fix reservation accounting by Mike Kravetz · 4 years, 2 months ago
- 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
- fe15146 Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 3 months ago
- 0bf7b64 hugetlb: add lockdep check for i_mmap_rwsem held in huge_pmd_share by Mike Kravetz · 4 years, 3 months ago
- 6664bfc mm/hugetlb: take the free hpage during the iteration directly by Wei Yang · 4 years, 3 months ago
- 2f37511 mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge page by Wei Yang · 4 years, 3 months ago
- 15a8d68 mm/hugetlb: a page from buddy is not on any list by Wei Yang · 4 years, 3 months ago
- 972a3da3 mm/hugetlb: count file_region to be added when regions_needed != NULL by Wei Yang · 4 years, 3 months ago
- d3ec7b6 mm/hugetlb: use list_splice to merge two list at once by Wei Yang · 4 years, 3 months ago
- a1ddc2e mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache() by Wei Yang · 4 years, 3 months ago
- 7db5e7b mm/hugetlb: not necessary to coalesce regions recursively by Wei Yang · 4 years, 3 months ago
- d79d176 mm/hugetlb.c: remove the unnecessary non_swap_entry() by Baoquan He · 4 years, 3 months ago
- 3e5c360 mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return bool by Baoquan He · 4 years, 3 months ago
- 7981593 mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit by Joe Perches · 4 years, 3 months ago
- 8c1c6c7 Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-next by Christoph Hellwig · 4 years, 3 months ago
- 1774379 mm/hugetlb: fix a race between hugetlb sysctl handlers by Muchun Song · 4 years, 4 months ago
- 953f064 mm/hugetlb: try preferred node first when alloc gigantic page from cma by Li Xinhai · 4 years, 4 months ago
- 2281f79 mm: cma: use CMA_MAX_NAME to define the length of cma name array by Barry Song · 4 years, 4 months ago
- bbe8875 mm/hugetlb: make hugetlb migration callback CMA aware by Joonsoo Kim · 4 years, 5 months ago
- d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 5 months ago
- 9e7ee40 mm/hugetlb.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
- 29d0f41 mm: hugetlb: fix the name of hugetlb CMA by Barry Song · 4 years, 5 months ago
- 34ae204 hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem by Mike Kravetz · 4 years, 5 months ago
- 8ca39e6 mm/hugetlb: add mempolicy check in the reservation routine by Muchun Song · 4 years, 5 months ago
- 75802ca6 mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible by Peter Xu · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- dbda8fe mm/hugetlb: avoid hardcoding while checking if cma is enabled by Barry Song · 4 years, 5 months ago
- 1139d33 mm/hugetlb.c: fix pages per hugetlb calculation by Mike Kravetz · 4 years, 6 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 7c8de35 mm/hugetlb: fix a typos in comments by Ethon Paul · 4 years, 7 months ago
- ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 8ac0b81 mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset by Li Xinhai · 4 years, 7 months ago
- c2833a5 hugetlbfs: fix changes to command line processing by Mike Kravetz · 4 years, 7 months ago
- 282f421 hugetlbfs: clean up command line processing by Mike Kravetz · 4 years, 7 months ago
- 3823783 hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate by Mike Kravetz · 4 years, 7 months ago
- 359f254 hugetlbfs: move hugepagesz= parsing to arch independent code by Mike Kravetz · 4 years, 7 months ago
- ae94da8 hugetlbfs: add arch_hugetlb_valid_size by Mike Kravetz · 4 years, 7 months ago
- 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 8 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- 3c1d7e6 mm/hugetlb: fix a addressing exception caused by huge_pte_offset by Longpeng · 4 years, 8 months ago
- cf11e85 mm: hugetlb: optionally allocate gigantic hugepages using cma by Roman Gushchin · 4 years, 9 months ago
- 1b2a1e7 mm/hugetlb: add missing annotation for gather_surplus_pages() by Jules Irenge · 4 years, 9 months ago
- d4af73e mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge() by Vlastimil Babka · 4 years, 9 months ago
- 353b2de mm/hugetlb.c: clean code by removing unnecessary initialization by Mateusz Nosek · 4 years, 9 months ago
- a9b3f86 hugetlb: support file_region coalescing again by Mina Almasry · 4 years, 9 months ago
- 08cf9fa hugetlb_cgroup: support noreserve mappings by Mina Almasry · 4 years, 9 months ago
- 075a61d hugetlb_cgroup: add accounting for shared mappings by Mina Almasry · 4 years, 9 months ago
- 0db9d74 hugetlb: disable region_add file_region coalescing by Mina Almasry · 4 years, 9 months ago
- e9fe92a hugetlb_cgroup: add reservation accounting for private mappings by Mina Almasry · 4 years, 9 months ago
- 1adc4d4 hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations by Mina Almasry · 4 years, 9 months ago
- 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
- c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
- 71335f3 mm/gup: allow to react to fatal signals by Peter Xu · 4 years, 9 months ago
- 4426e94 mm/gup: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
- 4f6da93 mm/gup: rename "nonblocking" to "locked" where proper by Peter Xu · 4 years, 9 months ago
- 47e29d3 mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages by John Hubbard · 4 years, 9 months ago
- 3faa52c mm/gup: track FOLL_PIN pages by John Hubbard · 4 years, 9 months ago
- c77c0a8 mm/hugetlb: defer freeing of huge pages if in non-task context by Waiman Long · 5 years ago
- acbfb08 mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas by Zhigang Lu · 5 years ago
- 188b04a hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() by Wei Yang · 5 years ago
- d75c6af hugetlb: remove duplicated code by Mina Almasry · 5 years ago
- 5c91195 hugetlb: region_chg provides only cache entry by Mina Almasry · 5 years ago
- 930668c hugetlbfs: take read_lock on i_mmap for PMD sharing by Waiman Long · 5 years ago
- 5525463 hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
- 5e27a2d mm/page_alloc: add alloc_contig_pages() by Anshuman Khandual · 5 years ago
- f231fe4 hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() by David Hildenbrand · 5 years ago
- f60858f hugetlbfs: don't retry when pool page allocations start to fail by Mike Kravetz · 5 years ago
- 4643d67 hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS by Mike Kravetz · 5 years ago
- faf53de mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
- 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
- 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
- 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
- 0919e1b hugetlbfs: on restore reserve error path retain subpool reservation by Mike Kravetz · 6 years ago
- 2d0adf7 mm/hugetlb: get rid of NODEMASK_ALLOC by Oscar Salvador · 6 years ago
- fd875dc hugetlbfs: fix potential over/underflow setting node specific nr_hugepages by Mike Kravetz · 6 years ago
- 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
- 2bf753e mm/hugetlb.c: don't put_page in lock of hugetlb_lock by Kai Shen · 6 years ago
- 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
- 8fde12c mm: prevent get_user_pages() from overflowing page refcount by Linus Torvalds · 6 years ago
- ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
- 9a4e9f3 mm: update get_user_pages_longterm to migrate pages allocated from CMA region by Aneesh Kumar K.V · 6 years ago
- 023bdd0 mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update by Aneesh Kumar K.V · 6 years ago
- 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
- 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago