summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flagsMickaël Salaün-1/+1
2025-03-26landlock: Add unique ID generatorMickaël Salaün-0/+2
2025-03-26selftests/landlock: Add a new test for setuid()Mickaël Salaün-0/+60
2025-03-26selftests/landlock: Split signal_scoping_threads testsMickaël Salaün-15/+34
2025-03-26landlock: Always allow signals between threads of the same processMickaël Salaün-1/+1
2025-03-26misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTONiklas Cassel-6/+6
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+0
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-28/+94
2025-03-25objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf-1/+4
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-511/+807
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-20/+35
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas-20/+35
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-139/+583
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet-4/+4
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+73
2025-03-25selftests/pidfd: fixes syscall number definesOleg Nesterov-5/+5
2025-03-25selftests: livepatch: test if ftrace can trace a livepatched functionFilipe Xavier-0/+34
2025-03-25selftests: livepatch: add new ftrace helpers functionsFilipe Xavier-0/+49
2025-03-25iommufd/selftest: Add coverage for iommufd pasid attach/detachYi Liu-10/+437
2025-03-25selftests/net: Drop timeout argument from test_client_verify()Dmitry Safonov-25/+22
2025-03-25selftests/net: Delete timeout from test_connect_socket()Dmitry Safonov-21/+13
2025-03-25selftests/net: Print the testing side in unsigned-md5Dmitry Safonov-22/+22
2025-03-25selftests/net: Add mixed select()+polling mode to TCP-AO testsDmitry Safonov-67/+232
2025-03-25selftests/net: Fetch and check TCP-MD5 countersDmitry Safonov-189/+219
2025-03-25selftests/net: Provide tcp-ao counters comparison helperDmitry Safonov-63/+89
2025-03-25selftests/net: Print TCP flags in more common formatDmitry Safonov-5/+2
2025-03-25selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACESong Liu-0/+2
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3Ahmed S. Darwish-19/+11
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2Ahmed S. Darwish-10/+10
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1Ahmed S. Darwish-80/+91
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0Ahmed S. Darwish-266/+382
2025-03-25tools/x86/kcpuid: Define Transmeta and Centaur index rangesAhmed S. Darwish-0/+6
2025-03-25tools/x86/kcpuid: Filter valid CPUID rangesAhmed S. Darwish-10/+27
2025-03-25tools/x86/kcpuid: Consolidate index validity checksAhmed S. Darwish-12/+9
2025-03-25tools/x86/kcpuid: Extend CPUID index mask macroAhmed S. Darwish-4/+4
2025-03-25tools/x86/kcpuid: Refactor CPUID range handling for future expansionAhmed S. Darwish-41/+59
2025-03-25tools/x86/kcpuid: Use <cpuid.h> intrinsicsAhmed S. Darwish-22/+15
2025-03-25tools/x86/kcpuid: Use C99-style for loopsAhmed S. Darwish-31/+21
2025-03-25tools/x86/kcpuid: Set parse_line() return type to voidAhmed S. Darwish-11/+9
2025-03-25tools/x86/kcpuid: Remove unused global variableAhmed S. Darwish-11/+0
2025-03-25tools/x86/kcpuid: Remove unused local variableAhmed S. Darwish-4/+0
2025-03-25tools/x86/kcpuid: Print correct CPUID output register namesAhmed S. Darwish-18/+13
2025-03-25tools/x86/kcpuid: Save CPUID output in an arrayAhmed S. Darwish-13/+11
2025-03-25tools/x86/kcpuid: Simplify usage() handlingAhmed S. Darwish-21/+16
2025-03-25tools/x86/kcpuid: Exit the program on invalid parametersAhmed S. Darwish-14/+8
2025-03-25tools/x86/kcpuid: Fix error handlingAhmed S. Darwish-24/+23
2025-03-25objtool: Remove redundant opts.noinstr dependencyJosh Poimboeuf-6/+1
2025-03-25objtool: Fix up some outdated references to ENTRY/ENDPROCJosh Poimboeuf-5/+5
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf-70/+72