summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman27-340/+410
2022-11-08selftests/bpf: Fix u32 variable compared with less than zeroKang Minchul1-1/+2
2022-11-05selftests/bpf: Use consistent build-id type for liburandom_read.soArtem Savkov1-3/+4
2022-11-05selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warningRong Tao3-23/+25
2022-11-04selftests/bpf: Tests for enum fwd resolved as full enum64Eduard Zingerman1-5/+83
2022-11-04libbpf: Resolve enum fwd as full enum64 and vice versaEduard Zingerman1-50/+25
2022-11-04selftests/bpf: make test_align selftest more robustAndrii Nakryiko1-14/+24
2022-11-04selftests/bpf: support stat filtering in comparison mode in veristatAndrii Nakryiko1-5/+65
2022-11-04selftests/bpf: support stats ordering in comparison mode in veristatAndrii Nakryiko1-10/+182
2022-11-04selftests/bpf: handle missing records in comparison mode better in veristatAndrii Nakryiko1-37/+110
2022-11-04selftests/bpf: make veristat emit all stats in CSV mode by defaultAndrii Nakryiko1-2/+15
2022-11-04selftests/bpf: support simple filtering of stats in veristatAndrii Nakryiko1-1/+157
2022-11-04selftests/bpf: allow to define asc/desc ordering for sort specs in veristatAndrii Nakryiko1-15/+48
2022-11-04selftests/bpf: ensure we always have non-ambiguous sorting in veristatAndrii Nakryiko1-1/+5
2022-11-04selftests/bpf: consolidate and improve file/prog filtering in veristatAndrii Nakryiko1-62/+65
2022-11-04selftests/bpf: shorten "Total insns/states" column names in veristatAndrii Nakryiko1-6/+9
2022-11-04selftests/bpf: add veristat replay modeAndrii Nakryiko1-38/+88
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-130/+273
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski63-285/+2123
2022-11-01Merge tag 'nolibc-urgent.2022.10.28a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+10
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+141
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2022-10-29Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-122/+118
2022-10-29tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes1-2/+2
2022-10-29tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau1-5/+8
2022-10-28KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_testSean Christopherson1-1/+1
2022-10-28KVM: selftests: Add tests in xen_shinfo_test to detect lock racesMichal Luczaj1-0/+140
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-104/+764
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-0/+583
2022-10-27selftests: add openvswitch selftest suiteAaron Conole4-0/+583
2022-10-27selftests: tc-testing: Add matchJSON to tdcVictor Nogueira1-7/+118
2022-10-27bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King1-1/+1
2022-10-26selftests/bpf: Fix bpftool synctypes checking failureYonghong Song1-0/+8
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing1-3/+3
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo1-8/+19
2022-10-26selftests/bpf: Panic on hard/soft lockupDaniel Müller2-1/+2
2022-10-26selftests/bpf: Add test cgrp_local_storage to DENYLIST.s390xYonghong Song1-0/+1
2022-10-26selftests/bpf: Add selftests for new cgroup local storageYonghong Song5-0/+456
2022-10-26selftests/bpf: Fix test test_libbpf_str/bpf_map_type_strYonghong Song1-0/+8
2022-10-26bpftool: Support new cgroup local storageYonghong Song2-2/+2
2022-10-26libbpf: Support new cgroup local storageYonghong Song2-0/+2
2022-10-26bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-1/+49
2022-10-26selftests/bpf: Tracing prog can still do lookup under busy lockMartin KaFai Lau2-5/+86
2022-10-26selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadl...Martin KaFai Lau2-0/+145
2022-10-26libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire1-3/+5
2022-10-25tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2-1/+4
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-16/+0
2022-10-25tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo1-14/+8