summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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()oldzhu3-27/+27
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver4-5/+14
2026-01-05printk: Move locking annotation to printk.cMarco Elver1-2/+2
2026-01-05rhashtable: Enable context analysisMarco Elver1-3/+13
2026-01-05compiler: Let data_race() imply disabled context analysisMarco Elver1-0/+2
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver11-146/+134
2026-01-05compiler-context-analysis: Remove Sparse supportMarco Elver2-72/+28
2026-01-05debugfs: Make debugfs_cancellation a context lock structMarco Elver1-7/+5
2026-01-05locking/ww_mutex: Support Clang's context analysisMarco Elver1-6/+16
2026-01-05locking/local_lock: Support Clang's context analysisMarco Elver2-35/+87
2026-01-05locking/local_lock: Include missing headersMarco Elver1-0/+2
2026-01-05locking/rwsem: Support Clang's context analysisMarco Elver1-27/+49
2026-01-05kref: Add context-analysis annotationsMarco Elver1-0/+2
2026-01-05srcu: Support Clang's context analysisMarco Elver3-24/+65
2026-01-05rcu: Support Clang's context analysisMarco Elver1-24/+53
2026-01-05bit_spinlock: Support Clang's context analysisMarco Elver2-4/+20
2026-01-05bit_spinlock: Include missing <asm/processor.h>Marco Elver1-0/+2
2026-01-05locking/seqlock: Support Clang's context analysisMarco Elver2-3/+40
2026-01-05locking/mutex: Support Clang's context analysisMarco Elver2-17/+25
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver4-15/+36
2026-01-05locking/rwlock, spinlock: Support Clang's context analysisMarco Elver10-96/+217
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-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver1-7/+457
2026-01-05compiler_types: Move lock checking attributes to compiler-context-analysis.hMarco Elver2-16/+34
2025-12-13Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+0
2025-12-13Merge tag 'core-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-9/+8
2025-12-13file: ensure cleanupChristian Brauner1-7/+6
2025-12-13Merge tag 'i3c/for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds1-10/+2
2025-12-13Merge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+0
2025-12-13Merge tag 'soundwire-6.19-rc1_updated' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9
2025-12-13i3c: master: cleanup callback .priv_xfers()Frank Li1-10/+2
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-1/+23
2025-12-12rseq: Always inline rseq_debug_syscall_return()Eric Dumazet1-1/+1
2025-12-11args: fix documentation to reflect the correct numbersAndy Shevchenko1-2/+2
2025-12-11Merge tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-12-10irqdomain: Delete irq_domain_add_tree()Andy Shevchenko1-16/+0
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-53/+75
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2025-12-09lockref: add a __cond_lock annotation for lockref_put_or_lockChristoph Hellwig1-0/+2
2025-12-09Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds4-7/+20
2025-12-09mm: fix CONFIG_STACK_GROWSUP typo in mm.hLukas Bulwahn1-1/+1
2025-12-09mm/huge_memory: make min_order_for_split() always return an orderZi Yan1-3/+3