summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-02-15selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEMEduard Zingerman
2023-02-15bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-02-15Merge branches 'pm-tools' and 'pm-docs'Rafael J. Wysocki
2023-02-15selftests/bpf: Fix map_kptr test.Alexei Starovoitov
2023-02-15selftests/bpf: Cross-compile bpftoolBjörn Töpel
2023-02-15selftests/bpf: Fix build error for LoongArchTiezhu Yang
2023-02-15tools/lib/thermal: Fix include path for libnl3 in pkg-config file.Vibhav Pant
2023-02-15tools/lib/thermal: Fix thermal_sampling_exit()Vincent Guittot
2023-02-13selftests/bpf: Clean up dynptr prog_testsJoanne Koong
2023-02-13selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong
2023-02-13selftests/bpf: Add rbtree selftestsDave Marchevsky
2023-02-13bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.hDave Marchevsky
2023-02-13bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-02-13selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich
2023-02-13x86/xen: mark xen_pv_play_dead() as __noreturnJuergen Gross
2023-02-11Merge tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-11objtool: mem*() are not uaccess safePeter Zijlstra
2023-02-10selftests: forwarding: Add MDB dump test casesIdo Schimmel
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-10libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-02-10selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich
2023-02-10selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich
2023-02-10selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich
2023-02-10selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich
2023-02-10tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich
2023-02-10selftests/bpf: Quote host toolsIlya Leoshkevich
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-02-09selftests: fib_rule_tests: Test UDP and TCP connections with DSCP rules.Guillaume Nault
2023-02-09self-tests: introduce self-tests for RPS default maskPaolo Abeni
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa
2023-02-09Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-09selftests: forwarding: lib: quote the sysctl valuesHangbin Liu
2023-02-08selftests: Fix failing VXLAN VNI filtering testIdo Schimmel
2023-02-08libbpf: Add sample_period to creation optionsJon Doron
2023-02-08selftests: mptcp: stop tests earlierMatthieu Baerts
2023-02-08selftests: mptcp: allow more slack for slow test-casePaolo Abeni
2023-02-07libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi
2023-02-07tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers
2023-02-07tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa
2023-02-07kselftest/arm64: Don't require FA64 for streaming SVE+ZA testsMark Brown
2023-02-07kselftest/arm64: Copy whole EXTRA contextMark Brown
2023-02-07selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more com...Vladimir Oltean
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-02-06selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King
2023-02-06libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang
2023-02-06selftests: Emit a warning if getcpu() is missing on 32bitSebastian Andrzej Siewior
2023-02-06selftests: forwarding: bridge_mdb_max: Add a new selftestPetr Machata