summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-05-28tools/memory-model: Add data-race detectionAlan Stern
2019-05-28tools/memory-model: Add definitions of plain and marked accessesAlan Stern
2019-05-28tools/memory-model: Prepare for data-race detectionAlan Stern
2019-05-28tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo
2019-05-28perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter
2019-05-28perf machine: Read also the end of the kernelJiri Olsa
2019-05-28perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo
2019-05-28perf session: Add missing swap ops for namespace eventsNamhyung Kim
2019-05-28perf namespace: Protect reading thread's namespaceNamhyung Kim
2019-05-28tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo
2019-05-28tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo
2019-05-28tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo
2019-05-28tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo
2019-05-28tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo
2019-05-28tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo
2019-05-28perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden
2019-05-28selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet
2019-05-28libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet
2019-05-28tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet
2019-05-28libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam
2019-05-28bpf: style fix in while(!feof()) loopChang-Hsien Tsai
2019-05-28bpftool: auto-complete BTF IDs for btf dumpAndrii Nakryiko
2019-05-27virtio: add unlikely() to WARN_ON_ONCE()Igor Stoppa
2019-05-27Add README and update pm-graph and sleepgraph docsTodd Brandt
2019-05-27Update to pm-graph 5.4Todd Brandt
2019-05-27Update to pm-graph 5.3Todd Brandt
2019-05-26selftest: Fixes for icmp_redirect testDavid Ahern
2019-05-26selftests/tls: add test for sleeping even though there is dataJakub Kicinski
2019-05-26selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski
2019-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu
2019-05-25selftests/ftrace: Add user-memory access syntax testcaseMasami Hiramatsu
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang
2019-05-24selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang
2019-05-24libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang
2019-05-24tools: bpf: sync uapi header bpf.hJiong Wang
2019-05-24Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-24Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song
2019-05-24tools/bpf: sync bpf uapi header bpf.h to tools directoryYonghong Song
2019-05-24bpftool: update bash-completion w/ new c option for btf dumpAndrii Nakryiko
2019-05-24bpftool/docs: add description of btf dump C optionAndrii Nakryiko
2019-05-24bpftool: add C output format option to btf dump subcommandAndrii Nakryiko
2019-05-24selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko
2019-05-24libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko
2019-05-24libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko
2019-05-24selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko