summaryrefslogtreecommitdiffstats
path: root/include/linux/seqlock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various typo fixes.Robert P. J. Day2007-02-171-1/+1
* [PATCH] lockdep: fix seqlock_init()Ingo Molnar2006-12-121-2/+5
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-2/+10
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] x86_64: inline function prefix with __always_inline in vsyscallmao, bibo2006-04-111-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+175