Commit message (Expand) | Author | Age | |
---|---|---|---|
* | locking/atomics: Rework ordering barriers | Mark Rutland | 2018-07-25 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 |
* | atomics/riscv: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 |
* | atomics/treewide: Remove redundant atomic_inc_not_zero() definitions | Mark Rutland | 2018-06-21 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 |
* | riscv/atomic: Strengthen implementations with fences | Andrea Parri | 2018-04-02 |
* | RISC-V: Comment on why {,cmp}xchg is ordered how it is | Palmer Dabbelt | 2017-11-28 |
* | RISC-V: Remove unused arguments from ATOMIC_OP | Palmer Dabbelt | 2017-11-28 |
* | RISC-V: Atomic and Locking Code | Palmer Dabbelt | 2017-09-26 |