summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou
2022-07-22uapi: asm-generic: fcntl: Fix typo 'the the' in commentSlark Xiao
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady
2022-07-21selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi
2022-07-21selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi
2022-07-21selftests: tls: add a test for timeo vs lockJakub Kicinski
2022-07-21cxl/region: Add region creation supportBen Widawsky
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21perf lock: Fix a copy-n-paste bugNamhyung Kim
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams
2022-07-21libbpf: Fix str_has_sfx()'s return valueDan Carpenter
2022-07-21libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter
2022-07-20selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima
2022-07-20perf python: Ignore unused command line arguments when building with clangArnaldo Carvalho de Melo
2022-07-20perf build: Avoid defining _FORTIFY_SOURCE multiple timesArnaldo Carvalho de Melo
2022-07-20perf test: Fix test case 83 ('perf stat CSV output linter') on s390Thomas Richter
2022-07-20perf cs-etm: Fix duplicated 'the' in commentJason Wang
2022-07-20perf probe: Fix duplicated 'the' in commentJason Wang
2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo
2022-07-20perf python: Avoid deprecation warning on distutilsIan Rogers
2022-07-20perf gtk: Only support --gtk if compiled inIan Rogers
2022-07-20perf intel-pt: Add documentation for tracing guest machine user spaceAdrian Hunter
2022-07-20perf intel-pt: Use guest pid/tid etc in guest samplesAdrian Hunter
2022-07-20perf intel-pt: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-07-20perf intel-pt: Determine guest thread from guest sidebandAdrian Hunter
2022-07-20perf intel-pt: Disable sync switch with guest sidebandAdrian Hunter
2022-07-20perf intel-pt: Track guest context switchesAdrian Hunter
2022-07-20perf intel-pt: Add some more logging to intel_pt_walk_next_insn()Adrian Hunter
2022-07-20perf intel-pt: Remove guest_machine_pidAdrian Hunter
2022-07-20perf tools: Add perf_event__is_guest()Adrian Hunter
2022-07-20perf tools: Handle injected guest kernel mmap eventAdrian Hunter
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter
2022-07-20perf inject: Add support for injecting guest sideband eventsAdrian Hunter
2022-07-20perf tools: Add reallocarray_as_needed()Adrian Hunter
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter
2022-07-20perf tools: Make has_kcore_dir() work also for guest kcore_dirAdrian Hunter
2022-07-20perf tools: Remove also guest kcore_dir with host kcore_dirAdrian Hunter
2022-07-20perf script python: intel-pt-events: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-07-20perf dlfilter: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf script: Add machine_pid and vcpuAdrian Hunter
2022-07-20perf session: Use sample->machine_pid to find guest machineAdrian Hunter
2022-07-20perf tools: Add machine_pid and vcpu to perf_sampleAdrian Hunter