aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05locking/lockdep: Provide lockdep_assert{,_once}() helpersPeter Zijlstra1-20/+21
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+16
2021-03-22locking: Fix typos in commentsIngo Molnar1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+5
2021-03-06lockdep: Add lockdep lock state definesShuah Khan1-2/+9
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan1-3/+8
2021-01-20drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König1-0/+5
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra1-3/+12
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+11
2020-11-25lockdep: Introduce in_softirq lockdep assertYunsheng Lin1-0/+11
2020-11-02lockdep: Provide dummy forward declaration of *_is_held() helpersJakub Kicinski1-0/+6
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1-17/+12
2020-10-09lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Peter Zijlstra1-17/+9
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra1-5/+8
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng1-0/+2
2020-08-26lockdep: Introduce lock_list::depBoqun Feng1-0/+2
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng1-1/+1
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng1-1/+22
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra1-5/+13
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish1-0/+19
2020-07-16lockdep: Move list.h inclusion into lockdep.hHerbert Xu1-0/+1
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra1-1/+1
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra1-16/+18
2020-06-17lockdep: Split header file into lockdep and lockdep_typesHerbert Xu1-176/+2
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra1-2/+21
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior1-0/+15
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-11/+60
2019-12-11Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-12/+11
2019-11-07lockdep: add might_lock_nested()Daniel Vetter1-0/+8
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-11/+10
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche1-6/+3
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not modifiedBart Van Assche1-1/+1
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+24
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-2/+2
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du1-7/+7
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du1-0/+1
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du1-1/+6
2019-06-03locking/lockdep: Update obsolete struct field descriptionYuyang Du1-3/+9
2019-05-25lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)1-0/+7
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner1-2/+7
2019-04-18locking/lockdep: Avoid bogus Clang warningArnd Bergmann1-1/+1
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra1-2/+4
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche1-3/+18
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche1-3/+6
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche1-0/+5
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche1-0/+1
2019-02-28locking/lockdep: Reorder struct lock_class membersBart Van Assche1-7/+7