summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25xtensa: implement the new page table range APIMatthew Wilcox (Oracle)3-47/+63
2023-08-25x86: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+7
2023-08-25um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
2023-08-25sparc64: implement the new page table range APIMatthew Wilcox (Oracle)5-67/+119
2023-08-25sparc32: implement the new page table range APIMatthew Wilcox (Oracle)3-8/+23
2023-08-25sh: implement the new page table range APIMatthew Wilcox (Oracle)8-55/+89
2023-08-25s390: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+24
2023-08-25riscv: implement the new page table range APIMatthew Wilcox (Oracle)3-33/+36
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)11-93/+89
2023-08-25parisc: implement the new page table range APIMatthew Wilcox (Oracle)3-53/+105
2023-08-25openrisc: implement the new page table range APIMatthew Wilcox (Oracle)3-10/+25
2023-08-25nios2: implement the new page table range APIMatthew Wilcox (Oracle)3-46/+67
2023-08-25mips: implement the new page table range APIMatthew Wilcox (Oracle)12-86/+121
2023-08-25microblaze: implement the new page table range APIMatthew Wilcox (Oracle)3-12/+15
2023-08-25m68k: implement the new page table range APIMatthew Wilcox (Oracle)6-14/+28
2023-08-25loongarch: implement the new page table range APIMatthew Wilcox (Oracle)5-19/+23
2023-08-25ia64: implement the new page table range APIMatthew Wilcox (Oracle)4-26/+54
2023-08-25hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2-10/+7
2023-08-25csky: implement the new page table range APIMatthew Wilcox (Oracle)5-34/+50
2023-08-25arm64: implement the new page table range APIMatthew Wilcox (Oracle)3-30/+36
2023-08-25arm: implement the new page table range APIMatthew Wilcox (Oracle)12-87/+136
2023-08-25arc: implement the new page table range APIMatthew Wilcox (Oracle)5-40/+59
2023-08-25alpha: implement the new page table range APIMatthew Wilcox (Oracle)2-2/+18
2023-08-25mm: add default definition of set_ptes()Matthew Wilcox (Oracle)1-21/+60
2023-08-25mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)3-18/+12
2023-08-25mm: add folio_flush_mapping()Matthew Wilcox (Oracle)1-5/+21
2023-08-25mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2-17/+27
2023-08-25mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)5-16/+19
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)16-59/+65
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed3-32/+43
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan3-28/+35
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan3-15/+31
2023-08-25mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan3-23/+24
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan6-5/+22
2023-08-25mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-25swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan3-10/+7
2023-08-25mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin1-2/+1
2023-08-25mm/memory.c: fix mismergeMatthew Wilcox1-1/+1
2023-08-25mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins1-9/+29
2023-08-25hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz1-10/+1
2023-08-25merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton5-21/+80
2023-08-25shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-25selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47
2023-08-25selftests: cachestat: test for cachestat availabilityAndre Przywara1-1/+19
2023-08-25maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett1-0/+7
2023-08-25madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-25madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-22mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)1-11/+10
2023-08-22mm: add tail private fields to struct folioMatthew Wilcox (Oracle)1-1/+13