summaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-4/+16
|\
| * locking: Fix typos in commentsIngo Molnar2021-03-221-1/+1
| * lockdep: Add lockdep lock state definesShuah Khan2021-03-061-2/+9
| * lockdep: Add lockdep_assert_not_held()Shuah Khan2021-03-061-3/+8
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-0/+5
|\ \ | |/ |/|
| * drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König2021-01-201-0/+5
* | locking/lockdep: Mark local_lock_tPeter Zijlstra2021-01-141-3/+12
|/
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+11
|\
| * lockdep: Introduce in_softirq lockdep assertYunsheng Lin2020-11-251-0/+11
* | lockdep: Provide dummy forward declaration of *_is_held() helpersJakub Kicinski2020-11-021-0/+6
|/
* Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-091-17/+12
|\
| * lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Peter Zijlstra2020-10-091-17/+9
| * lockdep: Fix lockdep recursionPeter Zijlstra2020-10-091-5/+8
* | lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng2020-08-261-0/+2
* | lockdep: Introduce lock_list::depBoqun Feng2020-08-261-0/+2
* | lockdep: Reduce the size of lock_list::distanceBoqun Feng2020-08-261-1/+1
* | locking: More accurate annotations for read_lock()Boqun Feng2020-08-261-1/+22
|/
* lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra2020-08-261-5/+13
* locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish2020-07-291-0/+19
* lockdep: Move list.h inclusion into lockdep.hHerbert Xu2020-07-161-0/+1
* lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-101-1/+1
* lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra2020-07-101-16/+18
* lockdep: Split header file into lockdep and lockdep_typesHerbert Xu2020-06-171-176/+2
* lockdep: Always inline lockdep_{off,on}()Peter Zijlstra2020-05-191-2/+21
* completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior2020-03-231-0/+15
* lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-11/+60
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-12-111-12/+11
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-11/+10
* | lockdep: add might_lock_nested()Daniel Vetter2019-11-071-0/+8
|/
* locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-251-6/+3
* locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-251-1/+1
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-12/+24
|\
| * locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-2/+2
| * locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-031-7/+7
| * locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-0/+1
| * locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-1/+6
| * locking/lockdep: Update obsolete struct field descriptionYuyang Du2019-06-031-3/+9
* | lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)2019-05-251-0/+7
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-1/+1
|\
| * locking/lockdep: Avoid bogus Clang warningArnd Bergmann2019-04-181-1/+1
* | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-2/+7
|/
* locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra2019-02-281-2/+4
* locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-3/+18
* locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-281-3/+6
* locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+5
* locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-281-0/+1
* locking/lockdep: Reorder struct lock_class membersBart Van Assche2019-02-281-7/+7
* locking/lockdep: Remove ::version from lock_class structureWaiman Long2018-12-111-2/+0