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