summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)2023-08-251-7/+8
* filemap: batch PTE mappingsYin Fengwei2023-08-251-14/+29
* mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-254-17/+28
* rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-252-14/+48
* filemap: add filemap_map_folio_range()Yin Fengwei2023-08-251-54/+55
* mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)2023-08-251-3/+1
* mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)2023-08-251-6/+0
* mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-2517-56/+14
* mm: remove page_mapping_file()Matthew Wilcox (Oracle)2023-08-251-8/+0
* xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-47/+63
* x86: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-7/+7
* um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-5/+2
* sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-67/+119
* sparc32: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-8/+23
* sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-258-55/+89
* s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-251-9/+24
* riscv: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-33/+36
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2511-93/+89
* parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-53/+105
* openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-10/+25
* nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-46/+67
* mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2512-86/+121
* microblaze: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-12/+15
* m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-256-14/+28
* loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-19/+23
* ia64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-254-26/+54
* hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-252-10/+7
* csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-34/+50
* arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-253-30/+36
* arm: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2512-87/+136
* arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-255-40/+59
* alpha: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-252-2/+18
* mm: add default definition of set_ptes()Matthew Wilcox (Oracle)2023-08-251-21/+60
* mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-253-18/+12
* mm: add folio_flush_mapping()Matthew Wilcox (Oracle)2023-08-251-5/+21
* mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2023-08-252-17/+27
* mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-255-16/+19
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-2516-59/+65
* mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-253-32/+43
* mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-253-28/+35
* mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-253-15/+31
* mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-253-23/+24
* mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-256-5/+22
* mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-251-1/+2
* swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-253-10/+7
* mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin2023-08-251-2/+1
* mm/memory.c: fix mismergeMatthew Wilcox2023-08-251-1/+1
* mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins2023-08-251-9/+29
* hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz2023-08-251-10/+1
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-255-21/+80
|\