aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-051-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-291-16/+5
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-181-6/+3
|\
| * lockdep: Move lock events under lockdep recursion protectionFrederic Weisbecker2010-03-101-6/+3
* | rcu: Add control variables to lockdep_rcu_dereference() diagnosticsPaul E. McKenney2010-03-041-0/+1
|/
* rcu: Make lockdep_rcu_dereference() message less alarmistPaul E. McKenney2010-02-261-3/+3
* rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2010-02-251-0/+18
* lockdep: Fix check_usage_backwards() error messageOleg Nesterov2010-01-271-1/+1
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-9/+9
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-5/+6
|\
| * percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo2009-10-291-5/+6
* | lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony2009-12-101-1/+2
* | lockstat: Fix min, max times in /proc/lock_statsFrank Rowand2009-12-061-3/+10
* | tracing: Rename 'lockdep' event subsystem into 'lock'Frederic Weisbecker2009-11-131-1/+1
* | lockdep: Use cpu_clock() for lockstatPeter Zijlstra2009-10-091-8/+12
|/
* lockdep: use new arch_is_kernel_data()Mike Frysinger2009-09-231-0/+3
* lockdep: Remove recursion stattisticsMing Lei2009-08-291-4/+0
* lockdep: Fix memory usage info of BFSMing Lei2009-08-021-1/+2
* lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-021-5/+6
* lockdep: Deal with many similar locksPeter Zijlstra2009-08-021-12/+77
* lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-021-0/+33
* lockdep: Fix style nitsPeter Zijlstra2009-08-021-3/+8
* lockdep: Fix backtracesPeter Zijlstra2009-08-021-1/+11
* lockdep: BFS cleanupPeter Zijlstra2009-07-241-114/+170
* lockdep: Add statistics info for max bfs queue depthMing Lei2009-07-241-1/+5
* lockdep: Update memory usage introduced by BFSMing Lei2009-07-241-1/+5
* lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei2009-07-241-27/+25
* lockdep: Introduce print_shortest_lock_dependenciesMing Lei2009-07-241-26/+67
* lockdep: Implement find_usage_*wards by BFSMing Lei2009-07-241-108/+72
* lockdep: Implement check_noncircular() by BFSMing Lei2009-07-241-52/+37
* lockdep: Introduce match function to BFSMing Lei2009-07-241-17/+26
* lockdep: Improve implementation of BFSMing Lei2009-07-241-7/+16
* lockdep: Print the shortest dependency chain if finding a circleMing Lei2009-07-241-9/+106
* Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-8/+14
|\
| * lockdep: more robust lockdep_map init sequencePeter Zijlstra2009-04-171-8/+14
* | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* | tracing: create automated trace definesSteven Rostedt2009-04-141-9/+3
* | tracing/lockdep: report the time waited for a lockFrederic Weisbecker2009-04-101-4/+4
|/
* Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-061-0/+5
|\
| * lockdep: add stack dumps to assertsPeter Zijlstra2009-03-311-0/+5
| * Merge branch 'linus' into locking-for-linusIngo Molnar2009-03-311-2/+19
| |\
* | \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-11/+22
|\ \ \ | |_|/ |/| |
| * | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-131-7/+0
| |\|
| | * lockdep: remove duplicate CONFIG_DEBUG_LOCKDEP definitionsDavid Rientjes2009-03-051-7/+0
| * | tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-041-0/+17
| |/
| * lockdep: remove extra "irq" stringPeter Zijlstra2009-03-041-2/+2
| * lockdep: fix incorrect state namePeter Zijlstra2009-03-041-2/+3