summaryrefslogtreecommitdiffstats
path: root/net/9p (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-04mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)7-49/+48
2024-09-04arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)4-151/+76
2024-09-04of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)1-2/+2
2024-09-04mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfoMike Rapoport (Microsoft)1-2/+2
2024-09-04mm: numa_memblks: make several functions and variables staticMike Rapoport (Microsoft)2-26/+18
2024-09-04mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)3-36/+48
2024-09-04mm: introduce numa_emulationMike Rapoport (Microsoft)8-35/+27
2024-09-04mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)5-108/+108
2024-09-04mm: introduce numa_memblksMike Rapoport (Microsoft)12-383/+436
2024-09-04x86/numa: numa_{add,remove}_cpu: make cpu parameter unsignedMike Rapoport (Microsoft)3-15/+15
2024-09-04x86/numa_emu: use a helper function to get MAX_DMA32_PFNMike Rapoport (Microsoft)3-2/+8
2024-09-04x86/numa_emu: split __apicid_to_node update to a helper functionMike Rapoport (Microsoft)3-13/+25
2024-09-04x86/numa_emu: simplify allocation of phys_distMike Rapoport (Microsoft)1-6/+2
2024-09-04x86/numa: move FAKE_NODE_* defines to numa_emuMike Rapoport (Microsoft)2-2/+3
2024-09-04x86/numa: use get_pfn_range_for_nid to verify that node spans memoryMike Rapoport (Microsoft)1-10/+7
2024-09-04x86/numa: simplify numa_distance allocationMike Rapoport (Microsoft)1-5/+2
2024-09-04arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)9-119/+38
2024-09-04mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)4-56/+18
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