aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-07page_pool: add a lockdep check for recycling in hardirqGravatar Jakub Kicinski 1-0/+7
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+8
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+14
2023-05-19lockdep: Add lock_set_cmp_fn() annotationGravatar Kent Overstreet 1-0/+8
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationGravatar Peter Zijlstra 1-0/+14
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockGravatar Boqun Feng 1-1/+2
2023-03-27locking/lockdep: Introduce lock_sync()Gravatar Boqun Feng 1-0/+5
2023-02-06locking/lockdep: Remove lockdep_init_map_crosslock.Gravatar Sebastian Andrzej Siewior 1-1/+0
2022-06-24locking/lockdep: Fix lockdep_init_map_*() confusionGravatar Peter Zijlstra 1-13/+17
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-1/+5
2022-04-28cxl/acpi: Add root device lockdep validationGravatar Dan Williams 1-1/+5
2022-04-06kernel/lockdep: move lockdep sysctls to its own fileGravatar tangmeng 1-4/+0
2021-10-30locking: Remove spin_lock_flags() etcGravatar Arnd Bergmann 1-17/+0
2021-08-05locking/lockdep: Provide lockdep_assert{,_once}() helpersGravatar Peter Zijlstra 1-20/+21
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+16
2021-03-22locking: Fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-0/+5
2021-03-06lockdep: Add lockdep lock state definesGravatar Shuah Khan 1-2/+9
2021-03-06lockdep: Add lockdep_assert_not_held()Gravatar Shuah Khan 1-3/+8
2021-01-20drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Gravatar Christian König 1-0/+5
2021-01-14locking/lockdep: Mark local_lock_tGravatar Peter Zijlstra 1-3/+12
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+11
2020-11-25lockdep: Introduce in_softirq lockdep assertGravatar Yunsheng Lin 1-0/+11
2020-11-02lockdep: Provide dummy forward declaration of *_is_held() helpersGravatar Jakub Kicinski 1-0/+6
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesGravatar Ingo Molnar 1-17/+12
2020-10-09lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Gravatar Peter Zijlstra 1-17/+9
2020-10-09lockdep: Fix lockdep recursionGravatar Peter Zijlstra 1-5/+8
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesGravatar Boqun Feng 1-0/+2
2020-08-26lockdep: Introduce lock_list::depGravatar Boqun Feng 1-0/+2
2020-08-26lockdep: Reduce the size of lock_list::distanceGravatar Boqun Feng 1-1/+1
2020-08-26locking: More accurate annotations for read_lock()Gravatar Boqun Feng 1-1/+22
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesGravatar Peter Zijlstra 1-5/+13
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterGravatar Peter Zijlstra 1-0/+1
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsGravatar Ahmed S. Darwish 1-0/+19
2020-07-16lockdep: Move list.h inclusion into lockdep.hGravatar Herbert Xu 1-0/+1
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentGravatar Peter Zijlstra 1-1/+1
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesGravatar Peter Zijlstra 1-16/+18
2020-06-17lockdep: Split header file into lockdep and lockdep_typesGravatar Herbert Xu 1-176/+2
2020-05-19lockdep: Always inline lockdep_{off,on}()Gravatar Peter Zijlstra 1-2/+21
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Gravatar Sebastian Siewior 1-0/+15
2020-03-21lockdep: Introduce wait-type checksGravatar Peter Zijlstra 1-11/+60
2019-12-11Merge drm/drm-next into drm-intel-next-queuedGravatar Jani Nikula 1-12/+11
2019-11-07lockdep: add might_lock_nested()Gravatar Daniel Vetter 1-0/+8
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-11/+10
2019-07-25locking/lockdep: Reduce space occupied by stack tracesGravatar Bart Van Assche 1-6/+3
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Gravatar Bart Van Assche 1-1/+1
2019-07-15docs: locking: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+24
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Gravatar Nikolay Borisov 1-2/+2
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structGravatar Yuyang Du 1-7/+7