summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
* KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
* KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-224-11/+30
* KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson2021-02-222-2/+2
* KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
* KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-192-21/+15
* KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2021-02-192-47/+17
* KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-195-153/+36
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-196-5/+70
* KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson2021-02-191-4/+11
* KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-195-100/+24
* KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-194-13/+4
* KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson2021-02-191-1/+4
* KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
* KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson2021-02-193-12/+14
* KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson2021-02-191-9/+15
* KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2021-02-192-15/+24
* KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson2021-02-191-1/+2
* KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
* KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
* KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
* KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
* KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
* KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-183-6/+3
* KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-1268-380/+1051
|\
| * Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-123-38/+64
| |\
| | * KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei2021-02-031-3/+3
| | * KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier2021-02-031-4/+4
| | * KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-033-4/+16
| | * KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier2021-02-031-0/+3
| | * KVM: arm64: Refactor filtering of ID registersMarc Zyngier2021-02-031-23/+28
| | * KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier2021-02-031-3/+9
| | * KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier2021-02-031-2/+2
| | * KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier2021-02-031-1/+1
| * | Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier2021-02-124-1/+94
| |\ \
| | * | KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel2021-01-254-1/+94
| * | | Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier2021-02-1220-135/+604
| |\ \ \
| | * | | KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier2021-02-012-16/+42
| | * | | KVM: arm64: Remove hyp_symbol_addrDavid Brazdil2021-01-235-43/+17
| | * | | KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-234-32/+4
| | * | | KVM: arm64: Fix constant-pool users in hypDavid Brazdil2021-01-233-42/+31
| | * | | KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil2021-01-234-1/+33
| | * | | KVM: arm64: Generate hyp relocation dataDavid Brazdil2021-01-234-3/+451
| | * | | KVM: arm64: Add symbol at the beginning of each hyp sectionDavid Brazdil2021-01-232-4/+29
| | * | | KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil2021-01-234-9/+11
| | * | | KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil2021-01-232-1/+2
| | |/ /
| * | | Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/nextMarc Zyngier2021-02-123-41/+60
| |\ \ \
| | * | | KVM: arm64: Mark the page dirty only if the fault is handled successfullyYanan Wang2021-01-251-5/+8
| | * | | KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang2021-01-252-11/+26