summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-08perf callchain: Fix stitch LBR memory leaksIan Rogers-2/+20
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2024-08-08perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova-1/+3
2024-08-08perf tests ftrace: Add pattern check for time, countArnaldo Carvalho de Melo-0/+5
2024-08-08perf test: Add a new shell test for perf ftraceNamhyung Kim-0/+84
2024-08-08perf annotate-data: Show typedef names properlyNamhyung Kim-10/+33
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim-14/+44
2024-08-08perf hist: Fix reference counting of branch_infoIan Rogers-4/+14
2024-08-07selftests: mm: add s390 to ARCH checkNico Pache-1/+1
2024-08-07tracing/selftests: Run the ownership test twiceSteven Rostedt (Google)-14/+20
2024-08-07selftests/uprobes: Add a basic uprobe testcaseMasami Hiramatsu (Google)-0/+26
2024-08-07KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-listMark Brown-2/+2
2024-08-07selftests/bpf: Add tests for bpf_get_dentry_xattrSong Liu-7/+50
2024-08-07tools/include: Sync arm64 headers with the kernel sourcesNamhyung Kim-0/+10
2024-08-07tools/include: Sync x86 headers with the kernel sourcesNamhyung Kim-400/+414
2024-08-07tools/include: Sync filesystem headers with the kernel sourcesNamhyung Kim-8/+189
2024-08-07tools/include: Sync network socket headers with the kernel sourcesNamhyung Kim-1/+6
2024-08-07tools/include: Sync uapi/asm-generic/unistd.h with the kernel sourcesNamhyung Kim-6/+12
2024-08-07rcutorture: Add rcutree.nohz_full_patience_delay to TREE07Paul E. McKenney-0/+1
2024-08-06tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim-4/+5
2024-08-06tools/include: Sync uapi/linux/perf.h with the kernel sourcesNamhyung Kim-2/+4
2024-08-06selftests: harness: rename __constructor_order for clarificationMasahiro Yamada-6/+4
2024-08-06selftests: harness: remove unneeded __constructor_order_last()Masahiro Yamada-28/+1
2024-08-06tools/include: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim-1/+69
2024-08-06tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim-0/+27
2024-08-06perf tools: Add tools/include/uapi/READMENamhyung Kim-0/+73
2024-08-06Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-36/+142
2024-08-06selftests/bpf: add positive tests for new VFS based BPF kfuncsMatt Bobrowski-0/+87
2024-08-06selftests/bpf: add negative tests for new VFS based BPF kfuncsMatt Bobrowski-0/+189
2024-08-06perf jevents.py: Ensure event names aren't duplicatedIan Rogers-0/+4
2024-08-06perf pmu-events: Remove duplicated ampereone eventIan Rogers-3/+0
2024-08-06perf pmu-events: Change dependencies for empty-pmu-events.c testIan Rogers-1/+1
2024-08-06perf test: Add build test for JEVENTS_ARCH=allIan Rogers-0/+2
2024-08-06memblock test: fix implicit declaration of function 'strscpy'Wei Yang-0/+2
2024-08-06memblock test: fix implicit declaration of function 'isspace'Wei Yang-0/+1
2024-08-06memblock test: fix implicit declaration of function 'memparse'Wei Yang-1/+56
2024-08-06memblock test: add the definition of __setup()Wei Yang-0/+3
2024-08-06memblock test: fix implicit declaration of function 'virt_to_phys'Wei Yang-0/+6
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang-10/+12
2024-08-06memblock tests: include export.h in linkage.h as kernel doseWei Yang-1/+2
2024-08-06memblock tests: include memory_hotplug.h in mmzone.h as kernel doseWei Yang-1/+1
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King-2/+2
2024-08-05fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro-0/+35
2024-08-05Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+1
2024-08-05selftest/cgroup: Add new test cases to test_cpuset_prs.shWaiman Long-1/+11
2024-08-05perf annotate: Add --skip-empty optionNamhyung Kim-5/+22
2024-08-05perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim-4/+2
2024-08-05perf annotate: Use annotation__pcnt_width() consistentlyNamhyung Kim-10/+6
2024-08-05perf annotate: Set notes->src->nr_events earlyNamhyung Kim-6/+6
2024-08-05perf annotate: Use al->data_nr if possibleNamhyung Kim-4/+3