summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-05perf stat: Bounds-check CPU index in topology aggregation callbacksArnaldo Carvalho de Melo1-6/+7
2026-06-05perf mmap: Guard cpu__get_node() return in aio_bind()Arnaldo Carvalho de Melo1-1/+7
2026-06-05perf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo1-10/+30
2026-06-05perf sched: Cap max_cpu at MAX_CPUS in timehist sample processingArnaldo Carvalho de Melo1-3/+5
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-06-05KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublistsYong-Xuan Wang1-3/+57
2026-06-05KVM: riscv: selftests: Refactor ISA and SBI extension sublist macrosYong-Xuan Wang1-49/+27
2026-06-05selftests/bpf: Add resizable hashmap to benchmarksMykyta Yatsenko4-6/+100
2026-06-05bpftool: Add rhash map documentationMykyta Yatsenko2-2/+2
2026-06-05selftests/bpf: Add BPF iterator tests for resizable hash mapMykyta Yatsenko2-0/+97
2026-06-05selftests/bpf: Add basic tests for resizable hash mapMykyta Yatsenko2-0/+368
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko2-0/+4
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko1-0/+6
2026-06-05iommufd/selftest: Cover invalid read counts on vEVENTQ FDNicolin Chen1-0/+17
2026-06-04selftests: rds: report missing RDMA prereqs as XFAILAllison Henderson1-6/+6
2026-06-04selftests: rds: support RDS built as loadable modulesAllison Henderson3-24/+40
2026-06-04selftests: rds: pin RDS sockets to their intended transportAllison Henderson1-0/+18
2026-06-04selftests: rds: Rename run.sh to rds_run.shAllison Henderson3-8/+9
2026-06-04tools: ynl: try to avoid the very slow YAML loaderJakub Kicinski1-2/+7
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-8/+264
2026-06-04perf sched: Fix thread reference leaks in timehist_get_thread()Arnaldo Carvalho de Melo1-1/+7
2026-06-04perf tools: Add bounds check to cpu__get_node()Arnaldo Carvalho de Melo1-0/+4
2026-06-04perf tools: Guard remaining test_bit calls from OOB sample CPUArnaldo Carvalho de Melo2-2/+3
2026-06-04selftests/memfd: remove unused variable 'sig' in fuse_testKonstantin Khorenko1-1/+1
2026-06-04selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_testKonstantin Khorenko1-2/+2
2026-06-04selftests/proc: add /proc/pid/smaps tearing testsSuren Baghdasaryan1-45/+133
2026-06-04selftests/proc: ensure the test is performed at the right page boundarySuren Baghdasaryan1-19/+100
2026-06-04selftests/damon/sysfs.sh: test pause file existenceSeongJae Park1-0/+1
2026-06-04selftests/damon/sysfs.sh: test addr_unit file existenceSeongJae Park1-0/+1
2026-06-04selftests/damon/sysfs.sh: test monitoring intervals goal dirSeongJae Park1-0/+12
2026-06-04selftests/damon/sysfs.py: stop kdamonds before failingSeongJae Park1-0/+4
2026-06-04mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes1-6/+3
2026-06-04mm/vma: remove mmap_action->success_hookLorenzo Stoakes1-10/+0
2026-06-04drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-0/+1
2026-06-04selftests/mm/split_huge_page_test.c: close fd on write errorWei Yang1-1/+1
2026-06-04Merge tag 'net-7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+241
2026-06-04perf sched: Fix comp_cpus heap overflow with cross-machine recordingsArnaldo Carvalho de Melo1-4/+2
2026-06-04perf sched: Fix NULL dereference in latency_runtime_eventArnaldo Carvalho de Melo1-1/+3
2026-06-04perf sched: Fix thread reference leak in latency_switch_eventArnaldo Carvalho de Melo1-1/+1
2026-06-04perf tools: Guard test_bit from out-of-bounds sample CPUArnaldo Carvalho de Melo4-5/+10
2026-06-04perf lock contention: Enable end-timestamp accounting for cgroup aggregationSuchit Karunakaran3-3/+6
2026-06-04perf pmu: Recognize 'default_core' as a core PMU and document matchingIan Rogers2-2/+20
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson13-67/+53
2026-06-04perf lock contention: Allow 'mmap_lock' in -L/--lock-filterNamhyung Kim3-3/+42
2026-06-04selftests/bpf: ignore call depth accounting for retbleed in verifier testsAlexis Lothoré (eBPF Foundation)2-0/+6
2026-06-04selftests/bpf: Test signed loader error pathsDaniel Borkmann4-0/+1079
2026-06-04selftests/bpf: Cover exclusive map create-time validationDaniel Borkmann1-0/+37
2026-06-04selftests: net: add vxlan vnifilter notification testAndy Roulin2-0/+185
2026-06-04cxl/test: Fix __fortify_panicDan Williams1-1/+1
2026-06-04cxl/test: Enforce PMD alignment for volatile mock regionsRichard Cheng1-2/+11