summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | selftests: skip mincore.check_file_mmap when fs lacks needed supportCristian Marussi2022-01-271-6/+14
| * | | | | | | selftests: openat2: Skip testcases that fail with EOPNOTSUPPCristian Marussi2022-01-271-1/+11
| * | | | | | | selftests: openat2: Add missing dependency in MakefileCristian Marussi2022-01-272-1/+2
| * | | | | | | selftests: openat2: Print also errno in failure messagesCristian Marussi2022-01-271-5/+6
| * | | | | | | selftests: futex: Use variable MAKE instead of makeMuhammad Usama Anjum2022-01-271-2/+2
| * | | | | | | selftests/exec: Remove pipe from TEST_GEN_FILESMuhammad Usama Anjum2022-01-271-1/+1
| * | | | | | | selftests/zram: Adapt the situation that /dev/zram0 is being usedYang Xu2022-01-274-63/+66
| * | | | | | | selftests/zram01.sh: Fix compression ratio calculationYang Xu2022-01-271-22/+8
| * | | | | | | selftests/zram: Skip max_comp_streams interface on newer kernelYang Xu2022-01-271-0/+24
| * | | | | | | kselftest: signal all child processesLi Zhijian2022-01-251-1/+3
| * | | | | | | selftests: cpufreq: Write test output to stdout as wellNícolas F. R. A. Prado2022-01-251-1/+1
| * | | | | | | selftests: rtc: Increase test timeout so that all tests runNícolas F. R. A. Prado2022-01-251-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/...Linus Torvalds2022-02-021-0/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | kunit: tool: Import missing importlib.abcMichał Winiarski2022-01-251-0/+1
| |/ / / /
* | | | | tools/testing/scatterlist: add missing definesMaor Gottlieb2022-01-301-1/+2
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-291-2/+9
|\ \ \ \ \
| * | | | | kselftest/arm64: Correct logging of FPSIMD register read via ptraceMark Brown2022-01-281-1/+1
| * | | | | kselftest/arm64: Skip VL_INHERIT tests for unsupported vector typesMark Brown2022-01-281-1/+8
| |/ / / /
* | | | | Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-282-5/+15
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tools/tracing: Update Makefile to build rtlaShuah Khan2022-01-271-4/+14
| * | | | rtla: Make doc build optionalShuah Khan2022-01-271-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-289-15/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini2022-01-283-0/+19
| * | | selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-265-14/+9
| * | | KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson2022-01-261-1/+0
| * | | KVM: selftests: Re-enable access_tracking_perf_testDavid Matlack2022-01-251-0/+1
* | | | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-272-6/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | selftests: net: ioam: expect support for Queue depth dataJustin Iurman2022-01-211-4/+1
| * | | selftests: mptcp: fix ipv6 routing setupPaolo Abeni2022-01-201-2/+3
* | | | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-233-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao2022-01-153-3/+3
* | | | Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-2351-149/+354
|\ \ \ \
| * | | | perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
| * | | | perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
| * | | | perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
| * | | | perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
| * | | | perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
| * | | | perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
| * | | | perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
| * | | | perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
| * | | | perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
| * | | | tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
| * | | | tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
| * | | | perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
| * | | | perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * | | | perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * | | | perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
| * | | | perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
| * | | | perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* | | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-234-10/+99
|\ \ \ \ \