index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
seqlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
seqlock: Remove trailing semicolon in macros
Huilong Deng
2021-06-08
1
-3
/
+3
*
seqlock,lockdep: Fix seqcount_latch_init()
Peter Zijlstra
2021-03-10
1
-4
/
+1
*
seqlock: kernel-doc: Specify when preemption is automatically altered
Ahmed S. Darwish
2020-12-09
1
-6
/
+11
*
seqlock: Prefix internal seqcount_t-only macros with a "do_"
Ahmed S. Darwish
2020-12-09
1
-33
/
+33
*
seqlock: Rename __seqprop() users
Peter Zijlstra
2020-12-03
1
-23
/
+23
*
seqlock: avoid -Wshadow warnings
Arnd Bergmann
2020-12-03
1
-7
/
+7
*
locking/seqlocks: Fix kernel-doc warnings
Mauro Carvalho Chehab
2020-10-14
1
-1
/
+1
*
locking/seqlock: Tweak DEFINE_SEQLOCK() kernel doc
Sebastian Andrzej Siewior
2020-10-07
1
-1
/
+1
*
seqlock: Unbreak lockdep
peterz@infradead.org
2020-09-16
1
-8
/
+14
*
seqlock: PREEMPT_RT: Do not starve seqlock_t writers
Ahmed S. Darwish
2020-09-10
1
-11
/
+21
*
seqlock: seqcount_LOCKNAME_t: Introduce PREEMPT_RT support
Ahmed S. Darwish
2020-09-10
1
-10
/
+51
*
seqlock: seqcount_t: Implement all read APIs as statement expressions
Ahmed S. Darwish
2020-09-10
1
-49
/
+45
*
seqlock: Use unique prefix for seqcount_t property accessors
Ahmed S. Darwish
2020-09-10
1
-9
/
+11
*
seqlock: seqcount_LOCKNAME_t: Standardize naming convention
Ahmed S. Darwish
2020-09-10
1
-39
/
+40
*
seqlock: seqcount latch APIs: Only allow seqcount_latch_t
Ahmed S. Darwish
2020-09-10
1
-21
/
+15
*
seqlock: Introduce seqcount_latch_t
Ahmed S. Darwish
2020-09-10
1
-31
/
+73
*
seqlock: Fix multiple kernel-doc warnings
Randy Dunlap
2020-08-26
1
-4
/
+4
*
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
2020-08-06
1
-1
/
+0
*
seqcount: More consistent seqprop names
Peter Zijlstra
2020-07-29
1
-26
/
+26
*
seqcount: Compress SEQCNT_LOCKNAME_ZERO()
Peter Zijlstra
2020-07-29
1
-45
/
+18
*
seqlock: Fold seqcount_LOCKNAME_init() definition
Peter Zijlstra
2020-07-29
1
-47
/
+14
*
seqlock: Fold seqcount_LOCKNAME_t definition
Peter Zijlstra
2020-07-29
1
-103
/
+39
*
seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
Peter Zijlstra
2020-07-29
1
-10
/
+10
*
seqlock: Align multi-line macros newline escapes at 72 columns
Ahmed S. Darwish
2020-07-29
1
-14
/
+15
*
seqlock: Extend seqcount API with associated locks
Ahmed S. Darwish
2020-07-29
1
-69
/
+395
*
seqlock: lockdep assert non-preemptibility on seqcount_t write
Ahmed S. Darwish
2020-07-29
1
-6
/
+23
*
seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
Ahmed S. Darwish
2020-07-29
1
-4
/
+5
*
seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
Ahmed S. Darwish
2020-07-29
1
-77
/
+348
*
seqlock: Reorder seqcount_t and seqlock_t API definitions
Ahmed S. Darwish
2020-07-29
1
-80
/
+78
*
seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
Ahmed S. Darwish
2020-07-29
1
-2
/
+2
*
seqlock: Properly format kernel-doc code samples
Ahmed S. Darwish
2020-07-29
1
-52
/
+56
*
Documentation: locking: Describe seqlock design and usage
Ahmed S. Darwish
2020-07-29
1
-45
/
+40
*
compiler.h, seqlock.h: Remove unnecessary kcsan.h includes
Marco Elver
2020-03-21
1
-1
/
+1
*
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
2019-12-30
1
-2
/
+2
|
\
|
*
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-2
/
+2
*
|
kcsan: Improve various small stylistic details
Ingo Molnar
2019-11-20
1
-4
/
+4
*
|
seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
Marco Elver
2019-11-16
1
-2
/
+9
*
|
seqlock, kcsan: Add annotations for KCSAN
Marco Elver
2019-11-16
1
-2
/
+38
|
/
*
seqlock: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
2017-12-04
1
-2
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
locking/seqcount: Re-fix raw_read_seqcount_latch()
Peter Zijlstra
2016-06-03
1
-2
/
+5
*
seqlock: fix raw_read_seqcount_latch()
Alexey Dobriyan
2016-05-26
1
-2
/
+2
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-1
/
+80
|
\
|
*
seqlock: Introduce raw_read_seqcount_latch()
Peter Zijlstra
2015-05-28
1
-2
/
+7
|
*
seqlock: Better document raw_write_seqcount_latch()
Peter Zijlstra
2015-05-28
1
-1
/
+75
*
|
seqcount: Introduce raw_write_seqcount_barrier()
Peter Zijlstra
2015-06-19
1
-0
/
+41
*
|
seqcount: Rename write_seqcount_barrier()
Peter Zijlstra
2015-06-19
1
-3
/
+3
|
/
*
locking: Remove ACCESS_ONCE() usage
Davidlohr Bueso
2015-02-24
1
-3
/
+3
*
seqlock: Add irqsave variant of read_seqbegin_or_lock()
Rik van Riel
2014-09-19
1
-0
/
+19
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-08-05
1
-0
/
+27
|
\
[next]