linux-2.6-microblaze.git
2022-11-17 Peter GondaKVM: selftests: Add ucall pool based implementation
2022-11-17 Sean ChristophersonKVM: selftests: Drop now-unnecessary ucall_uninit()
2022-11-17 Sean ChristophersonKVM: selftests: Make arm64's MMIO ucall multi-VM friendly
2022-11-17 Peter Gondatools: Add atomic_test_and_set_bit()
2022-11-17 Sean ChristophersonKVM: selftests: Automatically do init_ucall() for non...
2022-11-17 Sean ChristophersonKVM: selftests: Consolidate boilerplate code in get_ucall()
2022-11-17 Sean ChristophersonKVM: selftests: Consolidate common code for populating...
2022-11-17 Sean ChristophersonKVM: arm64: selftests: Disable single-step without...
2022-11-17 Sean ChristophersonKVM: arm64: selftests: Disable single-step with correct...
2022-11-16 David MatlackKVM: selftests: Rename perf_test_util symbols to memstress
2022-11-16 David MatlackKVM: selftests: Rename pta (short for perf_test_args...
2022-11-16 David MatlackKVM: selftests: Rename perf_test_util.[ch] to memstress...
2022-11-16 Colton LewisKVM: selftests: randomize page access order
2022-11-16 Colton LewisKVM: selftests: randomize which pages are written vs...
2022-11-16 Colton LewisKVM: selftests: create -r argument to specify random...
2022-11-16 Colton LewisKVM: selftests: implement random number generator for...
2022-11-16 Vipin SharmaKVM: selftests: Allowing running dirty_log_perf_test...
2022-11-16 Vipin SharmaKVM: selftests: Add atoi_positive() and atoi_non_negati...
2022-11-16 Vipin SharmaKVM: selftests: Shorten the test args in memslot_modifi...
2022-11-16 Vipin SharmaKVM: selftests: Use SZ_* macros from sizes.h in max_gue...
2022-11-16 Vipin SharmaKVM: selftests: Add atoi_paranoid() to catch errors...
2022-11-16 Vipin SharmaKVM: selftests: Put command line options in alphabetica...
2022-11-16 Vipin SharmaKVM: selftests: Add missing break between -e and -g...
2022-11-09 Paolo BonziniKVM: replace direct irq.h inclusion
2022-11-09 Like XuKVM: x86/pmu: Defer counter emulated overflow via pmc...
2022-11-09 Like XuKVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_hand...
2022-11-09 Sean ChristophersonKVM: x86/pmu: Clear "reprogram" bit if counter is disab...
2022-11-09 Sean ChristophersonKVM: x86/pmu: Force reprogramming of all counters on...
2022-11-09 Sean ChristophersonKVM: x86/mmu: WARN if TDP MMU SP disallows hugepage...
2022-11-09 Mingwei ZhangKVM: x86/mmu: explicitly check nx_hugepage in disallowe...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Add helper to convert SPTE value to its...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Track the number of TDP MMU pages, but...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Properly account NX huge page workaround...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Rename NX huge pages fields/functions...
2022-11-09 Sean ChristophersonKVM: x86/mmu: Tag disallowed NX huge pages even if...
2022-11-09 Aaron Lewisselftests: kvm/x86: Test the flags in MSR filtering...
2022-11-09 Aaron LewisKVM: x86: Add a VALID_MASK for the flags in kvm_msr_fil...
2022-11-09 Aaron LewisKVM: x86: Add a VALID_MASK for the flag in kvm_msr_filter
2022-11-09 Aaron LewisKVM: x86: Add a VALID_MASK for the MSR exit reason...
2022-11-09 Aaron LewisKVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_AL...
2022-11-09 Peter Xukvm: x86: Allow to respond to generic signals during...
2022-11-09 Peter Xukvm: Add interruptible flag to __gfn_to_pfn_memslot()
2022-11-09 Peter Xukvm: Add KVM_PFN_ERR_SIGPENDING
2022-11-09 Peter Xumm/gup: Add FOLL_INTERRUPTIBLE
2022-11-09 Maxim LevitskyKVM: x86: smm: preserve interrupt shadow in SMRAM
2022-11-09 Maxim LevitskyKVM: x86: SVM: don't save SVM state to SMRAM when VM...
2022-11-09 Maxim LevitskyKVM: x86: SVM: use smram structs
2022-11-09 Maxim LevitskyKVM: svm: drop explicit return value of kvm_vcpu_map
2022-11-09 Maxim LevitskyKVM: x86: smm: use smram struct for 64 bit smram load...
2022-11-09 Maxim LevitskyKVM: x86: smm: use smram struct for 32 bit smram load...
2022-11-09 Maxim LevitskyKVM: x86: smm: use smram structs in the common code
2022-11-09 Maxim LevitskyKVM: x86: smm: add structs for KVM's smram layout
2022-11-09 Maxim LevitskyKVM: x86: smm: check for failures on smm entry
2022-11-09 Paolo BonziniKVM: x86: do not define SMM-related constants if SMM...
2022-11-09 Paolo BonziniKVM: zero output of KVM_GET_VCPU_EVENTS before filling...
2022-11-09 Paolo BonziniKVM: x86: do not define KVM_REQ_SMI if SMM disabled
2022-11-09 Paolo BonziniKVM: x86: remove SMRAM address space if SMM is not...
2022-11-09 Paolo BonziniKVM: x86: compile out vendor-specific code if SMM is...
2022-11-09 Paolo BonziniKVM: allow compiling out SMM support
2022-11-09 Paolo BonziniKVM: x86: do not go through ctxt->ops when emulating rsm
2022-11-09 Paolo BonziniKVM: x86: move SMM exit to a new file
2022-11-09 Paolo BonziniKVM: x86: move SMM entry to a new file
2022-11-09 Paolo BonziniKVM: x86: start moving SMM-related functions to new...
2022-11-09 Carlos BilbaoKVM: SVM: Name and check reserved fields with structs...
2022-11-09 Maxim Levitskybug: introduce ASSERT_STRUCT_OFFSET
2022-11-09 Rafael Mendoncax86/kvm: Remove unused virt to phys translation in...
2022-11-09 Jim MattsonKVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
2022-11-09 Miaohe LinKVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
2022-11-09 Miaohe LinKVM: x86/mmu: fix some comment typos
2022-11-09 Miaohe LinKVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
2022-11-09 Sean ChristophersonKVM: x86: Directly query supported PERF_CAPABILITIES...
2022-11-09 Sean ChristophersonKVM: x86: Handle PERF_CAPABILITIES in common x86's...
2022-11-09 Sean ChristophersonKVM: x86: Init vcpu->arch.perf_capabilities in common...
2022-11-09 Sean ChristophersonKVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
2022-11-09 Sean Christophersonperf/x86/core: Zero @lbr instead of returning -1 in...
2022-11-09 Paolo BonziniMerge tag 'kvm-s390-master-6.1-1' of https://git./linux...
2022-11-09 Like XuKVM: x86/pmu: Limit the maximum number of supported...
2022-11-09 Like XuKVM: x86/pmu: Limit the maximum number of supported...
2022-11-09 Like XuKVM: x86/pmu: Do not speculatively query Intel GP PMCs...
2022-11-09 Peter GondaKVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
2022-11-09 Rong Taotools/kvm_stat: update exit reasons for vmx/svm/aarch64...
2022-11-09 Matthias Gerstnertools/kvm_stat: fix incorrect detection of debugfs
2022-11-09 Paolo Bonzinix86, KVM: remove unnecessary argument to x86_virt_spec_...
2022-11-09 Paolo BonziniKVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
2022-11-09 Paolo BonziniKVM: SVM: restore host save area from assembly
2022-11-09 Paolo BonziniKVM: SVM: move guest vmsave/vmload back to assembly
2022-11-09 Paolo BonziniKVM: SVM: do not allocate struct svm_cpu_data dynamically
2022-11-09 Paolo BonziniKVM: SVM: remove dead field from struct svm_cpu_data
2022-11-09 Paolo BonziniKVM: SVM: remove unused field from struct vcpu_svm
2022-11-09 Paolo BonziniKVM: SVM: retrieve VMCB from assembly
2022-11-09 Paolo BonziniKVM: SVM: adjust register allocation for __svm_vcpu_run()
2022-11-09 Paolo BonziniKVM: SVM: replace regs argument of __svm_vcpu_run(...
2022-11-09 Paolo BonziniKVM: x86: use a separate asm-offsets.c file
2022-11-07 Rafael MendoncaKVM: s390: pci: Fix allocation size of aift kzdev elements
2022-11-07 Nico BoehrKVM: s390: pv: don't allow userspace to set the clock...
2022-11-06 Linus TorvaldsLinux 6.1-rc4
2022-11-06 Linus TorvaldsMerge tag 'cxl-fixes-for-6.1-rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'hwmon-for-v6.1-rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'perf_urgent_for_v6.1_rc4' of git://git....
next