Joel Fernandes ([email protected])

Number of posts: 3405 (1.53 per day)
First post: 2018-05-07 17:28:57
Last post: 2024-06-13 07:13:52

Date List Subject
2020-11-24 17:11:24 linux-kernel Re: [PATCH -tip 15/32] sched: Improve snapshotting of min_vruntime for CGroups
2020-11-24 15:14:58 linux-kernel Re: [PATCH -tip 00/32] Core scheduling (v9)
2020-11-20 17:03:18 linux-kernel Re: [PATCH -tip 02/32] sched: Introduce sched_class::pick_task()
2020-11-20 16:59:47 linux-kernel Re: [PATCH -tip 01/32] sched: Wrap rq::lock access
2020-11-19 20:47:10 linux-kernel Re: [PATCH v2] rcu/segcblist: Add debug checks for segment lengths
2020-11-19 19:47:50 linux-kernel Re: [PATCH v2] rcu/segcblist: Add debug checks for segment lengths
2020-11-19 18:34:56 linux-kernel Re: [PATCH v2] rcu/segcblist: Add debug checks for segment lengths
2020-11-18 16:18:13 linux-kernel [PATCH v2] rcu/segcblist: Add debug checks for segment lengths
2020-11-18 16:13:56 linux-kernel [PATCH] rcu/segcblist: Add debug check for whether seglen is 0 for empty list
2020-11-17 23:27:34 linux-kernel [PATCH -tip 00/32] Core scheduling (v9)
2020-11-17 23:27:30 linux-kernel [PATCH -tip 08/32] sched/fair: Fix forced idle sibling starvation corner case
2020-11-17 23:27:27 linux-kernel [PATCH -tip 02/32] sched: Introduce sched_class::pick_task()
2020-11-17 23:27:20 linux-kernel [PATCH -tip 15/32] sched: Improve snapshotting of min_vruntime for CGroups
2020-11-17 23:27:18 linux-kernel [PATCH -tip 12/32] sched: Simplify the core pick loop for optimized case
2020-11-17 23:27:12 linux-kernel [PATCH -tip 20/32] entry/kvm: Protect the kernel when entering from guest
2020-11-17 23:26:36 linux-kernel [PATCH -tip 30/32] Documentation: Add core scheduling documentation
2020-11-17 23:26:22 linux-kernel [PATCH -tip 32/32] sched: Debug bits...
2020-11-17 23:26:07 linux-kernel [PATCH -tip 29/32] sched: Move core-scheduler interfacing code to a new file
2020-11-17 23:25:33 linux-kernel [PATCH -tip 23/32] sched: Add a per-thread core scheduling interface
2020-11-17 23:25:33 linux-kernel [PATCH -tip 03/32] sched/fair: Fix pick_task_fair crashes due to empty rbtree
2020-11-17 23:25:31 linux-kernel [PATCH -tip 09/32] sched/fair: Snapshot the min_vruntime of CPUs on force idle
2020-11-17 23:25:29 linux-kernel [PATCH -tip 10/32] sched: Fix priority inversion of cookied task with sibling
2020-11-17 23:25:17 linux-kernel [PATCH -tip 14/32] sched: migration changes for core scheduling
2020-11-17 23:25:14 linux-kernel [PATCH -tip 17/32] arch/x86: Add a new TIF flag for untrusted tasks
2020-11-17 23:25:13 linux-kernel [PATCH -tip 19/32] entry/idle: Enter and exit kernel protection during idle entry and exit
2020-11-17 23:25:05 linux-kernel [PATCH -tip 21/32] sched: CGroup tagging interface for core scheduling
2020-11-17 23:25:03 linux-kernel [PATCH -tip 27/32] sched/debug: Add CGroup node for printing group cookie if SCHED_DEBUG
2020-11-17 23:24:59 linux-kernel [PATCH -tip 28/32] kselftest: Add tests for core-sched interface
2020-11-17 23:24:58 linux-kernel [PATCH -tip 26/32] sched: Add a second-level tag for nested CGroup usecase
2020-11-17 23:24:39 linux-kernel [PATCH -tip 24/32] sched: Release references to the per-task cookie on exit
2020-11-17 23:24:38 linux-kernel [PATCH -tip 25/32] sched: Refactor core cookie into struct
2020-11-17 23:24:31 linux-kernel [PATCH -tip 31/32] sched: Add a coresched command line option
2020-11-17 23:24:28 linux-kernel [PATCH -tip 22/32] sched: Split the cookie and setup per-task cookie on fork
2020-11-17 23:24:22 linux-kernel [PATCH -tip 18/32] kernel/entry: Add support for core-wide protection of kernel-mode
2020-11-17 23:24:15 linux-kernel [PATCH -tip 01/32] sched: Wrap rq::lock access
2020-11-17 23:24:12 linux-kernel [PATCH -tip 16/32] irq_work: Cleanup
2020-11-17 23:24:03 linux-kernel [PATCH -tip 13/32] sched: Trivial forced-newidle balancer
2020-11-17 23:23:59 linux-kernel [PATCH -tip 11/32] sched: Enqueue task into core queue only after vruntime is updated
2020-11-17 23:23:44 linux-kernel [PATCH -tip 04/32] sched: Core-wide rq->lock
2020-11-17 23:23:43 linux-kernel [PATCH -tip 07/32] sched: Add core wide task selection and scheduling.
2020-11-17 23:23:32 linux-kernel [PATCH -tip 05/32] sched/fair: Add a few assertions
2020-11-17 23:22:26 linux-kernel [PATCH -tip 06/32] sched: Basic tracking of matching tasks
2020-11-17 00:47:56 linux-kernel Re: [PATCH v8 -tip 17/26] sched: Split the cookie and setup per-task cookie on fork
2020-11-16 15:48:05 linux-kernel Re: [PATCH v8 -tip 13/26] kernel/entry: Add support for core-wide protection of kernel-mode
2020-11-16 14:53:50 linux-kernel Re: [PATCH v8 -tip 13/26] kernel/entry: Add support for core-wide protection of kernel-mode
2020-11-14 19:35:14 linux-kernel [PATCH rcu-dev] rcu/trace: Add tracing for how segcb list changes
2020-11-13 15:57:39 linux-kernel Re: [RFC 1/2] x86/bugs: Disable coresched on hardware that does not need it
2020-11-12 16:13:10 linux-kernel Re: [PATCH v8 -tip 25/26] Documentation: Add core scheduling documentation
2020-11-12 15:31:15 linux-kernel Re: [RFC 1/2] x86/bugs: Disable coresched on hardware that does not need it
2020-11-12 14:44:49 linux-kernel Re: [RFC 1/2] x86/bugs: Disable coresched on hardware that does not need it
2020-11-12 13:42:39 linux-kernel Re: [RFC 1/2] x86/bugs: Disable coresched on hardware that does not need it