LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2023-12-20 00:21:25
linux-kernel
[PATCH v7 08/23] sched: Split scheduler and execution contexts
2023-12-20 00:20:56
linux-kernel
[PATCH v7 07/23] locking/mutex: Switch to mutex handoffs for CONFIG_SCHED_PROXY_EXEC
2023-12-20 00:20:54
linux-kernel
[PATCH v7 04/23] locking/mutex: Expose __mutex_owner()
2023-12-20 00:20:32
linux-kernel
[PATCH v7 02/23] locking/mutex: Remove wakeups from under mutex::wait_lock
2023-12-20 00:20:28
linux-kernel
[PATCH v7 06/23] sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
2023-12-20 00:20:28
linux-kernel
[PATCH v7 05/23] locking/mutex: Rework task_struct::blocked_on
2023-12-20 00:19:54
linux-kernel
[PATCH v7 03/23] locking/mutex: Make mutex::wait_lock irq safe
2023-12-20 00:19:23
linux-kernel
[PATCH v7 01/23] sched: Unify runtime accounting across classes
2023-12-20 00:19:13
linux-kernel
[PATCH v7 00/23] Proxy Execution: A generalized form of Priority Inheritance v7
2023-12-18 23:39:11
linux-kernel
Re: [PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
2023-12-18 20:23:44
linux-kernel
Re: [PATCH v6 01/20] sched: Unify runtime accounting across classes
2023-12-14 01:03:53
linux-kernel
Re: [PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
2023-12-14 01:00:41
linux-kernel
Re: [PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
2023-12-13 19:12:02
linux-kernel
Re: [PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
2023-11-28 00:46:34
linux-kernel
Re: [PATCH v2] posix-timers: add multi_clock_gettime system call
2023-11-18 00:28:18
linux-kernel
Re: [PATCH v6 15/20] sched: Add proxy deactivate helper
2023-11-06 19:39:33
linux-kernel
[PATCH v6 11/20] sched: Split scheduler execution context
2023-11-06 19:39:07
linux-kernel
[PATCH v6 12/20] sched: Fix runtime accounting w/ split exec & sched contexts
2023-11-06 19:38:57
linux-kernel
[PATCH v6 06/20] locking/mutex: Add task_struct::blocked_lock to serialize changes to the blocked_on state
2023-11-06 19:38:31
linux-kernel
[PATCH v6 20/20] sched: Add deactivated (sleeping) owner handling to proxy()
2023-11-06 19:37:50
linux-kernel
[PATCH v6 17/20] sched: Start blocked_on chain processing in proxy()
2023-11-06 19:37:39
linux-kernel
[PATCH v6 10/20] locking/mutex: Switch to mutex handoffs for CONFIG_PROXY_EXEC
2023-11-06 19:37:37
linux-kernel
[PATCH v6 18/20] sched: Handle blocked-waiter migration (and return migration)
2023-11-06 19:37:36
linux-kernel
[PATCH v6 19/20] sched: Add blocked_donor link to task for smarter mutex handoffs
2023-11-06 19:37:32
linux-kernel
[PATCH v6 05/20] locking/mutex: Rework task_struct::blocked_on
2023-11-06 19:37:31
linux-kernel
[PATCH v6 15/20] sched: Add proxy deactivate helper
2023-11-06 19:37:30
linux-kernel
[PATCH v6 16/20] sched: Fix proxy/current (push,pull)ability
2023-11-06 19:37:27
linux-kernel
[PATCH v6 14/20] sched: Add a very simple proxy() function
2023-11-06 19:37:25
linux-kernel
[PATCH v6 13/20] sched: Split out __sched() deactivate task logic into a helper
2023-11-06 19:37:22
linux-kernel
[PATCH v6 09/20] locking/mutex: Split blocked_on logic into two states (blocked_on and blocked_on_waking)
2023-11-06 19:37:18
linux-kernel
[PATCH v6 07/20] locking/mutex: Add p->blocked_on wrappers for correctness checks
2023-11-06 19:37:17
linux-kernel
[PATCH v6 08/20] sched: Add CONFIG_PROXY_EXEC & boot argument to enable/disable
2023-11-06 19:37:15
linux-kernel
[PATCH v6 04/20] locking/mutex: Expose __mutex_owner()
2023-11-06 19:37:14
linux-kernel
[PATCH v6 03/20] locking/mutex: make mutex::wait_lock irq safe
2023-11-06 19:37:13
linux-kernel
[PATCH v6 02/20] locking/mutex: Removes wakeups from under mutex::wait_lock
2023-11-06 19:37:11
linux-kernel
[PATCH v6 01/20] sched: Unify runtime accounting across classes
2023-11-06 19:37:06
linux-kernel
[PATCH v6 00/20] Proxy Execution: A generalized form of Priority Inheritance v6
2023-10-16 17:47:29
linux-kernel
Re: [PATCH] clocksource: disable irq when holding watchdog_lock.
2023-10-06 22:25:05
linux-kernel
Re: [PATCHv2 next 1/3] ptp: add ptp_gettimex64any() support
2023-10-03 02:33:11
linux-kernel
Re: [PATCH 1/4] time: add ktime_get_cycles64() api
2023-09-30 02:06:53
linux-kernel
Re: [PATCH 1/4] time: add ktime_get_cycles64() api
2023-09-29 13:55:10
linux-kernel
Re: [PATCH 1/4] time: add ktime_get_cycles64() api
2023-09-29 10:32:55
linux-kernel
Re: [PATCH 1/4] time: add ktime_get_cycles64() api
2023-09-25 06:20:24
linux-kernel
[PATCH 2/3] test-ww_mutex: Fix potential workqueue corruption
2023-09-22 09:52:37
linux-kernel
[PATCH 0/3] Fixes for test-ww_mutex stress test
2023-09-22 09:44:17
linux-kernel
[PATCH 1/3] test-ww_mutex: Use prng instead of rng to avoid hangs at bootup
2023-09-22 09:04:40
linux-kernel
[PATCH 3/3] test-ww_mutex: Make sure we bail out instead of livelock
2023-09-21 10:11:23
linux-kernel
Re: [PATCH v2] locking/semaphore: Use wake_q to wake up processes outside lock critical section
2023-09-15 17:52:57
linux-kernel
Re: [PATCH 2/2] rtc: alarmtimer: Use maximum alarm time offset
2023-08-19 18:09:45
linux-kernel
[PATCH v5 10/19] sched: Split scheduler execution context
2023-08-19 17:34:54
linux-kernel
[PATCH v5 18/19] sched: Handle blocked-waiter migration (and return migration)