summaryrefslogtreecommitdiff
path: root/include/linux/seqlock.h
Commit message (Expand)AuthorAgeFilesLines
* locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-1/+0
* seqcount: More consistent seqprop namesPeter Zijlstra2020-07-291-26/+26
* seqcount: Compress SEQCNT_LOCKNAME_ZERO()Peter Zijlstra2020-07-291-45/+18
* seqlock: Fold seqcount_LOCKNAME_init() definitionPeter Zijlstra2020-07-291-47/+14
* seqlock: Fold seqcount_LOCKNAME_t definitionPeter Zijlstra2020-07-291-103/+39
* seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/gPeter Zijlstra2020-07-291-10/+10
* seqlock: Align multi-line macros newline escapes at 72 columnsAhmed S. Darwish2020-07-291-14/+15
* seqlock: Extend seqcount API with associated locksAhmed S. Darwish2020-07-291-69/+395
* seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish2020-07-291-6/+23
* seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish2020-07-291-4/+5
* seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish2020-07-291-77/+348
* seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish2020-07-291-80/+78
* seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish2020-07-291-2/+2
* seqlock: Properly format kernel-doc code samplesAhmed S. Darwish2020-07-291-52/+56
* Documentation: locking: Describe seqlock design and usageAhmed S. Darwish2020-07-291-45/+40
* compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver2020-03-211-1/+1
* Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-2/+2
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-2/+2
* | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-4/+4
* | seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrierMarco Elver2019-11-161-2/+9
* | seqlock, kcsan: Add annotations for KCSANMarco Elver2019-11-161-2/+38
|/
* seqlock: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/seqcount: Re-fix raw_read_seqcount_latch()Peter Zijlstra2016-06-031-2/+5
* seqlock: fix raw_read_seqcount_latch()Alexey Dobriyan2016-05-261-2/+2
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+80
|\
| * seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-2/+7
| * seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-1/+75
* | seqcount: Introduce raw_write_seqcount_barrier()Peter Zijlstra2015-06-191-0/+41
* | seqcount: Rename write_seqcount_barrier()Peter Zijlstra2015-06-191-3/+3
|/
* locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-241-3/+3
* seqlock: Add irqsave variant of read_seqbegin_or_lock()Rik van Riel2014-09-191-0/+19
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-051-0/+27
|\
| * seqcount: Add raw_write_seqcount_latch()Mathieu Desnoyers2014-07-231-0/+11
| * seqcount: Provide raw_read_seqcount()Thomas Gleixner2014-07-231-0/+16
* | lockdep: Revert lockdep check in raw_seqcount_begin()Trond Myklebust2014-06-181-2/+0
|/
* seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz2014-01-121-8/+19
* take read_seqbegin_or_lock() and friends to seqlock.hAl Viro2013-11-151-0/+29
* seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-061-7/+72
* seqlock: Add a new locking reader typeWaiman Long2013-09-121-5/+63
* seqlock: Use seqcount infrastructureThomas Gleixner2013-02-191-82/+92
* seqlock: Remove unused functionsThomas Gleixner2013-02-191-21/+0
* seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds2012-05-041-0/+21
* Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds2012-05-041-1/+1
* linux/seqlock.h should #include asm/processor.h for cpu_relax()David Howells2011-06-111-0/+1
* seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet2011-05-241-3/+0
* seqlock: Don't smp_rmb in seqlock reader spin loopMilton Miller2011-05-121-2/+2
* kernel: optimise seqlockNick Piggin2011-01-071-7/+73
* seqlock: livelock fixIngo Molnar2008-04-251-17/+29
* seqlocks: trivial remove weird whitespaceDaniel Walker2007-04-271-4/+4