summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2024-09-03mm: swap: skip slot cache on freeing for mTHPKairui Song
2024-09-03mm: swap: clean up initialization helperKairui Song
2024-09-03mm: swap: separate SSD allocation from scan_swap_map_slots()Chris Li
2024-09-03mm: swap: mTHP allocate swap entries from nonfull listChris Li
2024-09-03mm: swap: swap cluster switch to double link listChris Li
2024-09-01memcg: initiate deprecation of pressure_levelShakeel Butt
2024-09-01memcg: initiate deprecation of oom_controlShakeel Butt
2024-09-01memcg: initiate deprecation of v1 soft limitShakeel Butt
2024-09-01memcg: initiate deprecation of v1 tcp accountingShakeel Butt
2024-09-01memcg: make PGPGIN and PGPGOUT v1 onlyShakeel Butt
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt
2024-09-01memcg: make v1 only functions staticShakeel Butt
2024-09-01memcg: move v1 events and statistics code to v1 fileShakeel Butt
2024-09-01memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt
2024-09-01memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel Butt
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt
2024-09-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds
2024-09-01mm: remove arch_unmap()Michael Ellerman
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman