summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-121-1/+2
|\
| * Merge tag 'counter-fixes-for-6.5b' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2023-08-041-1/+2
| |\
| | * tools/counter: Makefile: Replace rmdir by rm to avoid make,clean failureAnh Tuan Phan2023-07-241-1/+2
* | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-113-1/+6
|\ \ \
| * | | selftests: cgroup: fix test_kmem_basic false positivesJohannes Weiner2023-08-041-0/+4
| * | | selftests: mm: ksm: fix incorrect evaluation of parameterAyush Jain2023-08-041-0/+1
| * | | radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King2023-08-041-1/+1
| |/ /
* | | Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1018-52/+245
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-102-1/+87
| |\ \ \
| | * | | selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai2023-08-092-0/+86
| | * | | selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai2023-08-091-1/+1
| * | | | selftests: forwarding: bridge_mdb: Make test more robustIdo Schimmel2023-08-091-4/+4
| * | | | selftests: forwarding: bridge_mdb_max: Fix failing test with old libnetIdo Schimmel2023-08-091-4/+10
| * | | | selftests: forwarding: bridge_mdb: Fix failing test with old libnetIdo Schimmel2023-08-091-22/+24
| * | | | selftests: forwarding: tc_flower_l2_miss: Fix failing test with old libnetIdo Schimmel2023-08-091-5/+8
| * | | | selftests: forwarding: tc_tunnel_key: Make filters more specificIdo Schimmel2023-08-091-3/+6
| * | | | selftests: forwarding: tc_flower: Relax success criterionIdo Schimmel2023-08-091-4/+4
| * | | | selftests: forwarding: tc_actions: Use ncat instead of ncIdo Schimmel2023-08-091-2/+4
| * | | | selftests: forwarding: ethtool_mm: Skip when MAC Merge is not supportedIdo Schimmel2023-08-091-5/+13
| * | | | selftests: forwarding: hw_stats_l3_gre: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| * | | | selftests: forwarding: ethtool_extended_state: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| * | | | selftests: forwarding: ethtool: Skip when using veth pairsIdo Schimmel2023-08-091-0/+2
| * | | | selftests: forwarding: Add a helper to skip test when using veth pairsIdo Schimmel2023-08-091-0/+11
| * | | | selftests: forwarding: Set default IPv6 traceroute utilityIdo Schimmel2023-08-092-0/+3
| * | | | selftests: forwarding: bridge_mdb_max: Check iproute2 versionIdo Schimmel2023-08-091-0/+5
| * | | | selftests: forwarding: bridge_mdb: Check iproute2 versionIdo Schimmel2023-08-091-0/+5
| * | | | selftests: forwarding: Switch off timeoutIdo Schimmel2023-08-091-0/+1
| * | | | selftests: forwarding: Skip test when no interfaces are specifiedIdo Schimmel2023-08-091-0/+5
| * | | | nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel2023-08-091-0/+5
| * | | | nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel2023-08-091-0/+5
| * | | | selftests: mptcp: join: fix 'implicit EP' testAndrea Claudi2023-08-041-2/+3
| * | | | selftests: mptcp: join: fix 'delete and re-add' testAndrea Claudi2023-08-041-0/+1
| * | | | selftests: net: test vxlan pmtu exceptions with tcpFlorian Westphal2023-08-041-0/+35
| |/ / /
* | | | Merge tag 'perf-tools-fixes-for-v6.5-3-2023-08-09' of git://git.kernel.org/pu...Linus Torvalds2023-08-093-5/+6
|\ \ \ \
| * | | | perf stat: Don't display zero tool countsIan Rogers2023-08-081-0/+5
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-08-081-0/+1
| * | | | Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo2023-08-081-5/+0
* | | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-072-2/+5
|\ \ \ \ \
| * | | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-1/+4
| * | | | | x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2023-07-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-08-072-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | selftests/rseq: Fix build with undefined __weakMark Brown2023-08-042-1/+5
* | | | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-041-2/+2
|\ \ \ \ \
| * | | | | vmbus_testing: fix wrong python syntax for integer value comparisonAni Sinha2023-07-231-2/+2
* | | | | | Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-041-2/+0
|\ \ \ \ \ \
| * | | | | | selftests: riscv: Fix compilation error with vstate_exec_nolibc.cAlexandre Ghiti2023-08-021-2/+0
| * | | | | | selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard2023-08-021-1/+1
* | | | | | | Merge tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git://git.kernel.org/pu...Linus Torvalds2023-08-038-36/+81
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | perf test parse-events: Test complex name has required event formatIan Rogers2023-08-013-1/+23
| * | | | | | perf pmus: Create placholder regardless of scanning core_onlyIan Rogers2023-08-011-9/+7