John Stultz ([email protected])

Number of posts: 469 (0.6 per day)
First post: 2022-04-20 08:06:45
Last post: 2024-06-15 04:30:40

Date List Subject
2024-04-01 23:46:32 linux-kernel [RESEND][PATCH v9 7/7] sched: Split scheduler and execution contexts
2024-04-01 23:46:31 linux-kernel [RESEND][PATCH v9 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-04-01 23:45:46 linux-kernel [RESEND][PATCH v9 4/7] sched: Add do_push_task helper
2024-04-01 23:45:30 linux-kernel [RESEND][PATCH v9 3/7] locking/mutex: Expose __mutex_owner()
2024-04-01 23:45:27 linux-kernel [RESEND][PATCH v9 2/7] locking/mutex: Make mutex::wait_lock irq safe
2024-04-01 23:45:11 linux-kernel [RESEND][PATCH v9 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
2024-04-01 23:44:58 linux-kernel [RESEND][PATCH v9 0/7] Preparatory changes for Proxy Execution v9
2024-04-01 23:34:45 linux-kernel Re: [PATCH v9 7/7] sched: Split scheduler and execution contexts
2024-04-01 21:28:58 linux-kernel Re: [PATCH v9 0/7] Preparatory changes for Proxy Execution v9
2024-04-01 20:17:32 linux-kernel Re: [PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2024-04-01 18:09:27 linux-kernel Re: [PATCH] sched/fair: Fix forked task check in vruntime_normalized
2024-04-01 17:47:19 linux-kernel Re: [PATCH 1/6] time/timecounter: fix inline documentation
2024-04-01 17:45:58 linux-kernel Re: [PATCH 4/6] tick/sched: fix various kernel-doc warnings
2024-04-01 17:44:52 linux-kernel Re: [PATCH 2/6] time/timekeeping: fix kernel-doc warnings and typos
2024-03-29 19:37:08 linux-kernel Re: [PATCH] sched/fair: Fix forked task check in vruntime_normalized
2024-03-28 21:40:22 linux-kernel Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
2024-03-20 22:42:53 linux-kernel Re: [RESEND][PATCH v2] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-03-19 22:30:15 linux-kernel Re: [PATCH v5 02/11] timekeeping: Add function to convert realtime to base clock
2024-03-18 19:29:05 linux-kernel [RESEND][PATCH v2] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-03-15 04:41:57 linux-kernel [PATCH v9 7/7] sched: Split scheduler and execution contexts
2024-03-15 04:41:43 linux-kernel [PATCH v9 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-03-15 04:41:28 linux-kernel [PATCH v9 5/7] sched: Consolidate pick_*_task to task_is_pushable helper
2024-03-15 04:41:10 linux-kernel [PATCH v9 4/7] sched: Add do_push_task helper
2024-03-15 04:41:00 linux-kernel [PATCH v9 2/7] locking/mutex: Make mutex::wait_lock irq safe
2024-03-15 04:40:56 linux-kernel [PATCH v9 3/7] locking/mutex: Expose __mutex_owner()
2024-03-15 04:40:46 linux-kernel [PATCH v9 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
2024-03-15 04:40:29 linux-kernel [PATCH v9 0/7] Preparatory changes for Proxy Execution v9
2024-03-09 02:09:53 linux-kernel Re: [PATCH 01/19] vdso: Consolidate vdso_calc_delta()
2024-03-04 20:29:35 linux-kernel Re: [PATCH v1 1/1] misc: hisi_hikey_usb: Remove unused of_gpio.h
2024-03-01 03:26:51 linux-kernel [PATCH v2] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-02-29 07:05:15 linux-kernel Re: [RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-29 06:19:33 linux-kernel Re: [RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-28 05:28:34 linux-kernel Re: [RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-28 04:56:42 linux-kernel Re: [RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-24 00:14:22 linux-kernel [RESEND][PATCH v8 7/7] sched: Split scheduler and execution contexts
2024-02-24 00:13:54 linux-kernel [RESEND][PATCH v8 4/7] sched: Add do_push_task helper
2024-02-24 00:13:26 linux-kernel [RESEND][PATCH v8 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-02-24 00:13:13 linux-kernel [RESEND][PATCH v8 5/7] sched: Consolidate pick_*_task to task_is_pushable helper
2024-02-24 00:12:41 linux-kernel [RESEND][PATCH v8 3/7] locking/mutex: Expose __mutex_owner()
2024-02-24 00:12:30 linux-kernel [RESEND][PATCH v8 2/7] locking/mutex: Make mutex::wait_lock irq safe
2024-02-24 00:12:23 linux-kernel [RESEND][PATCH v8 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
2024-02-24 00:12:11 linux-kernel [RESEND][PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-22 22:27:32 linux-kernel Re: [PATCH] [RFC] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-02-22 20:49:39 linux-kernel [PATCH] [RFC] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-02-22 20:48:16 linux-kernel Re: [RFC][PATCH] hrtimer: Use printk_deferred_once for hrtimer_interrupt message
2024-02-22 17:13:40 linux-kernel Re: [RFC][PATCH] hrtimer: Use printk_deferred_once for hrtimer_interrupt message
2024-02-22 05:13:07 linux-kernel [RFC][PATCH] hrtimer: Use printk_deferred_once for hrtimer_interrupt message
2024-02-21 19:16:27 linux-kernel Re: [PATCH 04/11] misc: hisi_hikey_usb: Convert to platform remove callback returning void
2024-02-12 18:39:24 linux-kernel Re: [PATCH v8 0/7] Preparatory changes for Proxy Execution v8
2024-02-10 00:26:14 linux-kernel [PATCH v8 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-02-10 00:25:41 linux-kernel [PATCH v8 7/7] sched: Split scheduler and execution contexts