summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-24memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin
2023-08-24mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand
2023-08-24mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand
2023-08-24mm/swap: use dedicated entry for swap in folioMatthew Wilcox
2023-08-24mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand
2023-08-24selftests/mm: fix WARNING comparing pointer to 0Anh Tuan Phan
2023-08-24selftests: cgroup: fix test_kmem_memcg_deletion kernel mem checkLucas Karpinski
2023-08-24mm: userfaultfd: remove stale comment about core dump lockingJann Horn
2023-08-24arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng
2023-08-24mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)
2023-08-24filemap: batch PTE mappingsYin Fengwei
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei
2023-08-24rmap: add folio_add_file_rmap_range()Yin Fengwei
2023-08-24filemap: add filemap_map_folio_range()Yin Fengwei
2023-08-24mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)
2023-08-24mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24mm: remove page_mapping_file()Matthew Wilcox (Oracle)
2023-08-24xtensa: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24x86: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sparc64: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sparc32: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24s390: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24parisc: implement the new page table range APIMatthew Wilcox (Oracle)
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