Age | Commit message (Expand) | Author | Files | Lines |
2024-11-05 | mm/thp: fix deferred split unqueue naming and locking | Hugh Dickins | 1 | -0/+25 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+6 |
2024-09-01 | memcg: initiate deprecation of pressure_level | Shakeel Butt | 1 | -0/+3 |
2024-09-01 | memcg: initiate deprecation of oom_control | Shakeel Butt | 1 | -0/+7 |
2024-09-01 | memcg: initiate deprecation of v1 soft limit | Shakeel Butt | 1 | -0/+3 |
2024-09-01 | memcg: initiate deprecation of v1 tcp accounting | Shakeel Butt | 1 | -0/+3 |
2024-09-01 | memcg: allocate v1 event percpu only on v1 deployment | Shakeel Butt | 1 | -0/+19 |
2024-09-01 | memcg: make v1 only functions static | Shakeel Butt | 1 | -2/+5 |
2024-09-01 | memcg: move v1 events and statistics code to v1 file | Shakeel Butt | 1 | -0/+37 |
2024-09-01 | memcg: move mem_cgroup_charge_statistics to v1 code | Shakeel Butt | 1 | -2/+15 |
2024-09-01 | memcg: move mem_cgroup_event_ratelimit to v1 code | Shakeel Butt | 1 | -2/+30 |
2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -6/+6 |
2024-08-12 | memcg_write_event_control(): fix a user-triggerable oops | Al Viro | 1 | -2/+5 |
2024-07-17 | mm: memcg1: convert charge move flags to unsigned long long | Roman Gushchin | 1 | -2/+2 |
2024-07-10 | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 1 | -4/+2 |
2024-07-04 | mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init() | Roman Gushchin | 1 | -0/+9 |
2024-07-04 | mm: memcg: factor out legacy socket memory accounting code | Roman Gushchin | 1 | -0/+17 |
2024-07-04 | mm: memcg: move memcg_account_kmem() to memcontrol-v1.c | Roman Gushchin | 1 | -0/+12 |
2024-07-04 | mm: add swappiness= arg to memory.reclaim | Dan Schatzberg | 1 | -2/+2 |
2024-07-04 | mm: add defines for min/max swappiness | Dan Schatzberg | 1 | -1/+1 |
2024-07-04 | mm: memcg: make memcg1_update_tree() static | Roman Gushchin | 1 | -1/+1 |
2024-07-04 | mm: memcg: move cgroup v1 interface files to memcontrol-v1.c | Roman Gushchin | 1 | -5/+734 |
2024-07-04 | mm: memcg: rename memcg_oom_recover() | Roman Gushchin | 1 | -3/+3 |
2024-07-04 | mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c | Roman Gushchin | 1 | -2/+227 |
2024-07-04 | mm: memcg: rename memcg_check_events() | Roman Gushchin | 1 | -3/+3 |
2024-07-04 | mm: memcg: move legacy memcg event code into memcontrol-v1.c | Roman Gushchin | 1 | -0/+653 |
2024-07-04 | mm: memcg: rename charge move-related functions | Roman Gushchin | 1 | -7/+7 |
2024-07-04 | mm: memcg: move charge migration code to memcontrol-v1.c | Roman Gushchin | 1 | -0/+981 |
2024-07-04 | mm: memcg: rename soft limit reclaim-related functions | Roman Gushchin | 1 | -3/+3 |
2024-07-04 | mm: memcg: move soft limit reclaim code to memcontrol-v1.c | Roman Gushchin | 1 | -0/+342 |
2024-07-04 | mm: memcg: introduce memcontrol-v1.c | Roman Gushchin | 1 | -0/+3 |