summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\
| * lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park2017-02-101-1/+1
* | lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney2017-01-231-6/+6
|/
* Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-8/+12
|\
| * locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-8/+12
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-54/+57
|\ \
| * | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
| |/
* / locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan2016-11-111-5/+5
|/
* locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra2016-06-081-4/+9
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-9/+62
|\
| * Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-121-3/+34
| |\
| * | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-9/+62
* | | Merge tag 'v4.6-rc6' into locking/core, to pick up fixesIngo Molnar2016-05-051-3/+34
|\ \ \ | | |/ | |/|
| * | lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-231-1/+23
| * | locking/lockdep: Fix ->irq_context calculationBoqun Feng2016-04-231-2/+11
| |/
* / locking/lockdep: Deinline register_lock_class(), save 2328 bytesDenys Vlasenko2016-04-131-1/+1
|/
* locking/lockdep: Fix print_collision() unused warningBorislav Petkov2016-04-041-0/+2
* locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez2016-03-311-2/+77
* tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
* locking/lockdep: Detect chain_key collisionsIngo Molnar2016-02-291-8/+51
* locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez2016-02-291-8/+6
* locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-59/+0
* locking/lockdep: Convert hash tables to hlistsAndrew Morton2016-02-091-23/+19
* locking/lockdep: Fix stack trace caching logicDmitry Vyukov2016-02-091-6/+10
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-231-5/+5
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-90/+87
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+80
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-221-2/+1
|\ \
| * | lockdep: Do not break user-visible stringBorislav Petkov2015-06-031-2/+1
| |/
* / lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2015-06-071-1/+2
|/
* lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
* lockdep: Fix the module unload key range freeing logicPeter Zijlstra2015-03-231-26/+55
* locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher2014-07-171-0/+2
* asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-1/+1
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-311-3/+3
|\
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-131-2/+2
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-131-1/+1
* | lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-091-1/+1
* | lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-091-2/+2
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-7/+4
|/
* lockdep: Be nice about building from userspaceSasha Levin2013-11-271-0/+4
* locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu2013-11-131-2/+2
* locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-061-0/+4257