LinuxLists
Users
About
Waiman Long (
[email protected]
)
Number of posts: 3990 (1.44 per day)
First post: 2016-11-17 16:58:13
Last post: 2024-06-13 16:21:21
Previous Page
/
Next Page
Date
List
Subject
2024-02-03 15:44:12
linux-kernel
[PATCH-wq v2 0/5] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-02 19:41:46
linux-kernel
Re: [RFC PATCH 0/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-01 14:54:03
linux-kernel
Re: [RFC PATCH 0/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-31 17:02:54
linux-kernel
Re: [RFC PATCH 3/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-31 15:41:34
linux-kernel
Re: [RFC PATCH 0/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-31 00:54:01
linux-kernel
Re: [PATCH v3] clocksource: Scale the max retry number of watchdog read according to CPU numbers
2024-01-30 18:36:42
linux-kernel
[RFC PATCH 1/3] workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumask
2024-01-30 18:36:17
linux-kernel
[RFC PATCH 2/3] workqueue: Break out __queue_work_rcu_locked() from __queue_work()
2024-01-30 18:34:34
linux-kernel
[RFC PATCH 3/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-30 18:34:14
linux-kernel
[RFC PATCH 0/3] workqueue: Enable unbound cpumask update on ordered workqueues
2024-01-28 18:15:48
linux-kernel
Re: [PATCH v2] clocksource: Scale the max retry number of watchdog read according to CPU numbers
2024-01-26 16:20:28
linux-kernel
Re: [PATCH] clocksource: Scale the max retry number of watchdog read according to CPU numbers
2024-01-23 05:51:05
linux-kernel
Re: [RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-01-17 19:32:47
linux-kernel
Re: [RFC PATCH 3/4] kernel/workqueue: Distinguish between general unbound and WQ_SYSFS cpumask changes
2024-01-17 17:15:27
linux-kernel
Re: [RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-01-17 16:50:50
linux-kernel
[RFC PATCH 4/8] cgroup/cpuset: Better tracking of addition/deletion of isolated CPUs
2024-01-17 16:50:29
linux-kernel
[RFC PATCH 8/8] cgroup/cpuset: Update test_cpuset_prs.sh to handle cpuset.cpus.isolation_full
2024-01-17 16:50:12
linux-kernel
[RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-01-17 16:47:47
linux-kernel
[RFC PATCH 3/8] rcu/no_cb: Add rcu_nocb_enabled() to expose the rcu_nocb state
2024-01-17 16:45:49
linux-kernel
[RFC PATCH 6/8] cgroup/cpuset: Enable dynamic rcu_nocb mode on isolated CPUs
2024-01-17 16:45:35
linux-kernel
[RFC PATCH 2/8] rcu/nocb: Prepare to change nocb cpumask from CPU-hotplug protected cpuset caller
2024-01-17 16:38:00
linux-kernel
[RFC PATCH 7/8] cgroup/cpuset: Document the new cpuset.cpus.isolation_full control file
2024-01-17 16:37:25
linux-kernel
[RFC PATCH 5/8] cgroup/cpuset: Add cpuset.cpus.isolation_full
2024-01-17 16:36:57
linux-kernel
[RFC PATCH 1/8] rcu/nocb: Pass a cpumask instead of a single CPU to offload/deoffload
2024-01-17 15:06:33
linux-kernel
Re: [PATCH V2] lockdep: fix deadlock issue between lockdep and rcu
2024-01-17 15:03:28
linux-kernel
Re: [PATCH] lockdep: fix deadlock issue between lockdep and rcu
2024-01-12 04:52:32
linux-kernel
Re: [PATCH v5 1/3] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
2024-01-10 15:24:38
linux-kernel
Re: [PATCH] cgroup/cpuset: Adjust exception handling in generate_sched_domains()
2024-01-10 14:28:33
linux-kernel
Re: [PATCH v2] workqueue: Add rcu lock check after work execute end
2024-01-10 01:55:10
linux-kernel
Re: [RFC] Sleep waiting for an rwsem to be unlocked
2024-01-09 21:04:26
linux-kernel
Re: [RFC] Sleep waiting for an rwsem to be unlocked
2024-01-09 16:39:20
linux-kernel
Re: [PATCH] workqueue: Add rcu lock check after work execute end
2024-01-09 15:40:20
linux-kernel
Re: [PATCH v2] lockdep: Add missing graph_unlock in check_prev_add
2024-01-09 03:51:32
linux-kernel
Re: [PATCH v2] lockdep: Add missing graph_unlock in check_prev_add
2024-01-01 16:27:19
linux-kernel
Re: [PATCH] cgroup/cpuset: Adjust exception handling in generate_sched_domains()
2024-01-01 04:14:36
linux-kernel
Re: [PATCH next v2 5/5] locking/osq_lock: Optimise decode_cpu() and per_cpu_ptr().
2024-01-01 04:13:41
linux-kernel
Re: [PATCH next v2 4/5] locking/osq_lock: Avoid writing to node->next in the osq_lock() fast path.
2024-01-01 04:09:54
linux-kernel
Re: [PATCH next v2 3/5] locking/osq_lock: Use node->prev_cpu instead of saving node->prev.
2024-01-01 04:09:34
linux-kernel
Re: [PATCH next v2 2/5] locking/osq_lock: Optimise the vcpu_is_preempted() check.
2024-01-01 04:08:28
linux-kernel
Re: [PATCH next v2 1/5] locking/osq_lock: Defer clearing node->locked until the slow osq_lock() path.
2023-12-31 18:29:26
linux-kernel
Re: [PATCH] cgroup/cpuset: Adjust exception handling in generate_sched_domains()
2023-12-31 03:04:26
linux-kernel
Re: [PATCH next 4/5] locking/osq_lock: Optimise per-cpu data accesses.
2023-12-31 02:14:58
linux-kernel
Re: [PATCH next 0/5] locking/osq_lock: Optimisations to osq_lock code
2023-12-30 15:57:53
linux-kernel
Re: [PATCH next 5/5] locking/osq_lock: Optimise vcpu_is_preempted() check.
2023-12-30 03:20:40
linux-kernel
Re: [PATCH next 2/5] locking/osq_lock: Avoid dirtying the local cpu's 'node' in the osq_lock() fast path.
2023-12-30 03:14:00
linux-kernel
Re: [PATCH next 5/5] locking/osq_lock: Optimise vcpu_is_preempted() check.
2023-12-30 03:08:19
linux-kernel
Re: [PATCH next 4/5] locking/osq_lock: Optimise per-cpu data accesses.
2023-12-30 02:56:01
linux-kernel
Re: [PATCH next 3/5] locking/osq_lock: Clarify osq_wait_next()
2023-12-30 01:59:55
linux-kernel
Re: [PATCH next 1/5] locking/osq_lock: Move the definition of optimistic_spin_node into osf_lock.c
2023-12-21 01:20:29
linux-kernel
[PATCH] locking/osq_lock: Minimize access to node->prev's cacheline
2023-12-20 16:58:39
linux-kernel
Re: [PATCH] locking/osq_lock: Avoid false sharing in optimistic_spin_node