summaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)Author
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann
2021-08-05locking/lockdep: Provide lockdep_assert{,_once}() helpersPeter Zijlstra
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-22locking: Fix typos in commentsIngo Molnar
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-03-06lockdep: Add lockdep lock state definesShuah Khan
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan
2021-01-20drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-11-25lockdep: Introduce in_softirq lockdep assertYunsheng Lin
2020-11-02lockdep: Provide dummy forward declaration of *_is_held() helpersJakub Kicinski
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2020-10-09lockdep: Revert "lockdep: Use raw_cpu_*() for per-cpu variables"Peter Zijlstra
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng
2020-08-26lockdep: Introduce lock_list::depBoqun Feng
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish
2020-07-16lockdep: Move list.h inclusion into lockdep.hHerbert Xu
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra
2020-07-10lockdep: Change hardirq{s_enabled,_context} to per-cpu variablesPeter Zijlstra
2020-06-17lockdep: Split header file into lockdep and lockdep_typesHerbert Xu
2020-05-19lockdep: Always inline lockdep_{off,on}()Peter Zijlstra
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra
2019-12-11Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2019-11-07lockdep: add might_lock_nested()Daniel Vetter
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03locking/lockdep: Update obsolete struct field descriptionYuyang Du
2019-05-25lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner
2019-04-18locking/lockdep: Avoid bogus Clang warningArnd Bergmann
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche