Peter Zijlstra
|
de9e432cb5
atomic: Collapse all atomic_{set,clear}_mask definitions
|
10 years ago |
Peter Zijlstra
|
e6942b7de2
atomic: Provide atomic_{or,xor,and}
|
11 years ago |
Peter Zijlstra
|
56d1defe0b
atomic: Prepare generic atomic implementation for logic ops
|
10 years ago |
Pranith Kumar
|
2291059c85
locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()
|
11 years ago |
Peter Zijlstra
|
560cb12a40
locking,arch: Rewrite generic atomic support
|
11 years ago |
Peter Zijlstra
|
febdbfe8a9
arch: Prepare for smp_mb__{before,after}_atomic()
|
11 years ago |
Jonas Bonn
|
00c30e0681
asm-generic: move cmpxchg*_local defs to cmpxchg.h
|
12 years ago |
David Howells
|
9ffc93f203
Remove all #inclusions of asm/system.h
|
13 years ago |
David Howells
|
34484277b1
Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h
|
13 years ago |
Mike Frysinger
|
7505cb60c2
asm-generic/atomic.h: allow SMP peeps to leverage this
|
14 years ago |
Mike Frysinger
|
00b3c28bd7
asm-generic/atomic.h: add atomic_set_mask() helper
|
14 years ago |
Mike Frysinger
|
f6081bd3f8
asm-generic/atomic.h: fix type used in atomic_clear_mask
|
14 years ago |
Mike Frysinger
|
3eea44ea75
asm-generic/atomic.h: simplify inc/dec test helpers
|
14 years ago |
Arun Sharma
|
acac43e2fc
atomic: Update comments in atomic.h
|
14 years ago |
Arun Sharma
|
7847777a45
atomic: cleanup asm-generic atomic*.h inclusion
|
14 years ago |
Arun Sharma
|
f24219b4e9
atomic: move atomic_add_unless to generic code
|
14 years ago |
Arun Sharma
|
60063497a9
atomic: use <linux/atomic.h>
|
14 years ago |
Linus Torvalds
|
db08bf0877
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
|
15 years ago |
Mathieu Lacage
|
8b9d40691e
asm-generic: make atomic_add_unless a function
|
15 years ago |
David Howells
|
df9ee29270
Fix IRQ flag handling naming
|
15 years ago |
Michal Simek
|
9e58143dc0
asm-generic: use raw_local_irq_save/restore instead local_irq_save/restore
|
15 years ago |
Peter Fritzsche
|
37682177af
asm-generic: don't warn that atomic_t is only 24 bit
|
15 years ago |
Anton Blanchard
|
f3d46f9d31
atomic_t: Cast to volatile when accessing atomic variables
|
15 years ago |
Arnd Bergmann
|
3f7e212df8
asm-generic: add generic atomic.h and io.h
|
16 years ago |
Arnd Bergmann
|
72099ed271
asm-generic: rename atomic.h to atomic-long.h
|
16 years ago |
Heiko Carstens
|
a5fc1abe43
atomic: fix atomic_long_cmpxchg/xchg for 64 bit architectures
|
16 years ago |
Eric Dumazet
|
aa6f147966
atomic: fix a typo in atomic_long_xchg()
|
17 years ago |
Christoph Lameter
|
cde5353599
Christoph has moved
|
17 years ago |
Mathieu Desnoyers
|
2856f5e31c
atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependency
|
18 years ago |
Mathieu Desnoyers
|
bb2382c3e4
atomic.h: complete atomic_long operations in asm-generic
|
18 years ago |