Yuyang Du ([email protected])

Number of posts: 235 (0.06 per day)
First post: 2009-04-15 10:15:01
Last post: 2019-10-09 01:15:15

Date List Subject
2019-06-28 09:18:28 linux-kernel [PATCH v3 15/30] locking/lockdep: Add lock chains to direct lock dependency graph
2019-06-28 09:18:25 linux-kernel [PATCH v3 23/30] locking/lockdep: Define the two task model for lockdep checks formally
2019-06-28 09:18:17 linux-kernel [PATCH v3 22/30] locking/lockdep: Adjust BFS algorithm to support multiple matches
2019-06-28 09:18:15 linux-kernel [PATCH v3 21/30] locking/lockdep: Hash held lock's read-write type into chain key
2019-06-28 09:18:13 linux-kernel [PATCH v3 12/30] locking/lockdep: Treat every lock dependency as in a new lock chain
2019-06-28 09:18:09 linux-kernel [PATCH v3 20/30] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
2019-06-28 09:17:58 linux-kernel [PATCH v3 17/30] locking/lockdep: Add read-write type for a lock dependency
2019-06-28 09:17:57 linux-kernel [PATCH v3 09/30] locking/lockdep: Remove chain_head argument in validate_chain()
2019-06-28 09:17:56 linux-kernel [PATCH v3 04/30] locking/lockdep: Pass lock chain from validate_chain() to check_prev_add()
2019-06-28 09:17:41 linux-kernel [PATCH v3 14/30] locking/lockdep: Consolidate forward and backward lock_lists into one
2019-06-28 09:17:27 linux-kernel [PATCH v3 00/30] Support recursive-read lock deadlock detection
2019-06-28 09:17:11 linux-kernel [PATCH v3 08/30] locking/lockdep: Skip checks if direct dependency is already present
2019-06-28 09:17:02 linux-kernel [PATCH v3 07/30] locking/lockdep: Remove indirect dependency redundancy check
2019-06-28 09:16:57 linux-kernel [PATCH v3 06/30] locking/lockdep: Update comments in struct lock_list and held_lock
2019-06-28 09:16:50 linux-kernel [PATCH v3 05/30] locking/lockdep: Add lock chain list_head field in struct lock_list and lock_chain
2019-06-28 09:16:32 linux-kernel [PATCH v3 03/30] locking/lockdep: Change return type of lookup_chain_cache_add()
2019-06-28 09:16:26 linux-kernel [PATCH v3 02/30] locking/lockdep: Change return type of add_chain_cache()
2019-06-28 09:16:18 linux-kernel [PATCH v3 01/30] locking/lockdep: Rename deadlock check functions
2019-06-11 10:10:38 linux-kernel Re: [PATCH] locking/lockdep: Fix lock IRQ usage initialization bug
2019-06-10 05:54:33 linux-kernel [PATCH] locking/lockdep: Fix lock IRQ usage initialization bug
2019-06-10 02:26:21 linux-kernel Re: "locking/lockdep: Consolidate lock usage bit initialization" is buggy
2019-06-07 03:34:51 linux-kernel Re: "locking/lockdep: Consolidate lock usage bit initialization" is buggy
2019-06-05 07:51:12 linux-kernel Re: [PATCH v8 07/19] locking/rwsem: Implement lock handoff to prevent lock starvation
2019-06-04 03:28:03 linux-kernel Re: [PATCH v8 07/19] locking/rwsem: Implement lock handoff to prevent lock starvation
2019-06-04 03:06:04 linux-kernel Re: [PATCH v8 07/19] locking/rwsem: Implement lock handoff to prevent lock starvation
2019-05-30 07:40:51 linux-kernel Re: [PATCH v2 11/17] locking/lockdep: Adjust lockdep selftest cases
2019-05-16 08:04:20 linux-kernel [PATCH v2 12/17] locking/lockdep: Remove useless lock type assignment
2019-05-16 08:04:06 linux-kernel [PATCH v2 11/17] locking/lockdep: Adjust lockdep selftest cases
2019-05-16 08:03:56 linux-kernel [PATCH v2 08/17] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
2019-05-16 08:03:19 linux-kernel [PATCH v2 16/17] locking/lockdep: Add more lockdep selftest cases
2019-05-16 08:03:19 linux-kernel [PATCH v2 17/17] locking/lockdep: Remove irq-safe to irq-unsafe read check
2019-05-16 08:03:12 linux-kernel [PATCH v2 15/17] locking/lockdep: Adjust selftest case for recursive read lock
2019-05-16 08:03:11 linux-kernel [PATCH v2 14/17] locking/lockdep: Support recursive read locks
2019-05-16 08:03:08 linux-kernel [PATCH v2 13/17] locking/lockdep: Add nest lock type
2019-05-16 08:02:53 linux-kernel [PATCH v2 10/17] locking/lockdep: Support read-write lock's deadlock detection
2019-05-16 08:02:49 linux-kernel [PATCH v2 09/17] locking/lockdep: Hash held lock's read-write type into chain key
2019-05-16 08:02:34 linux-kernel [PATCH v2 07/17] locking/lockdep: Introduce mark_lock_unaccessed()
2019-05-16 08:02:29 linux-kernel [PATCH v2 06/17] locking/lockdep: Adjust BFS algorithm to support multiple matches
2019-05-16 08:02:22 linux-kernel [PATCH v2 05/17] locking/lockdep: Rename deadlock check functions
2019-05-16 08:02:12 linux-kernel [PATCH v2 04/17] locking/lockdep: Update direct dependency's read-write type if it exists
2019-05-16 08:02:09 linux-kernel [PATCH v2 03/17] locking/lockdep: Add helper functions to operate on the searched path
2019-05-16 08:02:01 linux-kernel [PATCH v2 02/17] locking/lockdep: Add read-write type for dependency
2019-05-16 08:01:55 linux-kernel [PATCH v2 01/17] locking/lockdep: Add lock type enum to explicitly specify read or write locks
2019-05-16 08:01:49 linux-kernel [PATCH v2 00/17] Support for read-write lock deadlock detection
2019-05-14 01:33:16 linux-kernel Re: [PATCH 01/17] locking/lockdep: Add lock type enum to explicitly specify read or write locks
2019-05-13 10:13:04 linux-kernel [PATCH 16/17] locking/lockdep: Add more lockdep selftest cases
2019-05-13 10:00:46 linux-kernel [PATCH 12/17] locking/lockdep: Remove useless lock type assignment
2019-05-13 09:59:50 linux-kernel [PATCH 10/17] locking/lockdep: Support read-write lock's deadlock detection
2019-05-13 09:20:53 linux-kernel Re: [PATCH 00/17] Support for read-write lock deadlock detection
2019-05-13 09:19:52 linux-kernel [PATCH 03/17] locking/lockdep: Add helper functions to operate on the searched path
2019-05-13 09:18:58 linux-kernel [PATCH 05/17] locking/lockdep: Rename deadlock check functions