aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-12-15tools/power cpupower: Show C0 in idle-info dumpKaushlendra Kumar1-1/+1
2025-12-15tools/power cpupower: Reset errno before strtoull()Kaushlendra Kumar1-0/+1
2025-12-15tools/cpupower: Use strcspn() to strip trailing newlineKaushlendra Kumar1-4/+2
2025-12-15tools/cpupower: Fix inverted APERF capability checkKaushlendra Kumar1-1/+1
2025-12-15cpupower: idle_monitor: fix incorrect value logged after stopKaushlendra Kumar1-1/+1
2025-12-15selftests: netfilter: packetdrill: avoid failure on HZ=100 kernelFlorian Westphal1-1/+1
2025-12-15selftests: statmount: tests for STATMOUNT_BY_FDBhavik Sachdev3-23/+354
2025-12-15lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq contextArd Biesheuvel1-0/+2
2025-12-12selftests: ublk: add user copy test casesCaleb Sander Mateos9-0/+243
2025-12-12selftests: ublk: add support for user copy to kublkCaleb Sander Mateos4-9/+64
2025-12-12selftests: ublk: forbid multiple data copy modesCaleb Sander Mateos2-6/+15
2025-12-12selftests: ublk: don't share backing files between ublk serversCaleb Sander Mateos1-1/+3
2025-12-12selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04Caleb Sander Mateos1-4/+4
2025-12-12selftests: ublk: fix fio arguments in run_io_and_recover()Caleb Sander Mateos4-5/+6
2025-12-12selftests: ublk: remove unused ios map in seq_io.btCaleb Sander Mateos1-1/+0
2025-12-12selftests: ublk: correct last_rw map type in seq_io.btCaleb Sander Mateos1-1/+1
2025-12-12selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()Ming Lei1-6/+6
2025-12-12selftests/sched_ext: flush stdout before test to avoid log spamEmil Tsalapatis1-0/+8
2025-12-11netfilter: nf_nat: remove bogus direction checkFlorian Westphal2-4/+11
2025-12-11selftests/tc-testing: Create tests to exercise ets classes active list misplacementsVictor Nogueira1-0/+78
2025-12-11Merge tag 'nf-25-12-10' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-5/+4
2025-12-11selftests: forwarding: vxlan_bridge_1q_mc_ul: Drop useless sleepingPetr Machata1-41/+22
2025-12-11selftests: forwarding: vxlan_bridge_1q_mc_ul: Fix flakinessPetr Machata2-4/+10
2025-12-11selftests: net: lib: tc_rule_stats_get(): Don't hard-code array indexPetr Machata1-1/+2
2025-12-10selftests: netfilter: prefer xfail in case race wasn't triggeredFlorian Westphal1-5/+4
2025-12-10selftests/bpf: add regression test for bpf_d_path()Shuran Liu2-17/+95
2025-12-10selftests: net: tfo: Fix build warningGuenter Roeck1-1/+2
2025-12-10selftests: net: Fix build warningsGuenter Roeck1-2/+4
2025-12-10selftest: af_unix: Support compilers without flex-array-member-not-at-end supportGuenter Roeck1-1/+6
2025-12-10selftests: tls: fix warning of uninitialized variableAnkit Khushwaha1-1/+1
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-9/+562
2025-12-10selftests/bpf: add verifier sign extension bound computation tests.Cupertino Miranda1-0/+68
2025-12-09selftests/bpf: add tests for attaching invalid fdKohei Enju1-2/+17
2025-12-09selftests/bpf: Add test for truncated dmabuf_iter readsT.J. Mercier1-5/+42
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-09bpftool: Fix build warnings due to MS extensionsQuentin Monnet1-0/+2
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-3/+45
2025-12-10Merge tag 'auto-type-conversion-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-autoLinus Torvalds2-3/+8
2025-12-08selftests: mptcp: pm: ensure unknown flags are ignoredMatthieu Baerts (NGI0)2-0/+15
2025-12-08tools: ynl: fix build on systems with old kernel headersJakub Kicinski1-0/+2
2025-12-08tools/virtio: replace "__auto_type" with "auto"H. Peter Anvin1-1/+1
2025-12-08selftests/bpf: replace "__auto_type" with "auto"H. Peter Anvin1-2/+7
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+4
2025-12-08selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on nr_dying_descendantsGuopeng Zhang1-18/+15
2025-12-08selftests: cgroup: make test_memcg_sock robust against delayed sock statsGuopeng Zhang1-1/+19
2025-12-08selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retriesGuopeng Zhang2-0/+26
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds246-3663/+11123
2025-12-06Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-1/+657
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds317-307/+1291
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-15/+154