sfrench/cifs-2.6.git
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...
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...
2020-01-24 Sean ChristophersonKVM: PPC: e500mc: Move reset of oldpir below call to...
2020-01-24 Sean ChristophersonKVM: PPC: Book3S PR: Allocate book3s and shadow vcpu...
2020-01-24 Sean ChristophersonKVM: PPC: Allocate vcpu struct in common PPC code
2020-01-24 Sean ChristophersonKVM: PPC: e500mc: Add build-time assert that vcpu is...
2020-01-24 Sean ChristophersonKVM: x86: Move kvm_vcpu_init() invocation to common...
2020-01-24 Sean ChristophersonKVM: x86: Move allocation of pio_data page down a few...
2020-01-24 Sean ChristophersonKVM: x86: Move FPU allocation to common x86 code
2020-01-24 Sean ChristophersonKVM: x86: Allocate vcpu struct in common x86 code
2020-01-24 Sean ChristophersonKVM: SVM: Use direct vcpu pointer during vCPU create...
2020-01-24 Sean ChristophersonKVM: VMX: Use direct vcpu pointer during vCPU create...
2020-01-24 Sean ChristophersonKVM: VMX: Allocate VPID after initializing VCPU
2020-01-24 Sean ChristophersonKVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
2020-01-24 Sean ChristophersonKVM: PPC: Book3S PR: Free shared page if mmu initializa...
2020-01-24 Sean ChristophersonKVM: PPC: Book3S HV: Uninit vCPU if vcore creation...
2020-01-24 Paolo BonziniKVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
2020-01-23 Paolo BonziniKVM: async_pf: drop kvm_arch_async_page_present wrappers
2020-01-23 Paolo BonziniKVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
2020-01-23 Gavin Shantools/kvm_stat: Fix kvm_exit filter name
2020-01-23 Paolo BonziniKVM: x86: fix overlap between SPTE_MMIO_MASK and generation
2020-01-21 Milan Pandurovkvm: Refactor handling of VM debugfs files
2020-01-21 Sean ChristophersonKVM: x86/mmu: Apply max PA check for MMIO sptes to...
2020-01-21 Miaohe LinKVM: nVMX: vmread should not set rflags to specify...
2020-01-21 Sean ChristophersonKVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR...
2020-01-21 Sean ChristophersonKVM: x86/mmu: Reorder the reserved bit check in prefetc...
2020-01-21 Tom LendackyKVM: SVM: Override default MMIO mask if memory encrypti...
2020-01-21 Miaohe LinKVM: vmx: delete meaningless nested_vmx_prepare_msr_bit...
2020-01-21 Sean ChristophersonKVM: x86: Refactor and rename bit() to feature_bit...
2020-01-21 Sean ChristophersonKVM: x86: Expand build-time assertion on reverse CPUID...
2020-01-21 Sean ChristophersonKVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
2020-01-21 Sean ChristophersonKVM: x86: Move bit() helper to cpuid.h
2020-01-21 Sean ChristophersonKVM: x86: Add dedicated emulator helpers for querying...
2020-01-21 Sean ChristophersonKVM: x86: Add macro to ensure reserved cr4 bits checks...
2020-01-21 Sean ChristophersonKVM: x86: Drop special XSAVE handling from guest_cpuid_...
2020-01-21 Sean ChristophersonKVM: x86: Ensure all logical CPUs have consistent reser...
2020-01-21 Sean ChristophersonKVM: x86: Don't let userspace set host-reserved cr4...
2020-01-21 Sean ChristophersonKVM: VMX: Add helper to consolidate up PT/RTIT WRMSR...
2020-01-21 Sean ChristophersonKVM: VMX: Add non-canonical check on writes to RTIT...
2020-01-21 Miaohe LinKVM: Fix some writing mistakes
2020-01-21 Miaohe LinKVM: hyperv: Fix some typos in vcpu unimpl info
2020-01-21 Miaohe LinKVM: Fix some grammar mistakes
2020-01-21 Miaohe LinKVM: Fix some comment typos and missing parentheses
2020-01-21 Miaohe LinKVM: Fix some out-dated function names in comment
2020-01-21 Miaohe LinKVM: Fix some wrong function names in comment
2020-01-21 Miaohe LinKVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
2020-01-21 Wanpeng LiKVM: LAPIC: micro-optimize fixed mode ipi delivery
2020-01-21 Wanpeng LiKVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
2020-01-08 Sean ChristophersonKVM: x86/mmu: WARN if root_hpa is invalid when handling...
2020-01-08 Sean ChristophersonKVM: x86/mmu: WARN on an invalid root_hpa
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move root_hpa validity checks to top...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move calls to thp_adjust() down a level
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move transparent_hugepage_adjust() above...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Consolidate tdp_page_fault() and nonpagin...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Rename lpage_disallowed to account_disall...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Persist gfn_lpage_is_disallowed() to...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Incorporate guest's page level into max...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor handling of forced 4k pages...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor the per-slot level calculation...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Refactor handling of cache consistency...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move nonpaging_page_fault() below try_asy...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_...
2020-01-08 Sean ChristophersonKVM: x86/mmu: Move definition of make_mmu_pages_availab...
2020-01-08 Sean ChristophersonKVM: x86: Use gpa_t for cr2/gpa to fix TDP support...
2020-01-08 Sean ChristophersonKVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_g...
2020-01-08 Sean ChristophersonKVM: x86: Fix potential put_fpu() w/o load_fpu() on...
2020-01-08 Miaohe LinKVM: lib: use jump label to handle resource release...
2020-01-08 Miaohe LinKVM: lib: use jump label to handle resource release...
2020-01-08 Zenghui YuKVM: Remove duplicated declaration of kvm_vcpu_kick
next