Age | Commit message (Expand) | Author |
2020-10-21 | kvm: x86/mmu: Allocate and free TDP MMU roots | Ben Gardon |
2020-10-21 | kvm: x86/mmu: Init / Uninit the TDP MMU | Ben Gardon |
2020-10-21 | kvm: x86/mmu: Introduce tdp_iter | Ben Gardon |
2020-10-21 | KVM: mmu: extract spte.h and spte.c | Paolo Bonzini |
2020-10-21 | KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp | Paolo Bonzini |
2020-10-21 | kvm: x86/mmu: Separate making SPTEs from set_spte | Ben Gardon |
2020-10-21 | kvm: mmu: Separate making non-leaf sptes from link_shadow_page | Ben Gardon |
2020-10-21 | Merge branch 'kvm-fixes' into 'next' | Paolo Bonzini |
2020-10-21 | KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const | Joe Perches |
2020-10-21 | KVM: x86: Let the guest own CR4.FSGSBASE | Lai Jiangshan |
2020-10-21 | KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault | Sean Christopherson |
2020-10-21 | KVM: x86: Move call to update_exception_bitmap() into VMX code | Sean Christopherson |
2020-10-21 | KVM: x86: Invoke vendor's vcpu_after_set_cpuid() after all common updates | Sean Christopherson |
2020-10-21 | KVM: x86: Intercept LA57 to inject #GP fault when it's reserved | Lai Jiangshan |
2020-10-21 | KVM: SVM: Initialize prev_ga_tag before use | Suravee Suthikulpanit |
2020-10-21 | KVM: nSVM: implement on demand allocation of the nested state | Maxim Levitsky |
2020-10-21 | KVM: x86: allow kvm_x86_ops.set_efer to return an error value | Maxim Levitsky |
2020-10-21 | KVM: x86: report negative values from wrmsr emulation to userspace | Maxim Levitsky |
2020-10-21 | KVM: x86: xen_hvm_config: cleanup return values | Maxim Levitsky |
2020-10-21 | kvm x86/mmu: Make struct kernel_param_ops definitions const | Joe Perches |
2020-10-21 | KVM: x86: bump KVM_MAX_CPUID_ENTRIES | Vitaly Kuznetsov |
2020-10-21 | KVM: x86: allocate vcpu->arch.cpuid_entries dynamically | Vitaly Kuznetsov |
2020-10-21 | KVM: x86: disconnect kvm_check_cpuid() from vcpu->arch.cpuid_entries | Vitaly Kuznetsov |
2020-10-21 | kvm: x86: only provide PV features if enabled in guest's CPUID | Oliver Upton |
2020-10-21 | kvm: x86: set wall_clock in kvm_write_wall_clock() | Oliver Upton |
2020-10-21 | kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn | Oliver Upton |
2020-10-21 | x86/kvm: Update the comment about asynchronous page fault in exc_page_fault() | Vitaly Kuznetsov |
2020-10-21 | x86/kvm: hide KVM options from menuconfig when KVM is not compiled | Matteo Croce |
2020-10-21 | KVM: VMX: Forbid userspace MSR filters for x2APIC | Paolo Bonzini |
2020-10-21 | KVM: VMX: Ignore userspace MSR filters for x2APIC | Sean Christopherson |
2020-10-21 | Merge branch 'remotes/lorenzo/pci/arm' | Bjorn Helgaas |
2020-10-21 | Merge branch 'remotes/lorenzo/pci/pci-iomap' | Bjorn Helgaas |
2020-10-21 | Merge branch 'pci/misc' | Bjorn Helgaas |
2020-10-21 | s390: virtio: PV needs VIRTIO I/O device protection | Pierre Morel |
2020-10-21 | arm64: proton-pack: Update comment to reflect new function name | Stephen Boyd |
2020-10-20 | Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds |
2020-10-20 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
2020-10-20 | Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds |
2020-10-21 | treewide: remove DISABLE_LTO | Sami Tolvanen |
2020-10-20 | arm64: spectre-v2: Favour CPU-specific mitigation at EL2 | Will Deacon |
2020-10-20 | powerpc/64s: Remove TM from Power10 features | Jordan Niethe |
2020-10-20 | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2020-10-20 | arm64: link with -z norelro regardless of CONFIG_RELOCATABLE | Nick Desaulniers |
2020-10-20 | arm64: Fix a broken copyright header in gen_vdso_offsets.sh | Palmer Dabbelt |
2020-10-20 | ARM/sa1111: add a missing include of dma-map-ops.h | Christoph Hellwig |
2020-10-19 | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-10-19 | Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-20 | powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation | Michael Neuling |
2020-10-19 | x86/boot/64: Explicitly map boot_params and command line | Arvind Sankar |
2020-10-19 | KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms | Peter Xu |