aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-24Merge 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-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-21tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-02-21tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski1-3/+8
2024-02-21selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca1-0/+19
2024-02-21selftests: tls: add test for merging of same-type control messagesSabrina Dubroca1-0/+26
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams159-941/+1667
2024-02-20selftests/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-17Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2024-02-16cxl/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
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski1-3/+0
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao2-0/+102
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-41/+163
2024-02-15Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+7
2024-02-14selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski1-2/+2
2024-02-14Merge tag 'landlock-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-13/+59
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini58-239/+236
2024-02-13selftests: net: more pmtu.sh fixesPaolo Abeni1-2/+2
2024-02-13selftests: net: more strict check in net_helperPaolo Abeni1-4/+7
2024-02-13selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni1-4/+25
2024-02-13selftests: net: cope with slow env in gro.sh testPaolo Abeni1-0/+5
2024-02-12selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov1-0/+4
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur4-4/+20
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32-3/+5
2024-02-12tools/rv: Fix curr_reactor uninitialized variableDaniel Bristot de Oliveira1-1/+1
2024-02-12tools/rv: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira1-6/+0
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira1-1/+1
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2-4/+2
2024-02-12tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2024-02-10selftests: tls: use exact comparison in recv_partialJakub Kicinski1-4/+4
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-3/+3
2024-02-09selftests: openvswitch: Add validation for the recursion testAaron Conole2-15/+69
2024-02-09selftests: forwarding: Fix bridge locked port test flakinessIdo Schimmel1-2/+2
2024-02-09selftests: forwarding: Suppress grep warningsIdo Schimmel1-3/+3
2024-02-09selftests: forwarding: Fix bridge MDB test flakinessIdo Schimmel1-2/+6
2024-02-09selftests: forwarding: Fix layer 2 miss test flakinessIdo Schimmel1-2/+6
2024-02-09selftests: net: Fix bridge backup port test flakinessIdo Schimmel1-0/+23
2024-02-08selftests: net: add more missing kernel configPaolo Abeni1-1/+5
2024-02-08Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-23/+85
2024-02-08Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-1/+42
2024-02-08netfilter: ctnetlink: fix filtering for zone 0Felix Huettner1-1/+42
2024-02-07selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum1-0/+1
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+108
2024-02-07selftests: cmsg_ipv6: repeat the exact packetJakub Kicinski1-2/+2
2024-02-06KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson1-9/+12
2024-02-06KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson1-23/+27
2024-02-06iommufd/selftest: Add mock IO hugepages testsJoao Martins1-3/+42
2024-02-06iommufd/selftest: Refactor dirty bitmap testsJoao Martins2-31/+36
2024-02-06iommufd/selftest: Test u64 unaligned bitmapsJoao Martins1-2/+17
2024-02-06selftests/net: Amend per-netns counter checksDmitry Safonov1-6/+6
2024-02-05selftests: net: let big_tcp test cope with slow envPaolo Abeni1-1/+3
2024-02-05selftests/powerpc/papr_vpd: Check devfd before get_system_loc_code()R Nageswara Sastry1-2/+2
2024-02-03Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds31-383/+588
2024-02-02selftests: net: avoid just another constant waitPaolo Abeni1-5/+13
2024-02-02selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni1-1/+4
2024-02-02selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni1-4/+2
2024-02-02selftests: net: cut more slack for gro fwd tests.Paolo Abeni2-3/+13
2024-02-02selftests/landlock: Fix capability for net_testMickaël Salaün2-9/+44
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds26-123/+232
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)1-14/+9
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)1-2/+2
2024-02-01selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)1-1/+1
2024-02-01selftests: mptcp: decrease BW in simult flowsMatthieu Baerts (NGI0)1-4/+4
2024-02-01selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)1-1/+1
2024-02-01selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)1-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)1-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)1-0/+1
2024-02-01KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov1-0/+1
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov4-5/+6
2024-02-01KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov1-18/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov5-37/+40
2024-02-01selftests: net: enable some more knobsPaolo Abeni1-0/+3
2024-02-01selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski1-0/+1
2024-02-01selftests: forwarding: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier1-1/+1
2024-02-01selftests: net: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier1-3/+2
2024-02-01selftests: net: Remove executable bits from library scriptsBenjamin Poirier2-0/+0
2024-02-01selftests: bonding: Check initial stateBenjamin Poirier1-0/+11
2024-02-01selftests: team: Add missing config optionsBenjamin Poirier1-1/+3
2024-01-31selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni1-1/+1
2024-01-31selftests: net: fix available tunnels detectionPaolo Abeni1-8/+8
2024-01-31selftests: net: add missing config for pmtu.sh testsPaolo Abeni1-0/+3
2024-01-31selftests/net: Repair RST passive reset selftestDmitry Safonov2-52/+98
2024-01-31selftests/net: Rectify key counters checksDmitry Safonov1-19/+25
2024-01-31selftests/net: Argument value mismatch when calling verify_counters()Mohammad Nassiri1-1/+1
2024-01-31perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo1-12/+12
2024-01-31selftests: net: add missing config for GENEVEMatthias May1-0/+1
2024-01-30selftests: net: Add missing matchall classifierIdo Schimmel1-0/+1
2024-01-30Merge tag 'linux_kselftest-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-68/+109
2024-01-30KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov1-1/+2
2024-01-30KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov1-4/+5
2024-01-30KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson1-2/+2
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones22-63/+63
2024-01-30kselftest/seccomp: Report each expectation we assert as a KTAP testMark Brown1-20/+41
2024-01-30kselftest/seccomp: Use kselftest output functions for benchmarkMark Brown1-21/+24
2024-01-30selftests/livepatch: fix and refactor new dmesg message codeJoe Lawrence1-20/+17
2024-01-30tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+70
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark1-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo3-4/+8
2024-01-30tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Arnaldo Carvalho de Melo1-1/+7
2024-01-29selftests: net: add missing config for nftables-backed iptablesJakub Kicinski1-0/+1
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds6-16/+30
2024-01-29KVM: selftests: s390x: Remove redundant newlinesAndrew Jones3-13/+13
2024-01-29KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2-2/+2
2024-01-29KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones7-27/+27
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones17-38/+38
2024-01-29KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson1-3/+3
2024-01-29tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...Arnaldo Carvalho de Melo1-1/+14
2024-01-28Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+6
2024-01-27perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers3-160/+123
2024-01-27tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2-90/+53
2024-01-26Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2024-01-26selftests: net: give more time for GRO aggregationPaolo Abeni1-1/+1
2024-01-26selftests: net: add missing required classifierPaolo Abeni1-0/+1
2024-01-26selftests: net: add missing config for big tcp testsPaolo Abeni1-0/+5
2024-01-26Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+108
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong4-7/+7
2024-01-26perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong1-1/+1
2024-01-26perf build: Make minimal shellcheck version to v0.6.0Yicong Yang1-0/+10
2024-01-26tools headers UAPI: Update tools's copy of drm.h headers to pick DRM_IOCTL_MO...Arnaldo Carvalho de Melo2-7/+77
2024-01-26perf test shell daemon: Make signal test less racyIan Rogers1-10/+24
2024-01-26perf test shell script: Fix test for python being disabledIan Rogers1-2/+1
2024-01-26perf test: Workaround debug output in list testIan Rogers1-3/+18
2024-01-26perf list: Add output file optionIan Rogers2-82/+133
2024-01-26perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers1-1/+1
2024-01-26perf test: Fix 'perf script' tests on s390Thomas Richter1-1/+8
2024-01-26tools headers UAPI: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2024-01-26tools arch x86: Sync the msr-index.h copy with the kernel sources to pick IA3...Arnaldo Carvalho de Melo1-0/+8
2024-01-26tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...Arnaldo Carvalho de Melo2-0/+2
2024-01-25selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memoryRyan Roberts1-1/+1
2024-01-25selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flagAudra Mitchell1-0/+6
2024-01-25selftests: mm: fix map_hugetlb failure on 64K page size systemsNico Pache1-0/+7
2024-01-25selftests/mm: switch to bash from shMuhammad Usama Anjum2-2/+2
2024-01-25selftests/mm: mremap_test: fix build warningMuhammad Usama Anjum1-13/+14
2024-01-25selftests/net/lib: update busywait timeout valueHangbin Liu1-1/+4
2024-01-25selftests: tcp_ao: set the timeout to 2 minutesJakub Kicinski1-0/+1
2024-01-25selftests: net: explicitly wait for listener readyPaolo Abeni1-2/+4
2024-01-25selftests: net: included needed helper in the install targetsPaolo Abeni1-0/+1
2024-01-25selftests: net: remove dependency on ebpf testsPaolo Abeni7-12/+26
2024-01-25selftests: tcp_ao: add a config fileJakub Kicinski1-0/+10
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-24/+97
2024-01-25selftests/landlock: Fix fs_test build with old libcHu Yadi1-3/+8
2024-01-25selftests/landlock: Fix net_test build with old libcHu Yadi1-1/+7
2024-01-25selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu1-4/+4
2024-01-24selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski1-0/+9
2024-01-24selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski1-1/+5
2024-01-23selftests: fill in some missing configs for netJakub Kicinski1-0/+28
2024-01-23selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima1-18/+50
2024-01-22tools/testing/nvdimm: Disable "missing prototypes / declarations" warningsDan Williams1-0/+2
2024-01-22tools/testing/cxl: Disable "missing prototypes / declarations" warningsDan Williams2-0/+4
2024-01-22selftests/rseq: Do not skip !allowed_cpus for mm_cidMathieu Desnoyers2-8/+28
2024-01-22kselftest: dt: Stop relying on dirname to improve performanceNícolas F. R. A. Prado1-6/+7
2024-01-21tools cpupower bench: Override CFLAGS assignmentsStanley Chan1-1/+1
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-18/+22
2024-01-19selftests: bonding: Increase timeout to 1200sBenjamin Poirier1-1/+1
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds248-2140/+7842
2024-01-19KVM: riscv: selftests: Add Zfa extension to get-reg-list testAnup Patel1-0/+4
2024-01-19KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list testAnup Patel1-0/+8
2024-01-19KVM: riscv: selftests: Add Zihintntl extension to get-reg-list testAnup Patel1-0/+4
2024-01-19KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list testAnup Patel1-0/+8
2024-01-19KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel1-0/+40
2024-01-19KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list testAnup Patel1-0/+40
2024-01-19KVM: riscv: selftests: Add Zbc extension to get-reg-list testAnup Patel1-0/+4
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds21-26/+783
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-70/+98
2024-01-18Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+207
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-0/+177
2024-01-18Merge tag 'x86_sgx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-57/+78
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-12/+586
2024-01-18selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanesAmit Cohen1-1/+17
2024-01-18selftests: mlxsw: qos_pfc: Remove wrong descriptionAmit Cohen1-1/+0
2024-01-18mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel1-1/+55
2024-01-18mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen1-1/+51
2024-01-18selftests: bonding: Add more missing config optionsBenjamin Poirier1-0/+5
2024-01-18selftests: netdevsim: add a config fileJakub Kicinski1-0/+10
2024-01-18selftests/hid: wacom: fix confidence testsBenjamin Tissoires1-4/+4
2024-01-17libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko1-9/+66
2024-01-17selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko1-3/+161
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2-0/+80
2024-01-17RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones1-10/+8
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-2/+420
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-691/+1921