- 6ca9a6f KVM: x86/mmu: Add MMU-internal header by Sean Christopherson · 4 years, 7 months ago
- afe8d7e KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c by Sean Christopherson · 4 years, 7 months ago
- 33e3042 KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory by Sean Christopherson · 4 years, 7 months ago
- 7bd7ded KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error by Sean Christopherson · 4 years, 7 months ago
- ebdb292 KVM: x86/mmu: Batch zap MMU pages when shrinking the slab by Sean Christopherson · 4 years, 7 months ago
- 6b82ef2 KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages by Sean Christopherson · 4 years, 7 months ago
- f95eec9 KVM: x86/mmu: Don't put invalid SPs back on the list of active pages by Sean Christopherson · 4 years, 7 months ago
- fb58a9c KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs by Sean Christopherson · 4 years, 7 months ago
- ac101b7 KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page() by Sean Christopherson · 4 years, 7 months ago
- 4cb5b77 KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h by Uros Bizjak · 4 years, 7 months ago
- 01c3b2b KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr() by Joerg Roedel · 4 years, 7 months ago
- a284ba5 KVM: SVM: Add svm_ prefix to set/clr/is_intercept() by Joerg Roedel · 4 years, 7 months ago
- 06e7852 KVM: SVM: Add vmcb_ prefix to mark_*() functions by Joerg Roedel · 4 years, 7 months ago
- 7693b3e KVM: SVM: Rename struct nested_state to svm_nested_state by Joerg Roedel · 4 years, 7 months ago
- b2656e4 KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper by Sean Christopherson · 4 years, 7 months ago
- c967118 kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest by Jim Mattson · 4 years, 8 months ago
- 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 8 months ago
- 1aa561b kvm: x86: Add "last CPU" to some KVM_EXIT information by Jim Mattson · 4 years, 8 months ago
- 80a1684 kvm: vmx: Add last_cpu to struct vcpu_vmx by Jim Mattson · 4 years, 8 months ago
- 2426363 kvm: svm: Always set svm->last_cpu on VMRUN by Jim Mattson · 4 years, 8 months ago
- 73cd6e5 kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id() by Jim Mattson · 4 years, 8 months ago
- a8d908b KVM: x86: report sev_pin_memory errors with PTR_ERR by Paolo Bonzini · 4 years, 7 months ago
- dc42c8a KVM: SVM: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 8 months ago
- 78824fa KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast() by John Hubbard · 4 years, 8 months ago
- 1aef816 KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of nested guests by Krish Sadhukhan · 4 years, 8 months ago
- f5f6145 KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function by Krish Sadhukhan · 4 years, 8 months ago
- 12bc213 KVM: X86: Do the same ignore_msrs check for feature msrs by Peter Xu · 4 years, 7 months ago
- 6abe9c1 KVM: X86: Move ignore_msrs handling upper the stack by Peter Xu · 4 years, 7 months ago
- 02f5fb2 KVM: x86/mmu: Make .write_log_dirty a nested operation by Sean Christopherson · 4 years, 7 months ago
- 2f1d48a KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest by Sean Christopherson · 4 years, 7 months ago
- f25a9de KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper by Sean Christopherson · 4 years, 7 months ago
- e8c2226 KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool by Vitaly Kuznetsov · 4 years, 7 months ago
- 9ce372b KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault() by Vitaly Kuznetsov · 4 years, 9 months ago
- 6c6165f Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 4 years, 6 months ago
- 26d05b3 Merge branch 'kvm-async-pf-int' into HEAD by Paolo Bonzini · 4 years, 7 months ago
- 0ed076c7 KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended" by Colin Ian King · 4 years, 7 months ago
- 8038a92 Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 7 months ago
- b9e10d4 KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART by Andrew Scull · 4 years, 7 months ago
- 146f76c KVM: arm64: PMU: Fix per-CPU access in preemptible context by Marc Zyngier · 4 years, 7 months ago
- fa71e95 KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks by Sean Christopherson · 4 years, 7 months ago
- 7c83d09 KVM: x86: Mark CR4.TSD as being possibly owned by the guest by Sean Christopherson · 4 years, 7 months ago
- d74fcfc KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode by Sean Christopherson · 4 years, 7 months ago
- 6e1d72f Merge tag 'kvmarm-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 7 months ago
- 5ecad24 KVM: x86: bit 8 of non-leaf PDPEs is not reserved by Paolo Bonzini · 4 years, 7 months ago
- 9d3c447 KVM: X86: Fix async pf caused null-ptr-deref by Wanpeng Li · 4 years, 7 months ago
- 0a1ef9c Merge tag 'kvm-s390-master-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 4 years, 7 months ago
- a3f574c KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell by Marc Zyngier · 4 years, 7 months ago
- e4553b4 KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru by Sean Christopherson · 4 years, 7 months ago
- 26769f9 KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling by Marcelo Tosatti · 4 years, 7 months ago
- bf10bd0 KVM: X86: Fix MSR range of APIC registers in X2APIC mode by Xiaoyao Li · 4 years, 7 months ago
- bf09fb6 KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL by Sean Christopherson · 4 years, 7 months ago
- 2dbebf7 KVM: nVMX: Plumb L2 GPA through to PML emulation by Sean Christopherson · 4 years, 7 months ago
- 312d16c KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic() by Vitaly Kuznetsov · 4 years, 7 months ago
- 44d5271 KVM: LAPIC: ensure APIC map is up to date on concurrent update requests by Paolo Bonzini · 4 years, 7 months ago
- af28dfac kvm: lapic: fix broken vcpu hotplug by Igor Mammedov · 4 years, 7 months ago
- a25e910 KVM: arm64: pvtime: Ensure task delay accounting is enabled by Andrew Jones · 4 years, 7 months ago
- 66b7e05 KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE by Steven Price · 4 years, 7 months ago
- 7733306 KVM: arm64: Annotate hyp NMI-related functions as __always_inline by Alexandru Elisei · 4 years, 7 months ago
- 4909776 Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU" by Vitaly Kuznetsov · 4 years, 7 months ago
- 7749112 KVM: s390: reduce number of IO pins to 1 by Christian Borntraeger · 4 years, 7 months ago
- 88c200d KVM: VMX: Add helpers to identify interrupt type from intr_info by Sean Christopherson · 4 years, 7 months ago
- b95273f kvm/svm: disable KCSAN for svm_vcpu_run() by Qian Cai · 4 years, 9 months ago
- b1d4057 KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery by Vitaly Kuznetsov · 4 years, 8 months ago
- 0ae705f KVM: MIPS: Fix a build error for !CPU_LOONGSON64 by Huacai Chen · 4 years, 7 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- 08bf1a2 Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
- cfd230b Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
- 5619270 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 7 months ago
- 66125d9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 4 years, 7 months ago
- a942908 Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- db227c1 ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefully by Ard Biesheuvel · 4 years, 7 months ago
- 39c3e30 ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0 by Chris Packham · 4 years, 7 months ago
- 777747f alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 7 months ago
- 7812193 alpha: c_next should increase position index by Matt Turner · 4 years, 7 months ago
- e66dd01 alpha: Replace sg++ with sg = sg_next(sg) by Xu Wang · 4 years, 8 months ago
- 54505a1 alpha: fix memory barriers so that they conform to the specification by Mikulas Patocka · 4 years, 8 months ago
- c0ebf71 alpha: remove unneeded semicolon in sys_eiger.c by Jason Yan · 4 years, 9 months ago
- a466a5c alpha: remove unneeded semicolon in osf_sys.c by Jason Yan · 4 years, 9 months ago
- 5f14596 alpha: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
- 5bea3044 alpha: fix rtc port ranges by Mikulas Patocka · 6 years ago
- 8b3ebda alpha: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
- 0bf3924b x86/entry: Force rcu_irq_enter() when in idle task by Thomas Gleixner · 4 years, 7 months ago
- 7de26c4 Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 4 years, 7 months ago
- 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 71ed49d8 x86/entry: Make NMI use IDTENTRY_RAW by Thomas Gleixner · 4 years, 7 months ago
- 15a416e x86/entry: Treat BUG/WARN as NMI-like entries by Andy Lutomirski · 4 years, 7 months ago
- e881bfa KVM: PPC: Fix nested guest RC bits update by Alexey Kardashevskiy · 4 years, 7 months ago
- 6b57fa4d nios2: signal: Mark expected switch fall-through by Ley Foon Tan · 4 years, 7 months ago
- b791d1b Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 9716e57 Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 6a45a65 Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 5cd221e alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 7 months ago
- cd16ed3 Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
- 55d728b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- d3ea693 Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 7 months ago
- 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
- 49b3dea Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 7 months ago