summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-04arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)32-144/+22
2024-09-04MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)2-14/+0
2024-09-04MIPS: loongson64: rename __node_data to node_dataMike Rapoport (Microsoft)2-6/+6
2024-09-04MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)2-11/+0
2024-09-04MIPS: sgi-ip27: ensure node_possible_map only contains valid nodesMike Rapoport (Microsoft)1-0/+2
2024-09-04MIPS: sgi-ip27: make NODE_DATA() the same as on all other architecturesMike Rapoport (Microsoft)2-2/+8
2024-09-04mm: move kernel/numa.c to mm/Mike Rapoport (Microsoft)3-1/+1
2024-09-04mm: swap: add a adaptive full cluster cache reclaimKairui Song2-13/+57
2024-09-04mm: swap: relaim the cached parts that got scannedKairui Song2-31/+110
2024-09-04mm: swap: add a fragment cluster listKairui Song2-4/+40
2024-09-04mm: swap: allow cache reclaim to skip slot cacheKairui Song1-43/+109
2024-09-04mm: swap: skip slot cache on freeing for mTHPKairui Song1-33/+26
2024-09-04mm: swap: clean up initialization helperKairui Song1-34/+10
2024-09-04mm: swap: separate SSD allocation from scan_swap_map_slots()Chris Li1-132/+168
2024-09-04mm: swap: mTHP allocate swap entries from nonfull listChris Li2-3/+39
2024-09-04mm: swap: swap cluster switch to double link listChris Li2-180/+71
2024-09-02memcg: initiate deprecation of pressure_levelShakeel Butt2-2/+9
2024-09-02memcg: initiate deprecation of oom_controlShakeel Butt2-2/+13
2024-09-02memcg: initiate deprecation of v1 soft limitShakeel Butt2-2/+9
2024-09-02memcg: initiate deprecation of v1 tcp accountingShakeel Butt2-0/+11
2024-09-02memcg: make PGPGIN and PGPGOUT v1 onlyShakeel Butt1-1/+4
2024-09-02memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt3-20/+28
2024-09-02memcg: make v1 only functions staticShakeel Butt2-8/+5
2024-09-02memcg: move v1 events and statistics code to v1 fileShakeel Butt3-29/+55
2024-09-02memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt3-19/+20
2024-09-02memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel Butt3-32/+30
2024-09-02memcg: move v1 only percpu stats in separate structShakeel Butt3-9/+30
2024-09-02mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts3-8/+137
2024-09-02maple_tree: make write helper functions voidSidhartha Kumar1-31/+16
2024-09-02maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar1-5/+13
2024-09-02maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar1-15/+2
2024-09-02maple_tree: remove node allocations from various write helper functionsSidhartha Kumar1-27/+0
2024-09-02maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar1-2/+17
2024-09-02maple_tree: remove mas_wr_modify()Sidhartha Kumar1-38/+0
2024-09-02maple_tree: simplify mas_commit_b_node()Sidhartha Kumar1-57/+7
2024-09-02maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar1-12/+10
2024-09-02maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar1-38/+52
2024-09-02maple_tree: print store type in mas_dump()Sidhartha Kumar1-0/+34
2024-09-02maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar1-10/+1
2024-09-02maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar1-2/+6
2024-09-02maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2-17/+30
2024-09-02maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2-60/+193
2024-09-02maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar1-48/+48
2024-09-02maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar1-2/+8
2024-09-02maple_tree: introduce store_type enumSidhartha Kumar1-0/+14
2024-09-02mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song2-9/+22
2024-09-02memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-02mm: remove legacy install_special_mapping() codeLinus Torvalds7-53/+63
2024-09-02powerpc/vdso: refactor error handlingMichael Ellerman1-11/+7
2024-09-02mm: remove arch_unmap()Michael Ellerman5-27/+6