Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |