summaryrefslogtreecommitdiffstats
path: root/include/qemu/seqlock.h
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-4/+4
* seqlock: fix seqlock_write_unlock_impl functionLuc Michel2020-02-121-2/+2
* seqlock: add QemuLockable supportPaolo Bonzini2018-08-231-0/+20
* seqlock: constify seqlock_read_beginEmilio G. Cota2018-08-231-1/+1
* seqlock: use atomic writes for the sequencePaolo Bonzini2016-10-041-2/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-2/+2
* seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota2016-06-121-2/+2
* seqlock: remove optional mutexEmilio G. Cota2016-06-121-9/+1Star
* seqlock: read sequence number atomicallyEmilio G. Cota2015-09-071-3/+3
* seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota2015-09-071-1/+1
* seqlock: introduce read-write seqlockPaolo Bonzini2013-10-171-0/+72