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