| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 2020-07-29 | 1 | -2/+0 |
* | xtensa: use "m" constraint instead of "a" in atomic.h assembly | Max Filippov | 2019-11-26 | 1 | -24/+28 |
* | xtensa: use named assembly arguments in atomic.h | Max Filippov | 2019-11-26 | 1 | -60/+60 |
* | xtensa: add exclusive atomics support | Max Filippov | 2019-05-07 | 1 | -1/+61 |
* | xtensa: drop ifdef __KERNEL__ from kernel-only headers | Max Filippov | 2019-05-06 | 1 | -4/+0 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -32/+0 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -42/+0 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -24/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
* | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -4/+50 |
* | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -2/+2 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 1 | -69/+4 |
|\ |
|
| * | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -10/+0 |
| * | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
| * | xtensa: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -69/+16 |
* | | xtensa: implement fake NMI | Max Filippov | 2015-08-17 | 1 | -5/+5 |
|/ |
|
* | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -1/+1 |
* | locking,arch,xtensa: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -151/+82 |
* | arch,xtensa: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -6/+1 |
* | xtensa: dispatch medium-priority interrupts | Marc Gauthier | 2013-02-23 | 1 | -3/+3 |
* | xtensa: add s32c1i-based atomic ops implementations | Max Filippov | 2012-12-18 | 1 | -85/+186 |
* | xtensa: reorganize SR referencing | Max Filippov | 2012-10-15 | 1 | -6/+6 |
* | Disintegrate asm/system.h for Xtensa | David Howells | 2012-03-28 | 1 | -1/+1 |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -4/+4 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -1/+1 |
* | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 | Linus Torvalds | 2009-01-07 | 1 | -2/+1 |
* | xtensa: move headers files to arch/xtensa/include | Chris Zankel | 2008-11-06 | 1 | -0/+300 |