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-10-09 01:15:15 linux-kernel Re: [PATCH -next] treewide: remove unused argument in lock_release()
2019-08-29 08:36:47 linux-kernel [PATCH v4 21/30] locking/lockdep: Introduce chain_hlocks_type for held lock's read-write type
2019-08-29 08:36:05 linux-kernel [PATCH v4 22/30] locking/lockdep: Hash held lock's read-write type into chain key
2019-08-29 08:35:59 linux-kernel [PATCH v4 20/30] locking/lockdep: Update direct dependency's read-write type if it exists
2019-08-29 08:35:45 linux-kernel [PATCH v4 17/30] locking/lockdep: Use lock type enum to explicitly specify read or write locks
2019-08-29 08:35:38 linux-kernel [PATCH v4 14/30] locking/lockdep: Combine lock_lists in struct lock_class into an array
2019-08-29 08:35:31 linux-kernel [PATCH v4 24/30] locking/lockdep: Define the two task model for lockdep checks formally
2019-08-29 08:35:26 linux-kernel [PATCH v4 30/30] locking/lockdep: Add more lockdep selftest cases
2019-08-29 08:35:20 linux-kernel [PATCH v4 27/30] locking/lockdep: Add lock exclusiveness table
2019-08-29 08:35:20 linux-kernel [PATCH v4 29/30] locking/lockdep: Adjust selftest case for recursive read lock
2019-08-29 08:35:18 linux-kernel [PATCH v4 28/30] locking/lockdep: Support read-write lock's deadlock detection
2019-08-29 08:35:09 linux-kernel [PATCH v4 25/30] locking/lockdep: Introduce mark_lock_unaccessed()
2019-08-29 08:35:06 linux-kernel [PATCH v4 26/30] locking/lockdep: Add nest lock type
2019-08-29 08:35:01 linux-kernel [PATCH v4 16/30] locking/lockdep: Add lock chains to direct lock dependency graph
2019-08-29 08:34:54 linux-kernel [PATCH v4 23/30] locking/lockdep: Adjust BFS algorithm to support multiple matches
2019-08-29 08:34:40 linux-kernel [PATCH v4 19/30] locking/lockdep: Add helper functions to operate on the searched path
2019-08-29 08:34:34 linux-kernel [PATCH v4 18/30] ocking/lockdep: Add read-write type for a lock dependency
2019-08-29 08:34:25 linux-kernel [PATCH v4 15/30] locking/lockdep: Consolidate forward and backward lock_lists into one
2019-08-29 08:34:14 linux-kernel [PATCH v4 13/30] locking/lockdep: Treat every lock dependency as in a new lock chain
2019-08-29 08:34:09 linux-kernel [PATCH v4 12/30] locking/lockdep: Specify the depth of current lock stack in lookup_chain_cache_add()
2019-08-29 08:34:04 linux-kernel [PATCH v4 11/30] locking/lockdep: Remove irq-safe to irq-unsafe read check
2019-08-29 08:34:00 linux-kernel [PATCH v4 10/30] locking/lockdep: Remove useless lock type assignment
2019-08-29 08:33:56 linux-kernel [PATCH v4 08/30] locking/lockdep: Skip checks if direct dependency is already present
2019-08-29 08:33:55 linux-kernel [PATCH v4 09/30] locking/lockdep: Remove chain_head argument in validate_chain()
2019-08-29 08:33:39 linux-kernel [PATCH v4 07/30] locking/lockdep: Remove indirect dependency redundancy check
2019-08-29 08:33:33 linux-kernel [PATCH v4 06/30] locking/lockdep: Update comments in struct lock_list and held_lock
2019-08-29 08:33:25 linux-kernel [PATCH v4 05/30] locking/lockdep: Add lock chain list_head field in struct lock_list and lock_chain
2019-08-29 08:33:20 linux-kernel [PATCH v4 04/30] locking/lockdep: Pass lock chain from validate_chain() to check_prev_add()
2019-08-29 08:33:16 linux-kernel [PATCH v4 03/30] locking/lockdep: Change return type of lookup_chain_cache_add()
2019-08-29 08:33:05 linux-kernel [PATCH v4 02/30] locking/lockdep: Change return type of add_chain_cache()
2019-08-29 08:32:59 linux-kernel [PATCH v4 01/30] locking/lockdep: Rename deadlock check functions
2019-08-29 08:32:54 linux-kernel [PATCH v4 00/30] Support recursive-read lock deadlock detection
2019-07-17 05:34:00 linux-kernel Re: [PATCH] locking/lockdep: hide unused 'class' variable
2019-07-11 05:06:44 linux-kernel Re: [PATCH v3 17/30] locking/lockdep: Add read-write type for a lock dependency
2019-07-10 06:30:54 linux-kernel Re: [PATCH v3 30/30] locking/lockdep: Remove irq-safe to irq-unsafe read check
2019-07-10 01:57:06 linux-kernel Re: [PATCH v3 00/30] Support recursive-read lock deadlock detection
2019-07-09 10:16:23 linux-kernel [PATCH] locking/lockdep: Fix lock used or unused stats error
2019-07-09 01:23:23 linux-kernel Re: [PATCH] locking/lockdep: Fix lock IRQ usage initialization bug
2019-06-28 09:20:37 linux-kernel [PATCH v3 30/30] locking/lockdep: Remove irq-safe to irq-unsafe read check
2019-06-28 09:20:20 linux-kernel [PATCH v3 27/30] locking/lockdep: Support read-write lock's deadlock detection
2019-06-28 09:19:57 linux-kernel [PATCH v3 29/30] locking/lockdep: Add more lockdep selftest cases
2019-06-28 09:19:53 linux-kernel [PATCH v3 25/30] locking/lockdep: Add nest lock type
2019-06-28 09:19:20 linux-kernel [PATCH v3 19/30] locking/lockdep: Update direct dependency's read-write type if it exists
2019-06-28 09:19:14 linux-kernel [PATCH v3 28/30] locking/lockdep: Adjust selftest case for recursive read lock
2019-06-28 09:19:14 linux-kernel [PATCH v3 18/30] locking/lockdep: Add helper functions to operate on the searched path
2019-06-28 09:19:04 linux-kernel [PATCH v3 16/30] locking/lockdep: Use lock type enum to explicitly specify read or write locks
2019-06-28 09:18:57 linux-kernel [PATCH v3 26/30] locking/lockdep: Add lock exclusiveness table
2019-06-28 09:18:48 linux-kernel [PATCH v3 13/30] locking/lockdep: Combine lock_lists in struct lock_class into an array
2019-06-28 09:18:44 linux-kernel [PATCH v3 11/30] locking/lockdep: Specify the depth of current lock stack in lookup_chain_cache_add()
2019-06-28 09:18:36 linux-kernel [PATCH v3 10/30] locking/lockdep: Remove useless lock type assignment
2019-06-28 09:18:34 linux-kernel [PATCH v3 24/30] locking/lockdep: Introduce mark_lock_unaccessed()