aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-14mm/readahead: align readahead down to mapping blocksizebrd.v2Hannes Reinecke1-0/+4
2023-06-14mm/filemap: allocate folios with mapping blocksizeHannes Reinecke3-6/+14
2023-06-14brd: make logical sector size configurableHannes Reinecke1-8/+30
2023-06-14brd: make sector size configurableHannes Reinecke1-15/+35
2023-06-14brd: abstract page_size conventionsHannes Reinecke1-9/+30
2023-06-14brd: convert to foliosHannes Reinecke1-76/+74
2023-06-14brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav1-69/+24
2023-06-14block/fops: fixup typoHannes Reinecke1-1/+1
2023-06-13iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani5-18/+147
2023-06-13iomap: Allocate ifs in ->write_begin() earlyRitesh Harjani1-2/+11
2023-06-13iomap: Refactor iomap_write_delalloc_punch() function outRitesh Harjani1-20/+34
2023-06-13iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani1-8/+20
2023-06-13iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani1-34/+33
2023-06-13iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani1-73/+73
2023-06-13block: use iomap for writes to block devicesChristoph Hellwig2-4/+30
2023-06-13block: stop setting ->direct_IOChristoph Hellwig1-2/+1
2023-06-13block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig1-2/+44
2023-06-13block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-06-12buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)1-13/+15
2023-06-12buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)1-6/+6
2023-06-12buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)1-4/+4
2023-06-12buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)1-10/+8
2023-06-12buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)1-19/+15
2023-06-12buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)4-19/+21
2023-06-12buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)1-19/+19
2023-06-12buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-14/+13
2023-06-12buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)1-12/+10
2023-06-12gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2-4/+4
2023-06-12buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)5-32/+32
2023-06-12gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)1-13/+13
2023-06-12gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)1-15/+16
2023-06-12gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-4/+5
2023-06-12mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-12percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-12memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-12mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin2-4/+4
2023-06-12mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-12kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing1-1/+0
2023-06-12userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett3-39/+33
2023-06-12mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett1-15/+12
2023-06-12maple_tree: reduce resets during store setupLiam R. Howlett1-11/+26
2023-06-12maple_tree: refine mas_preallocate() node calculationsLiam R. Howlett1-1/+47
2023-06-12maple_tree: update mas_preallocate() testingLiam R. Howlett1-11/+16
2023-06-12maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()Liam R. Howlett1-16/+15
2023-06-12mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett4-61/+72
2023-06-12mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett3-20/+16
2023-06-12maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett5-21/+22
2023-06-12maple_tree: adjust node allocation on mas_rebalance()Liam R. Howlett1-1/+1
2023-06-12mm: remove re-walk from mmap_region()Liam R. Howlett2-2/+10
2023-06-12maple_tree: introduce __mas_set_range()Liam R. Howlett1-3/+18
2023-06-12mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett1-2/+0
2023-06-12mm: change do_vmi_align_munmap() side tree indexLiam R. Howlett3-31/+37
2023-06-12mm: move unmap_vmas() declaration to internal headerLiam R. Howlett2-4/+4
2023-06-12maple_tree: add benchmarking for mas_prev()Liam R. Howlett1-0/+36
2023-06-12maple_tree: add benchmarking for mas_for_eachLiam R. Howlett1-0/+38
2023-06-12mm/folio: Replace set_compound_order with folio_set_orderTarun Sahu2-26/+16
2023-06-12mm: zswap: remove zswap_headerDomenico Cerasuolo1-30/+22
2023-06-12mm: zswap: simplify writeback functionDomenico Cerasuolo1-51/+19
2023-06-12mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo6-93/+14
2023-06-12mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-12mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo1-243/+2
2023-06-12mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo1-162/+1
2023-06-12mm: zswap: add pool shrinking mechanismDomenico Cerasuolo1-5/+92
2023-06-12selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum17-100/+6
2023-06-12selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-12mm: ptep_get() conversionRyan Roberts47-228/+301
2023-06-12mm: move ptep_get() and pmdp_get() helpersRyan Roberts1-14/+14
2023-06-12mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2023-06-12arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2-1/+7
2023-06-12mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-12iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas3-11/+81
2023-06-12dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas3-1/+67
2023-06-12dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy4-10/+10
2023-06-12scatterlist: add dedicated config for DMA flagsRobin Murphy3-7/+10
2023-06-12arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas1-0/+3
2023-06-12iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-12dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-12drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-12drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-4/+4
2023-06-12drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-12drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-12mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-12mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas3-16/+9
2023-06-12dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas1-0/+2
2023-06-12mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas3-5/+18
2023-06-12mm/hugetlb: Fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-12mm: remove set_compound_page_dtor()Sidhartha Kumar3-12/+2
2023-06-12perf/core: Allow pte_offset_map() to failHugh Dickins1-0/+4
2023-06-12mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2-40/+24
2023-06-12mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2-100/+7
2023-06-12mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2-27/+17
2023-06-12mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81
2023-06-12mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins1-23/+49
2023-06-12mm/huge_memory: split huge pmd under one pte_offset_map()Hugh Dickins1-10/+18
2023-06-12mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()Hugh Dickins1-15/+4
2023-06-12mm/migrate_device: allow pte_offset_map_lock() to failHugh Dickins1-27/+4
2023-06-12mm/mglru: allow pte_offset_map_nolock() to failHugh Dickins1-9/+7
2023-06-12mm/swapoff: allow pte_offset_map[_lock]() to failHugh Dickins1-18/+20
2023-06-12mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins1-11/+13
2023-06-12mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins1-54/+68
2023-06-12mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2-10/+23
2023-06-12mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins1-57/+17
2023-06-12mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins5-13/+22
2023-06-12mm/debug_vm_pgtable,page_table_check: warn pte map failsHugh Dickins2-1/+10
2023-06-12mm/userfaultfd: allow pte_offset_map_lock() to failHugh Dickins1-0/+8
2023-06-12mm/userfaultfd: retry if pte_offset_map() failsHugh Dickins1-5/+6
2023-06-12mm/hmm: retry if pte_offset_map() failsHugh Dickins1-0/+2
2023-06-12mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()Hugh Dickins1-2/+1
2023-06-12mm/vmwgfx: simplify pmd & pud mapping dirty helpersHugh Dickins1-25/+9
2023-06-12mm/pagewalk: walk_pte_range() allow for pte_offset_map()Hugh Dickins1-10/+23
2023-06-12mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins5-28/+36
2023-06-12mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()Hugh Dickins1-6/+22
2023-06-12mm/page_vma_mapped: reformat map_pte() with less indentationHugh Dickins1-31/+34
2023-06-12mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()Hugh Dickins1-4/+0
2023-06-12mm/filemap: allow pte_offset_map_lock() to failHugh Dickins1-7/+5
2023-06-12mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins4-21/+101
2023-06-12mm/pgtable: kmap_local_page() instead of kmap_atomic()Hugh Dickins1-2/+2
2023-06-12mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins4-49/+22
2023-06-12mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins9-57/+7
2023-06-12selftests: damon: add config fileAnders Roxell1-0/+7
2023-06-12mm/vmalloc: Replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-12mm/folio: Avoid special handling for order value 0 in folio_set_orderTarun Sahu2-12/+5
2023-06-12vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti1-0/+15
2023-06-12xtensa: add pte_unmap() to balance pte_offset_map()Hugh Dickins1-1/+4
2023-06-12x86: sme_populate_pgd() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-12x86: Allow get_locked_pte() to failHugh Dickins1-2/+4
2023-06-12sparc: iounit and iommu use pte_offset_kernel()Hugh Dickins2-2/+2
2023-06-12sparc: allow pte_offset_map() to failHugh Dickins3-0/+7
2023-06-12sparc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-12sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-12s390: gmap use pte_unmap_unlock() not spin_unlock()Hugh Dickins1-11/+11
2023-06-12s390: allow pte_offset_map_lock() to failHugh Dickins3-4/+19
2023-06-12riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-12powerpc/hugetlb: pte_alloc_huge()Hugh Dickins1-1/+1
2023-06-12powerpc: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-12powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-12parisc/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-12parisc: unmap_uncached_pte() use pte_offset_kernel()Hugh Dickins1-1/+1
2023-06-12parisc: add pte_unmap() to balance get_ptep()Hugh Dickins1-5/+21
2023-06-12mips: update_mmu_cache() can replace __update_tlb(): fixHugh Dickins1-4/+6
2023-06-12mips: update_mmu_cache() can replace __update_tlb()Hugh Dickins3-20/+9
2023-06-12microblaze: allow pte_offset_map() to failHugh Dickins1-2/+3
2023-06-12m68k: allow pte_offset_map[_lock]() to failHugh Dickins3-33/+27
2023-06-12ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-2/+2
2023-06-12arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins1-9/+2
2023-06-12arm64: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-06-12arm: allow pte_offset_map[_lock]() to failHugh Dickins3-1/+10
2023-06-12mm: zswap: support exclusive loadsYosry Ahmed4-11/+45
2023-06-12mm/mm_init.c: remove reset_node_present_pages()Haifeng Xu2-20/+13
2023-06-12mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat()Haifeng Xu3-3/+1
2023-06-12shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu3-2/+3
2023-06-12mm/mm_init.c: drop 'nid' parameter from check_for_memory()Haifeng Xu1-4/+4
2023-06-12mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng3-23/+10
2023-06-12mm-hugetlb-use-a-folio-in-hugetlb_fault-fixAndrew Morton1-1/+1
2023-06-12mm/hugetlb: use a folio in hugetlb_fault()ZhangPeng1-9/+9
2023-06-12mm/hugetlb: use a folio in hugetlb_wp()ZhangPeng1-16/+16
2023-06-12mm/hugetlb: use a folio in copy_hugetlb_page_range()ZhangPeng1-11/+11
2023-06-12selftests-error-out-if-kernel-header-files-are-not-yet-built-fixJohn Hubbard1-1/+20
2023-06-12selftests: error out if kernel header files are not yet builtJohn Hubbard1-3/+33
2023-06-12Documentation: kselftest: "make headers" is a prerequisiteJohn Hubbard1-0/+1
2023-06-12selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard4-63/+64
2023-06-12selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard3-17/+10
2023-06-12selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard1-1/+1
2023-06-12selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard1-10/+6
2023-06-12selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard1-0/+2
2023-06-12selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard1-3/+3
2023-06-12selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard1-1/+0
2023-06-12selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2-3/+10
2023-06-12selftests/mm: fix uffd-stress unused function warningJohn Hubbard1-10/+0
2023-06-12memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin1-1/+0
2023-06-12mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2-4/+4
2023-06-12mm: remove obsolete alloc_migrate_target()Miaohe Lin1-3/+0
2023-06-12mm: skip CMA pages when they are not availableZhaoyang Huang1-1/+21
2023-06-12mm: madvise: fix uneven accounting of psiCharan Teja Kalla1-2/+6
2023-06-12kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-06-12mm-page_isolation-write-proper-kerneldoc-fixAndrew Morton1-4/+4
2023-06-12mm: page_isolation: write proper kerneldocJohannes Weiner2-23/+30
2023-06-12dma-contiguous: support per-numa CMA for all architecturesYajun Deng5-13/+11
2023-06-12mm: optimization on page allocation when CMA enabledZhaoyang Huang1-4/+40
2023-06-12dma-buf/heaps: system_heap: avoid too much allocationJaewon Kim1-1/+4
2023-06-12Merge branch 'mm-stable' into mm-unstableAndrew Morton169-3615/+5577
2023-06-12nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi1-1/+9
2023-06-12Revert "mm: vmscan: make global slab shrink lockless"Qi Zheng1-12/+16
2023-06-12Revert "mm: vmscan: make memcg slab shrink lockless"Qi Zheng1-26/+19
2023-06-12Revert "mm: vmscan: add shrinker_srcu_generation"Qi Zheng1-20/+4
2023-06-12Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng1-8/+17
2023-06-12Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"Qi Zheng1-2/+2
2023-06-12Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"Qi Zheng1-2/+6
2023-06-12Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng5-27/+27
2023-06-12nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi3-1/+35
2023-06-12afs: fix waiting for writeback then skipping folioVishal Moola (Oracle)1-0/+2
2023-06-12afs: fix dangling folio ref counts in writebackVishal Moola (Oracle)1-0/+1
2023-06-12scripts/gdb: fix SB_* constants parsingFlorian Fainelli1-6/+6
2023-06-12scripts: fix the gfp flags header path in gfp-translatePrathu Baronia1-3/+3
2023-06-12udmabuf: revert 'Add support for mapping hugepages (v4)'Mike Kravetz1-41/+6
2023-06-12mm/khugepaged: fix iteration in collapse_fileDavid Stevens1-1/+0
2023-06-12memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-3/+6
2023-06-12mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes1-4/+13
2023-06-12mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett1-1/+1
2023-06-12writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini1-1/+1