aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-21selftests: mlxsw: one_armed_router: Use port MAC for bridge addressPetr Machata1-1/+2
2023-06-21selftests: mlxsw: vxlan: Disable IPv6 autogen on bridgesPetr Machata1-10/+31
2023-06-21selftests: mlxsw: spectrum: q_in_vni_veto: Disable IPv6 autogen on a bridgePetr Machata1-0/+1
2023-06-21selftests: mlxsw: qos_mc_aware: Disable IPv6 autogen on bridgesPetr Machata1-0/+2
2023-06-21selftests: mlxsw: qos_ets_strict: Disable IPv6 autogen on bridgesPetr Machata1-2/+6
2023-06-21selftests: mlxsw: qos_dscp_bridge: Disable IPv6 autogen on a bridgePetr Machata1-0/+1
2023-06-21selftests: mlxsw: mirror_gre_scale: Disable IPv6 autogen on a bridgePetr Machata1-0/+1
2023-06-21selftests: mlxsw: extack: Disable IPv6 autogen on bridgesPetr Machata1-6/+18
2023-06-21selftests: mlxsw: q_in_q_veto: Disable IPv6 autogen on bridgesPetr Machata1-0/+8
2023-06-21selftests: forwarding: router_bridge: Use port MAC for bridge addressPetr Machata1-1/+2
2023-06-21selftests: forwarding: mirror_gre_*: Use port MAC for bridge addressPetr Machata3-3/+6
2023-06-21selftests: forwarding: mirror_gre_*: Disable IPv6 autogen on bridgesPetr Machata2-0/+2
2023-06-21selftests: forwarding: pedit_dsfield: Disable IPv6 autogen on a bridgePetr Machata1-1/+3
2023-06-21selftests: forwarding: skbedit_priority: Disable IPv6 autogen on a bridgePetr Machata1-1/+3
2023-06-21selftests: forwarding: dual_vxlan_bridge: Disable IPv6 autogen on bridgesPetr Machata1-0/+1
2023-06-21selftests: forwarding: q_in_vni: Disable IPv6 autogen on bridgesPetr Machata1-0/+1
2023-06-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+159
2023-06-21perf arm-spe: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+1
2023-06-21kselftest/arm64: Log signal code and address for unexpected signalsMark Brown1-1/+2
2023-06-20perf jit: Fix incorrect file name in DWARF line tableelisabeth1-1/+5
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui3-18/+109
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds1-5/+8
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers4-24/+77
2023-06-20perf sharded_mutex: Introduce sharded_mutexIan Rogers3-0/+63
2023-06-20tools: Fix incorrect calculation of object size by sizeofLi Dong1-2/+2
2023-06-20perf subcmd: Fix missing check for return value of malloc() in add_cmdname()Chenyuan Mi1-0/+2
2023-06-20perf parse-events: Remove unneeded semicolon[email protected]1-1/+1
2023-06-20perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong1-1/+1
2023-06-20perf stat: Add missing newline in pr_err messagesYang Jihong1-6/+6
2023-06-20selftests/ftrace: Add funcgraph-retval test caseDonglin Peng1-0/+44
2023-06-20Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-52/+295
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu1-2/+4
2023-06-20testptp: Add support for testing ptp_clock_info .adjphase callbackRahul Rameshbabu1-1/+18
2023-06-20testptp: Remove magic numbers related to nanosecond to second conversionRahul Rameshbabu1-2/+2
2023-06-19selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum17-100/+6
2023-06-19selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-19selftests: damon: add config fileAnders Roxell1-0/+7
2023-06-19selftests: error out if kernel header files are not yet builtJohn Hubbard2-4/+57
2023-06-19selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.cJohn Hubbard4-63/+64
2023-06-19selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard3-17/+10
2023-06-19selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.hJohn Hubbard1-1/+1
2023-06-19selftests/mm: fix two -Wformat-security warnings in uffd buildsJohn Hubbard1-10/+6
2023-06-19selftests/mm: .gitignore: add mkdirty, va_high_addr_switchJohn Hubbard1-0/+2
2023-06-19selftests/mm: fix invocation of tests that are run via shell scriptsJohn Hubbard1-3/+3
2023-06-19selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...John Hubbard1-1/+0
2023-06-19selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.cJohn Hubbard2-3/+10
2023-06-19selftests/mm: fix uffd-stress unused function warningJohn Hubbard1-10/+0
2023-06-19selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao14-128/+35
2023-06-19selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao2-1/+3
2023-06-19selftests/bpf: Output the correct error code for pthread APIsHou Tao1-4/+6