summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-03-25iommufd/selftest: Add coverage for iommufd pasid attach/detachYi Liu
2025-03-25selftests/net: Drop timeout argument from test_client_verify()Dmitry Safonov
2025-03-25selftests/net: Delete timeout from test_connect_socket()Dmitry Safonov
2025-03-25selftests/net: Print the testing side in unsigned-md5Dmitry Safonov
2025-03-25selftests/net: Add mixed select()+polling mode to TCP-AO testsDmitry Safonov
2025-03-25selftests/net: Fetch and check TCP-MD5 countersDmitry Safonov
2025-03-25selftests/net: Provide tcp-ao counters comparison helperDmitry Safonov
2025-03-25selftests/net: Print TCP flags in more common formatDmitry Safonov
2025-03-25selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACESong Liu
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3Ahmed S. Darwish
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2Ahmed S. Darwish
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1Ahmed S. Darwish
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0Ahmed S. Darwish
2025-03-25tools/x86/kcpuid: Define Transmeta and Centaur index rangesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Filter valid CPUID rangesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Consolidate index validity checksAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Extend CPUID index mask macroAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Refactor CPUID range handling for future expansionAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Use <cpuid.h> intrinsicsAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Use C99-style for loopsAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Set parse_line() return type to voidAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Remove unused global variableAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Remove unused local variableAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Print correct CPUID output register namesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Save CPUID output in an arrayAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Simplify usage() handlingAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Exit the program on invalid parametersAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Fix error handlingAhmed S. Darwish
2025-03-25objtool: Remove redundant opts.noinstr dependencyJosh Poimboeuf
2025-03-25objtool: Fix up some outdated references to ENTRY/ENDPROCJosh Poimboeuf
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf
2025-03-25objtool: Improve error handlingJosh Poimboeuf
2025-03-25objtool: Properly disable uaccess validationJosh Poimboeuf
2025-03-25objtool: Silence more KCOV warningsJosh Poimboeuf
2025-03-25objtool: Fix init_module() handlingJosh Poimboeuf
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf
2025-03-25objtool: Warn when disabling unreachable warningsJosh Poimboeuf
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds
2025-03-24Merge tag 'lkmm.2025.03.21a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-24Merge tag 'nolibc-20250308-for-6.15-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim