index
:
litmus-rt-budgetable-locks.git/.git
update_litmus_2019
Unnamed repository; edit this file 'description' to name the repository.
Zelin Tong
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
lockdep.h
Commit message (
Expand
)
Author
Age
*
locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...
Frederic Weisbecker
2017-11-08
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
*
|
locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
Byungchul Park
2017-10-25
|
/
*
locking/lockdep: Untangle xhlock history save/restore from task independence
Peter Zijlstra
2017-08-29
*
locking/lockdep: Fix workqueue crossrelease annotation
Peter Zijlstra
2017-08-25
*
locking/lockdep: Explicitly initialize wq_barrier::done::map
Boqun Feng
2017-08-17
*
locking/lockdep: Handle non(or multi)-acquisition of a crosslock
Byungchul Park
2017-08-10
*
locking/lockdep: Detect and handle hist_lock ring buffer overwrite
Byungchul Park
2017-08-10
*
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
2017-08-10
*
locking/lockdep: Rework FS_RECLAIM annotation
Peter Zijlstra
2017-08-10
*
locking/lockdep: Add new check to lock_downgrade()
J. R. Okajima
2017-03-16
*
locking/lockdep: Provide a type check for lock_is_held
Peter Zijlstra
2016-11-29
*
lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visible
Bartosz Golaszewski
2016-09-24
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-16
|
\
|
*
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
2016-05-12
|
|
\
|
*
|
locking/lockdep, sched/core: Implement a better lock pinning scheme
Peter Zijlstra
2016-05-05
*
|
|
Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-05-16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
locking/rwsem: Provide down_write_killable()
Michal Hocko
2016-04-22
|
|
/
*
/
lockdep: Fix lock_chain::base size
Peter Zijlstra
2016-04-23
|
/
*
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
2016-02-09
*
locking/lockdep: Convert hash tables to hlists
Andrew Morton
2016-02-09
*
treewide: Remove old email address
Peter Zijlstra
2015-11-23
*
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-06-24
|
\
|
*
lockdep: Implement lock pinning
Peter Zijlstra
2015-06-18
*
|
locking/lockdep: Remove hard coded array size dependency
George Beshers
2015-06-19
|
/
*
rcu: Improve diagnostics for blocked critical sections in irq
Paul E. McKenney
2015-03-03
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-10-13
|
\
|
*
locking/lockdep: Revert qrwlock recusive stuff
Peter Zijlstra
2014-10-03
|
*
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
Waiman Long
2014-08-13
|
*
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2014-08-13
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-13
|
\
\
|
*
|
rcu: Eliminate deadlock between CPU hotplug and expedited grace periods
Paul E. McKenney
2014-09-18
|
|
/
*
/
locking: Add WARN_ON_ONCE lock assertion
Peter Hurley
2014-09-24
|
/
*
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-03-31
|
\
|
*
asmlinkage: Make lockdep_sys_exit asmlinkage
Andi Kleen
2014-02-13
*
|
lockdep: Change lockdep_set_novalidate_class() to use _and_name
Oleg Nesterov
2014-02-09
*
|
lockdep: Make held_lock->check and "int check" argument bool
Oleg Nesterov
2014-02-09
|
/
*
seqcount: Add lockdep functionality to seqcount/seqlock structures
John Stultz
2013-11-06
*
lockdep: Introduce lock_acquire_exclusive()/shared() helper macros
Michel Lespinasse
2013-07-12
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-02-22
|
\
|
*
lockdep: Silence warning if CONFIG_LOCKDEP isn't set
Paul Bolle
2013-02-19
*
|
lockdep: make lockdep_assert_held() not have a return value
Johannes Berg
2013-02-21
|
/
*
lockdep, rwsem: provide down_write_nest_lock()
Jiri Kosina
2013-01-11
*
lockdep: fix oops in processing workqueue
Peter Zijlstra
2012-05-15
*
printk, lockdep: Disable lock debugging on zap_locks()
Peter Zijlstra
2011-11-14
*
rcu: Restore checks for blocking in RCU read-side critical sections
Paul E. McKenney
2011-09-29
*
lockdep, mutex: provide mutex_lock_nest_lock
Peter Zijlstra
2011-05-25
*
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-01-21
|
\
|
*
workqueue: relax lockdep annotation on flush_work()
Tejun Heo
2011-01-11
[next]