Age | Commit message (Expand) | Author | Files | Lines |
2023-06-05 | seqlock/latch: Provide raw_read_seqcount_latch_retry() | Peter Zijlstra | 1 | -7/+8 |
2022-04-07 | seqlock: drop seqcount_ww_mutex_t | Christian König | 1 | -6/+2 |
2021-06-08 | seqlock: Remove trailing semicolon in macros | Huilong Deng | 1 | -3/+3 |
2021-03-10 | seqlock,lockdep: Fix seqcount_latch_init() | Peter Zijlstra | 1 | -4/+1 |
2020-12-09 | seqlock: kernel-doc: Specify when preemption is automatically altered | Ahmed S. Darwish | 1 | -6/+11 |
2020-12-09 | seqlock: Prefix internal seqcount_t-only macros with a "do_" | Ahmed S. Darwish | 1 | -33/+33 |
2020-12-03 | seqlock: Rename __seqprop() users | Peter Zijlstra | 1 | -23/+23 |
2020-12-03 | seqlock: avoid -Wshadow warnings | Arnd Bergmann | 1 | -7/+7 |
2020-10-14 | locking/seqlocks: Fix kernel-doc warnings | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-10-07 | locking/seqlock: Tweak DEFINE_SEQLOCK() kernel doc | Sebastian Andrzej Siewior | 1 | -1/+1 |
2020-09-16 | seqlock: Unbreak lockdep | peterz@infradead.org | 1 | -8/+14 |
2020-09-10 | seqlock: PREEMPT_RT: Do not starve seqlock_t writers | Ahmed S. Darwish | 1 | -11/+21 |
2020-09-10 | seqlock: seqcount_LOCKNAME_t: Introduce PREEMPT_RT support | Ahmed S. Darwish | 1 | -10/+51 |
2020-09-10 | seqlock: seqcount_t: Implement all read APIs as statement expressions | Ahmed S. Darwish | 1 | -49/+45 |
2020-09-10 | seqlock: Use unique prefix for seqcount_t property accessors | Ahmed S. Darwish | 1 | -9/+11 |
2020-09-10 | seqlock: seqcount_LOCKNAME_t: Standardize naming convention | Ahmed S. Darwish | 1 | -39/+40 |
2020-09-10 | seqlock: seqcount latch APIs: Only allow seqcount_latch_t | Ahmed S. Darwish | 1 | -21/+15 |
2020-09-10 | seqlock: Introduce seqcount_latch_t | Ahmed S. Darwish | 1 | -31/+73 |
2020-08-26 | seqlock: Fix multiple kernel-doc warnings | Randy Dunlap | 1 | -4/+4 |
2020-08-06 | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra | 1 | -1/+0 |
2020-07-29 | seqcount: More consistent seqprop names | Peter Zijlstra | 1 | -26/+26 |
2020-07-29 | seqcount: Compress SEQCNT_LOCKNAME_ZERO() | Peter Zijlstra | 1 | -45/+18 |
2020-07-29 | seqlock: Fold seqcount_LOCKNAME_init() definition | Peter Zijlstra | 1 | -47/+14 |
2020-07-29 | seqlock: Fold seqcount_LOCKNAME_t definition | Peter Zijlstra | 1 | -103/+39 |
2020-07-29 | seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g | Peter Zijlstra | 1 | -10/+10 |
2020-07-29 | seqlock: Align multi-line macros newline escapes at 72 columns | Ahmed S. Darwish | 1 | -14/+15 |
2020-07-29 | seqlock: Extend seqcount API with associated locks | Ahmed S. Darwish | 1 | -69/+395 |
2020-07-29 | seqlock: lockdep assert non-preemptibility on seqcount_t write | Ahmed S. Darwish | 1 | -6/+23 |
2020-07-29 | seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount() | Ahmed S. Darwish | 1 | -4/+5 |
2020-07-29 | seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs | Ahmed S. Darwish | 1 | -77/+348 |
2020-07-29 | seqlock: Reorder seqcount_t and seqlock_t API definitions | Ahmed S. Darwish | 1 | -80/+78 |
2020-07-29 | seqlock: seqcount_t latch: End read sections with read_seqcount_retry() | Ahmed S. Darwish | 1 | -2/+2 |
2020-07-29 | seqlock: Properly format kernel-doc code samples | Ahmed S. Darwish | 1 | -52/+56 |
2020-07-29 | Documentation: locking: Describe seqlock design and usage | Ahmed S. Darwish | 1 | -45/+40 |
2020-03-21 | compiler.h, seqlock.h: Remove unnecessary kcsan.h includes | Marco Elver | 1 | -1/+1 |
2019-12-30 | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 1 | -2/+2 |
2019-11-20 | kcsan: Improve various small stylistic details | Ingo Molnar | 1 | -4/+4 |
2019-11-16 | seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier | Marco Elver | 1 | -2/+9 |
2019-11-16 | seqlock, kcsan: Add annotations for KCSAN | Marco Elver | 1 | -2/+38 |
2019-10-09 | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai | 1 | -2/+2 |
2017-12-04 | seqlock: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -2/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-06-03 | locking/seqcount: Re-fix raw_read_seqcount_latch() | Peter Zijlstra | 1 | -2/+5 |
2016-05-27 | seqlock: fix raw_read_seqcount_latch() | Alexey Dobriyan | 1 | -2/+2 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+80 |
2015-06-19 | seqcount: Introduce raw_write_seqcount_barrier() | Peter Zijlstra | 1 | -0/+41 |
2015-06-19 | seqcount: Rename write_seqcount_barrier() | Peter Zijlstra | 1 | -3/+3 |
2015-05-28 | seqlock: Introduce raw_read_seqcount_latch() | Peter Zijlstra | 1 | -2/+7 |
2015-05-28 | seqlock: Better document raw_write_seqcount_latch() | Peter Zijlstra | 1 | -1/+75 |
2015-02-24 | locking: Remove ACCESS_ONCE() usage | Davidlohr Bueso | 1 | -3/+3 |