summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-07-212-3/+2
|\
| * Merge tag 'asoc-fix-v6.5-rc1-2' of https://git.kernel.org/pub/scm/linux/kerne...Takashi Iwai2023-07-206-1/+149
| |\
| * | selftests: ALSA: Add test-pcmtest-driver to .gitignoreTakashi Iwai2023-07-191-0/+1
| * | selftests: ALSA: Fix fclose on an already fclosed file pointerColin Ian King2023-07-131-3/+1
* | | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-203-2/+26
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-191-2/+23
| |\ \ \
| | * | | selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi2023-07-181-2/+23
| * | | | selftests: tc: add ConnTrack procfs kconfigMatthieu Baerts2023-07-181-0/+1
| * | | | selftests: tc: add 'ct' action kconfig depMatthieu Baerts2023-07-181-0/+1
| * | | | selftests: tc: set timeout to 15 minutesMatthieu Baerts2023-07-181-0/+1
| |/ / /
* | | | Merge tag 'perf-tools-fixes-for-v6.5-1-2023-07-18' of git://git.kernel.org/pu...Linus Torvalds2023-07-1827-23/+381
|\ \ \ \
| * | | | perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo2023-07-171-2/+2
| * | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+8
| * | | | tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-2/+79
| * | | | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-141-0/+31
| * | | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-142-0/+13
| * | | | perf parse-events: Avoid SEGV if PMU lookup fails for legacy cache termsIan Rogers2023-07-121-0/+8
| * | | | libsubcmd: Avoid SEGV/use-after-free when commands aren't excludedIan Rogers2023-07-111-6/+12
| * | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+11
| * | | | perf build: Fix broken feature check for libtracefs due to external lib changesThomas Richter2023-07-111-1/+1
| * | | | tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-07-112-2/+3
| * | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-1/+5
| * | | | tools headers uapi: Sync linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-0/+5
| * | | | perf vendor events amd: Fix large metricsSandipan Das2023-07-113-3/+6
| * | | | perf build: Fix library not found error when using CSLIBSJames Clark2023-07-111-2/+2
| * | | | tools headers UAPI: Sync files changed by new cachestat syscall with the kern...Arnaldo Carvalho de Melo2023-07-116-1/+22
| * | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2023-07-111-2/+93
| * | | | perf probe: Read DWARF files from the correct CUGeorg Müller2023-07-111-1/+3
| * | | | perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-07-111-0/+77
| | |/ / | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-1810-4/+4
|\ \ \ \
| * | | | maple_tree: fix node allocation testing on 32 bitLiam R. Howlett2023-07-171-3/+3
| * | | | selftests/mm: mkdirty: fix incorrect position of #endifColin Ian King2023-07-171-1/+1
| * | | | selftests/mm: give scripts execute permissionRyan Roberts2023-07-148-0/+0
| |/ / /
* | | | Merge tag 'linux-kselftest-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-07-184-6/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftests/arm64: fix build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| * | | selftests/riscv: fix potential build failure during the "emit_tests" stepJohn Hubbard2023-07-141-1/+1
| * | | tools: timers: fix freq average calculationMinjie Du2023-07-131-2/+1
| * | | selftests/mincore: fix skip condition for check_huge_pages testRicardo Cañuelo2023-07-131-2/+2
| |/ /
* | | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-161-1/+1
|\ \ \ | |_|/ |/| |
| * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| |/
* | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-133-0/+135
|\ \
| * | selftests: tc-testing: add test for qfq with stab overheadPedro Tammela2023-07-131-0/+38
| * | selftests: tc-testing: add tests for qfq mtu sanity checkPedro Tammela2023-07-131-0/+48
| * | selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi2023-07-052-0/+49
* | | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-131-0/+12
|\ \ \
| * | | selftests/user_events: Test struct size match casesBeau Belgrave2023-07-121-0/+12
| | |/ | |/|
* | | Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-07-121-0/+1
|\ \ \ | |/ / |/| |
| * | selftests: hid: fix vmtests.sh not running make headersBenjamin Tissoires2023-07-091-0/+1
* | | Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-07-0895-448/+9316
|\ \ \
| * | | perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark2023-07-051-36/+50