1. e58e871 tools/lib/lockdep: Remove private kernel headers by Levin, Alexander (Sasha Levin) · 8 years ago
  2. 4ea4b3c tools/lib/lockdep: Hide liblockdep output from test results by Levin, Alexander (Sasha Levin) · 8 years ago
  3. 3f5a393 tools/lib/lockdep: Add dummy current_gfp_context() by Levin, Alexander (Sasha Levin) · 8 years ago
  4. 3156cba tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address by Levin, Alexander (Sasha Levin) · 8 years ago
  5. f9155dd tools/lib/lockdep: Include err.h by Levin, Alexander (Sasha Levin) · 8 years ago
  6. d8633a3 tools/lib/lockdep: Use LDFLAGS by Ben Hutchings · 8 years ago
  7. e3addcc tools/lib/lockdep: Remove double-quotes from soname by Ben Hutchings · 8 years ago
  8. ea59f30 tools/lib/lockdep: Fix object file paths used in an out-of-tree build by Ben Hutchings · 8 years ago
  9. 6c8e648 tools/lib/lockdep: Fix compilation for 4.11 by Levin, Alexander (Sasha Levin) · 8 years ago
  10. 20fb654 tools/lib/lockdep: Don't mix fd-based and stream IO by Alexander Sverdlin · 8 years ago
  11. a9b94d2 tools/lib/lockdep: Remove -lpthread compiler option by Vishal Thanki · 8 years ago
  12. 1baa754 tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname() by Ben Hutchings · 8 years ago
  13. b016d87 tools/lib/lockdep: Fix 'set but not used' warnings by Ben Hutchings · 8 years ago
  14. bb7ea2a tools/lib/lockdep: Fix 'unused value' warnings by Ben Hutchings · 8 years ago
  15. db8f779 tools/lib/lockdep: Enable -Wall by default by Ben Hutchings · 8 years ago
  16. 108744c tools/lib/lockdep: Define the ARRAY_SIZE() macro by Ben Hutchings · 8 years ago
  17. 98dcea0 tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth by Ben Hutchings · 8 years ago
  18. 3752466 tools/lib/lockdep: Fix undefined symbol prandom_u32 by Ben Hutchings · 8 years ago
  19. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  20. a189c01 tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh by Sedat Dilek · 9 years ago
  21. 013e379 tools/lib/lockdep: Fix link creation warning by Ingo Molnar · 9 years ago
  22. 11a1ac2 tools/lib/lockdep: Add tests for AA and ABBA locking by Alfredo Alvarez Fernandez · 9 years ago
  23. 9d5a23a tools/lib/lockdep: Add userspace version of READ_ONCE() by Alfredo Alvarez Fernandez · 9 years ago
  24. b2ed099 tools/lib/lockdep: Fix the build on recent kernels by Ingo Molnar · 9 years ago
  25. 06bea3d locking/lockdep: Eliminate lockdep_init() by Andrey Ryabinin · 9 years ago
  26. 24ee9b5 tools lockdep: Add *.cmd files clean up by Jiri Olsa · 9 years ago
  27. b32e1f5 Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into locking/urgent by Ingo Molnar · 9 years ago
  28. 2b62c2d tools/liblockdep: explicitly declare lockdep API we call from liblockdep by Sasha Levin · 9 years ago
  29. e308e94 tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER by Sasha Levin · 9 years ago
  30. 1393ba5 tools/liblockdep: remove task argument from debug_check_no_locks_held by Sasha Levin · 9 years ago
  31. 7c422f5 tools build: Build fixdep helper from perf and basic libs by Jiri Olsa · 9 years ago
  32. ab6201d tools build: Add Makefile.include by Jiri Olsa · 9 years ago
  33. 33fef66 tools/liblockdep: Use the rbtree header provided by common tools headers by Sasha Levin · 9 years ago
  34. 62b989d tools/liblockdep: Correct macro for WARN by Sasha Levin · 9 years ago
  35. 2480257 tools/liblockdep: Fix compilation error by Eunbong Song · 10 years ago
  36. d1e40e5 tools/liblockdep: Fix linker error in case of cross compile by Eunbong Song · 10 years ago
  37. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 10 years ago
  38. 9244e2c tools lib lockdep: Use tools build framework by Jiri Olsa · 10 years ago
  39. 8baeccd tools/liblockdep: don't include host headers by Baruch Siach · 10 years ago
  40. 7728b35 tools/liblockdep: ignore generated .so file by Baruch Siach · 10 years ago
  41. 95bfdf2 tools/liblockdep: Fix debug_check thinko in mutex destroy by Kirill Smelkov · 10 years ago
  42. b108278 tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire by S. Lockwood-Childs · 10 years ago
  43. 0c37c68 tools/liblockdep: Remove debug print left over from development by Sasha Levin · 10 years ago
  44. 6c642e4 tools/liblockdep: Fix comparison of a boolean value with a value of 2 by zhangdianfang · 11 years ago
  45. 3d521f9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  46. ad3b564 tools/liblockdep: Remove all build files when doing make clean by Sasha Levin · 11 years ago
  47. 0041898e tools/liblockdep: Build liblockdep from tools/Makefile by S. Lockwood-Childs · 11 years ago
  48. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  49. 5ac3e4b tools: Unify export.h by Borislav Petkov · 11 years ago
  50. be227b4 tools/liblockdep: Add proper versioning to the shared obj by Sasha Levin · 11 years ago
  51. 95f7547 tools/liblockdep: Ignore asmlinkage and visible by Sasha Levin · 11 years ago
  52. 7b88534 tools/liblockdep: Use realpath for srctree and objtree by Wang Nan · 11 years ago
  53. 9e3513b tools/liblockdep: Add a stub for new rcu_is_watching by Sasha Levin · 11 years ago
  54. 1ddc1ff tools/liblockdep: Mark runtests.sh as executable by Sasha Levin · 11 years ago
  55. aef5976 tools/liblockdep: Add include directory to allow tests to compile by Ira W. Snyder · 11 years ago
  56. 7575982 tools/liblockdep: Fix include of asm/hash.h by Ira W. Snyder · 11 years ago
  57. 367d896 tools/liblockdep: Fix initialization code path by Ira W. Snyder · 11 years ago
  58. f612ac0 liblockdep: Add the 'lockdep' user-space utility by Sasha Levin · 12 years ago
  59. 231941e liblockdep: Support using LD_PRELOAD by Sasha Levin · 12 years ago
  60. dbe9418 liblockdep: Add pthread_rwlock_t test suite by Sasha Levin · 12 years ago
  61. 5a52c9b liblockdep: Add public headers for pthread_rwlock_t implementation by Sasha Levin · 12 years ago
  62. 878f968 liblockdep: Add pthread_mutex_t test suite by Sasha Levin · 12 years ago
  63. 45e6207 liblockdep: Add public headers for pthread_mutex_t implementation by Sasha Levin · 12 years ago
  64. 5634bd7 liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspace by Sasha Levin · 12 years ago