Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f16041df4c360eccacfe90f96673b37829e4c959
/
include
/
linux
/
lockdep.h
5e7481a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
49f9c35
Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 7 years ago
08f36ff
lockdep: Make lockdep checking constant
by Matthew Wilcox
· 7 years ago
4e7e3ad
Expand various INIT_* macros and remove
by David Howells
· 7 years ago
527187d
locking/lockdep: Remove cross-release leftovers
by Ingo Molnar
· 7 years ago
e966eae
locking/lockdep: Remove the cross-release locking checks
by Ingo Molnar
· 7 years ago
f54bb2e
locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irqs_enabled()/disabled()
by Frederic Weisbecker
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6f0397d
locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEP
by Byungchul Park
· 7 years ago
f52be57
locking/lockdep: Untangle xhlock history save/restore from task independence
by Peter Zijlstra
· 7 years ago
e6f3faa
locking/lockdep: Fix workqueue crossrelease annotation
by Peter Zijlstra
· 8 years ago
52fa5bc
locking/lockdep: Explicitly initialize wq_barrier::done::map
by Boqun Feng
· 8 years ago
28a903f
locking/lockdep: Handle non(or multi)-acquisition of a crosslock
by Byungchul Park
· 8 years ago
23f873d
locking/lockdep: Detect and handle hist_lock ring buffer overwrite
by Byungchul Park
· 8 years ago
b09be67
locking/lockdep: Implement the 'crossrelease' feature
by Byungchul Park
· 8 years ago
d92a8cf
locking/lockdep: Rework FS_RECLAIM annotation
by Peter Zijlstra
· 8 years ago
6419c4a
locking/lockdep: Add new check to lock_downgrade()
by J. R. Okajima
· 8 years ago
f831948
locking/lockdep: Provide a type check for lock_is_held
by Peter Zijlstra
· 8 years ago
a5ecddf
lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visible
by Bartosz Golaszewski
· 8 years ago
825a3b2
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
3469d26
Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
eb60b3e
Merge branch 'sched/urgent' into sched/core to pick up fixes
by Ingo Molnar
· 9 years ago
e7904a2
locking/lockdep, sched/core: Implement a better lock pinning scheme
by Peter Zijlstra
· 10 years ago
75dd602
lockdep: Fix lock_chain::base size
by Peter Zijlstra
· 9 years ago
916633a
locking/rwsem: Provide down_write_killable()
by Michal Hocko
· 9 years ago
06bea3d
locking/lockdep: Eliminate lockdep_init()
by Andrey Ryabinin
· 9 years ago
a63f38c
locking/lockdep: Convert hash tables to hlists
by Andrew Morton
· 9 years ago
90eec10
treewide: Remove old email address
by Peter Zijlstra
· 9 years ago
98ec21a
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
6872210
locking/lockdep: Remove hard coded array size dependency
by George Beshers
· 10 years ago
a24fc60
lockdep: Implement lock pinning
by Peter Zijlstra
· 10 years ago
d24209bb
rcu: Improve diagnostics for blocked critical sections in irq
by Paul E. McKenney
· 10 years ago
6d5f0eb
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d6dd50e
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8acd91e
locking/lockdep: Revert qrwlock recusive stuff
by Peter Zijlstra
· 10 years ago
9a37110
locking: Add WARN_ON_ONCE lock assertion
by Peter Hurley
· 10 years ago
dd56af4
rcu: Eliminate deadlock between CPU hotplug and expedited grace periods
by Paul E. McKenney
· 11 years ago
f0bab73
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
by Waiman Long
· 11 years ago
214e0ae
locking/Documentation: Move locking related docs into Documentation/locking/
by Davidlohr Bueso
· 11 years ago
176ab02
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
63f9a7f
asmlinkage: Make lockdep_sys_exit asmlinkage
by Andi Kleen
· 11 years ago
47be1c1
lockdep: Change lockdep_set_novalidate_class() to use _and_name
by Oleg Nesterov
· 11 years ago
fb9edbe
lockdep: Make held_lock->check and "int check" argument bool
by Oleg Nesterov
· 11 years ago
1ca7d67
seqcount: Add lockdep functionality to seqcount/seqlock structures
by John Stultz
· 11 years ago
a51805e
lockdep: Introduce lock_acquire_exclusive()/shared() helper macros
by Michel Lespinasse
· 12 years ago
3b5d851
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b1ae345
lockdep: make lockdep_assert_held() not have a return value
by Johannes Berg
· 12 years ago
5cd3f5a
lockdep: Silence warning if CONFIG_LOCKDEP isn't set
by Paul Bolle
· 12 years ago
1b963c8
lockdep, rwsem: provide down_write_nest_lock()
by Jiri Kosina
· 12 years ago
4d82a1d
lockdep: fix oops in processing workqueue
by Peter Zijlstra
· 13 years ago
94d24fc
printk, lockdep: Disable lock debugging on zap_locks()
by Peter Zijlstra
· 14 years ago
b3fbab0
rcu: Restore checks for blocking in RCU read-side critical sections
by Paul E. McKenney
· 14 years ago
e4c70a6
lockdep, mutex: provide mutex_lock_nest_lock
by Peter Zijlstra
· 14 years ago
5bf7a65
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
2ce802f
lockdep: Move early boot local IRQ enable/disable status to init/main.c
by Tejun Heo
· 14 years ago
e159489b
workqueue: relax lockdep annotation on flush_work()
by Tejun Heo
· 14 years ago
4a60cfa
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
6201625
lockdep: Add improved subclass caching
by Hitoshi Mitake
· 14 years ago
154cd38
genirq: Remove early_init_irq_lock_class()
by Thomas Gleixner
· 14 years ago
1704f47
lockdep: Add novalidate class for dev->mutex conversion
by Peter Zijlstra
· 15 years ago
2edf5e4
sysctl extern cleanup: lockdep
by Dave Young
· 15 years ago
0632eb3
rcu: Integrate rcu_dereference_check() message into lockdep
by Paul E. McKenney
· 15 years ago
e351b66
lockdep: Reintroduce generation count to make BFS faster
by Ming Lei
· 16 years ago
bb97a91
lockdep: Deal with many similar locks
by Peter Zijlstra
· 16 years ago
f607c66
lockdep: Introduce lockdep_assert_held()
by Peter Zijlstra
· 16 years ago
af01296
lockdep: BFS cleanup
by Peter Zijlstra
· 16 years ago
c94aa5c
lockdep: Print the shortest dependency chain if finding a circle
by Ming Lei
· 16 years ago
9a7aa12
vfs: Set special lockdep map for dirs only if not set by fs
by Jan Kara
· 16 years ago
e8c158b
Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS
by Robin Holt
· 16 years ago
9851673
lockdep: move state bit definitions around
by Peter Zijlstra
· 16 years ago
a652d70
lockdep: sanitize reclaim bit names
by Peter Zijlstra
· 16 years ago
4fc95e8
lockdep: sanitize bit names
by Peter Zijlstra
· 16 years ago
cf40bd1
lockdep: annotate reclaim context (__GFP_NOFS)
by Nick Piggin
· 16 years ago
179475a
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
74c8a61
locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
by KOSAKI Motohiro
· 16 years ago
00ef9f7
lockdep: change a held lock's class
by Peter Zijlstra
· 16 years ago
e8f6fbf
lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c
by Ingo Molnar
· 16 years ago
e25cf3d
lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c
by Ingo Molnar
· 16 years ago
c7e78cf
lockstat: contend with points
by Peter Zijlstra
· 16 years ago
76b189e
lockdep: add might_lock() / might_lock_read()
by Peter Zijlstra
· 16 years ago
e5f363e3
lockdep: increase MAX_LOCKDEP_KEYS
by Ingo Molnar
· 17 years ago
b42e737
lockdep: fix overflow in the hlock shrinkage code
by Peter Zijlstra
· 17 years ago
3295f0e
lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()
by Ingo Molnar
· 17 years ago
b7d39af
lockdep: spin_lock_nest_lock()
by Peter Zijlstra
· 17 years ago
7531e2f
lockdep: lock protection locks
by Peter Zijlstra
· 17 years ago
4f3e752
lockdep: map_acquire
by Peter Zijlstra
· 17 years ago
f82b217
lockdep: shrink held_lock structure
by Dave Jones
· 17 years ago
64aa348
lockdep: lock_set_subclass - reset a held lock's subclass
by Peter Zijlstra
· 17 years ago
419ca3f
lockdep: fix combinatorial explosion in lock subgraph traversal
by David Miller
· 17 years ago
a033c33
lockdep: remove duplicate definition of STATIC_LOCKDEP_MAP_INIT
by Li Zefan
· 17 years ago
443cd50
lockdep: add lock_class information to lock_chain and output it
by Huang, Ying
· 17 years ago
4e6045f
workqueue: debug flushing deadlocks with lockdep
by Johannes Berg
· 17 years ago
851a67b
lockdep: annotate rcu_read_{,un}lock{,_bh}
by Peter Zijlstra
· 17 years ago
b351d16
lockdep: syscall exit check
by Peter Zijlstra
· 17 years ago
9664567
lockstat: measure lock bouncing
by Peter Zijlstra
· 18 years ago
4b32d0a
lockdep: various fixes
by Peter Zijlstra
· 18 years ago
f20786f
lockstat: core infrastructure
by Peter Zijlstra
· 18 years ago
e3a55fd
[PATCH] lockdep: lockdep_depth vs. debug_locks
by Jarek Poplawski
· 18 years ago
a1e96b0
[PATCH] lockdep: forward declare struct task_struct
by Heiko Carstens
· 18 years ago
Next »