aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-07-24perf evsel: Add evsel__open_per_cpu_and_threadIan Rogers2-4/+22
2025-07-24perf parse-events: Minor __add_event refactoringIan Rogers1-21/+48
2025-07-24perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmuIan Rogers2-12/+19
2025-07-24perf evsel: Use libperf perf_evsel__exitIan Rogers1-3/+1
2025-07-24libperf evsel: Factor perf_evsel__exit out of perf_evsel__deleteIan Rogers2-1/+7
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers9-22/+22
2025-07-24perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumaskIan Rogers3-9/+51
2025-07-24perf parse-events: Allow the cpu term to be a PMU or CPU rangeIan Rogers2-17/+53
2025-07-24perf stat: Don't size aggregation ids from user_requested_cpusIan Rogers1-5/+2
2025-07-24perf stat: Avoid buffer overflow to the aggregation mapIan Rogers1-1/+1
2025-07-24perf parse-events: Warn if a cpu term is unsupported by a CPUIan Rogers4-18/+35
2025-07-24perf pfm: Don't force loading of all PMUsIan Rogers1-4/+0
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-70/+250
2025-07-24Merge tag 'net-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-29/+57
2025-07-24Merge branch 'for-next/feat_mte_store_only' into for-next/coreCatalin Marinas11-40/+403
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/misc', 'for-next/acpi', 'for-next/debug-entry', 'for-next/feat_mte_tagged_far', 'for-next/kselftest', 'for-next/mdscr-cleanup' and 'for-next/vmap-stack', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas17-205/+691
2025-07-24rv: Return init error when registering monitorsGabriele Monaco2-4/+2
2025-07-24verification/rvgen: Organise Kconfig entries for nested monitorsGabriele Monaco2-5/+21
2025-07-24tools/dot2c: Fix generated files going over 100 column limitGabriele Monaco1-9/+11
2025-07-24tools/rv: Stop gracefully also on SIGTERMGabriele Monaco1-0/+1
2025-07-24tools/rv: Do not skip idle in traceGabriele Monaco1-2/+2
2025-07-24verification/rvgen: Do not generate unused variablesNam Cao1-4/+21
2025-07-24verification/rvgen: Generate each variable definition only onceNam Cao1-3/+5
2025-07-24verification/rvgen: Support the 'next' operatorNam Cao1-0/+26
2025-07-24verification/rvgen: Add support for linear temporal logicNam Cao7-1/+915
2025-07-24verification/rvgen: Restructure the classes to prepare for LTL inclusionNam Cao5-261/+308
2025-07-24verification/rvgen: Restructure the templates filesNam Cao8-32/+20
2025-07-24verification/dot2k: Prepare the frontend for LTL inclusionNam Cao12-17/+25
2025-07-24verification/dot2k: Replace is_container() hack with subparsersNam Cao2-18/+21
2025-07-24verification/dot2k: Remove __buff_to_string()Nam Cao1-15/+6
2025-07-24verification/dot2k: Make a separate dot2k_templates/Kconfig_containerNam Cao2-1/+7
2025-07-24bootconfig: Fix unaligned access when building footerBen Hutchings1-11/+13
2025-07-23selftests/bpf: Test invalid narrower ctx loadPaul Chaignon1-0/+25
2025-07-23selftests: drv-net: wait for iperf client to stop sendingNimrod Oren1-5/+18
2025-07-23selftests/tc-testing: Add selftests for qdisc DualPI2Chia-Yu Chang3-0/+256
2025-07-23selftests/tc-testing: Fix warning and style check on tdc.shChia-Yu Chang1-3/+2
2025-07-23netdevsim: add fw_update_flash_chunk_time_ms debugfs knobsJiri Pirko1-0/+2
2025-07-23devlink: Fix excessive stack usage in rate TC bandwidth parsingCarolina Jubran1-8/+8
2025-07-23perf stat: Remove duplicated include in stat-shadow.cYang Li1-1/+0
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07.2025', 'srcu.19.07.2025', 'rcu.nocb.18.07.2025' and 'refscale.07.07.2025' into rcu.merge.23.07.2025Neeraj Upadhyay (AMD)8-44/+97
2025-07-24tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so added itBhaskar Chowdhury1-0/+1
2025-07-23sysctl: Nixify sysctl.shJoel Granados1-1/+1
2025-07-23memcg_slabinfo: Fix use of PG_slabMatthew Wilcox (Oracle)1-2/+2
2025-07-22selftests: netfilter: tone-down conntrack clash testFlorian Westphal1-23/+22
2025-07-22perf ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers1-1/+1
2025-07-22perf pmu: Switch FILENAME_MAX to NAME_MAXIan Rogers1-2/+2
2025-07-22tools subcmd: Tighten the filename size in check_if_command_finishedIan Rogers1-2/+13
2025-07-22selftests: drv-net: Test head-adjustment supportMohsin Bashir2-1/+327
2025-07-22selftests: drv-net: Test tail-adjustment supportMohsin Bashir2-4/+380
2025-07-22selftests: drv-net: Test XDP_TX supportMohsin Bashir2-0/+114