Roman Gushchin ([email protected])

Number of posts: 518 (0.62 per day)
First post: 2022-02-22 04:37:35
Last post: 2024-06-10 02:48:27

Date List Subject
2024-01-06 00:06:11 linux-kernel Re: [PATCH] mm,page_alloc,cma: configurable CMA utilization
2024-01-03 01:54:09 linux-kernel Re: [PATCH 2/2] mm: list_lru: remove unused macro list_lru_init_key()
2024-01-03 01:53:52 linux-kernel Re: [PATCH 1/2] mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"
2023-12-09 01:44:37 linux-kernel Re: [PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-12-01 20:02:21 linux-kernel Re: [PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-11-30 19:02:09 linux-kernel Re: [PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-11-29 00:34:57 linux-kernel Re: [PATCH 2/7] mm: shrinker: Add a .to_text() method for shrinkers
2023-11-16 16:16:11 linux-kernel Re: [PATCH] mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
2023-11-16 02:52:04 linux-kernel [PATCH] mm: kmem: properly initialize local objcg variable in current_obj_cgroup()
2023-10-24 18:29:48 linux-kernel Re: [PATCH v2 00/39] Memory allocation profiling
2023-10-19 22:56:19 linux-kernel [PATCH v5 2/6] mm: kmem: add direct objcg pointer to task_struct
2023-10-19 22:55:30 linux-kernel [PATCH v5 5/6] percpu: scoped objcg protection
2023-10-19 22:55:01 linux-kernel [PATCH v5 6/6] mm: kmem: reimplement get_obj_cgroup_from_current()
2023-10-19 22:54:41 linux-kernel [PATCH v5 4/6] mm: kmem: scoped objcg protection
2023-10-19 22:54:37 linux-kernel [PATCH v5 0/6] mm: improve performance of accounted kernel memory allocations
2023-10-19 22:54:36 linux-kernel [PATCH v5 3/6] mm: kmem: make memcg keep a reference to the original objcg
2023-10-19 22:54:29 linux-kernel [PATCH v5 1/6] mm: kmem: optimize get_obj_cgroup_from_current()
2023-10-18 22:38:40 linux-kernel Re: [PATCH v3 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-18 17:32:39 linux-kernel Re: [PATCH v3 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-16 22:20:08 linux-kernel [PATCH v3 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-16 22:19:59 linux-kernel [PATCH v3 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-10-16 22:19:55 linux-kernel [PATCH v3 5/5] percpu: scoped objcg protection
2023-10-16 22:19:52 linux-kernel [PATCH v3 4/5] mm: kmem: scoped objcg protection
2023-10-16 22:19:40 linux-kernel [PATCH v3 0/5] mm: improve performance of accounted kernel memory allocations
2023-10-16 22:19:35 linux-kernel [PATCH v3 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
2023-10-11 18:06:04 linux-kernel Re: [PATCH v2 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-10 01:31:54 linux-kernel Re: [PATCHv5] mm: optimization on page allocation when CMA enabled
2023-10-10 00:17:05 linux-kernel [PATCH v2 4/5] mm: kmem: scoped objcg protection
2023-10-10 00:16:43 linux-kernel Re: [PATCH v2 0/5] mm: improve performance of accounted kernel memory allocations
2023-10-10 00:16:38 linux-kernel [PATCH v2 5/5] percpu: scoped objcg protection
2023-10-10 00:16:27 linux-kernel [PATCH v2 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-10-10 00:11:06 linux-kernel [PATCH v2 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-10 00:10:26 linux-kernel [PATCH v2 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
2023-10-10 00:10:13 linux-kernel [PATCH v2 0/5] mm: improve performance of accounted kernel memory allocations
2023-10-09 21:44:07 linux-kernel Re: selftests: cgroup: test_core - Unable to handle kernel NULL pointer dereference at virtual address
2023-10-08 15:40:07 linux-kernel Re: selftests: cgroup: test_core - Unable to handle kernel NULL pointer dereference at virtual address
2023-10-05 17:28:27 linux-kernel [PATCH v1 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
2023-10-04 19:23:25 linux-kernel Re: [PATCH v1 0/5] mm: improve performance of accounted kernel memory allocations
2023-10-03 16:07:00 linux-kernel Re: [PATCH rfc 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-10-02 22:06:56 linux-kernel Re: linux-next: Signed-off-by missing for commit in the mm tree
2023-10-02 22:04:44 linux-kernel Re: [PATCH rfc 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-09-30 14:15:14 linux-kernel [PATCH v1 5/5] percpu: scoped objcg protection
2023-09-30 03:54:23 linux-kernel [PATCH v1 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-09-30 01:38:02 linux-kernel [PATCH v1 0/5] mm: improve performance of accounted kernel memory allocations
2023-09-29 23:57:25 linux-kernel [PATCH v1 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-09-29 21:25:43 linux-kernel [PATCH v1 4/5] mm: kmem: scoped objcg protection
2023-09-28 07:19:19 linux-kernel Re: [PATCH 0/2] hugetlb memcg accounting
2023-09-27 23:36:55 linux-kernel [PATCH rfc 3/5] mm: kmem: make memcg keep a reference to the original objcg
2023-09-27 22:15:35 linux-kernel [PATCH rfc 0/5] mm: improve performance of kernel memory accounting
2023-09-27 18:10:00 linux-kernel [PATCH rfc 2/5] mm: kmem: add direct objcg pointer to task_struct
2023-09-27 17:36:03 linux-kernel [PATCH rfc 5/5] percpu: scoped objcg protection