summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross
2026-01-13selftests: vDSO: vdso_test_abi: Add test for clock_getres_time64()Thomas Weißschuh
2026-01-13selftests: vDSO: vdso_test_abi: Use UAPI system call numbersThomas Weißschuh
2026-01-13selftests: vDSO: vdso_config: Add configurations for clock_getres_time64()Thomas Weißschuh
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross
2026-01-13selftests/tc-testing: add selftests for cake_mq qdiscJonas Köppeler
2026-01-13objtool: fix build failure due to missing libopcodes checkSasha Levin
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-13rtla: Fix parse_cpu_set() bug introduced by strtoi()Costa Shulyupin
2026-01-12selftests/net/ipsec: Fix variable size type not at the end of structAnkit Khushwaha
2026-01-12selftests/bpf: Use the correct destructor kfunc typeSami Tolvanen
2026-01-12selftests: ublk: add stop command with --safe optionMing Lei
2026-01-12tools: ynl: cli: print reply in combined format if possibleJakub Kicinski
2026-01-12tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski
2026-01-12tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski
2026-01-12tools: ynl: cli: improve --helpJakub Kicinski
2026-01-12tools: ynl: cli: wrap the doc text if it's longJakub Kicinski
2026-01-12tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long
2026-01-12x86/xen: Drop xen_cpu_opsJuergen Gross
2026-01-12sched_ext: Add error logging for dsq creation failuresGeorge Guo
2026-01-12x86/xen: Drop xen_irq_opsJuergen Gross
2026-01-12selftests: ublk: add end-to-end integrity testCaleb Sander Mateos
2026-01-12selftests: ublk: add integrity params testCaleb Sander Mateos
2026-01-12selftests: ublk: add integrity data support to loop targetCaleb Sander Mateos
2026-01-12selftests: ublk: support non-O_DIRECT backing filesCaleb Sander Mateos
2026-01-12selftests: ublk: implement integrity user copy in kublkCaleb Sander Mateos
2026-01-12selftests: ublk: add kublk support for integrity paramsCaleb Sander Mateos
2026-01-12selftests: ublk: add utility to get block device metadata sizeCaleb Sander Mateos
2026-01-12selftests: ublk: display UBLK_F_INTEGRITY supportCaleb Sander Mateos
2026-01-12tools: jobserver: Prevent deadlock caused by incorrect jobserver configuratio...Changbin Du
2026-01-12verification/rvgen: Remove unused variable declaration from containersGabriele Monaco
2026-01-12verification/dot2c: Remove superfluous enum assignment and add last commaGabriele Monaco
2026-01-12verification/dot2c: Remove __buff_to_string() and cleanupGabriele Monaco
2026-01-12verification/rvgen: Annotate DA functions with typesGabriele Monaco
2026-01-12verification/rvgen: Adapt dot2k and templates after refactoring da_monitor.hGabriele Monaco
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-11tools/nolibc: Add a simple test for writing to a FILE and reading it backDaniel Palmer
2026-01-11tools/nolibc: Add fseek() to stdio.hDaniel Palmer
2026-01-11tools/nolibc: Add fread() to stdio.hDaniel Palmer
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh
2026-01-10Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds