Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -4/+4 |
* | seqlock: fix seqlock_write_unlock_impl function | Luc Michel | 2020-02-12 | 1 | -2/+2 |
* | seqlock: add QemuLockable support | Paolo Bonzini | 2018-08-23 | 1 | -0/+20 |
* | seqlock: constify seqlock_read_begin | Emilio G. Cota | 2018-08-23 | 1 | -1/+1 |
* | seqlock: use atomic writes for the sequence | Paolo Bonzini | 2016-10-04 | 1 | -2/+2 |
* | Clean up decorations and whitespace around header guards | Markus Armbruster | 2016-07-12 | 1 | -1/+2 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -2/+2 |
* | seqlock: rename write_lock/unlock to write_begin/end | Emilio G. Cota | 2016-06-12 | 1 | -2/+2 |
* | seqlock: remove optional mutex | Emilio G. Cota | 2016-06-12 | 1 | -9/+1 |
* | seqlock: read sequence number atomically | Emilio G. Cota | 2015-09-07 | 1 | -3/+3 |
* | seqlock: add missing 'inline' to seqlock_read_retry | Emilio G. Cota | 2015-09-07 | 1 | -1/+1 |
* | seqlock: introduce read-write seqlock | Paolo Bonzini | 2013-10-17 | 1 | -0/+72 |