Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARC: rwlock: disable interrupts in !LLSC variant | Noam Camus | 2016-05-09 | 1 | -0/+14 |
* | ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff | Vineet Gupta | 2015-08-07 | 1 | -2/+1 |
* | ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle | Vineet Gupta | 2015-08-04 | 1 | -3/+3 |
* | ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia... | Vineet Gupta | 2015-08-04 | 1 | -0/+293 |
* | ARC: LLOCK/SCOND based rwlock | Vineet Gupta | 2015-08-04 | 1 | -10/+164 |
* | ARC: LLOCK/SCOND based spin_lock | Vineet Gupta | 2015-08-04 | 1 | -7/+69 |
* | ARC: add smp barriers around atomics per Documentation/atomic_ops.txt | Vineet Gupta | 2015-06-25 | 1 | -0/+32 |
* | ARC: Workaround spinlock livelock in SMP SystemC simulation | Vineet Gupta | 2013-09-27 | 1 | -1/+8 |
* | ARC: Spinlock/rwlock/mutex primitives | Vineet Gupta | 2013-02-11 | 1 | -0/+144 |