summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: kselftest_harness: fix Clang warning about zero-length formatJakub Kicinski2024-04-172-5/+7
* selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov2024-04-161-6/+6
* selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov2024-04-161-1/+1
* selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov2024-04-161-1/+1
* selftests/tcp_ao: Make RST tests less flakyDmitry Safonov2024-04-161-10/+13
* net: change maximum number of UDP segments to 128Yuri Benditovich2024-04-141-1/+1
* Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-04-103-369/+1726
|\
| * tools/power turbostat: v2024.04.10Len Brown2024-04-102-15/+27
| * tools/power/turbostat: Add support for Xe sysfs knobsZhang Rui2024-04-101-0/+51
| * tools/power/turbostat: Add support for new i915 sysfs knobsZhang Rui2024-04-101-0/+24
| * tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BIC_SAMACTMHzZhang Rui2024-04-102-7/+96
| * tools/power/turbostat: Fix uncore frequency file stringJustin Ernst2024-04-091-1/+1
| * tools/power/turbostat: Unify graphics sysfs snapshotsZhang Rui2024-04-091-75/+34
| * tools/power/turbostat: Cache graphics sysfs pathZhang Rui2024-04-091-13/+32
| * tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICXZhang Rui2024-04-091-0/+1
| * tools/power turbostat: Add selftestsPatryk Wlazlyn2024-04-091-0/+59
| * tools/power turbostat: read RAPL counters via perfPatryk Wlazlyn2024-04-091-137/+649
| * tools/power turbostat: Add proper re-initialization for perf file descriptorsPatryk Wlazlyn2024-04-021-0/+26
| * tools/power turbostat: Clear added counters when in no-msr modePatryk Wlazlyn2024-04-021-1/+46
| * tools/power turbostat: add early exits for permission checksPatryk Wlazlyn2024-04-021-5/+61
| * tools/power turbostat: detect and disable unavailable BICs at runtimePatryk Wlazlyn2024-04-021-63/+125
| * tools/power turbostat: Add reading aperf and mperf via perf APIPatryk Wlazlyn2024-04-021-73/+301
| * tools/power turbostat: Add --no-perf optionPatryk Wlazlyn2024-04-022-3/+24
| * tools/power turbostat: Add --no-msr optionPatryk Wlazlyn2024-04-022-56/+151
| * tools/power turbostat: enhance -D (debug counter dump) outputLen Brown2024-04-021-5/+11
| * tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency readLen Brown2024-04-021-1/+2
| * tools/power turbostat: Read base_hz and bclk from CPUID.16H if availablePatryk Wlazlyn2024-04-021-0/+9
| * tools/power turbostat: Print ucode revision only if validPatryk Wlazlyn2024-01-181-3/+9
| * tools/power turbostat: Expand probe_intel_uncore_frequency()Len Brown2024-01-181-21/+63
| * tools/power turbostat: Do not print negative LPI residencyChen Yu2024-01-121-9/+21
| * tools/power turbostat: Fix Bzy_MHz documentation typoPeng Liu2024-01-121-1/+1
| * tools/power turbostat: Increase the limit for fd openedWyes Karny2024-01-121-0/+21
| * tools/power turbostat: Fix added raw MSR outputDoug Smythies2024-01-121-3/+4
* | Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-04-083-0/+25
|\ \
| * | memblock tests: fix undefined reference to `panic'Wei Yang2024-04-042-0/+20
| * | memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang2024-04-041-0/+5
* | | Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-051-1/+1
|\ \ \
| * | | selftests/mm: include strings.h for ffslEdward Liaw2024-04-051-1/+1
| |/ /
* | | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-046-77/+733
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-0/+2
| |\ \ \
| | * | | tools/resolve_btfids: fix build with musl libcNatanael Copa2024-03-281-0/+2
| * | | | selftests: mptcp: join: fix dev in check_endpointGeliang Tang2024-04-011-1/+3
| * | | | mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-011-0/+9
| * | | | selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski2024-04-011-1/+1
| * | | | selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima2024-03-291-6/+257
| * | | | selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima2024-03-291-0/+116
| * | | | selftest: tcp: Add more bind() calls.Kuniyuki Iwashima2024-03-291-59/+166
| * | | | selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima2024-03-291-0/+100
| * | | | selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima2024-03-291-8/+59
| * | | | selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima2024-03-291-34/+58