| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | 00-INDEX | 
|  | 2 | - this file. | 
|  | 3 | lockdep-design.txt | 
|  | 4 | - documentation on the runtime locking correctness validator. | 
|  | 5 | lockstat.txt | 
|  | 6 | - info on collecting statistics on locks (and contention). | 
|  | 7 | mutex-design.txt | 
|  | 8 | - info on the generic mutex subsystem. | 
|  | 9 | rt-mutex-design.txt | 
|  | 10 | - description of the RealTime mutex implementation design. | 
|  | 11 | rt-mutex.txt | 
|  | 12 | - desc. of RT-mutex subsystem with PI (Priority Inheritance) support. | 
|  | 13 | spinlocks.txt | 
|  | 14 | - info on using spinlocks to provide exclusive access in kernel. | 
|  | 15 | ww-mutex-design.txt | 
|  | 16 | - Intro to Mutex wait/would deadlock handling.s |