aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-11KVM: s390: selftests: Add regression tests for PFCR subfunctionsHendrik Brueckner2-1/+17
2024-11-11KVM: s390: add gen17 facilities to CPU modelHendrik Brueckner2-0/+9
2024-11-11KVM: s390: add msa11 to cpu modelHendrik Brueckner3-3/+14
2024-11-11KVM: s390: add concurrent-function facility to cpu modelHendrik Brueckner3-1/+25
2024-11-11KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug outputChristoph Schlameuss1-1/+1
2024-11-11KVM: s390: selftests: Fix whitespace confusion in ucontrol testChristoph Schlameuss1-4/+4
2024-11-11KVM: s390: selftests: Verify reject memory region operations for ucontrol VMsChristoph Schlameuss1-0/+22
2024-11-11KVM: s390: selftests: Add uc_skey VM test caseChristoph Schlameuss2-2/+149
2024-11-11KVM: s390: selftests: Add uc_map_unmap VM test caseChristoph Schlameuss1-1/+144
2024-11-08Documentation: kvm: reorganize introductionPaolo Bonzini1-13/+25
2024-11-08Documentation: kvm: replace section numbers with linksPaolo Bonzini1-12/+28
2024-11-08Documentation: kvm: fix a few mistakesPaolo Bonzini1-15/+33
2024-11-08KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMAPaolo Bonzini2-39/+0
2024-11-08KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKENSean Christopherson1-1/+3
2024-11-08KVM: x86: Unconditionally set irr_pending when updating APICv stateSean Christopherson1-11/+18
2024-11-08kvm: svm: Fix gctx page leak on invalid inputsDionna Glaze1-4/+4
2024-11-08KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WBJohn Sperbeck1-1/+1
2024-11-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel1-4/+7
2024-11-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang1-1/+2
2024-11-04KVM: SVM: Propagate error from snp_guest_req_init() to userspaceSean Christopherson1-2/+5
2024-11-04KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabledSean Christopherson2-6/+26
2024-11-04KVM: selftests: Don't force -march=x86-64-v2 if it's unsupportedSean Christopherson1-0/+2
2024-11-04KVM: selftests: Disable strict aliasingSean Christopherson1-4/+4
2024-11-04KVM: selftests: fix unintentional noop test in guest_memfd_test.cPatrick Roy1-1/+1
2024-11-04KVM: selftests: memslot_perf_test: increase guest sync timeoutMaxim Levitsky1-1/+1
2024-11-04KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchangedSean Christopherson1-3/+4
2024-11-04KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()Sean Christopherson3-11/+8
2024-11-04KVM: x86: Make kvm_recalculate_apic_map() local to lapic.cSean Christopherson2-2/+1
2024-11-04KVM: x86: Rename APIC base setters to better capture their relationshipSean Christopherson3-8/+14
2024-11-04KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)Sean Christopherson2-21/+21
2024-11-04KVM: x86: Inline kvm_get_apic_mode() in lapic.hSean Christopherson2-7/+5
2024-11-04KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()Sean Christopherson2-10/+4
2024-11-04KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC stateSean Christopherson1-1/+0
2024-11-04KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changingSean Christopherson1-0/+3
2024-11-04KVM: x86/mmu: Drop per-VM zapped_obsolete_pages listVipin Sharma2-4/+5
2024-11-04KVM: x86/mmu: Remove KVM's MMU shrinkerVipin Sharma1-103/+2
2024-11-04KVM: x86/mmu: WARN if huge page recovery triggered during dirty loggingDavid Matlack1-0/+3
2024-11-04KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()David Matlack4-6/+6
2024-11-04KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zappingDavid Matlack7-30/+91
2024-11-04KVM: x86/mmu: Refactor TDP MMU iter need resched checkSean Christopherson1-5/+11
2024-11-04KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...Sean Christopherson1-1/+1
2024-11-04KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is neededSean Christopherson1-14/+14
2024-11-03Linux 6.12-rc6v6.12-rc6Linus Torvalds1-1/+1
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao3-47/+55
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2-11/+5
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada1-5/+5
2024-11-02Input: fix regression when re-registering input handlersDmitry Torokhov2-62/+82
2024-11-01KVM: selftests: Ensure KVM supports AVX for SEV-ES VMSA FPU testSean Christopherson1-1/+3
2024-11-01KVM: selftests: Drop manual XCR0 configuration from SEV smoke testSean Christopherson1-13/+2