summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-02-06vfio: selftests: only build tests on arm64 and x86_64Ted Logan
2026-02-06perf lock contention: fix segfault in `lock contention -b/--use-bpf`Tycho Andersen (AMD)
2026-02-06perf sort: Replace static cacheline size with sysconf cacheline sizeRicky Ringler
2026-02-06perf test: Fix test case Leader sampling on s390Thomas Richter
2026-02-06perf annotate: Fix register usage in data type profilingNamhyung Kim
2026-02-06perf stat: Ensure metrics are displayed even with failed eventsChun-Tse Shao
2026-02-06perf test addr2line_inlines: Ensure inline information shows on LBR leavesIan Rogers
2026-02-06perf callchain lbr: Make the leaf IP that of the sampleIan Rogers
2026-02-06perf kvm stat: Fix build errorLeo Yan
2026-02-06selftests/xsk: fix number of Tx frags in invalid packetLarysa Zaremba
2026-02-06selftests/xsk: properly handle batch ending in the middle of a packetLarysa Zaremba
2026-02-06selftests/landlock: Add LANDLOCK_RESTRICT_SELF_TSYNC testsGünther Noack
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack
2026-02-06perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionDapeng Mi
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi
2026-02-06perf arch: Update arch headers to use relative UAPI pathsDapeng Mi
2026-02-06perf regs: Fix abort for "-I" or "--user-regs" optionsDapeng Mi
2026-02-06perf metricgroup: Don't early exit if no CPUID table existsIan Rogers
2026-02-06perf tests: build-test coverage for NO_JEVENTS=1Ian Rogers
2026-02-06perf tests: Additional 'perf stat' testsIan Rogers
2026-02-06perf record: Make logs more readable for event open failuresLeo Yan
2026-02-06RISC-V: KVM: selftests: Add Zalasr extensions to get-reg-list testXu Lu
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei
2026-02-06KVM: riscv: selftests: add Zilsd and Zclsd extension to get-reg-list testPincheng Wang
2026-02-06selftests: netfilter: add IPV6_TUNNEL to configFlorian Westphal
2026-02-06selftests: netfilter: nft_queue.sh: add udp fraglist gro test caseFlorian Westphal
2026-02-06KVM: LoongArch: selftests: Add steal time test caseBibo Mao
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05Merge tag 'net-6.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu
2026-02-05bootconfig: Check the parsed output of the good examplesMasami Hiramatsu (Google)
2026-02-05bootconfig: Terminate value search if it hits a newlineMasami Hiramatsu (Google)
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier
2026-02-05arm64: Convert SCTLR_EL2 to sysreg infrastructureMarc Zyngier
2026-02-04selftests: ublk: organize test directories by test IDMing Lei
2026-02-04selftests: mptcp: join: no SKIP mark for group checksMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: connect cleanup TFO setupMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: avoid declaring i if not usedMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join chk_stale_nr: avoid dup statsMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: userspace: wait for new eventsMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: fix wait_mpj helperMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: wait for estab event instead of MPJMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: diag: sort all #includeMatthieu Baerts (NGI0)
2026-02-04selftests/bpf: Add tests for improved linked register trackingPuranjay Mohan
2026-02-04bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan
2026-02-04selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao
2026-02-04selftests/bpf: Strengthen timer_start_deadlock testAlexei Starovoitov