summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-11objtool: Check local label in read_unwind_hints()Tiezhu Yang1-1/+11
2024-03-11objtool: Check local label in add_dead_ends()Tiezhu Yang2-17/+24
2024-03-11objtool/LoongArch: Enable orc to be builtTiezhu Yang5-0/+250
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang5-179/+206
2024-03-11objtool/LoongArch: Implement instruction decoderTiezhu Yang3-2/+443
2024-03-11objtool/LoongArch: Enable objtool to be builtTiezhu Yang6-0/+173
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+11
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-11/+78
2024-03-06selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann1-2/+2
2024-03-06selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman1-0/+70
2024-03-04selftests: mptcp: diag: avoid extra waitingMatthieu Baerts (NGI0)1-6/+3
2024-03-04selftests: mptcp: diag: return KSFT_FAIL not test_cntGeliang Tang1-3/+3
2024-03-03Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+6
2024-03-01selftests/powerpc: Fix fpu_signal failuresMichael Ellerman1-10/+6
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-16/+257
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-1/+190
2024-02-29tools: ynl: fix handling of multiple mcast groupsJakub Kicinski1-0/+1
2024-02-29selftests: netfilter: add bridge conntrack + multicast test caseFlorian Westphal2-1/+190
2024-02-27selftests: mptcp: explicitly trigger the listener diag code-pathPaolo Abeni1-1/+29
2024-02-27selftests: mptcp: join: add ss mptcp support checkGeliang Tang1-0/+5
2024-02-27selftests: mptcp: rm subflow with v4/v4mapped addrGeliang Tang2-14/+18
2024-02-26selftests: net: veth: test syncing GRO and XDP state while device is downJakub Kicinski1-0/+14
2024-02-25Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-9/+70
2024-02-23Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+6
2024-02-23KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson1-0/+6
2024-02-23KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson1-1/+5
2024-02-22Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-31/+91
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-97/+345
2024-02-22selftests/iommu: fix the config fragmentMuhammad Usama Anjum1-2/+3
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni6-3/+181
2024-02-22selftests: ioam: refactoring to align with the fixJustin Iurman2-67/+66
2024-02-22tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-02-22tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski1-3/+8
2024-02-22selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca1-0/+19
2024-02-22selftests: tls: add test for merging of same-type control messagesSabrina Dubroca1-0/+26
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams159-941/+1667
2024-02-21selftests/mm: uffd-unit-test check if huge page size is 0Terry Tritton1-0/+6
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao2-1/+12
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau2-2/+67
2024-02-19selftests: bonding: set active slave to primary eth1 specificallyHangbin Liu1-0/+2
2024-02-18selftests: mptcp: diag: unique 'cestab' subtest namesMatthieu Baerts (NGI0)1-6/+11
2024-02-18selftests: mptcp: diag: unique 'in use' subtest namesMatthieu Baerts (NGI0)1-8/+12
2024-02-18selftests: mptcp: userspace_pm: unique subtest namesMatthieu Baerts (NGI0)1-2/+2
2024-02-18selftests: mptcp: simult flows: fix some subtest namesMatthieu Baerts (NGI0)1-1/+2
2024-02-18selftests: mptcp: diag: fix bash warnings on older kernelsMatthieu Baerts (NGI0)1-2/+2
2024-02-18selftests: mptcp: pm nl: avoid error msg on older kernelsMatthieu Baerts (NGI0)1-1/+1
2024-02-18selftests: mptcp: pm nl: also list skipped testsMatthieu Baerts (NGI0)1-0/+6
2024-02-18Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2024-02-17cxl/test: Add support for qos_class checkingDave Jiang4-9/+70
2024-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds58-239/+236