| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -1/+1 |
|\ |
|
| * | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra | 2014-10-03 | 1 | -9/+1 |
| * | locking/lockdep: Restrict the use of recursive read_lock() with qrwlock | Waiman Long | 2014-08-13 | 1 | -1/+9 |
| * | locking/Documentation: Move locking related docs into Documentation/locking/ | Davidlohr Bueso | 2014-08-13 | 1 | -1/+1 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-13 | 1 | -0/+1 |
|\ \ |
|
| * | | rcu: Eliminate deadlock between CPU hotplug and expedited grace periods | Paul E. McKenney | 2014-09-18 | 1 | -0/+1 |
| |/ |
|
* / | locking: Add WARN_ON_ONCE lock assertion | Peter Hurley | 2014-09-23 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-03-31 | 1 | -1/+1 |
|\ |
|
| * | asmlinkage: Make lockdep_sys_exit asmlinkage | Andi Kleen | 2014-02-13 | 1 | -1/+1 |
* | | lockdep: Change lockdep_set_novalidate_class() to use _and_name | Oleg Nesterov | 2014-02-09 | 1 | -1/+1 |
* | | lockdep: Make held_lock->check and "int check" argument bool | Oleg Nesterov | 2014-02-09 | 1 | -16/+9 |
|/ |
|
* | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | 1 | -2/+6 |
* | lockdep: Introduce lock_acquire_exclusive()/shared() helper macros | Michel Lespinasse | 2013-07-12 | 1 | -69/+23 |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-22 | 1 | -1/+1 |
|\ |
|
| * | lockdep: Silence warning if CONFIG_LOCKDEP isn't set | Paul Bolle | 2013-02-19 | 1 | -1/+1 |
* | | lockdep: make lockdep_assert_held() not have a return value | Johannes Berg | 2013-02-21 | 1 | -1/+3 |
|/ |
|
* | lockdep, rwsem: provide down_write_nest_lock() | Jiri Kosina | 2013-01-11 | 1 | -0/+3 |
* | lockdep: fix oops in processing workqueue | Peter Zijlstra | 2012-05-15 | 1 | -0/+18 |
* | printk, lockdep: Disable lock debugging on zap_locks() | Peter Zijlstra | 2011-11-14 | 1 | -0/+4 |
* | rcu: Restore checks for blocking in RCU read-side critical sections | Paul E. McKenney | 2011-09-28 | 1 | -1/+1 |
* | lockdep, mutex: provide mutex_lock_nest_lock | Peter Zijlstra | 2011-05-25 | 1 | -0/+3 |
* | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-01-21 | 1 | -0/+3 |
|\ |
|
| * | workqueue: relax lockdep annotation on flush_work() | Tejun Heo | 2011-01-11 | 1 | -0/+3 |
* | | lockdep: Move early boot local IRQ enable/disable status to init/main.c | Tejun Heo | 2011-01-20 | 1 | -8/+0 |
|/ |
|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-10-21 | 1 | -8/+0 |
|\ |
|
| * | genirq: Remove early_init_irq_lock_class() | Thomas Gleixner | 2010-10-12 | 1 | -8/+0 |
* | | lockdep: Add improved subclass caching | Hitoshi Mitake | 2010-10-18 | 1 | -1/+12 |
|/ |
|
* | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra | 2010-05-21 | 1 | -0/+8 |
* | sysctl extern cleanup: lockdep | Dave Young | 2010-03-12 | 1 | -0/+4 |
* | rcu: Integrate rcu_dereference_check() message into lockdep | Paul E. McKenney | 2010-02-25 | 1 | -0/+4 |
* | lockdep: Reintroduce generation count to make BFS faster | Ming Lei | 2009-08-02 | 1 | -0/+1 |
* | lockdep: Deal with many similar locks | Peter Zijlstra | 2009-08-02 | 1 | -1/+3 |
* | lockdep: Introduce lockdep_assert_held() | Peter Zijlstra | 2009-08-02 | 1 | -0/+8 |
* | lockdep: BFS cleanup | Peter Zijlstra | 2009-07-24 | 1 | -4/+3 |
* | lockdep: Print the shortest dependency chain if finding a circle | Ming Lei | 2009-07-24 | 1 | -0/+6 |
* | vfs: Set special lockdep map for dirs only if not set by fs | Jan Kara | 2009-06-22 | 1 | -0/+15 |
* | Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS | Robin Holt | 2009-04-02 | 1 | -0/+17 |
* | lockdep: move state bit definitions around | Peter Zijlstra | 2009-02-14 | 1 | -45/+4 |
* | lockdep: sanitize reclaim bit names | Peter Zijlstra | 2009-02-14 | 1 | -4/+4 |
* | lockdep: sanitize bit names | Peter Zijlstra | 2009-02-14 | 1 | -11/+11 |
* | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin | 2009-02-14 | 1 | -1/+16 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-30 | 1 | -1/+1 |
|\ |
|
| * | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro | 2008-12-18 | 1 | -1/+1 |
| * | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 2008-11-13 | 1 | -2/+3 |
* | | lockdep: change a held lock's class | Peter Zijlstra | 2008-12-04 | 1 | -2/+10 |
* | | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 2008-11-12 | 1 | -2/+3 |
* | | lockstat: contend with points | Peter Zijlstra | 2008-10-20 | 1 | -4/+9 |
* | | lockdep: add might_lock() / might_lock_read() | Peter Zijlstra | 2008-09-10 | 1 | -0/+18 |
|/ |
|
* | lockdep: increase MAX_LOCKDEP_KEYS | Ingo Molnar | 2008-08-11 | 1 | -1/+1 |
* | lockdep: fix overflow in the hlock shrinkage code | Peter Zijlstra | 2008-08-11 | 1 | -1/+6 |