aboutsummaryrefslogtreecommitdiff
path: root/kernel/lockdep.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18lockdep: Check the depth of subclassGravatar Hitoshi Mitake 1-8/+10
2010-10-18lockdep: Add improved subclass cachingGravatar Hitoshi Mitake 1-7/+18
2010-08-17lockdep: Remove __debug_show_held_locksGravatar John Kacur 1-7/+1
2010-06-09sched_clock: Add local_clock() API and improve documentationGravatar Peter Zijlstra 1-1/+1
2010-05-21lockdep: Add novalidate class for dev->mutex conversionGravatar Peter Zijlstra 1-0/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatGravatar Lai Jiangshan 1-0/+3
2010-05-09tracing: Drop the nested field from lock_release eventGravatar Frederic Weisbecker 1-1/+1
2010-05-09tracing: Drop lock_acquired waittime fieldGravatar Frederic Weisbecker 1-1/+1
2010-05-07lockdep: Reduce stack_trace usageGravatar Yong Zhang 1-8/+21
2010-05-04lockdep: Provide off case for redundant_hardirqs_on incrementGravatar Frederic Weisbecker 1-1/+1
2010-04-30lockdep: Fix redundant_hardirqs_on incremented with irqs enabledGravatar Frederic Weisbecker 1-1/+6
2010-04-30Merge commit 'v2.6.34-rc6' into core/lockingGravatar Frederic Weisbecker 1-22/+10
2010-04-06lockstat: Make lockstat counting per cpuGravatar Frederic Weisbecker 1-30/+17
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscGravatar Linus Torvalds 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Gravatar Tejun Heo 1-16/+5
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+3
2010-03-10lockdep: Move lock events under lockdep recursion protectionGravatar Frederic Weisbecker 1-6/+3
2010-03-04rcu: Add control variables to lockdep_rcu_dereference() diagnosticsGravatar Paul E. McKenney 1-0/+1
2010-02-26rcu: Make lockdep_rcu_dereference() message less alarmistGravatar Paul E. McKenney 1-3/+3
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepGravatar Paul E. McKenney 1-0/+18
2010-01-27lockdep: Fix check_usage_backwards() error messageGravatar Oleg Nesterov 1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Gravatar Thomas Gleixner 1-9/+9
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDGravatar Thomas Gleixner 1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockGravatar Thomas Gleixner 1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-5/+6
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Gravatar Luck, Tony 1-1/+2
2009-12-06lockstat: Fix min, max times in /proc/lock_statsGravatar Frank Rowand 1-3/+10
2009-11-13tracing: Rename 'lockdep' event subsystem into 'lock'Gravatar Frederic Weisbecker 1-1/+1
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueGravatar Tejun Heo 1-5/+6
2009-10-09lockdep: Use cpu_clock() for lockstatGravatar Peter Zijlstra 1-8/+12
2009-09-23lockdep: use new arch_is_kernel_data()Gravatar Mike Frysinger 1-0/+3
2009-08-29lockdep: Remove recursion stattisticsGravatar Ming Lei 1-4/+0
2009-08-02lockdep: Fix memory usage info of BFSGravatar Ming Lei 1-1/+2
2009-08-02lockdep: Reintroduce generation count to make BFS fasterGravatar Ming Lei 1-5/+6
2009-08-02lockdep: Deal with many similar locksGravatar Peter Zijlstra 1-12/+77
2009-08-02lockdep: Introduce lockdep_assert_held()Gravatar Peter Zijlstra 1-0/+33
2009-08-02lockdep: Fix style nitsGravatar Peter Zijlstra 1-3/+8
2009-08-02lockdep: Fix backtracesGravatar Peter Zijlstra 1-1/+11
2009-07-24lockdep: BFS cleanupGravatar Peter Zijlstra 1-114/+170
2009-07-24lockdep: Add statistics info for max bfs queue depthGravatar Ming Lei 1-1/+5
2009-07-24lockdep: Update memory usage introduced by BFSGravatar Ming Lei 1-1/+5
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSGravatar Ming Lei 1-27/+25
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesGravatar Ming Lei 1-26/+67
2009-07-24lockdep: Implement find_usage_*wards by BFSGravatar Ming Lei 1-108/+72
2009-07-24lockdep: Implement check_noncircular() by BFSGravatar Ming Lei 1-52/+37
2009-07-24lockdep: Introduce match function to BFSGravatar Ming Lei 1-17/+26
2009-07-24lockdep: Improve implementation of BFSGravatar Ming Lei 1-7/+16