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
Next Page
Date
List
Subject
2024-06-15 04:30:40
linux-kernel
Re: [PATCH] RFC: sched: Rework task_sched_runtime to avoid calling update_rq_clock
2024-06-13 18:59:53
linux-kernel
Re: [PATCH] RFC: sched: Rework task_sched_runtime to avoid calling update_rq_clock
2024-06-13 03:55:22
linux-kernel
Re: [PATCH] RFC: sched: Rework task_sched_runtime to avoid calling update_rq_clock
2024-06-13 01:59:01
linux-kernel
[PATCH] RFC: sched: Rework task_sched_runtime to avoid calling update_rq_clock
2024-06-06 02:37:35
linux-kernel
Re: [PATCH] dma-buf/heaps: Correct the types of fd_flags and heap_flags
2024-06-04 19:38:44
linux-kernel
Re: [PATCH v10 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-06-04 19:33:35
linux-kernel
Re: [PATCH v10 7/7] sched: Split scheduler and execution contexts
2024-06-04 15:55:50
linux-kernel
Re: [PATCH v10 4/7] sched: Add move_queued_task_locked helper
2024-06-04 15:35:26
linux-kernel
Re: [RFC PATCH v1] dma-buf: heaps: move the verification of heap_flags to the corresponding heap
2024-06-03 18:10:49
linux-kernel
Re: [RFC PATCH v1] dma-buf: heaps: move the verification of heap_flags to the corresponding heap
2024-06-03 16:04:35
linux-kernel
Re: [RFC PATCH v1] dma-buf: heaps: move the verification of heap_flags to the corresponding heap
2024-05-29 10:37:55
linux-kernel
Re: [RFC PATCH] dma-buf: align fd_flags and heap_flags with dma_heap_allocation_data
2024-05-16 17:09:53
linux-kernel
Re: [PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
2024-05-16 16:53:09
linux-kernel
Re: [PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
2024-05-15 18:45:38
linux-kernel
Re: [PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
2024-05-07 06:02:39
linux-kernel
Re: [PATCH] ntp: safeguard against time_constant overflow case
2024-05-07 05:54:54
linux-kernel
Re: [PATCH] ntp: remove accidental integer wrap-around
2024-05-07 05:00:50
linux-kernel
[PATCH v10 6/7] sched: Split out __schedule() deactivate task logic into a helper
2024-05-07 04:58:53
linux-kernel
[PATCH v10 4/7] sched: Add move_queued_task_locked helper
2024-05-07 04:58:04
linux-kernel
[PATCH v10 2/7] locking/mutex: Make mutex::wait_lock irq safe
2024-05-07 04:57:36
linux-kernel
[PATCH v10 5/7] sched: Consolidate pick_*_task to task_is_pushable helper
2024-05-07 04:56:59
linux-kernel
[PATCH v10 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
2024-05-07 04:56:47
linux-kernel
[PATCH v10 7/7] sched: Split scheduler and execution contexts
2024-05-07 04:55:39
linux-kernel
[PATCH v10 3/7] locking/mutex: Expose __mutex_owner()
2024-05-07 04:55:09
linux-kernel
[PATCH v10 0/7] Preparatory changes for Proxy Execution v10
2024-05-04 08:39:46
linux-kernel
Re: WW_MUTEX_SELFTEST hangs w/ 6.9-rc workqueue changes
2024-05-04 01:02:19
linux-kernel
WW_MUTEX_SELFTEST hangs w/ 6.9-rc workqueue changes
2024-04-11 20:53:59
linux-kernel
Re: [PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg warning
2024-04-11 19:26:42
linux-kernel
Re: [PATCH 2/3] selftests: timers: Fix uninitialized variable warning in ksft_min_kernel_version
2024-04-11 19:25:18
linux-kernel
Re: [RESEND][PATCH v9 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
2024-04-11 15:53:47
linux-kernel
Re: [PATCH] selftests/timers/posix_timers: reimplement check_timer_distribution()
2024-04-10 23:27:09
linux-kernel
[PATCH 3/3] selftests: timers: Fix abs() warning in posix_timers test
2024-04-10 23:26:57
linux-kernel
[PATCH 2/3] selftests: timers: Fix uninitialized variable warning in ksft_min_kernel_version
2024-04-10 23:26:50
linux-kernel
[PATCH 1/3] selftests: timers: Fix posix_timers ksft_print_msg warning
2024-04-10 22:33:38
linux-kernel
Re: [PATCH v2] selftests/timers/posix_timers: reimplement check_timer_distribution()
2024-04-10 22:25:51
linux-kernel
Re: [PATCH v2] selftests/timers/posix_timers: reimplement check_timer_distribution()
2024-04-10 17:31:20
linux-kernel
Re: [PATCH] sched/pi: Reweight fair_policy() tasks when inheriting prio
2024-04-09 22:36:42
linux-kernel
Re: [RESEND][PATCH v9 4/7] sched: Add do_push_task helper
2024-04-09 20:22:37
linux-kernel
[PATCH] selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
2024-04-09 17:07:54
linux-kernel
Re: [PATCH] vdso: Fix powerpc build U64_MAX undeclared error
2024-04-08 19:51:46
linux-kernel
Re: [PATCH] sched/pi: Reweight fair_policy() tasks when inheriting prio
2024-04-08 19:39:21
linux-kernel
Re: [RFC] thermal/core: Disable uevent messages for cooling devices
2024-04-08 19:03:41
linux-kernel
Re: [RFC] thermal/core: Disable uevent messages for cooling devices
2024-04-08 18:58:11
linux-kernel
Re: [RFC] thermal/core: Disable uevent messages for cooling devices
2024-04-05 20:05:58
linux-kernel
[RFC][PATCH] locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers
2024-04-03 20:13:30
linux-kernel
Re: [PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2024-04-03 18:16:34
linux-kernel
Re: [PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2024-04-03 01:28:50
linux-kernel
Re: [PATCH v2 0/2] Make reader optimistic spinning optional
2024-04-02 23:46:28
linux-kernel
Re: [PATCH v2 0/2] Make reader optimistic spinning optional
2024-04-02 17:24:15
linux-kernel
Re: [PATCH v6 1/2] posix-timers: Prefer delivery of signals to the current thread
2024-04-01 23:46:36
linux-kernel
[RESEND][PATCH v9 5/7] sched: Consolidate pick_*_task to task_is_pushable helper