summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg helpersFUJITA Tomonori1-0/+17
2026-01-09rust: helpers: Add i8/i16 atomic xchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_release helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg helpersFUJITA Tomonori1-0/+18
2026-01-09rust: helpers: Add i8/i16 relaxed atomic helpersFUJITA Tomonori1-0/+21
2026-01-09rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpersFUJITA Tomonori2-0/+24
2026-01-09rust: sync: Implement Unpin for ARefAlice Ryhl1-0/+3
2026-01-09rust: sync: set_once: Implement Send and SyncFUJITA Tomonori1-0/+8
2026-01-09rust: sync: Clean up LockClassKey and its docsAlice Ryhl1-14/+40
2026-01-09rust: sync: Refactor static_lock_class!() macroAlice Ryhl1-6/+18
2026-01-08locking/local_lock: Include more missing headersPeter Zijlstra1-0/+1
2026-01-08compiler-context-analysys: Fix CONFIG_MODVERSIONMarco Elver1-1/+1
2026-01-06scripts/atomic: Fix kerneldoc spelling in try_cmpxchg()oldzhu4-28/+28
2026-01-05tags: Add regex for context_lock_structPeter Zijlstra1-0/+1
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver9-68/+177
2026-01-05crypto: Enable context analysisMarco Elver11-21/+35
2026-01-05security/tomoyo: Enable context analysisMarco Elver9-49/+122
2026-01-05printk: Move locking annotation to printk.cMarco Elver2-2/+4
2026-01-05rhashtable: Enable context analysisMarco Elver3-5/+18
2026-01-05stackdepot: Enable context analysisMarco Elver2-6/+15
2026-01-05kcsan: Enable context analysisMarco Elver2-3/+10
2026-01-05kcov: Enable context analysisMarco Elver2-11/+27
2026-01-05kfence: Enable context analysisMarco Elver4-15/+25
2026-01-05MAINTAINERS: Add entry for Context AnalysisMarco Elver1-0/+11
2026-01-05compiler: Let data_race() imply disabled context analysisMarco Elver2-0/+4
2026-01-05compiler-context-analysis: Introduce header suppressionsMarco Elver2-0/+36
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver24-195/+163
2026-01-05compiler-context-analysis: Remove Sparse supportMarco Elver3-91/+28
2026-01-05um: Fix incorrect __acquires/__releases annotationsMarco Elver2-7/+11
2026-01-05debugfs: Make debugfs_cancellation a context lock structMarco Elver1-7/+5
2026-01-05locking/ww_mutex: Support Clang's context analysisMarco Elver3-7/+87
2026-01-05locking/local_lock: Support Clang's context analysisMarco Elver4-36/+161
2026-01-05locking/local_lock: Include missing headersMarco Elver1-0/+2
2026-01-05locking/rwsem: Support Clang's context analysisMarco Elver3-28/+114
2026-01-05kref: Add context-analysis annotationsMarco Elver1-0/+2
2026-01-05srcu: Support Clang's context analysisMarco Elver5-25/+91
2026-01-05rcu: Support Clang's context analysisMarco Elver3-25/+139
2026-01-05bit_spinlock: Support Clang's context analysisMarco Elver4-5/+48
2026-01-05bit_spinlock: Include missing <asm/processor.h>Marco Elver1-0/+2
2026-01-05locking/seqlock: Support Clang's context analysisMarco Elver4-4/+91
2026-01-05locking/mutex: Support Clang's context analysisMarco Elver4-18/+90
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver6-17/+38
2026-01-05locking/rwlock, spinlock: Support Clang's context analysisMarco Elver12-97/+347
2026-01-05lockdep: Annotate lockdep assertions for context analysisMarco Elver1-6/+6
2026-01-05cleanup: Basic compatibility with context analysisMarco Elver1-0/+50
2026-01-05checkpatch: Warn about context_unsafe() without commentMarco Elver1-0/+7
2026-01-05Documentation: Add documentation for Compiler-Based Context AnalysisMarco Elver2-0/+145
2026-01-05compiler-context-analysis: Add test stubMarco Elver3-0/+35