]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2020-01-30 Paolo BonziniMerge branch 'cve-2019-3016' into kvm-next-5.6
2020-01-30 Boris Ostrovskyx86/KVM: Clean up host's steal time structure
2020-01-30 Boris Ostrovskyx86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
2020-01-30 Boris Ostrovskyx86/kvm: Cache gfn to pfn translation
2020-01-30 Boris Ostrovskyx86/kvm: Introduce kvm_(un)map_gfn()
2020-01-30 Boris Ostrovskyx86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
2020-01-30 Paolo BonziniMerge tag 'kvm-ppc-next-5.6-2' of git://git.kernel...
2020-01-30 Paolo BonziniMerge tag 'kvmarm-5.6' of git://git.kernel.org/pub...
2020-01-29 David MichaelKVM: PPC: Book3S PR: Fix -Werror=return-type build failure
2020-01-29 Bharata B RaoKVM: PPC: Book3S HV: Release lock on page-out failure path
2020-01-28 Alexandru EliseiKVM: arm64: Treat emulated TVAL TimerValue as a signed...
2020-01-28 Eric AugerKVM: arm64: pmu: Only handle supported event counters
2020-01-28 Eric AugerKVM: arm64: pmu: Fix chained SW_INCR counters
2020-01-28 Eric AugerKVM: arm64: pmu: Don't mark a counter as chained if...
2020-01-28 Eric AugerKVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
2020-01-27 Sean ChristophersonKVM: x86: Use a typedef for fastop functions
2020-01-27 Miaohe LinKVM: X86: Add 'else' to unify fastop and execute call path
2020-01-27 Paolo BonziniKVM: x86: inline memslot_valid_for_gpte
2020-01-27 Sean ChristophersonKVM: x86/mmu: Use huge pages for DAX-backed files
2020-01-27 Sean ChristophersonKVM: x86/mmu: Remove lpage_is_disallowed() check from...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hug...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Zap any compound page when collapsing sptes
2020-01-27 Sean ChristophersonKVM: x86/mmu: Remove obsolete gfn restoration in FNAME...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Rely on host page tables to find HugeTLB...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Drop level optimization from fast_page_fa...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Walk host page tables to find THP mappings
2020-01-27 Sean ChristophersonKVM: x86/mmu: Refactor THP adjust to prep for changing...
2020-01-27 Sean Christophersonx86/mm: Introduce lookup_address_in_mm()
2020-01-27 Sean ChristophersonKVM: Play nice with read-only memslots when querying...
2020-01-27 Sean ChristophersonKVM: Use vcpu-specific gva->hva translation when queryi...
2020-01-27 Sean Christophersonmm: thp: KVM: Explicitly check for THP when populating...
2020-01-27 Sean ChristophersonKVM: x86/mmu: Enforce max_level on HugeTLB mappings
2020-01-27 Sean ChristophersonKVM: Return immediately if __kvm_gfn_to_hva_cache_init...
2020-01-27 Sean ChristophersonKVM: Clean up __kvm_gfn_to_hva_cache_init() and its callers
2020-01-27 Sean ChristophersonKVM: Check for a bad hva before dropping into the ghc...
2020-01-27 Peng Haokvm/x86: export kvm_vector_hashing_enabled() is unnecessary
2020-01-27 Miaohe LinKVM: VMX: remove duplicated segment cache clear
2020-01-27 Haiwei LiAdding 'else' to reduce checking.
2020-01-27 Krish SadhukhanKVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
2020-01-27 Alex ShiKVM: remove unused guest_enter
2020-01-27 Paolo BonziniKVM: Move running VCPU from ARM to common code
2020-01-27 Peter XuKVM: X86: Drop x86_set_memory_region()
2020-01-27 Peter XuKVM: X86: Don't take srcu lock in init_rmode_identity_map()
2020-01-27 Peter XuKVM: Add build-time error check on kvm_run size
2020-01-27 Peter XuKVM: Remove kvm_read_guest_atomic()
2020-01-27 Vitaly Kuznetsovx86/kvm/hyper-v: remove stale evmcs_already_enabled...
2020-01-27 Sean ChristophersonKVM: x86: Perform non-canonical checks in 32-bit KVM
2020-01-27 Oliver UptonKVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
2020-01-27 Sean ChristophersonKVM: x86: Remove unused ctxt param from emulator's...
2020-01-27 Sean ChristophersonKVM: x86: Revert "KVM: X86: Fix fpu state crash in...
2020-01-27 Sean ChristophersonKVM: x86: Ensure guest's FPU state is loaded when acces...
2020-01-27 Sean ChristophersonKVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put...
2020-01-27 Paolo BonziniRevert "KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in...
2020-01-27 Miaohe LinKVM: apic: short-circuit kvm_apic_accept_pic_intr(...
2020-01-27 Miaohe LinKVM: x86: avoid clearing pending exception event twice
2020-01-27 Marios PomonisKVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
2020-01-27 Marios PomonisKVM: x86: Protect DR-based index computations from...
2020-01-27 Marios PomonisKVM: x86: Protect exit_reason from being used in Spectr...
2020-01-27 Marios PomonisKVM: x86: Refactor prefix decoding to prevent Spectre...
2020-01-27 Marios PomonisKVM: x86: Protect MSR-based index computations from...
2020-01-27 Marios PomonisKVM: x86: Protect MSR-based index computations in pmu...
2020-01-27 Marios PomonisKVM: x86: Protect MSR-based index computations in fixed...
2020-01-27 Marios PomonisKVM: x86: Protect kvm_lapic_reg_write() from Spectre...
2020-01-27 Marios PomonisKVM: x86: Protect ioapic_write_indirect() from Spectre...
2020-01-27 Marios PomonisKVM: x86: Protect ioapic_read_indirect() from Spectre...
2020-01-27 Marios PomonisKVM: x86: Refactor picdev_write() to prevent Spectre...
2020-01-27 Marios PomonisKVM: x86: Protect kvm_hv_msr_[get|set]_crash_data(...
2020-01-27 Marios PomonisKVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF...
2020-01-27 John Allenkvm/svm: PKU not currently supported
2020-01-27 Sean ChristophersonKVM: Move vcpu->run page allocation out of kvm_vcpu_init()
2020-01-27 Sean ChristophersonKVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
2020-01-27 Sean ChristophersonKVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
2020-01-27 Sean ChristophersonKVM: arm64: Free sve_state via arm specific hook
2020-01-27 Sean ChristophersonKVM: PPC: Move all vcpu init code into kvm_arch_vcpu_cr...
2020-01-27 Sean ChristophersonKVM: ARM: Move all vcpu init code into kvm_arch_vcpu_cr...
2020-01-27 Sean ChristophersonKVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_c...
2020-01-27 Sean ChristophersonKVM: x86: Move all vcpu init code into kvm_arch_vcpu_cr...
2020-01-27 Sean ChristophersonKVM: Drop kvm_arch_vcpu_setup()
2020-01-27 Sean ChristophersonKVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_cre...
2020-01-27 Sean ChristophersonKVM: s390: Manually invoke vcpu setup during kvm_arch_v...
2020-01-27 Sean ChristophersonKVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_cre...
2020-01-27 Sean ChristophersonKVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_a...
2020-01-27 Sean ChristophersonKVM: Move initialization of preempt notifier to kvm_vcp...
2020-01-27 Sean ChristophersonKVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
2020-01-27 Sean ChristophersonKVM: Move vcpu alloc and init invocation to common code
2020-01-24 Sean ChristophersonKVM: Introduce kvm_vcpu_destroy()
2020-01-24 Sean ChristophersonKVM: x86: Invoke kvm_vcpu_uninit() immediately prior...
2020-01-24 Sean ChristophersonKVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior...
2020-01-24 Sean ChristophersonKVM: s390: Invoke kvm_vcpu_init() before allocating...
2020-01-24 Sean ChristophersonKVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_a...
2020-01-24 Sean ChristophersonKVM: Add kvm_arch_vcpu_precreate() to handle pre-alloca...
2020-01-24 Sean ChristophersonKVM: Remove kvm_arch_vcpu_free() declaration
2020-01-24 Sean ChristophersonKVM: x86: Drop kvm_arch_vcpu_free()
2020-01-24 Sean ChristophersonKVM: x86: Remove spurious clearing of async #PF MSR
2020-01-24 Sean ChristophersonKVM: x86: Remove spurious kvm_mmu_unload() from vcpu...
2020-01-24 Sean ChristophersonKVM: arm: Drop kvm_arch_vcpu_free()
2020-01-24 Sean ChristophersonKVM: PPC: Drop kvm_arch_vcpu_free()
2020-01-24 Sean ChristophersonKVM: MIPS: Drop kvm_arch_vcpu_free()
2020-01-24 Sean ChristophersonKVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
2020-01-24 Sean ChristophersonKVM: PPC: Move kvm_vcpu_init() invocation to common code
next