LinuxLists
Users
About
Cruz Zhao (
[email protected]
)
Number of posts: 62 (0.08 per day)
First post: 2021-12-23 12:30:26
Last post: 2024-03-07 10:31:33
Next Page
Date
List
Subject
2024-03-07 10:31:33
linux-kernel
[PATCH v2 1/3] Documentation: add description of forceidle time statistics
2024-03-07 10:20:41
linux-kernel
[PATCH v2 2/3] sched/core: introduce CPUTIME_FORCEIDLE_TASK
2024-03-07 10:20:33
linux-kernel
[PATCH v2 3/3] Documentation: add description of forceidle_task time statistics
2024-03-07 10:20:20
linux-kernel
[PATCH v2 0/3] introduce CPUTIME_FORCEIDLE_TASK and add
2024-02-29 11:07:00
linux-kernel
Re: [PATCH] sched/core: introduce CPUTIME_FORCEIDLE_TASK
2024-02-19 08:48:39
linux-kernel
[PATCH] sched/core: introduce CPUTIME_FORCEIDLE_TASK
2023-11-28 06:23:41
linux-kernel
Re: [PATCH] perf: ignore exited thread when synthesize thread map
2023-11-22 02:22:10
linux-kernel
[PATCH] perf: ignore exited thread when synthesize thread map
2023-11-18 17:12:53
linux-kernel
[PATCH v3] sched/core: fix incorrect cpustat[CPUTIME_FORCEIDLE] update
2023-11-18 04:39:21
linux-kernel
[PATCH v2] sched/core: fix incorrect cpustat[CPUTIME_FORCEIDLE] update
2023-11-17 13:22:20
linux-kernel
[PATCH] sched/core: put the cookie to uaddr when create cookie
2023-11-17 12:57:37
linux-kernel
[PATCH] sched/core: fix incorrect cpustat[CPUTIME_FORCEIDLE] update
2023-11-17 02:48:50
linux-kernel
Re: [PATCH 3/4] sched/fair: introduce core_vruntime and core_min_vruntime
2023-11-16 06:38:56
linux-kernel
Re: [PATCH 3/4] sched/fair: introduce core_vruntime and core_min_vruntime
2023-11-15 13:43:04
linux-kernel
Re: [PATCH 3/4] sched/fair: introduce core_vruntime and core_min_vruntime
2023-11-15 11:35:00
linux-kernel
[PATCH 3/4] sched/fair: introduce core_vruntime and core_min_vruntime
2023-11-15 11:34:44
linux-kernel
[PATCH 2/4] sched/core: introduce core to struct cfs_rq
2023-11-15 11:34:28
linux-kernel
[PATCH 1/4] sched/core: introduce core_id to struct rq
2023-11-15 11:34:22
linux-kernel
[PATCH 4/4] sched/core: fix cfs_prio_less
2023-11-15 11:34:22
linux-kernel
[PATCH 0/4] sched/core: fix cfs_prio_less
2023-07-12 02:51:38
linux-kernel
Re: [PATCH v3] sched/core: introduce sched_core_idle_cpu()
2023-06-29 04:34:53
linux-kernel
[PATCH v3] sched/core: introduce sched_core_idle_cpu()
2023-06-24 19:27:06
linux-kernel
[PATCH v2] sched/core: introduce sched_core_idle_cpu()
2023-06-18 17:31:44
linux-kernel
[PATCH] sched/core: fix inaccurate idle stat in /proc/stat when force idle
2023-03-24 03:38:31
linux-kernel
Re: [PATCH] sched: push force idled core_pick task to another cpu
2023-03-06 12:42:01
linux-kernel
[PATCH] sched: push force idled core_pick task to another cpu
2022-10-03 03:25:27
linux-kernel
[PATCH v2] sched/core: Optimize the process of picking the max prio task for the core
2022-10-02 07:39:56
linux-kernel
Re: [PATCH] sched/core: Optimize the process of picking the max prio task for the core
2022-09-29 07:33:49
linux-kernel
[PATCH] sched/core: Optimize the process of picking the max prio task for the core
2022-09-01 10:46:58
linux-kernel
Re: [PATCH] sched/core: Fix the bug that sched_core_find() may return throttled task
2022-08-31 07:23:14
linux-kernel
[PATCH] sched/core: Fix the bug that sched_core_find() may return throttled task
2022-08-01 10:42:48
linux-kernel
[PATCH] sched/features: Expand the space of sched features
2022-07-15 05:13:22
linux-kernel
Re: [PATCH 1/3] sched/core: Fix the bug that task won't enqueue into core tree when update cookie
2022-07-06 08:24:00
linux-kernel
Re: [PATCH 3/3] sched/core: Make tasks with the same cookie pairs on SMT siblings
2022-07-06 07:56:22
linux-kernel
Re: [PATCH 2/3] sched/core: Introduce nr_running percpu for each cookie
2022-07-03 14:30:41
linux-kernel
Re: [PATCH 1/3] sched/core: Fix the bug that task won't enqueue into core tree when update cookie
2022-06-28 08:20:12
linux-kernel
[PATCH 0/3] sched/core: Optimize load balance of core scheduling
2022-06-28 08:20:07
linux-kernel
[PATCH 1/3] sched/core: Fix the bug that task won't enqueue into core tree when update cookie
2022-06-28 08:04:45
linux-kernel
[PATCH 2/3] sched/core: Introduce nr_running percpu for each cookie
2022-06-28 08:03:56
linux-kernel
[PATCH 3/3] sched/core: Make tasks with the same cookie pairs on SMT siblings
2022-06-23 05:54:04
linux-kernel
[PATCH] sched/core: Fix the bug that task won't enqueue into core tree when update cookie
2022-05-10 13:20:44
linux-kernel
Re: [PATCH] sched/core: Optimize sched_core_next()
2022-04-25 16:01:55
linux-kernel
Re: [PATCH v2] sched/core: Skip sched_core_fork/free() when core sched is disabled
2022-04-25 11:44:24
linux-kernel
[PATCH v2] sched/core: Skip sched_core_fork/free() when core sched is disabled
2022-04-25 06:17:15
linux-kernel
[PATCH] sched/core: Optimize sched_core_next()
2022-04-24 18:36:04
linux-kernel
[PATCH] sched/core: Skip sched_core_fork/free() when core sched is disabled
2022-01-14 21:35:54
linux-kernel
Re: [PATCH v2 2/3] sched/core: Forced idle accounting per-cpu
2022-01-14 11:13:18
linux-kernel
Re: [PATCH v2 3/3] sched/core: Force idle accounting per cgroup
2022-01-14 11:06:37
linux-kernel
Re: [PATCH v2 2/3] sched/core: Forced idle accounting per-cpu
2022-01-11 09:56:21
linux-kernel
[PATCH v2 3/3] sched/core: Force idle accounting per cgroup
2022-01-11 09:56:17
linux-kernel
[PATCH v2 2/3] sched/core: Forced idle accounting per-cpu