summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-4/+4
|\
| * selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2023-09-292-4/+4
* | Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-09-302-9/+9
|\ \
| * | selftests/powerpc: Fix emit_tests to work with run_kselftest.shMichael Ellerman2023-09-222-9/+9
* | | Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-265-9/+34
|\ \ \
| * | | selftests/user_events: Fix to unmount tracefs when test created mountBeau Belgrave2023-09-185-9/+34
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds2023-09-2616-539/+255
|\ \ \
| * | | perf jevent: fix core dump on software events on s390Thomas Richter2023-09-171-1/+1
| * | | perf pmu: Ensure all alias variables are initializedIan Rogers2023-09-171-1/+1
| * | | perf jevents metric: Fix type of strcmp_cpuid_strIan Rogers2023-09-171-2/+2
| * | | perf trace: Avoid compile error wrt redefining boolIan Rogers2023-09-171-0/+2
| * | | perf bpf-prologue: Remove unused fileIan Rogers2023-09-171-508/+0
| * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2023-09-131-15/+69
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2023-09-131-0/+12
| * | | perf bench sched-seccomp-notify: Use the tools copy of seccomp.h UAPIArnaldo Carvalho de Melo2023-09-131-1/+1
| * | | tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older ...Arnaldo Carvalho de Melo2023-09-132-0/+158
| * | | tools headers UAPI: Sync files changed by new fchmodat2 and map_shadow_stack ...Arnaldo Carvalho de Melo2023-09-135-1/+9
| * | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2023-09-111-10/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-242-17/+43
|\ \ \ \
| * \ \ \ Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-2317-59/+316
| |\ \ \ \
| | * | | | KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| | * | | | KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
| | | |/ / | | |/| |
| * | | | KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-233-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | selftests/proc: fixup proc-empty-vm test after KSM changesAlexey Dobriyan2023-09-191-0/+1
| * | | selftests: link libasan statically for tests with -fsanitize=addressRyan Roberts2023-09-192-2/+2
| | |/ | |/|
* | | Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-2119-143/+726
|\ \ \
| * | | selftests: hsr: Extend the testsuite to also cover HSRv1.Sebastian Andrzej Siewior2023-09-181-6/+17
| * | | selftests: hsr: Reorder the testsuite.Sebastian Andrzej Siewior2023-09-181-123/+132
| * | | selftests: hsr: Use `let' properly.Sebastian Andrzej Siewior2023-09-181-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2023-09-1612-14/+302
| |\ \ \
| | * | | bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers2023-09-151-1/+1
| | * | | selftests/bpf: Fix kprobe_multi_test/attach_override testJiri Olsa2023-09-132-9/+3
| | * | | selftests/bpf: fix unpriv_disabled check in test_verifierArtem Savkov2023-09-121-1/+1
| | * | | selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=yAndrii Nakryiko2023-09-122-1/+1
| | * | | selftests/bpf: Offloaded prog after non-offloaded should not cause BUGEduard Zingerman2023-09-111-0/+61
| | * | | selftests/bpf: Update bpf_clone_redirect expected return codeStanislav Fomichev2023-09-111-2/+10
| | * | | bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev2023-09-111-1/+3
| | * | | selftests/bpf: Test all valid alloc sizes for bpf mem allocatorHou Tao2023-09-112-0/+173
| | * | | selftests/bpf: Add kprobe_multi override testJiri Olsa2023-09-082-0/+50
| * | | | Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-09-155-2/+277
| |\ \ \ \
| | * | | | selftests: netfilter: Test nf_tables audit loggingPhil Sutter2023-09-135-2/+277
| * | | | | selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca2023-09-151-4/+4
* | | | | | Merge tag 'fixes-2023-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-216-5/+10
|\ \ \ \ \ \
| * | | | | | memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-09-143-1/+4
| * | | | | | memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)2023-09-141-2/+0
| * | | | | | memblock tests: Fix compilation errors.Rong Tao2023-09-143-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-09-214-12/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | selftests: ALSA: remove unused variablesDing Xiang2023-09-114-12/+5
| |/ / / /
* | | | | Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-171-1/+2
|\ \ \ \ \