aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/lockdep.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-11locking/lockdep: Remove ::version from lock_class structureWaiman Long1-2/+0
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DEBUG_LOCKDEP=yWaiman Long1-6/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"Steven Rostedt (VMware)1-2/+0
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)1-3/+5
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+0
2018-01-18lockdep: Make lockdep checking constantMatthew Wilcox1-2/+2
2018-01-17Expand various INIT_* macros and removeDavid Howells1-3/+0
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar1-2/+0
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar1-125/+0
2017-11-08locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irqs_enabled()/disabled()Frederic Weisbecker1-0/+15
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEPByungchul Park1-0/+5
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra1-3/+4
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra1-4/+6
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng1-0/+1
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park1-1/+21
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-0/+20
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-7/+103
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra1-9/+2
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima1-0/+3
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra1-2/+23
2016-09-24lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski1-2/+2
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+17