aboutsummaryrefslogtreecommitdiff
path: root/kernel/lockdep.c
AgeCommit message (Expand)Author
2010-10-18lockdep: Check the depth of subclassHitoshi Mitake
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake
2010-08-17lockdep: Remove __debug_show_held_locksJohn Kacur
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker
2010-05-07lockdep: Reduce stack_trace usageYong Zhang
2010-05-04lockdep: Provide off case for redundant_hardirqs_on incrementFrederic Weisbecker
2010-04-30lockdep: Fix redundant_hardirqs_on incremented with irqs enabledFrederic Weisbecker
2010-04-30Merge commit 'v2.6.34-rc6' into core/lockingFrederic Weisbecker
2010-04-06lockstat: Make lockstat counting per cpuFrederic Weisbecker
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-10lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker
2010-03-04rcu: Add control variables to lockdep_rcu_dereference() diagnosticsPaul E. McKenney
2010-02-26rcu: Make lockdep_rcu_dereference() message less alarmistPaul E. McKenney
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney
2010-01-27lockdep: Fix check_usage_backwards() error messageOleg Nesterov
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony
2009-12-06lockstat: Fix min, max times in /proc/lock_statsFrank Rowand
2009-11-13tracing: Rename 'lockdep' event subsystem into 'lock'Frederic Weisbecker
2009-10-29percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo
2009-10-09lockdep: Use cpu_clock() for lockstatPeter Zijlstra
2009-09-23lockdep: use new arch_is_kernel_data()Mike Frysinger
2009-08-29lockdep: Remove recursion stattisticsMing Lei
2009-08-02lockdep: Fix memory usage info of BFSMing Lei
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra
2009-08-02lockdep: Fix style nitsPeter Zijlstra
2009-08-02lockdep: Fix backtracesPeter Zijlstra
2009-07-24lockdep: BFS cleanupPeter Zijlstra
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei
2009-07-24lockdep: Introduce match function to BFSMing Lei
2009-07-24lockdep: Improve implementation of BFSMing Lei