| Commit message (Expand) | Author | Age | Files | Lines |
* | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai | 2019-10-09 | 4 | -12/+11 |
* | lockdep/lib/tests: Test dynamic key registration | Bart Van Assche | 2019-02-28 | 3 | -5/+17 |
* | lockdep/lib/tests: Fix run_tests.sh | Bart Van Assche | 2019-02-28 | 1 | -3/+3 |
* | tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementation | Bart Van Assche | 2018-12-11 | 9 | -0/+30 |
* | tools/lib/lockdep: Add dummy print_irqtrace_events() implementation | Bart Van Assche | 2018-12-11 | 1 | -0/+5 |
* | tools/lib/lockdep: Rename "trywlock" into "trywrlock" | Bart Van Assche | 2018-12-11 | 1 | -3/+3 |
* | tools/lib/lockdep/tests: Run lockdep tests a second time under Valgrind | Bart Van Assche | 2018-12-11 | 1 | -0/+14 |
* | tools/lib/lockdep/tests: Improve testing accuracy | Bart Van Assche | 2018-12-11 | 12 | -2/+25 |
* | tools/lib/lockdep/tests: Fix shellcheck warnings | Bart Van Assche | 2018-12-11 | 1 | -8/+4 |
* | tools/lib/lockdep/tests: Display compiler warning and error messages | Bart Van Assche | 2018-12-11 | 1 | -5/+9 |
* | tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ... | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 20 | -0/+20 |
* | tools/lib/lockdep: Remove private kernel headers | Levin, Alexander (Sasha Levin) | 2017-06-05 | 34 | -410/+3 |
* | tools/lib/lockdep: Hide liblockdep output from test results | Levin, Alexander (Sasha Levin) | 2017-06-05 | 1 | -2/+2 |
* | tools/lib/lockdep: Add dummy current_gfp_context() | Levin, Alexander (Sasha Levin) | 2017-06-05 | 1 | -0/+3 |
* | tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address | Levin, Alexander (Sasha Levin) | 2017-06-05 | 2 | -0/+10 |
* | tools/lib/lockdep: Include err.h | Levin, Alexander (Sasha Levin) | 2017-06-05 | 1 | -0/+1 |
* | tools/lib/lockdep: Use LDFLAGS | Ben Hutchings | 2017-06-05 | 1 | -1/+1 |
* | tools/lib/lockdep: Remove double-quotes from soname | Ben Hutchings | 2017-06-05 | 1 | -1/+1 |
* | tools/lib/lockdep: Fix object file paths used in an out-of-tree build | Ben Hutchings | 2017-06-05 | 1 | -4/+4 |
* | tools/lib/lockdep: Fix compilation for 4.11 | Levin, Alexander (Sasha Levin) | 2017-06-05 | 4 | -3/+6 |
* | tools/lib/lockdep: Don't mix fd-based and stream IO | Alexander Sverdlin | 2017-06-05 | 3 | -3/+6 |
* | tools/lib/lockdep: Remove -lpthread compiler option | Vishal Thanki | 2017-06-05 | 1 | -2/+2 |
* | tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname() | Ben Hutchings | 2017-06-05 | 2 | -10/+10 |
* | tools/lib/lockdep: Fix 'set but not used' warnings | Ben Hutchings | 2017-06-05 | 1 | -4/+4 |
* | tools/lib/lockdep: Fix 'unused value' warnings | Ben Hutchings | 2017-06-05 | 3 | -5/+15 |
* | tools/lib/lockdep: Enable -Wall by default | Ben Hutchings | 2017-06-05 | 1 | -0/+1 |
* | tools/lib/lockdep: Define the ARRAY_SIZE() macro | Ben Hutchings | 2017-06-05 | 1 | -0/+2 |
* | tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth | Ben Hutchings | 2017-06-05 | 1 | -1/+1 |
* | tools/lib/lockdep: Fix undefined symbol prandom_u32 | Ben Hutchings | 2017-06-05 | 1 | -0/+7 |
* | make use of make variable CURDIR instead of calling pwd | Uwe Kleine-König | 2016-12-11 | 1 | -1/+1 |
* | tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh | Sedat Dilek | 2016-03-30 | 1 | -4/+8 |
* | tools/lib/lockdep: Fix link creation warning | Ingo Molnar | 2016-02-29 | 1 | -1/+1 |
* | tools/lib/lockdep: Add tests for AA and ABBA locking | Alfredo Alvarez Fernandez | 2016-02-29 | 3 | -4/+63 |
* | tools/lib/lockdep: Add userspace version of READ_ONCE() | Alfredo Alvarez Fernandez | 2016-02-29 | 1 | -0/+1 |
* | tools/lib/lockdep: Fix the build on recent kernels | Ingo Molnar | 2016-02-29 | 1 | -0/+6 |
* | locking/lockdep: Eliminate lockdep_init() | Andrey Ryabinin | 2016-02-09 | 3 | -8/+0 |
* | tools lockdep: Add *.cmd files clean up | Jiri Olsa | 2016-01-11 | 1 | -1/+1 |
* | Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-11-09 | 4 | -2/+7 |
|\ |
|
| * | tools/liblockdep: explicitly declare lockdep API we call from liblockdep | Sasha Levin | 2015-11-06 | 2 | -1/+4 |
| * | tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTER | Sasha Levin | 2015-11-06 | 1 | -0/+2 |
| * | tools/liblockdep: remove task argument from debug_check_no_locks_held | Sasha Levin | 2015-11-06 | 1 | -1/+1 |
* | | tools build: Build fixdep helper from perf and basic libs | Jiri Olsa | 2015-09-28 | 1 | -1/+3 |
* | | tools build: Add Makefile.include | Jiri Olsa | 2015-09-28 | 1 | -1/+1 |
|/ |
|
* | tools/liblockdep: Use the rbtree header provided by common tools headers | Sasha Levin | 2015-08-25 | 2 | -2/+1 |
* | tools/liblockdep: Correct macro for WARN | Sasha Levin | 2015-08-25 | 1 | -1/+1 |
* | tools/liblockdep: Fix compilation error | Eunbong Song | 2015-05-13 | 1 | -0/+3 |
* | tools/liblockdep: Fix linker error in case of cross compile | Eunbong Song | 2015-05-13 | 1 | -1/+2 |
* | Merge tag 'v4.0-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-02-26 | 2 | -1/+2 |
|\ |
|