Waiman Long ([email protected])

Number of posts: 3961 (1.46 per day)
First post: 2016-11-17 16:58:13
Last post: 2024-04-24 01:03:09

Date List Subject
2024-03-07 13:47:11 linux-kernel Re: [PATCH v5 02/10] locking/mutex: introduce devm_mutex_init
2024-03-05 14:56:43 linux-kernel Re: [PATCH v2] locking/rwsem: Disable preemption while trying for rwsem lock
2024-03-05 03:21:27 linux-kernel Re: [PATCH] mm/kmemleak: Don't hold kmemleak_lock when calling printk()
2024-03-04 17:42:02 linux-kernel Re: [PATCH v2] locking/spinlocks: Make __raw_* lock ops static
2024-03-04 02:54:21 linux-kernel Re: [PATCH/RFC] locking/spinlocks: Make __raw_* lock ops static
2024-03-03 04:27:40 linux-kernel Re: [PATCH/RFC] locking/spinlocks: Make __raw_* lock ops static
2024-03-01 03:12:33 linux-kernel Re: [RFC PATCH] cpuset: remove /proc/PID/cpuset
2024-02-29 14:32:03 linux-kernel Re: [PATCH] cgroup/cpuset: Fix retval in update_cpumask()
2024-02-29 14:30:59 linux-kernel Re: [PATCH 2/2] cgroup/cpuset: Mark memory_spread_slab as obsolete
2024-02-29 14:29:53 linux-kernel Re: [PATCH 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread()
2024-02-29 02:15:38 linux-kernel [PATCH 2/2] cgroup/cpuset: Exclude isolated CPUs from housekeeping CPU masks
2024-02-29 02:15:12 linux-kernel [PATCH 1/2] sched/isolation: Exclude dynamically isolated CPUs from housekeeping masks
2024-02-29 02:15:05 linux-kernel [PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks
2024-02-28 19:15:56 linux-kernel [PATCH] mm/kmemleak: Don't hold kmemleak_lock when calling printk()
2024-02-28 15:08:52 linux-kernel Re: [PATCH] cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
2024-02-28 00:58:30 linux-kernel [PATCH] cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
2024-02-28 00:19:07 linux-kernel Re: [PATCH] locking/percpu-rwsem: Trigger contention tracepoints only if contended
2024-02-27 22:10:40 linux-kernel Re: [BUG] selftests: cgroup: KMEMLEAK in cgroup/test_cpuset_prs.sh
2024-02-22 15:16:32 linux-kernel [PATCH v2 4/4] locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
2024-02-22 15:06:46 linux-kernel [PATCH v2 3/4] locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
2024-02-22 15:06:31 linux-kernel [PATCH v2 2/4] locking/mutex: Clean up mutex.h
2024-02-22 15:06:28 linux-kernel [PATCH v2 1/4] locking/qspinlock: Fix 'wait_early' set but not used warning
2024-02-22 15:06:20 linux-kernel [PATCH v2 0/4] locking: Some locking code cleanups
2024-02-22 14:08:20 linux-kernel Re: [PATCH 2/4] locking/mutex: Clean up mutex.h
2024-02-20 18:23:54 linux-kernel Re: [PATCH] locking/osq_lock: Optimize osq_lock performance using per-NUMA
2024-02-20 02:20:46 linux-kernel Re: [PATCH v3] clocksource: Scale the max retry number of watchdog read according to CPU numbers
2024-02-19 15:11:12 linux-kernel Re: [PATCH printk v2 26/26] lockdep: Mark emergency section in lockdep splats
2024-02-19 04:15:06 linux-kernel Re: [PATCH printk v2 26/26] lockdep: Mark emergency section in lockdep splats
2024-02-13 19:09:00 linux-kernel Re: [PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
2024-02-13 03:28:54 linux-kernel Re: [PATCH 1/2] locking/mutex: Clean up mutex.h
2024-02-13 03:18:22 linux-kernel [PATCH 3/4] locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
2024-02-13 03:17:56 linux-kernel [PATCH 2/4] locking/mutex: Clean up mutex.h
2024-02-13 03:17:38 linux-kernel [PATCH 1/4] locking/qspinlock: Fix 'wait_early' set but not used warning
2024-02-13 03:17:34 linux-kernel [PATCH 4/4] locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
2024-02-13 03:17:24 linux-kernel [PATCH 0/4] locking: Some locking code cleanups
2024-02-12 15:26:57 linux-kernel Re: [PATCH v2] Port hierarchical_{memory,swap}_limit cgroup1->cgroup2
2024-02-11 16:38:04 linux-kernel Re: [PATCH] hrtimer: select housekeeping CPU during migration
2024-02-11 01:47:19 linux-kernel Re: [RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-02-10 04:35:03 linux-kernel Re: [RFC PATCH] cpuset: remove /proc/PID/cpuset
2024-02-10 04:22:15 linux-kernel Re: [RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
2024-02-09 17:09:37 linux-kernel [PATCH v2] workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
2024-02-09 16:56:16 linux-kernel Re: [PATCH] workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
2024-02-09 14:59:15 linux-kernel [PATCH] workqueue: Fix kernel-doc comment of unplug_oldest_pwq()
2024-02-09 03:46:01 linux-kernel Re: linux-next: build warning after merge of the workqueues tree
2024-02-08 19:34:05 linux-kernel Re: [PATCH wq/for-6.9 v5 0/4] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-08 19:25:05 linux-kernel [PATCH wq/for-6.9 v6 2/4] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-08 16:19:41 linux-kernel [PATCH wq/for-6.9 v5 0/4] workqueue: Enable unbound cpumask update on ordered workqueues
2024-02-08 16:12:17 linux-kernel [PATCH wq/for-6.9 v5 4/4] workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumask
2024-02-08 16:12:16 linux-kernel [PATCH wq/for-6.9 v5 1/4] workqueue: Link pwq's into wq->pwqs from oldest to newest
2024-02-08 16:11:52 linux-kernel [PATCH wq/for-6.9 v5 3/4] kernel/workqueue: Let rescuers follow unbound wq cpumask changes
2024-02-08 16:11:03 linux-kernel [PATCH wq/for-6.9 v5 2/4] workqueue: Enable unbound cpumask update on ordered workqueues