summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-06Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-71/+0
2024-09-06Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+34
2024-09-06Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+6
2024-09-06tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski1-3/+4
2024-09-06selftests: net: enable bind testsJamie Bainbridge1-1/+2
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park1-0/+34
2024-09-04Merge tag 'perf-tools-fixes-for-v6.11-2024-09-04' of git://git.kernel.org/pub...Linus Torvalds4-5/+11
2024-09-02perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-09-02perf python: include "util/sample.h"Xu Yang1-0/+1
2024-09-02perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-09-02perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova1-1/+3
2024-09-02selftests: mm: fix build errors on armhfMuhammad Usama Anjum2-36/+14
2024-08-30Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-08-29Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-32/+143
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt3-71/+0
2024-08-29riscv: selftests: Remove mmap hint address checksCharlie Jenkins3-71/+0
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)1-11/+21
2024-08-29selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2-3/+75
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)1-12/+15
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)1-8/+8
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)1-5/+16
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)1-7/+18
2024-08-28selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)1-7/+4
2024-08-27selftests: forwarding: local_termination: Down ports on cleanupPetr Machata1-0/+4
2024-08-27selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata1-0/+3
2024-08-27Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+2
2024-08-26selftests/livepatch: wait for atomic replace to occurRyan Sullivan1-5/+2
2024-08-26iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe1-3/+3
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-110/+565
2024-08-22selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel1-1/+2
2024-08-21selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)1-0/+1
2024-08-21selftests: mptcp: join: test for flush/re-add endpointsMatthieu Baerts (NGI0)1-0/+30
2024-08-21selftests: mptcp: join: check re-using ID of closed subflowMatthieu Baerts (NGI0)1-5/+22
2024-08-21selftests: mptcp: join: check re-using ID of unused ADD_ADDRMatthieu Baerts (NGI0)1-5/+13
2024-08-20Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+13
2024-08-19selftests: udpgro: no need to load xdp for groHangbin Liu1-8/+1
2024-08-19selftests: udpgro: report error when receive failedHangbin Liu1-17/+27
2024-08-18Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+8
2024-08-17tc-testing: don't access non-existent variable on exceptionSimon Horman1-1/+0
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+4
2024-08-16selftests: net: bridge_vlan_aware: test that other TPIDs are seen as untaggedVladimir Oltean1-1/+53
2024-08-16selftests: net: local_termination: add PTP frames to the mixVladimir Oltean1-13/+148
2024-08-16selftests: net: local_termination: don't use xfail_on_veth()Vladimir Oltean2-16/+99
2024-08-16selftests: net: local_termination: introduce new tests which capture VLAN beh...Vladimir Oltean1-7/+110
2024-08-16selftests: net: local_termination: add one more test for VLAN-aware bridgesVladimir Oltean1-4/+18
2024-08-16selftests: net: local_termination: parameterize test nameVladimir Oltean1-18/+20
2024-08-16selftests: net: local_termination: parameterize sending interfaceVladimir Oltean1-19/+20
2024-08-16selftests: net: local_termination: refactor macvlan creation/deletionVladimir Oltean1-12/+18
2024-08-16selftests: memfd_secret: don't build memfd_secret test on unsupported archesMuhammad Usama Anjum2-0/+5
2024-08-16selftests/mm: compaction_test: fix off by one in check_compaction()Dan Carpenter1-2/+3