summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud