aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/lockdep (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29tools/liblockdep: don't include host headersBaruch Siach1-1/+1
2015-01-29tools/liblockdep: ignore generated .so fileBaruch Siach1-0/+1
2014-12-19tools/liblockdep: Fix debug_check thinko in mutex destroyKirill Smelkov1-2/+2
2014-07-07tools/liblockdep: Account for bitfield changes in lockdeps lock_acquireS. Lockwood-Childs3-14/+14
2014-07-07tools/liblockdep: Remove debug print left over from developmentSasha Levin1-2/+0
2014-07-07tools/liblockdep: Fix comparison of a boolean value with a value of 2zhangdianfang1-1/+1
2014-06-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-66/+1
2014-05-08tools/liblockdep: Remove all build files when doing make cleanSasha Levin1-1/+1
2014-05-08tools/liblockdep: Build liblockdep from tools/MakefileS. Lockwood-Childs1-2/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-58/+0
2014-05-01tools: Unify export.hBorislav Petkov2-8/+1
2014-04-01tools/liblockdep: Add proper versioning to the shared objSasha Levin1-11/+4
2014-04-01tools/liblockdep: Ignore asmlinkage and visibleSasha Levin1-0/+3
2014-02-26tools/liblockdep: Use realpath for srctree and objtreeWang Nan1-2/+2
2014-02-26tools/liblockdep: Add a stub for new rcu_is_watchingSasha Levin1-0/+5
2014-02-26tools/liblockdep: Mark runtests.sh as executableSasha Levin1-0/+0
2014-02-26tools/liblockdep: Add include directory to allow tests to compileIra W. Snyder1-1/+1
2014-02-26tools/liblockdep: Fix include of asm/hash.hIra W. Snyder1-0/+6
2014-02-26tools/liblockdep: Fix initialization code pathIra W. Snyder1-1/+1
2013-11-27liblockdep: Add the 'lockdep' user-space utilitySasha Levin1-0/+3
2013-11-27liblockdep: Support using LD_PRELOADSasha Levin1-0/+447
2013-11-27liblockdep: Add pthread_rwlock_t test suiteSasha Levin1-0/+13
2013-11-27liblockdep: Add public headers for pthread_rwlock_t implementationSasha Levin1-0/+86
2013-11-27liblockdep: Add pthread_mutex_t test suiteSasha Levin10-0/+158
2013-11-27liblockdep: Add public headers for pthread_mutex_t implementationSasha Levin2-0/+120
2013-11-27liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin40-0/+720