Age | Commit message (Expand) | Author |
2024-09-03 | mm,memcg: provide per-cgroup counters for NUMA balancing operations | Kaiyang Zhao |
2024-09-03 | mm: shmem: support large folio swap out | Baolin Wang |
2024-09-03 | mm: shmem: split large entry if the swapin folio is not large | Baolin Wang |
2024-09-03 | mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p... | Baolin Wang |
2024-09-03 | mm: shmem: support large folio allocation for shmem_replace_folio() | Baolin Wang |
2024-09-03 | mm: shmem: use swap_free_nr() to free shmem swap entries | Baolin Wang |
2024-09-03 | mm: filemap: use xa_get_order() to get the swap entry order | Baolin Wang |
2024-09-03 | mm: shmem: return number of pages beeing freed in shmem_free_swap | Daniel Gomez |
2024-09-03 | mm: shmem: extend shmem_partial_swap_usage() to support large folio swap | Baolin Wang |
2024-09-03 | mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting | Baolin Wang |
2024-09-03 | mm: attempt to batch free swap entries for zap_pte_range() | Barry Song |
2024-09-03 | mm: rename instances of swap_info_struct to meaningful 'si' | Barry Song |
2024-09-03 | mm: make range-to-target_node lookup facility a part of numa_memblks | Mike Rapoport (Microsoft) |
2024-09-03 | arch_numa: switch over to numa_memblks | Mike Rapoport (Microsoft) |
2024-09-03 | mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo | Mike Rapoport (Microsoft) |
2024-09-03 | mm: numa_memblks: make several functions and variables static | Mike Rapoport (Microsoft) |
2024-09-03 | mm: numa_memblks: introduce numa_memblks_init | Mike Rapoport (Microsoft) |
2024-09-03 | mm: introduce numa_emulation | Mike Rapoport (Microsoft) |
2024-09-03 | mm: move numa_distance and related code from x86 to numa_memblks | Mike Rapoport (Microsoft) |
2024-09-03 | mm: introduce numa_memblks | Mike Rapoport (Microsoft) |
2024-09-03 | arch, mm: pull out allocation of NODE_DATA to generic code | Mike Rapoport (Microsoft) |
2024-09-03 | mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION | Mike Rapoport (Microsoft) |
2024-09-03 | arch, mm: move definition of node_data to generic code | Mike Rapoport (Microsoft) |
2024-09-03 | mm: move kernel/numa.c to mm/ | Mike Rapoport (Microsoft) |
2024-09-03 | mm: swap: add a adaptive full cluster cache reclaim | Kairui Song |
2024-09-03 | mm: swap: relaim the cached parts that got scanned | Kairui Song |
2024-09-03 | mm: swap: add a fragment cluster list | Kairui Song |
2024-09-03 | mm: swap: allow cache reclaim to skip slot cache | Kairui Song |
2024-09-03 | mm: swap: skip slot cache on freeing for mTHP | Kairui Song |
2024-09-03 | mm: swap: clean up initialization helper | Kairui Song |
2024-09-03 | mm: swap: separate SSD allocation from scan_swap_map_slots() | Chris Li |
2024-09-03 | mm: swap: mTHP allocate swap entries from nonfull list | Chris Li |
2024-09-03 | mm: swap: swap cluster switch to double link list | Chris Li |
2024-09-01 | memcg: initiate deprecation of pressure_level | Shakeel Butt |
2024-09-01 | memcg: initiate deprecation of oom_control | Shakeel Butt |
2024-09-01 | memcg: initiate deprecation of v1 soft limit | Shakeel Butt |
2024-09-01 | memcg: initiate deprecation of v1 tcp accounting | Shakeel Butt |
2024-09-01 | memcg: make PGPGIN and PGPGOUT v1 only | Shakeel Butt |
2024-09-01 | memcg: allocate v1 event percpu only on v1 deployment | Shakeel Butt |
2024-09-01 | memcg: make v1 only functions static | Shakeel Butt |
2024-09-01 | memcg: move v1 events and statistics code to v1 file | Shakeel Butt |
2024-09-01 | memcg: move mem_cgroup_charge_statistics to v1 code | Shakeel Butt |
2024-09-01 | memcg: move mem_cgroup_event_ratelimit to v1 code | Shakeel Butt |
2024-09-01 | memcg: move v1 only percpu stats in separate struct | Shakeel Butt |
2024-09-01 | mm: override mTHP "enabled" defaults at kernel cmdline | Ryan Roberts |
2024-09-01 | mm: kmem: add lockdep assertion to obj_cgroup_memcg | Muchun Song |
2024-09-01 | memcg: use ratelimited stats flush in the reclaim | Shakeel Butt |
2024-09-01 | mm: remove legacy install_special_mapping() code | Linus Torvalds |
2024-09-01 | mm: remove arch_unmap() | Michael Ellerman |
2024-09-01 | mm: add optional close() to struct vm_special_mapping | Michael Ellerman |