aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-05-20selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis1-0/+19
2022-05-20selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis1-4/+14
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka3-7/+8
2022-05-20objtool: Fix symbol creationPeter Zijlstra1-69/+129
2022-05-20KVM: selftests: riscv: Remove unneeded semicolonJiapeng Chong1-1/+1
2022-05-20KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel3-17/+31
2022-05-19selftests: mptcp: add MP_FAIL reset testcaseGeliang Tang1-0/+10
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+63
2022-05-19libbpf: remove bpf_create_map*() APIsAndrii Nakryiko2-122/+0
2022-05-19libbpf: start 1.0 development cycleAndrii Nakryiko2-2/+6
2022-05-19libbpf: fix up global symbol counting logicAndrii Nakryiko1-1/+1
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initDan Williams1-2/+3
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Dan Williams1-6/+3
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Dan Williams3-16/+5
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams3-10/+17
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams3-7/+16
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+47
2022-05-19Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman2-4/+6
2022-05-19tools/thermal: remove unneeded semicolonJiapeng Chong1-1/+1
2022-05-19tools/lib/thermal: remove unneeded semicolonJiapeng Chong1-1/+1
2022-05-19tools/thermal: Add thermal daemon skeletonDaniel Lezcano4-3/+383
2022-05-19tools/thermal: Add a temperature capture toolDaniel Lezcano6-3/+709
2022-05-19tools/thermal: Add util libraryDaniel Lezcano10-0/+478
2022-05-19tools/lib/thermal: Add a thermal libraryDaniel Lezcano13-2/+1347
2022-05-18selftests: forwarding: fix missing backslashJoachim Wiberg1-1/+1
2022-05-18selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu1-1/+1
2022-05-18kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow1-1/+1
2022-05-18selftests: netdevsim: Increase sleep time in hw_stats_l3.sh testDanielle Ratson1-2/+2
2022-05-17selftests/lkdtm: Add configs for stackleak and "after free" testsMuhammad Usama Anjum1-0/+2
2022-05-17perf test: Add basic stat and topdown group testIan Rogers1-0/+67
2022-05-17perf evlist: Keep topdown counters in weak groupIan Rogers4-2/+39
2022-05-17perf scripts python: intel-pt-events.py: Print ptwrite value as a string if i...Adrian Hunter1-1/+7
2022-05-17perf script: Print Intel ptwrite value as a string if it is ASCIIAdrian Hunter1-2/+30
2022-05-17perf intel-pt: Add support for emulated ptwriteAdrian Hunter6-3/+224
2022-05-16perf bench breakpoint: Fix build on 32-bit archesArnaldo Carvalho de Melo1-1/+1
2022-05-16selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed1-2/+4
2022-05-16libbpf: fix memory leak in attach_tp for target-less tracepoint programAndrii Nakryiko1-4/+4
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-1/+3
2022-05-16selftests: mptcp: fix a mp_fail test warningGeliang Tang1-0/+1
2022-05-16kselftests/ir : Improve readability of modprobe error messageGautam Menghani1-1/+1
2022-05-16kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins1-0/+1
2022-05-16kunit: tool: Add list of all valid test configs on UMLDavid Gow1-0/+37
2022-05-16kunit: tool: misc cleanupsDaniel Latypov7-46/+39
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov1-54/+17
2022-05-16kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2-3/+6
2022-05-16kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov3-104/+4
2022-05-16kselftest/arm64: Explicitly build no BTI tests with BTI disabledMark Brown1-1/+1
2022-05-16kselftest/arm64: bti: force static linkingAndre Przywara1-2/+2
2022-05-16Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier1-31/+132
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier9-29/+599