summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-05-19bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov
2021-05-19perf intel-pt: Fix sample instruction bytesAdrian Hunter
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter
2021-05-19perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter
2021-05-19selftests/bpf: Convert test trace_printk to lskel.Alexei Starovoitov
2021-05-19selftests/bpf: Convert test printk to use rodata.Alexei Starovoitov
2021-05-19selftests/bpf: Convert atomics test to light skeleton.Alexei Starovoitov
2021-05-19selftests/bpf: Convert few tests to light skeleton.Alexei Starovoitov
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov
2021-05-19libbpf: Introduce bpf_map__initial_value().Alexei Starovoitov
2021-05-19libbpf: Cleanup temp FDs when intermediate sys_bpf fails.Alexei Starovoitov
2021-05-19libbpf: Generate loader program out of BPF ELF file.Alexei Starovoitov
2021-05-19libbpf: Preliminary support for fd_idxAlexei Starovoitov
2021-05-19libbpf: Add bpf_object pointer to kernel_supports().Alexei Starovoitov
2021-05-19libbpf: Change the order of data and text relocations.Alexei Starovoitov
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov
2021-05-19selftests/bpf: Test for btf_load command.Alexei Starovoitov
2021-05-19selftests/bpf: Test for syscall program typeAlexei Starovoitov
2021-05-19libbpf: Support for syscall program typeAlexei Starovoitov
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18selftests: forwarding: Add test for custom multipath hash with IPv6 GREIdo Schimmel
2021-05-18selftests: forwarding: Add test for custom multipath hash with IPv4 GREIdo Schimmel
2021-05-18selftests: forwarding: Add test for custom multipath hashIdo Schimmel
2021-05-17tools arch kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo
2021-05-17perf buildid-list: Initialize zstd_dataMilian Wolff
2021-05-17selftests: mlxsw: qos_lib: Drop __mlnx_qosPetr Machata
2021-05-17selftests: mlxsw: qos_pfc: Convert to iproute2 dcbPetr Machata
2021-05-17selftests: mlxsw: qos_headroom: Convert to iproute2 dcbPetr Machata
2021-05-17selftests: mlxsw: Make sampling test more robustIdo Schimmel
2021-05-17selftests: mlxsw: Make the unsplit array global in port_scale testDanielle Ratson
2021-05-17selftests: Lowest IPv4 address in a subnet is validSeth David Schoen
2021-05-17libbpf: Add selftests for TC-BPF management APIKumar Kartikeya Dwivedi
2021-05-17libbpf: Add low level TC-BPF management APIKumar Kartikeya Dwivedi
2021-05-17libbpf: Add various netlink helpersKumar Kartikeya Dwivedi
2021-05-17tools build: Fix quiet cmd indentationKees Cook
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-15Merge tag 'objtool-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-15Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-14libbpf: Reject static entry-point BPF programsAndrii Nakryiko
2021-05-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-05-13libbpf: Reject static mapsAndrii Nakryiko
2021-05-13selftests/bpf: Validate skeleton gen handles skipped fieldsAndrii Nakryiko
2021-05-12ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams
2021-05-12tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' staticZou Wei
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik
2021-05-12objtool: Fix elf_create_undef_symbol() endiannessVasily Gorbik
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller