| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | asm-generic: rwsem: ensure sem->cnt is only accessed via atomic_long_* | Will Deacon | 2016-09-13 | 1 | -1/+1 |
| | | | | | | | | | | The asm-generic rwsem implementation directly acceses sem->cnt when performing a __down_read_trylock operation. Whilst this is probably safe on all architectures, we should stick to the atomic_long_* API and use atomic_long_read instead. Signed-off-by: Will Deacon <will.deacon@arm.com> | ||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 1 | -0/+132 |
