aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-12-20Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-23/+2
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-18/+6
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds28-104/+345
2022-12-19Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2-18/+6
2022-12-16Merge tag 'perf-tools-for-v6.2-1-2022-12-16' of git://git.kernel.org/pub/scm/...Linus Torvalds373-26299/+11241
2022-12-16libperf: Fix install_pkgconfig targetAlexander Gordeev1-1/+1
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo504-5547/+36419
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+31
2022-12-15maple_tree: update copyright dates for test codeLiam Howlett1-2/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds104-2031/+5426
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-182/+753
2022-12-14Merge tag 'memblock-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-280/+1622
2022-12-14perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang38-89/+89
2022-12-14perf stat: Do not delay the workload with --delayNamhyung Kim1-16/+17
2022-12-14perf evlist: Remove group option.Ian Rogers13-79/+3
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+2530
2022-12-14perf build: Fix python/perf.so library's nameIan Rogers2-2/+4
2022-12-14perf test arm64: Add attr tests for new VG registerJames Clark3-0/+33
2022-12-14perf test: Add mechanism for skipping attr tests on kernel versionsJames Clark1-1/+27
2022-12-14perf test: Add mechanism for skipping attr tests on auxiliary vector valuesJames Clark1-2/+31
2022-12-14perf test: Add ability to test exit code for attr testsJames Clark1-2/+8
2022-12-14perf test: add new task-analyzer testsPetar Gligoric1-0/+151
2022-12-14perf script: task-analyzer add csv supportPetar Gligoric1-89/+185
2022-12-14perf script: Introduce task analyzer python scriptHagen Paul Pfeifer3-0/+843
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark4-166/+191
2022-12-14perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark1-17/+9
2022-12-14perf cs-etm: Tidy up auxtrace info header printingJames Clark1-18/+10
2022-12-14perf cs-etm: Remove unused stub methodsJames Clark1-32/+2
2022-12-14perf cs-etm: Print unknown header version as an errorJames Clark1-10/+2
2022-12-14perf test: Update perf lock contention testNamhyung Kim1-0/+48
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim5-28/+102
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim4-17/+78
2022-12-14perf lock contention: Add lock_data.h for common dataNamhyung Kim3-29/+39
2022-12-14perf python: Account for multiple words in CCKhem Raj1-1/+1
2022-12-14perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim1-1/+1
2022-12-14perf test: Update event group check for support of uncore eventAthira Rajeev1-1/+13
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo8-1/+18
2022-12-14tools lib traceevent: Remove libtraceeventIan Rogers70-19876/+0
2022-12-14perf build: Use libtraceevent from the systemIan Rogers52-184/+355
2022-12-14perf jevents: Parse metrics during conversionIan Rogers4-4/+669
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim1-10/+9
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers1-2/+6
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo5-59/+48
2022-12-14perf test: Add event group test for events in multiple PMUsRavi Bangoria4-0/+130
2022-12-14perf tool: Move pmus list variable to a new fileRavi Bangoria4-1/+16
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers7-22/+29
2022-12-14perf util: Make header guard consistent with toolIan Rogers1-3/+3
2022-12-14perf stat: Fix invalid output handleJames Clark1-1/+1
2022-12-14perf stat: Fix multi-line metric output in JSONNamhyung Kim1-1/+1
2022-12-14tools lib symbol: Add dependency test to install_headersIan Rogers1-7/+14
2022-12-14tools lib subcmd: Add dependency test to install_headersIan Rogers1-10/+13
2022-12-14tools lib perf: Add dependency test to install_headersIan Rogers1-21/+22
2022-12-14tools lib api: Add dependency test to install_headersIan Rogers1-12/+26
2022-12-14perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev1-12/+1
2022-12-14perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"Anshuman Khandual2-0/+8
2022-12-14perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers1-1/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-193/+2404
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds215-2122/+15042
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds7-52/+1057
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-45/+546
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-9/+8
2022-12-12Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-17/+1297
2022-12-12Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-7/+33
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds5-143/+260
2022-12-12Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds33-100/+1327
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+17
2022-12-12selftests: forwarding: Add bridge MDB testIdo Schimmel2-0/+1165
2022-12-12selftests: forwarding: Rename bridge_mdb testIdo Schimmel2-1/+1
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-2/+34
2022-12-12Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+141
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+172
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds8-67/+746
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-1/+4
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds15-14/+1643
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov3-15/+16
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2-4/+21
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar4-28/+80
2022-12-12kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov1-16/+18
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov2-3/+3
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov1-2/+0
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov1-55/+38
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov2-20/+9
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini36-220/+351
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski51-445/+1631
2022-12-12Merge tag 'platform-drivers-x86-v6.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-88/+376
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-45/+154
2022-12-12Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+141
2022-12-12Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2022-12-12Merge tag 'nolibc.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+10
2022-12-12Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2022-12-12Merge tag 'lkmm.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+4
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-66/+249
2022-12-12Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki14-13/+1642
2022-12-12Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki1-1/+1
2022-12-12Merge branch 'acpica'Rafael J. Wysocki2-1/+4
2022-12-11selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2-3/+3
2022-12-11selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand1-2/+2
2022-12-11selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand1-0/+7
2022-12-11selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed1-0/+11
2022-12-11selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed1-36/+44
2022-12-11selftests/damon: test removed scheme sysfs dir access bugSeongJae Park2-1/+59
2022-12-11selftests/vm: add test to measure MADV_UNMERGEABLE performanceDavid Hildenbrand1-2/+74
2022-12-11selftests/vm: add KSM unmerge testsDavid Hildenbrand5-0/+294
2022-12-11selftests/vm: enable running select groups of testsJoel Savitz1-63/+144
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+3
2022-12-10selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman1-0/+75
2022-12-10selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi1-0/+39
2022-12-10selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman1-0/+82
2022-12-10selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman2-0/+103
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-3/+3
2022-12-09kselftests: cgroup: update kmem test precision toleranceMichal Hocko1-3/+3
2022-12-09Documentation/rv: Add verification/rv man pagesDaniel Bristot de Oliveira1-2/+24
2022-12-09tools/rv: Add in-kernel monitor interfaceDaniel Bristot de Oliveira3-0/+704
2022-12-09rv: Add rv toolDaniel Bristot de Oliveira8-0/+558
2022-12-09rtla: Fix exit status when returning from calls to usage()John Kacur3-17/+13
2022-12-09KVM: selftests: Allocate ucall pool from MEM_REGION_DATAOliver Upton1-1/+1
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton3-5/+21
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini23-485/+2229
2022-12-08ktest.pl: Add shell commands to variablesSteven Rostedt (Google)2-1/+16
2022-12-08selftests: net: Fix O=dir buildsBjörn Töpel1-3/+3
2022-12-08selftests: mlxsw: Move IPv6 decap_error test to shared directoryIdo Schimmel1-1/+1
2022-12-08selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2-8/+45
2022-12-08bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2-2/+2
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2-6/+6
2022-12-08bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2-17/+2
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-6/+222
2022-12-08Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-4/+220
2022-12-08selftests/bpf: Bring test_offload.py back to lifeStanislav Fomichev1-3/+5
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman19-56/+271
2022-12-07kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt1-5/+15
2022-12-07ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt1-1/+2
2022-12-07selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko5-155/+64
2022-12-07selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko4-1/+272
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+10
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+27
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2-2/+12
2022-12-06selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer1-1/+1
2022-12-06selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer1-1/+1
2022-12-06selftests/bpf: Install all required files to run selftestsDaan De Meyer1-2/+4
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker1-0/+8
2022-12-06selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau1-4/+9
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin1-0/+1
2022-12-06Merge branch 'for-next/selftests' into for-next/coreWill Deacon6-45/+122
2022-12-06PM: sleep: Refine error message in try_to_freeze_tasks()Rafael J. Wysocki1-1/+1
2022-12-06Merge tag 'asoc-v6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai87-333/+37504
2022-12-05selftests/bpf: add xfrm_info testsEyal Birger5-0/+403
2022-12-05tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger1-0/+1
2022-12-05tools/testing/cxl: Require cache invalidation bypassDan Williams1-0/+2
2022-12-05Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams1-2/+114
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams4-38/+407
2022-12-05tools/testing/cxl: Add an RCH topologyDan Williams2-11/+176
2022-12-05Merge tag 'linux-cpupower-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki14-13/+1642
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2-15/+40
2022-12-05Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/nextMarc Zyngier5-12/+9
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier15-276/+1723
2022-12-05Merge branch kvm-arm64/selftest/linked-bps into kvmarm-master/nextMarc Zyngier3-76/+245
2022-12-05Merge branch kvm-arm64/selftest/memslot-fixes into kvmarm-master/nextMarc Zyngier1-109/+208
2022-12-05Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim1-4/+4
2022-12-05perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson1-1/+1
2022-12-05perf branch: Fix interpretation of branch recordsJames Clark1-1/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson15-27/+27
2022-12-05selftests/powerpc: Fix resource leaksMiaoqian Lin1-1/+4
2022-12-04selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard1-3/+3
2022-12-04bpf: Add sleepable prog tests for cgrp local storageYonghong Song2-0/+174
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2-0/+12
2022-12-04selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song1-10/+45
2022-12-03tools/testing/cxl: Add XOR Math support to cxl_testAlison Schofield1-3/+115
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter4-0/+33
2022-12-02tools/testing/cxl: Make mock CEDT parsing more robustDan Williams1-4/+6
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams1-3/+0
2022-12-02selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-02selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao1-1/+1
2022-12-02selftests/tls: Fix tls selftests dependency to correct algorithmTianjia Zhang1-1/+1
2022-12-02libbpf: Improve usability of libbpf MakefileXin Liu1-0/+17
2022-12-02selftests/bpf: Add GCC compatible builtins to bpf_legacy.hJames Hilliard1-6/+13
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2022-12-02selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_wit...Gautam Menghani1-2/+4
2022-12-02KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"Colin Ian King1-1/+1
2022-12-02tools: KVM: selftests: Convert clear/set_bit() to actual atomicsSean Christopherson3-9/+22
2022-12-02tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson3-4/+3
2022-12-02tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson1-34/+0
2022-12-02KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson4-22/+22
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson15-27/+27
2022-12-02tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpersSean Christopherson1-2/+2
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson2-10/+19
2022-12-02Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+49
2022-12-02Merge tag 'kvm-selftests-6.2-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-63/+91
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas1-3/+3
2022-12-02KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctlJavier Martinez Canillas2-10/+0
2022-12-02KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctlJavier Martinez Canillas1-12/+0
2022-12-02selftests/ftrace: Use long for synthetic event probe testSteven Rostedt (Google)1-1/+1
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe45-138/+36643
2022-12-02selftests/powerpc: Add ptrace setup_core_pattern() null-terminatorBenjamin Gray1-1/+3
2022-12-02selftests/powerpc: Use mfspr/mtspr macrosBenjamin Gray4-21/+10
2022-12-02selftests: powerpc: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-01selftests: Add a basic HSR test.Sebastian Andrzej Siewior4-0/+268
2022-12-01selftests: mptcp: listener test for in-kernel PMGeliang Tang1-1/+57