Age | Commit message (Expand) | Author | Files | Lines |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -123/+196 |
2024-01-09 | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 1 | -3/+3 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -5/+5 |
2024-01-05 | mm/memcontrol: remove __mod_lruvec_page_state() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
2023-12-30 | zswap: memcontrol: implement zswap writeback disabling | Nhat Pham | 1 | -0/+38 |
2023-12-29 | mm: memcg: fix split queue list crash when large folio migration | Baolin Wang | 1 | -0/+11 |
2023-12-21 | mm: memcg: restore subtree stats flushing | Yosry Ahmed | 1 | -29/+39 |
2023-12-21 | mm: memcg: make stats flushing threshold per-memcg | Yosry Ahmed | 1 | -16/+34 |
2023-12-21 | mm: memcg: move vmstats structs definition above flushing code | Yosry Ahmed | 1 | -74/+74 |
2023-12-21 | mm: memcg: change flush_next_time to flush_last_time | Yosry Ahmed | 1 | -3/+4 |
2023-12-12 | mm: memcg: add per-memcg zswap writeback stat | Domenico Cerasuolo | 1 | -0/+1 |
2023-12-12 | zswap: make shrinking memcg-aware | Domenico Cerasuolo | 1 | -0/+2 |
2023-12-11 | mm: memcg: add reminder comment for the memcg v2 events | Dmitry Rokosov | 1 | -0/+4 |
2023-12-07 | mm: kmem: properly initialize local objcg variable in current_obj_cgroup() | Roman Gushchin | 1 | -1/+1 |
2023-12-06 | mm/slab: move pre/post-alloc hooks from slab.h to slub.c | Vlastimil Babka | 1 | -0/+1 |
2023-12-05 | mm/memcontrol: remove CONFIG_SLAB #ifdef guards | Vlastimil Babka | 1 | -3/+2 |
2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -5/+5 |
2023-11-16 | mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors | Roman Gushchin | 1 | -1/+2 |
2023-10-26 | mm: fix multiple typos in multiple files | Muhammad Muzammil | 1 | -2/+2 |
2023-10-26 | mm: kmem: reimplement get_obj_cgroup_from_current() | Roman Gushchin | 1 | -32/+0 |
2023-10-26 | mm: kmem: scoped objcg protection | Roman Gushchin | 1 | -2/+45 |
2023-10-26 | mm: kmem: make memcg keep a reference to the original objcg | Roman Gushchin | 1 | -0/+5 |
2023-10-26 | mm: kmem: add direct objcg pointer to task_struct | Roman Gushchin | 1 | -9/+130 |
2023-10-26 | mm: kmem: optimize get_obj_cgroup_from_current() | Roman Gushchin | 1 | -20/+14 |
2023-10-19 | hugetlb: memcg: account hugetlb-backed memory in memory controller | Nhat Pham | 1 | -1/+41 |
2023-10-19 | memcontrol: only transfer the memcg data for migration | Nhat Pham | 1 | -3/+37 |
2023-10-19 | memcontrol: add helpers for hugetlb memcg accounting | Nhat Pham | 1 | -12/+47 |
2023-10-19 | mm: memcg: normalize the value passed into memcg_rstat_updated() | Yosry Ahmed | 1 | -2/+18 |
2023-10-19 | mm: memcg: refactor page state unit helpers | Yosry Ahmed | 1 | -11/+33 |
2023-10-07 | memcg: remove unused do_memsw_account in memcg1_stat_format | Liu Shixin | 1 | -7/+2 |
2023-10-07 | memcg: expose swapcache stat for memcg v1 | Liu Shixin | 1 | -0/+6 |
2023-10-04 | mm: memcg: add THP swap out info for anonymous reclaim | Xin Hao | 1 | -0/+2 |
2023-09-30 | mm, memcg: reconsider kmem.limit_in_bytes deprecation | Michal Hocko | 1 | -0/+13 |
2023-09-19 | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement | Johannes Weiner | 1 | -3/+3 |
2023-09-05 | memcontrol: ensure memcg acquired by id is properly set up | Johannes Weiner | 1 | -5/+17 |
2023-08-25 | mm: fix get_mctgt_type() kernel-doc | Matthew Wilcox (Oracle) | 1 | -18/+13 |
2023-08-25 | memcg: remove duplication detection for mem_cgroup_uncharge_swap | Lu Jialin | 1 | -3/+0 |
2023-08-25 | mm: memcg: use rstat for non-hierarchical stats | Yosry Ahmed | 1 | -29/+38 |
2023-08-22 | mm: remove folio_test_transhuge() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2023-08-22 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -0/+2 |
2023-08-21 | mm: remove redundant K() macro definition | ZhangPeng | 1 | -1/+0 |
2023-08-21 | mm/memcg: fix wrong function name above obj_cgroup_charge_zswap() | Miaohe Lin | 1 | -1/+1 |
2023-08-21 | mm:vmscan: fix inaccurate reclaim during proactive reclaim | Efly Young | 1 | -2/+2 |
2023-08-21 | memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan | 1 | -0/+2 |
2023-08-18 | mm/memcg: minor cleanup for mc_handle_present_pte() | Miaohe Lin | 1 | -3/+2 |
2023-08-18 | mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPS | Miaohe Lin | 1 | -1/+1 |
2023-08-18 | mm/memcg: minor cleanup for MEM_CGROUP_ID_MAX | Miaohe Lin | 1 | -0/+1 |
2023-08-18 | memcg: drop kmem.limit_in_bytes | Michal Hocko | 1 | -10/+0 |
2023-06-24 | mm/memcontrol: do not tweak node in mem_cgroup_init() | Haifeng Xu | 1 | -2/+1 |