summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-12perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo1-1/+1
2019-02-12perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo1-1/+3
2019-02-12tools/power/x86/intel_pstate_tracer: Fix non root execution for post processi...Doug Smythies1-2/+2
2019-02-12perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-02-12perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-02-12perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-02-12perf test: Fix perf_event_attr test failureAdrian Hunter1-1/+1
2019-02-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev1-4/+4
2019-02-12perf tools: Add Hygon Dhyana supportPu Wen1-1/+1
2019-02-12bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10
2019-02-12Tools: hv: kvp: Fix a warning of buffer overflow with gcc 8.0.1Dexuan Cui1-2/+13
2019-02-06selftests/seccomp: Enhance per-arch ptrace syscall skip testsKees Cook1-15/+57
2019-01-31x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen1-10/+31
2019-01-26perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2-0/+5
2019-01-26perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2-0/+5
2019-01-26perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan1-1/+1
2019-01-26tools lib subcmd: Don't add the kernel sources to the include pathArnaldo Carvalho de Melo1-2/+0
2019-01-26perf stat: Avoid segfaults caused by negated optionsMichael Petlan1-1/+7
2019-01-26perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKXAndi Kleen2-2/+2
2019-01-26perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-26perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-26perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli1-6/+14
2019-01-26perf intel-pt: Fix error with config term "pt=0"Adrian Hunter1-0/+11
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-0/+13
2019-01-26selftests: do not macro-expand failed assertion expressionsDmitry V. Levin1-21/+21
2019-01-26selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2-10/+14
2019-01-22selftests: Fix test errors related to lib.mk khdr targetShuah Khan7-6/+10
2019-01-13mm, devm_memremap_pages: fix shutdown handlingDan Williams1-1/+14
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2019-01-13virtio: fix test build after uio.h changeMichael S. Tsirkin1-0/+4
2019-01-09tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)1-0/+1
2019-01-09perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo1-1/+1
2019-01-09perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2019-01-09perf script: Use fallbacks for branch stacksAdrian Hunter2-14/+14
2019-01-09perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter1-1/+1
2019-01-09perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter4-0/+60
2019-01-09perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter4-0/+16
2018-12-21tools/testing/nvdimm: Align test resources to 128MDan Williams1-2/+33
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-12-21tools/bpf: add addition type tests to test_btfYonghong Song1-0/+361
2018-12-21tools/bpf: fix two test_btf unit test casesMartin KaFai Lau1-7/+7
2018-12-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree1-0/+19
2018-12-17proc: fixup map_files test on armAlexey Dobriyan1-2/+7
2018-12-17tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski1-3/+7
2018-12-17objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov1-3/+14
2018-12-17objtool: Fix double-free in .cold detection error pathArtem Savkov1-1/+1
2018-12-17perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2-2/+16
2018-12-17perf tools: Fix crash on synthesizing the unitJiri Olsa2-2/+2
2018-12-17selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal4-0/+87
2018-12-17tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet1-1/+1