summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-09rust: time: Add __rust_helper to helpersAlice Ryhl1-7/+7
2026-01-09rust: task: Add __rust_helper to helpersAlice Ryhl2-13/+13
2026-01-09rust: sync: Add __rust_helper to helpersAlice Ryhl3-14/+16
2026-01-09rust: refcount: Add __rust_helper to helpersAlice Ryhl1-5/+5
2026-01-09rust: rcu: Add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-09rust: processor: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: cpu: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: completion: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: blk: Add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-09rust: barrier: Add __rust_helper to helpersAlice Ryhl1-3/+3
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori4-36/+32
2026-01-09rust: list: Switch to kernel::sync atomic primitivesFUJITA Tomonori1-8/+6
2026-01-09rust: sync: atomic: Add atomic bool testsFUJITA Tomonori1-0/+16
2026-01-09rust: sync: atomic: Add atomic bool support via i8 representationFUJITA Tomonori1-0/+11
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori2-3/+9
2026-01-09rust: sync: atomic: Add store_release/load_acquire testsFUJITA Tomonori1-0/+10
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori2-7/+32
2026-01-09arch: um/x86: Select ARCH_SUPPORTS_ATOMIC_RMW for UML_X86Boqun Feng1-0/+1
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori1-19/+66
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpersFUJITA Tomonori1-0/+10
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