summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17static_call: Pull some static_call declarations to the type headersPeter Zijlstra
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby
2021-02-16net: re-solve some conflicts after net -> net-next mergeJakub Kicinski
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini
2021-02-15selftests: kvm: add hardware_disable testIgnacio Alvarado
2021-02-15selftests: gpio: add CONFIG_GPIO_CDEV to configKent Gibson
2021-02-15selftests: gpio: port to GPIO uAPI v2Kent Gibson
2021-02-15tools: gpio: remove uAPI v1 code no longer used by selftestsKent Gibson
2021-02-15selftests: remove obsolete gpio references from kselftest_deps.shKent Gibson
2021-02-15selftests: remove obsolete build restriction for gpioKent Gibson
2021-02-15selftests: gpio: remove obsolete gpio-mockup-chardev.cKent Gibson
2021-02-15selftests: gpio: rework and simplify test implementationKent Gibson
2021-02-15kselftest: add support for skipped testsTimur Tabi
2021-02-12selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov
2021-02-12selftests: tc: Add generic mpls matching support for tc-flowerGuillaume Nault
2021-02-12selftests: tc: Add basic mpls_* matching support for tc-flowerGuillaume Nault
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti
2021-02-12selftests: mptcp: fail if not enough SYN/3rd ACKMatthieu Baerts
2021-02-12selftests: mptcp: display warnings on one lineMatthieu Baerts
2021-02-12selftests: mptcp: fix ACKRX debug messageMatthieu Baerts
2021-02-12selftests: mptcp: dump more info on errorsPaolo Abeni
2021-02-13selftests/bpf: Tests using bpf_check_mtu BPF-helperJesper Dangaard Brouer
2021-02-13selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirectJesper Dangaard Brouer
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv
2021-02-12perf symbols: Fix return value when loading PE DSONicholas Fraser
2021-02-12perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser
2021-02-12tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu
2021-02-12perf arm-spe: Store operation type in packetLeo Yan
2021-02-12perf arm-spe: Store memory address in packetLeo Yan
2021-02-12perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers
2021-02-12perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers
2021-02-12bpf: selftests: Add non function pointer test to struct_opsMartin KaFai Lau
2021-02-12libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau
2021-02-12libbpf: Use AF_LOCAL instead of AF_INET in xsk.cStanislav Fomichev
2021-02-12tracing/tools: Add the latency-collector to tools directoryViktor Rosendahl
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar