summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03x86/numa: move FAKE_NODE_* defines to numa_emuMike Rapoport (Microsoft)
2024-09-03x86/numa: use get_pfn_range_for_nid to verify that node spans memoryMike Rapoport (Microsoft)
2024-09-03x86/numa: simplify numa_distance allocationMike 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-03MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-03MIPS: loongson64: rename __node_data to node_dataMike Rapoport (Microsoft)
2024-09-03MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-03MIPS: sgi-ip27: ensure node_possible_map only contains valid nodesMike Rapoport (Microsoft)
2024-09-03MIPS: sgi-ip27: make NODE_DATA() the same as on all other architecturesMike 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-01maple_tree: make write helper functions voidSidhartha Kumar
2024-09-01maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar
2024-09-01maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar
2024-09-01maple_tree: remove node allocations from various write helper functionsSidhartha Kumar
2024-09-01maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar
2024-09-01maple_tree: remove mas_wr_modify()Sidhartha Kumar
2024-09-01maple_tree: simplify mas_commit_b_node()Sidhartha Kumar
2024-09-01maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar
2024-09-01maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar
2024-09-01maple_tree: print store type in mas_dump()Sidhartha Kumar
2024-09-01maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar
2024-09-01maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar
2024-09-01maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar
2024-09-01maple_tree: introduce mas_wr_store_type()Sidhartha Kumar
2024-09-01maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar
2024-09-01maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar
2024-09-01maple_tree: introduce store_type enumSidhartha Kumar