summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6Star
* locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-251-39/+34Star
* locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu2019-06-171-1/+1
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-06-031-9/+9
* locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak2019-06-031-12/+29
* locking/lockdep: Remove !dir in lock irq usage checkYuyang Du2019-06-031-1/+1
* locking/lockdep: Adjust new bit cases in mark_lockYuyang Du2019-06-031-14/+7Star
* locking/lockdep: Consolidate lock usage bit initializationYuyang Du2019-06-031-8/+14
* locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du2019-06-031-0/+4
* locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du2019-06-031-44/+74
* locking/lockdep: Remove unused argument in __lock_releaseYuyang Du2019-06-031-2/+2
* locking/lockdep: Remove redundant argument in check_deadlockYuyang Du2019-06-031-3/+3
* locking/lockdep: Update comments on dependency searchYuyang Du2019-06-031-11/+10Star
* locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du2019-06-031-12/+21
* locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du2019-06-031-8/+13
* locking/lockdep: Change type of the element field in circular_queueYuyang Du2019-06-031-10/+14
* locking/lockdep: Update commentYuyang Du2019-06-031-3/+9
* locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du2019-06-031-8/+8
* locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-031-20/+39
* locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-9/+9
* locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-3/+8
* locking/lockdep: Print the right depth for chain key collisionYuyang Du2019-06-031-3/+4
* locking/lockdep: Remove useless conditional macroYuyang Du2019-06-031-3/+3
* locking/lockdep: Adjust lock usage bit character checksYuyang Du2019-06-031-5/+16
* locking/lockdep: Change all print_*() return type to voidYuyang Du2019-06-031-101/+108
* locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell2019-05-241-4/+0Star
* locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior2019-05-241-1/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-071-0/+3
|\
| * locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-84/+183
|\ \
| * | locking/lockdep: Remove unnecessary unlikely()zhengbin2019-04-291-1/+1
| * | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2019-04-291-67/+161
| * | locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker2019-04-181-10/+10
| * | locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker2019-04-181-4/+7
| * | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker2019-04-181-4/+6
| |/
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-49/+38Star
|\ \
| * | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-27/+28
| * | lockdep: Remove save argument from check_prev_add()Thomas Gleixner2019-04-291-8/+8
| * | lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner2019-04-291-5/+4Star
| * | lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-11/+0Star
* | | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche2019-04-161-4/+5
|/ /
* / locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-101-17/+12Star
|/
* locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche2019-03-091-4/+11
* locking/lockdep: Avoid a Clang warningArnd Bergmann2019-03-091-1/+3
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-1/+6
|\
| * kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu2019-02-131-1/+6
* | locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra2019-02-281-13/+33
* | locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-8/+113
* | locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche2019-02-281-0/+11