aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-09-23KVM: x86: Merge 'selftests' into 'cet' to pick up ex_str()Sean Christopherson16-109/+303
2025-09-23KVM: selftests: Add ex_str() to print human friendly name of exception vectorsSean Christopherson7-22/+57
2025-09-23selftests/kvm: remove stale TODO in xapic_state_testSukrut Heroorkar1-2/+2
2025-09-23KVM: selftests: Handle Intel Atom errata that leads to PMU event overcountdongsheng5-3/+77
2025-09-23KVM: selftests: Validate more arch-events in pmu_counters_testDapeng Mi4-1/+29
2025-09-23KVM: selftests: Reduce number of "unavailable PMU events" combos testedSean Christopherson1-15/+23
2025-09-23KVM: selftests: Track unavailable_mask for PMU events as 32-bit valueSean Christopherson1-2/+5
2025-09-23KVM: selftests: Add timing_info bit support in vmx_pmu_caps_testDapeng Mi1-1/+2
2025-09-22KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren'tSean Christopherson1-3/+5
2025-09-11KVM: selftests: Add support for DIV and IDIV in the fastops testSean Christopherson1-0/+38
2025-09-11KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)Sean Christopherson1-18/+18
2025-09-11KVM: selftests: Add coverage for 'b' (byte) sized fastops emulationSean Christopherson1-7/+13
2025-09-11KVM: selftests: Add support for #DE exception fixupSean Christopherson2-1/+7
2025-09-08KVM: selftests: Fix typo in hyperv cpuid test messageAlok Tiwari1-1/+1
2025-08-19KVM: selftests: fix minor typo in cpumodel_subfuncsGopi Krishna Menon1-1/+1
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson3-38/+33
2025-08-19KVM: selftests: Fix signedness issue with vCPU mmap size checkJames Houghton1-4/+4
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-4/+78
2025-08-13selftests: net/forwarding: test purge of active DWRR classesDavide Caratti2-0/+9
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+3
2025-08-12selftests: tls: test TCP stealing data from under the TLS socketJakub Kicinski1-0/+63
2025-08-12selftests: drv-net: don't assume device has only 2 queuesJakub Kicinski1-4/+6
2025-08-11selftests/proc: fix string literal warning in proc-maps-race.cSukrut Heroorkar1-3/+3
2025-08-10Merge tag 'turbostat-2025.09.09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-225/+554
2025-08-09tools/power turbostat: version 2025.09.09Len Brown1-1/+1
2025-08-09tools/power turbostat: Handle non-root legacy-uncore sysfs permissionsLen Brown1-1/+2
2025-08-09tools/power turbostat: standardize PER_THREAD_PARAMSLen Brown1-20/+22
2025-08-09tools/power turbostat: Fix DMR supportZhang Rui1-14/+15
2025-08-09tools/power turbostat: add format "average" for external attributesMichael Hebenstreit2-11/+22
2025-08-09tools/power turbostat: delete GET_PKG()Len Brown1-15/+6
2025-08-09tools/power turbostat: probe and display L3 cache topologyLen Brown1-3/+31
2025-08-09tools/power turbostat: Support more than 64 built-in-countersLen Brown1-154/+406
2025-08-09tools/power turbostat.8: Document Totl%C0, Any%C0, GFX%C0, CPUGFX% columnsLen Brown1-0/+8
2025-08-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+15
2025-08-08tools/power turbostat: Fix bogus SysWatt for forked programZhang Rui1-0/+1
2025-08-08tools/power turbostat: Handle cap_get_proc() ENOSYSCalvin Owens1-1/+9
2025-08-08tools/power turbostat: Fix build with muslCalvin Owens1-0/+1
2025-08-08tools/power turbostat: verify arguments to params --show and --hideLen Brown1-2/+31
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-30/+125
2025-08-07perf bpf-filter: Enable events manuallyIlya Leoshkevich1-1/+4
2025-08-07libbpf: Add the ability to suppress perf event enablementIlya Leoshkevich2-6/+11
2025-08-06Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+238
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja2-0/+112
2025-08-05selftests: netdevsim: Xfail nexthop test on slow machinesIdo Schimmel1-1/+1
2025-08-05selftests/perf_events: Add a mmap() correctness testLorenzo Stoakes3-1/+238
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-10/+409
2025-08-04selftests: net: packetdrill: xfail all problems on slow machinesJakub Kicinski1-18/+1
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds9-77/+1270
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4