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