summaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25filemap: batch PTE mappingsYin Fengwei1-14/+29
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei4-17/+28
2023-08-25rmap: add folio_add_file_rmap_range()Yin Fengwei2-14/+48
2023-08-25filemap: add filemap_map_folio_range()Yin Fengwei1-54/+55
2023-08-25mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)1-3/+1
2023-08-25mm: tidy up set_ptes definitionMatthew Wilcox (Oracle)1-6/+0
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)17-56/+14
2023-08-25mm: remove page_mapping_file()Matthew Wilcox (Oracle)1-8/+0
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-24shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-24selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47