开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bitops
/
atomic.h
Age
Commit message (
Expand
)
Author
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
2022-08-16
locking/atomic: Make test_and_*_bit() ordered on failure
Hector Martin
2021-07-16
locking/atomic: add generic arch_*() bitops
Mark Rutland
2021-01-13
arm64: make atomic helpers __always_inline
Arnd Bergmann
2018-06-21
locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIs
Will Deacon
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
2009-06-11
asm-generic: rename atomic.h to atomic-long.h
Arnd Bergmann
2007-10-19
define first set of BIT* macros
Jiri Slaby
2007-05-09
Fix misspellings collected by members of KJ list.
Robert P. J. Day
2006-03-26
[PATCH] bitops: generic {,test_and_}{set,clear,change}_bit()
Akinobu Mita