summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)2023-08-243-33/+36
* mm: move PMD_ORDER to pgtable.hMatthew Wilcox (Oracle)2023-08-242-3/+3
* mm: remove checks for pte_indexMatthew Wilcox (Oracle)2023-08-242-17/+1
* memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin2023-08-241-3/+0
* mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand2023-08-241-14/+15
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-248-24/+13
* mm/swap: use dedicated entry for swap in folioMatthew Wilcox2023-08-242-13/+15
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-248-28/+26
* selftests/mm: fix WARNING comparing pointer to 0Anh Tuan Phan2023-08-241-1/+1
* selftests: cgroup: fix test_kmem_memcg_deletion kernel mem checkLucas Karpinski2023-08-241-14/+7
* mm: userfaultfd: remove stale comment about core dump lockingJann Horn2023-08-241-5/+1
* arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng2023-08-241-1/+1
* mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)2023-08-241-7/+8
* filemap: batch PTE mappingsYin Fengwei2023-08-241-14/+29
* mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-244-17/+28
* rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-242-14/+48
* filemap: add filemap_map_folio_range()Yin Fengwei2023-08-241-54/+55
* mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)2023-08-241-3/+1
* mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)2023-08-241-6/+0
* mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-2417-56/+14
* mm: remove page_mapping_file()Matthew Wilcox (Oracle)2023-08-241-8/+0
* xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-47/+63
* x86: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-7/+7
* um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
* sparc64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-67/+119
* sparc32: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-8/+23
* sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-248-55/+89
* s390: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-9/+24
* riscv: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-33/+36
* powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2411-93/+89
* parisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-53/+105
* openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-10/+25
* nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-46/+67
* mips: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2412-86/+121
* microblaze: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-12/+15
* m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-246-14/+28
* loongarch: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-19/+23
* ia64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-244-26/+54
* hexagon: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-10/+7
* csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-34/+50
* arm64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-30/+36
* arm: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-2412-87/+136
* arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-40/+59
* alpha: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-2/+18
* mm: add default definition of set_ptes()Matthew Wilcox (Oracle)2023-08-241-21/+60
* mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-243-18/+12
* mm: add folio_flush_mapping()Matthew Wilcox (Oracle)2023-08-241-5/+21
* mm: add generic flush_icache_pages() and documentationMatthew Wilcox (Oracle)2023-08-242-17/+27
* mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-245-16/+19
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-2416-59/+65