aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAge
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-02-14
|\
| * locking/lockdep: Fix stack trace caching logicDmitry Vyukov2016-02-09
* | kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton2016-02-11
|/
* treewide: Remove old email addressPeter Zijlstra2015-11-23
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-23
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-24
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-18
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-18
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \
| * | lockdep: Do not break user-visible stringBorislav Petkov2015-06-03
| |/
* / lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2015-06-07
|/
* lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-17
* lockdep: Fix the module unload key range freeing logicPeter Zijlstra2015-03-23
* locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher2014-07-17
* asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-05
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-31
|\
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-13
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-13
* | lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-09
* | lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-09
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-09
|/
* lockdep: Be nice about building from userspaceSasha Levin2013-11-27
* locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu2013-11-13
* locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-06