summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-25selftests/net: fix reinitialization of TEST_PROGS in net self tests.Adel Abouchaev
2022-08-24selftests/net: Add sk_bind_sendto_listen and sk_connect_zero_addrJoanne Koong
2022-08-24selftests/net: Add test for timing a bind request to a port with a populated ...Joanne Koong
2022-08-23Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23vsock_test: POLLIN + SO_RCVLOWAT testArseniy Krasnov
2022-08-22selftests: include bonding tests into the kselftest infraJonathan Toppins
2022-08-22perf tools: Fix compile error for x86Yang Jihong
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-20Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/...Linus Torvalds
2022-08-20Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-08-19selftests/vm: fix inability to build any vm testsAxel Rasmussen
2022-08-19selftests/net: test l2 tunnel TOS/TTL inheritingMatthias May
2022-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim
2022-08-19libperf: Add a test case for read formatsNamhyung Kim
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim
2022-08-19tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim
2022-08-19tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers kvm s390: Sync headers with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-08-19perf cpumap: Compute mask size in constant timeIan Rogers
2022-08-19perf cpumap: Synthetic events and const/staticIan Rogers
2022-08-19perf cpumap: Const map for max()Ian Rogers
2022-08-19x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-18selftests: mlxsw: Add egress VID classification testAmit Cohen
2022-08-18selftests: mlxsw: Add ingress RIF configuration test for VXLANAmit Cohen
2022-08-18selftests: mlxsw: Add ingress RIF configuration test for 802.1Q bridgeAmit Cohen
2022-08-18selftests: mlxsw: Add ingress RIF configuration test for 802.1D bridgeAmit Cohen
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-18Merge tag 'linux-kselftest-next-6.0-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-18Merge tag 'trace-rtla-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-17selftests/bpf: Few fixes for selftests/bpf built in release modeAndrii Nakryiko
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko
2022-08-17selftests/bpf: Tests libbpf autoattach APIsHao Luo
2022-08-17libbpf: Allows disabling auto attachHao Luo