summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)AuthorLines
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+10
2016-02-11kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton-23/+19
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov-6/+10
2015-11-23treewide: Remove old email addressPeter Zijlstra-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra-5/+5
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-90/+87
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+1
2015-06-19lockdep: Implement lock pinningPeter Zijlstra-0/+80
2015-06-19lockdep: Simplify lock_release()Peter Zijlstra-101/+18
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra-1/+2
2015-06-03lockdep: Do not break user-visible stringBorislav Petkov-2/+1
2015-04-17lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra-1/+15
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra-26/+55
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher-0/+2
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen-1/+1
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+3
2014-02-13asmlinkage: Make trace_hardirq visibleAndi Kleen-2/+2
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen-1/+1
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov-7/+4
2013-11-27lockdep: Be nice about building from userspaceSasha Levin-0/+4
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu-2/+2
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra-0/+4257