aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-2/+26
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-43/+12
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Gravatar Andrew Jones 2-1/+11
2024-04-26perf riscv: Fix the warning due to the incompatible typeGravatar Ben Zong-You Xie 1-1/+1
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+1
2024-04-25selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...Gravatar Muhammad Usama Anjum 2-38/+2
2024-04-25selftests: sud_test: return correct emulated syscall value on RISC-VGravatar Clément Léger 1-0/+14
2024-04-24selftests: mm: fix unused and uninitialized variable warningGravatar Muhammad Usama Anjum 1-1/+1
2024-04-24selftests/harness: remove use of LINE_MAXGravatar Edward Liaw 2-4/+9
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesGravatar Jakub Kicinski 1-0/+1
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-25/+72
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2024-04-19Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 19-742/+817
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 7-24/+29
2024-04-17selftests: kselftest_harness: fix Clang warning about zero-length formatGravatar Jakub Kicinski 2-5/+7
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityGravatar Dmitry Safonov 1-6/+6
2024-04-16selftests/tcp_ao: Fix fscanf() call for format-securityGravatar Dmitry Safonov 1-1/+1
2024-04-16selftests/tcp_ao: Zero-init tcp_ao_info_optGravatar Dmitry Safonov 1-1/+1
2024-04-16selftests/tcp_ao: Make RST tests less flakyGravatar Dmitry Safonov 1-10/+13
2024-04-15Merge tag 'linux_kselftest-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-4/+7
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-100/+111
2024-04-14iommufd: Add config needed for iommufd_fail_nthGravatar Muhammad Usama Anjum 1-0/+2
2024-04-14net: change maximum number of UDP segments to 128Gravatar Yuri Benditovich 1-1/+1
2024-04-12selftests: kselftest: Fix build failure with NOLIBCGravatar Oleg Nesterov 1-0/+5
2024-04-12selftests: timers: Fix abs() warning in posix_timers testGravatar John Stultz 1-1/+1
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Gravatar Nathan Chancellor 1-6/+9
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningGravatar John Stultz 1-1/+1
2024-04-12selftests/powerpc/papr-vpd: Fix missing variable initializationGravatar Nathan Lynch 1-1/+1
2024-04-11Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+6
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-41/+172
2024-04-11KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testGravatar David Matlack 1-14/+46
2024-04-11tools/include: Sync arm64 asm/cputype.h with the kernel sourcesGravatar Namhyung Kim 1-0/+4
2024-04-11tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesGravatar Namhyung Kim 2-4/+12
2024-04-11tools/include: Sync x86 asm/msr-index.h with the kernel sourcesGravatar Namhyung Kim 1-23/+51
2024-04-11tools/include: Sync x86 asm/irq_vectors.h with the kernel sourcesGravatar Namhyung Kim 1-2/+0
2024-04-11tools/include: Sync x86 CPU feature headers with the kernel sourcesGravatar Namhyung Kim 3-8/+23
2024-04-11tools/include: Sync uapi/sound/asound.h with the kernel sourcesGravatar Namhyung Kim 1-2/+2
2024-04-11tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesGravatar Namhyung Kim 5-700/+672
2024-04-11tools/include: Sync uapi/linux/fs.h with the kernel sourcesGravatar Namhyung Kim 1-1/+29
2024-04-11tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesGravatar Namhyung Kim 1-0/+16
2024-04-11perf lock contention: Add a missing NULL checkGravatar Namhyung Kim 1-1/+4
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUIGravatar Namhyung Kim 2-1/+4
2024-04-10hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile formatGravatar Shradha Gupta 1-41/+172
2024-04-10Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-369/+1726
2024-04-10selftests: timers: Fix valid-adjtimex signed left-shift undefined behaviorGravatar John Stultz 1-37/+36
2024-04-10tools/power turbostat: v2024.04.10Gravatar Len Brown 2-15/+27
2024-04-10tools/power/turbostat: Add support for Xe sysfs knobsGravatar Zhang Rui 1-0/+51
2024-04-10tools/power/turbostat: Add support for new i915 sysfs knobsGravatar Zhang Rui 1-0/+24
2024-04-10tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BIC_SAMACTMHzGravatar Zhang Rui 2-7/+96