KVM: selftests: Verify parent PTE is PRESENT when getting child PTE
[platform/kernel/linux-starfive.git] / arch /
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 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 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 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 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....
2022-11-06 Linus TorvaldsMerge tag 'x86_urgent_for_v6.1_rc4' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'kbuild-fixes-v6.1-2' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-11-06 Linus TorvaldsMerge tag 'for-linus-6.1-rc4-tag' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2022-11-06 Linus TorvaldsMerge tag '6.1-rc4-smb3-fixes' of git://git.samba.org...
2022-11-06 Linus TorvaldsMerge tag 'trace-v6.1-rc3' of git://git./linux/kernel...
2022-11-06 Paolo BonziniMerge tag 'kvmarm-fixes-6.1-3' of git://git./linux...
2022-11-06 Paolo BonziniMerge branch 'kvm-master' into HEAD
2022-11-05 Linus TorvaldsMerge tag 'acpi-6.1-rc4' of git://git./linux/kernel...
2022-11-05 Linus TorvaldsMerge tag 'block-6.1-2022-11-05' of git://git.kernel...
2022-11-05 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-11-05 Linus TorvaldsMerge tag 'i2c-for-6.1-rc4' of git://git./linux/kernel...
2022-11-04 Linus TorvaldsMerge tag 'xfs-6.1-fixes-4' of git://git./fs/xfs/xfs...
2022-11-04 Linus TorvaldsMerge tag 'landlock-6.1-rc4' of git://git./linux/kernel...
2022-11-04 Linus TorvaldsMerge tag 'hardening-v6.1-rc4' of git://git./linux...
2022-11-04 Linus TorvaldsMerge tag 'efi-fixes-for-v6.1-2' of git://git./linux...
2022-11-04 Linus TorvaldsMerge tag 'soc-fixes-6.1-2' of git://git./linux/kernel...
2022-11-04 Tony Luckx86/cpu: Add several Intel server CPU model numbers
2022-11-04 Linus TorvaldsMerge tag 'drm-fixes-2022-11-04-1' of git://anongit...
2022-11-04 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2022-11-03 Linus TorvaldsMerge tag 'ata-6.1-rc4' of git://git./linux/kernel...
2022-11-03 Linus TorvaldsMerge tag 'fuse-fixes-6.1-rc4' of git://git./linux...
2022-11-03 Linus TorvaldsMerge tag 'for-6.1-rc3-tag' of git://git./linux/kernel...
2022-11-03 Amit Daniel Kachhaparm64: cpufeature: Fix the visibility of compat hwcaps
2022-11-03 Linus TorvaldsMerge tag 'linux-kselftest-fixes-6.1-rc4' of git:/...
2022-11-03 Linus TorvaldsMerge tag 'net-6.1-rc4' of git://git./linux/kernel...
2022-11-03 Linus TorvaldsMerge tag 'powerpc-6.1-4' of git://git./linux/kernel...
2022-11-03 Ard Biesheuvelarm64: efi: Recover from synchronous exceptions occurri...
next