summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-24openrisc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mips: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24microblaze: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24loongarch: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24hexagon: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arm: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24alpha: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mm: add default definition of set_ptes()Matthew Wilcox (Oracle)
2023-08-24mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)
2023-08-24mm: add folio_flush_mapping()Matthew Wilcox (Oracle)
2023-08-24mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-24mm: memcg: use rstat for non-hierarchical statsYosry Ahmed
2023-08-24mm: handle userfaults under VMA lockSuren Baghdasaryan
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan
2023-08-24mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-24mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-24swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan
2023-08-24mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin
2023-08-24mm/memory.c: fix mismergeMatthew Wilcox
2023-08-24mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins
2023-08-24hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins
2023-08-24selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara
2023-08-24selftests: cachestat: test for cachestat availabilityAndre Przywara
2023-08-24maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei
2023-08-21mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)
2023-08-21mm: add tail private fields to struct folioMatthew Wilcox (Oracle)
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: rearrange page flagsMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21mm: call free_huge_page() directlyMatthew Wilcox (Oracle)