summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+6
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-75/+52
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+4
2023-08-25mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand1-14/+15
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-9/+6
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-1/+1
2023-08-25madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-22mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)1-11/+10
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-2/+2
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-3/+1
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)1-11/+11
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-2/+1
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-2/+1
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-1/+1
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-2/+2
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple1-21/+4
2023-08-18mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin1-1/+1
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-2/+1
2023-08-09shmem: fix quota lock nesting in huge hole handlingHugh Dickins1-2/+4
2023-07-12mm: Warn on shadow stack memory in wrong vmaRick Edgecombe1-0/+1
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe1-5/+5
2023-06-24mm: remove references to pagevecMatthew Wilcox (Oracle)1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+2
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-1/+1
2023-06-20mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-20mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins1-2/+3
2023-06-10THP: avoid lock when check whether THP is in deferred listYin Fengwei1-5/+12
2023-04-22mm: don't check VMA write permissions if the PTE/PMD indicates write permissionsDavid Hildenbrand1-2/+2
2023-04-19mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...David Hildenbrand1-3/+2
2023-04-19mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...David Hildenbrand1-7/+2
2023-04-19mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...David Hildenbrand1-4/+2
2023-04-19mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand1-2/+0
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-4/+15
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-18/+13
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-1/+1
2023-04-06mm: don't look at xarray value entries in split_huge_pages_in_fileChristoph Hellwig1-3/+2
2023-03-29mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-6/+2
2023-03-29mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folioKefeng Wang1-10/+11
2023-03-08mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-87/+89
2023-02-18mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu1-2/+4
2023-02-10mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe1-10/+0
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-1/+2
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-2/+1
2023-02-03mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)1-8/+10
2023-02-03mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-17/+17
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)1-17/+15