summaryrefslogtreecommitdiff
path: root/include/qemu/seqlock.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota1-2/+2
2016-06-11seqlock: remove optional mutexEmilio G. Cota1-9/+1
2015-09-07seqlock: read sequence number atomicallyEmilio G. Cota1-3/+3
2015-09-07seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota1-1/+1
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini1-0/+72