index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
lockdep
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
tools/lib/lockdep: Remove private kernel headers
Levin, Alexander (Sasha Levin)
34
-410
/
+3
2017-06-05
tools/lib/lockdep: Hide liblockdep output from test results
Levin, Alexander (Sasha Levin)
1
-2
/
+2
2017-06-05
tools/lib/lockdep: Add dummy current_gfp_context()
Levin, Alexander (Sasha Levin)
1
-0
/
+3
2017-06-05
tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address
Levin, Alexander (Sasha Levin)
2
-0
/
+10
2017-06-05
tools/lib/lockdep: Include err.h
Levin, Alexander (Sasha Levin)
1
-0
/
+1
2017-06-05
tools/lib/lockdep: Use LDFLAGS
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Remove double-quotes from soname
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Fix object file paths used in an out-of-tree build
Ben Hutchings
1
-4
/
+4
2017-06-05
tools/lib/lockdep: Fix compilation for 4.11
Levin, Alexander (Sasha Levin)
4
-3
/
+6
2017-06-05
tools/lib/lockdep: Don't mix fd-based and stream IO
Alexander Sverdlin
3
-3
/
+6
2017-06-05
tools/lib/lockdep: Remove -lpthread compiler option
Vishal Thanki
1
-2
/
+2
2017-06-05
tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname()
Ben Hutchings
2
-10
/
+10
2017-06-05
tools/lib/lockdep: Fix 'set but not used' warnings
Ben Hutchings
1
-4
/
+4
2017-06-05
tools/lib/lockdep: Fix 'unused value' warnings
Ben Hutchings
3
-5
/
+15
2017-06-05
tools/lib/lockdep: Enable -Wall by default
Ben Hutchings
1
-0
/
+1
2017-06-05
tools/lib/lockdep: Define the ARRAY_SIZE() macro
Ben Hutchings
1
-0
/
+2
2017-06-05
tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth
Ben Hutchings
1
-1
/
+1
2017-06-05
tools/lib/lockdep: Fix undefined symbol prandom_u32
Ben Hutchings
1
-0
/
+7
2016-12-11
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
1
-1
/
+1
2016-03-30
tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh
Sedat Dilek
1
-4
/
+8
2016-02-29
tools/lib/lockdep: Fix link creation warning
Ingo Molnar
1
-1
/
+1
2016-02-29
tools/lib/lockdep: Add tests for AA and ABBA locking
Alfredo Alvarez Fernandez
3
-4
/
+63
2016-02-29
tools/lib/lockdep: Add userspace version of READ_ONCE()
Alfredo Alvarez Fernandez
1
-0
/
+1
2016-02-29
tools/lib/lockdep: Fix the build on recent kernels
Ingo Molnar
1
-0
/
+6
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
3
-8
/
+0
2016-01-11
tools lockdep: Add *.cmd files clean up
Jiri Olsa
1
-1
/
+1
2015-11-09
Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
4
-2
/
+7
2015-11-06
tools/liblockdep: explicitly declare lockdep API we call from liblockdep
Sasha Levin
2
-1
/
+4
2015-11-06
tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER
Sasha Levin
1
-0
/
+2
2015-11-06
tools/liblockdep: remove task argument from debug_check_no_locks_held
Sasha Levin
1
-1
/
+1
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
1
-1
/
+3
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
1
-1
/
+1
2015-08-25
tools/liblockdep: Use the rbtree header provided by common tools headers
Sasha Levin
2
-2
/
+1
2015-08-25
tools/liblockdep: Correct macro for WARN
Sasha Levin
1
-1
/
+1
2015-05-13
tools/liblockdep: Fix compilation error
Eunbong Song
1
-0
/
+3
2015-05-13
tools/liblockdep: Fix linker error in case of cross compile
Eunbong Song
1
-1
/
+2
2015-02-26
Merge tag 'v4.0-rc1' into perf/core, to refresh the tree
Ingo Molnar
2
-1
/
+2
2015-02-12
tools lib lockdep: Use tools build framework
Jiri Olsa
2
-109
/
+24
2015-01-29
tools/liblockdep: don't include host headers
Baruch Siach
1
-1
/
+1
2015-01-29
tools/liblockdep: ignore generated .so file
Baruch Siach
1
-0
/
+1
2014-12-19
tools/liblockdep: Fix debug_check thinko in mutex destroy
Kirill Smelkov
1
-2
/
+2
2014-07-07
tools/liblockdep: Account for bitfield changes in lockdeps lock_acquire
S. Lockwood-Childs
3
-14
/
+14
2014-07-07
tools/liblockdep: Remove debug print left over from development
Sasha Levin
1
-2
/
+0
2014-07-07
tools/liblockdep: Fix comparison of a boolean value with a value of 2
zhangdianfang
1
-1
/
+1
2014-06-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-66
/
+1
2014-05-08
tools/liblockdep: Remove all build files when doing make clean
Sasha Levin
1
-1
/
+1
2014-05-08
tools/liblockdep: Build liblockdep from tools/Makefile
S. Lockwood-Childs
1
-2
/
+1
2014-05-01
tools: Consolidate types.h
Borislav Petkov
1
-58
/
+0
2014-05-01
tools: Unify export.h
Borislav Petkov
2
-8
/
+1
2014-04-01
tools/liblockdep: Add proper versioning to the shared obj
Sasha Levin
1
-11
/
+4
[next]