summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-05-28tools/memory-model: Add data-race detectionAlan Stern3-1/+51
2019-05-28tools/memory-model: Add definitions of plain and marked accessesAlan Stern2-7/+14
2019-05-28tools/memory-model: Prepare for data-race detectionAlan Stern1-7/+9
2019-05-28tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo4-3/+105
2019-05-28perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter1-3/+6
2019-05-28perf machine: Read also the end of the kernelJiri Olsa1-9/+18
2019-05-28perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo1-1/+8
2019-05-28perf session: Add missing swap ops for namespace eventsNamhyung Kim1-0/+21
2019-05-28perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-05-28tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo1-0/+37
2019-05-28tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo1-73/+181
2019-05-28tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo1-0/+3
2019-05-28tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo1-0/+1
2019-05-28tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo1-0/+3
2019-05-28tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo4-1/+83
2019-05-28perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov1-1/+1
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-05-28selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev1-0/+32
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet5-14/+26
2019-05-28libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet4-4/+25
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet10-2/+45
2019-05-28libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam1-3/+1
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai2-6/+2
2019-05-28bpftool: auto-complete BTF IDs for btf dumpAndrii Nakryiko1-0/+9
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa1-1/+1
2019-05-27Add README and update pm-graph and sleepgraph docsTodd Brandt3-2/+592
2019-05-27Update to pm-graph 5.4Todd Brandt2-152/+347
2019-05-27Update to pm-graph 5.3Todd Brandt1-117/+379
2019-05-27selftest: Fixes for icmp_redirect testDavid Ahern1-8/+38
2019-05-27selftests/tls: add test for sleeping even though there is dataJakub Kicinski1-0/+15
2019-05-27selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski1-0/+19
2019-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-73/+75
2019-05-26perf-probe: Add user memory access attribute supportMasami Hiramatsu6-8/+35
2019-05-26selftests/ftrace: Add user-memory access syntax testcaseMasami Hiramatsu1-0/+32
2019-05-25selftests: bpf: enable hi32 randomization for all testsJiong Wang7-5/+51
2019-05-25selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang1-10/+19
2019-05-25libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang4-0/+6
2019-05-25tools: bpf: sync uapi header bpf.hJiong Wang1-0/+18
2019-05-25Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds6-62/+119
2019-05-25Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-13/+21
2019-05-25Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds10-120/+10
2019-05-25tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song3-0/+250
2019-05-25tools/bpf: sync bpf uapi header bpf.h to tools directoryYonghong Song1-1/+16
2019-05-25bpftool: update bash-completion w/ new c option for btf dumpAndrii Nakryiko1-4/+17
2019-05-25bpftool/docs: add description of btf dump C optionAndrii Nakryiko1-15/+20
2019-05-25bpftool: add C output format option to btf dump subcommandAndrii Nakryiko1-2/+73
2019-05-25selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko10-1/+824
2019-05-25libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko4-1/+1359
2019-05-25libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko1-116/+85
2019-05-25selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko3-1/+384