summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)
2024-09-03mm: remove can_modify_mm()Pedro Falcato
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato
2024-09-03mm/mremap: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm/mprotect: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm/munmap: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm: move can_modify_vma to mm/vma.hPedro Falcato
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao
2024-09-03mm: remove migration for HugePage in isolate_single_pageblock()Kefeng Wang
2024-09-03mm: shrinker: use min() to improve shrinker_debugfs_scan_write()Thorsten Blum
2024-09-03mm: khugepaged: support shmem mTHP collapseBaolin Wang
2024-09-03mm: khugepaged: support shmem mTHP copyBaolin Wang
2024-09-03mm: khugepaged: use the number of pages in the folio to check the reference c...Baolin Wang
2024-09-03mm: khugepaged: expand the is_refcount_suitable() to support file foliosBaolin Wang
2024-09-03mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address spaceUros Bizjak
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-09-03mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao
2024-09-03mm/cma: add cma_{alloc,free}_folio()Yu Zhao
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-03mm: shmem: support large folio swap outBaolin Wang
2024-09-03mm: shmem: split large entry if the swapin folio is not largeBaolin Wang
2024-09-03mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang
2024-09-03mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang
2024-09-03mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang
2024-09-03mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang
2024-09-03mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez
2024-09-03mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang
2024-09-03mm: attempt to batch free swap entries for zap_pte_range()Barry Song
2024-09-03mm: rename instances of swap_info_struct to meaningful 'si'Barry Song
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfoMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: make several functions and variables staticMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03mm: move kernel/numa.c to mm/Mike Rapoport (Microsoft)
2024-09-03mm: swap: add a adaptive full cluster cache reclaimKairui Song
2024-09-03mm: swap: relaim the cached parts that got scannedKairui Song
2024-09-03mm: swap: add a fragment cluster listKairui Song
2024-09-03mm: swap: allow cache reclaim to skip slot cacheKairui Song