Show patches with: State = Action Required       |   110157 patches
« 1 2 ... 529 530 5311101 1102 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,5/7] vfio/pci: Add sriov_configure support vfio/pci: SR-IOV support - - - --- 2020-02-19 Alex Williamson New
[v2,4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user vfio/pci: SR-IOV support - - - --- 2020-02-19 Alex Williamson New
[v2,3/7] vfio/pci: Introduce VF token vfio/pci: SR-IOV support - - - --- 2020-02-19 Alex Williamson New
[v2,2/7] vfio/pci: Implement match ops vfio/pci: SR-IOV support - 1 - --- 2020-02-19 Alex Williamson New
[v2,1/7] vfio: Include optional device match in vfio_device_ops callbacks vfio/pci: SR-IOV support - 1 - --- 2020-02-19 Alex Williamson New
[1/1] x86: Add control register pinning test Paravirtualized control register pinning test - - - --- 2020-02-19 Andersen, John New
KVM: x86: fix mmu_set_spte coding style warning KVM: x86: fix mmu_set_spte coding style warning - - - --- 2020-02-19 Yan Zhu New
[v2] KVM: VMX: replace "fall through" with "return" to indicate different case [v2] KVM: VMX: replace "fall through" with "return" to indicate different case - 1 - --- 2020-02-19 Miaohe Lin New
[v2,9/9] KVM: SVM: Annotate svm_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup() KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct KVM: Move x86 init ops to separate struct - - - --- 2020-02-18 Sean Christopherson New
[v2,1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs KVM: Move x86 init ops to separate struct 1 1 1 --- 2020-02-18 Sean Christopherson New
[3/3] KVM: x86: Snapshot MSR index in a local variable when processing lists KVM: x86: kvm_init_msr_list() cleanup - 1 - --- 2020-02-18 Sean Christopherson New
[2/3] KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index KVM: x86: kvm_init_msr_list() cleanup - 1 - --- 2020-02-18 Sean Christopherson New
[1/3] KVM: x86: Remove superfluous brackets from case statement KVM: x86: kvm_init_msr_list() cleanup - 1 - --- 2020-02-18 Sean Christopherson New
[v2,13/13] KVM: x86: Allow userspace to disable the kernel's emulator KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,12/13] KVM: x86: Add variable to control existence of emulator KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,11/13] KVM: x86: Add helper to "handle" internal emulation error KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,10/13] KVM: x86: Shrink the usercopy region of the emulation context KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,09/13] KVM: x86: Move kvm_emulate.h into KVM's private directory KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,08/13] KVM: x86: Dynamically allocate per-vCPU emulation context KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,07/13] KVM: x86: Refactor init_emulate_ctxt() to explicitly take context KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,06/13] KVM: x86: Refactor emulate tracepoint to explicitly take context KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,05/13] KVM: x86: Refactor emulated exception injection to take the emul context KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,04/13] KVM: x86: Refactor R/W page helper to take the emulation context KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,03/13] KVM: x86: Move emulation-only helpers to emulate.c KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,02/13] KVM: x86: Explicitly pass an exception struct to check_intercept KVM: x86: Allow userspace to disable the emulator - - - --- 2020-02-18 Sean Christopherson New
[v2,01/13] KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variant KVM: x86: Allow userspace to disable the emulator - 1 - --- 2020-02-18 Sean Christopherson New
[v2,3/3] KVM: x86: Move #PF retry tracking variables into emulation context KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[v2,2/3] KVM: x86: Move gpa_val and gpa_available into the emulator context KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[v2,1/3] KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault KVM: x86: Minor emulator cleanup - - - --- 2020-02-18 Sean Christopherson New
[RFC,v2,4/4] X86: Use KVM CR pin MSRs Paravirtualized Control Register pinning - - - --- 2020-02-18 Andersen, John New
[RFC,v2,3/4] selftests: kvm: add test for CR pinning with SMM Paravirtualized Control Register pinning - - - --- 2020-02-18 Andersen, John New
[RFC,v2,2/4] KVM: X86: Add CR pin MSRs Paravirtualized Control Register pinning - - - --- 2020-02-18 Andersen, John New
[RFC,v2,1/4] X86: Update mmu_cr4_features during identification Paravirtualized Control Register pinning - - - --- 2020-02-18 Andersen, John New
[v6,22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,18/22] KVM: Dynamically size memslot array based on number of used slots KVM: Dynamically size memslot arrays - 1 2 --- 2020-02-18 Sean Christopherson New
[v6,17/22] KVM: Terminate memslot walks via used_slots KVM: Dynamically size memslot arrays - - 2 --- 2020-02-18 Sean Christopherson New
[v6,16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,15/22] KVM: Provide common implementation for generic dirty log functions KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,14/22] KVM: Clean up local variable usage in __kvm_set_memory_region() KVM: Dynamically size memslot arrays - - - --- 2020-02-18 Sean Christopherson New
[v6,13/22] KVM: Simplify kvm_free_memslot() and all its descendents KVM: Dynamically size memslot arrays - 1 1 --- 2020-02-18 Sean Christopherson New
[v6,12/22] KVM: Move memslot deletion to helper function KVM: Dynamically size memslot arrays 1 1 1 --- 2020-02-18 Sean Christopherson New
[v6,11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region() KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,09/22] KVM: Move setting of memslot into helper routine KVM: Dynamically size memslot arrays - 2 1 --- 2020-02-18 Sean Christopherson New
[v6,08/22] KVM: Refactor error handling for setting memory region KVM: Dynamically size memslot arrays - 3 - --- 2020-02-18 Sean Christopherson New
[v6,07/22] KVM: Explicitly free allocated-but-unused dirty bitmap KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,06/22] KVM: Drop kvm_arch_create_memslot() KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,05/22] KVM: x86: Allocate memslot resources during prepare_memory_region() KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
[v6,04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region() KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,03/22] KVM: Don't free new memslot if allocation of said memslot fails KVM: Dynamically size memslot arrays 1 1 - --- 2020-02-18 Sean Christopherson New
[v6,02/22] KVM: Reinstall old memslots if arch preparation fails KVM: Dynamically size memslot arrays - 2 - --- 2020-02-18 Sean Christopherson New
[v6,01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: Dynamically size memslot arrays - 1 - --- 2020-02-18 Sean Christopherson New
KVM: Suppress warning in __kvm_gfn_to_hva_cache_init KVM: Suppress warning in __kvm_gfn_to_hva_cache_init - - - --- 2020-02-18 Oliver Upton New
[RFC,11/11] dt-bindings: Remove Calxeda platforms bindings Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,10/11] ARM: dts: Remove Calxeda platforms Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,09/11] ARM: Remove Calxeda platform support Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,08/11] clk: Remove Calxeda driver Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,07/11] net: Remove Calxeda XGMAC driver Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk Removing Calxeda platform support - - - --- 2020-02-18 Rob Herring New
[RFC,05/11] EDAC: Remove Calxeda drivers Removing Calxeda platform support 1 - - --- 2020-02-18 Rob Herring New
[RFC,04/11] cpufreq: Remove Calxeda driver Removing Calxeda platform support 2 - - --- 2020-02-18 Rob Herring New
[RFC,03/11] cpuidle: Remove Calxeda driver Removing Calxeda platform support 1 - - --- 2020-02-18 Rob Herring New
[RFC,02/11] ata: Remove Calxeda AHCI driver Removing Calxeda platform support 1 - - --- 2020-02-18 Rob Herring New
[RFC,01/11] vfio: Remove Calxeda XGMAC reset driver Removing Calxeda platform support 1 - - --- 2020-02-18 Rob Herring New
[RFC] target/i386: filter out VMX_PIN_BASED_POSTED_INTR when enabling SynIC [RFC] target/i386: filter out VMX_PIN_BASED_POSTED_INTR when enabling SynIC - - - --- 2020-02-18 Vitaly Kuznetsov New
mm/hugetlb: avoid get wrong ptep caused by race mm/hugetlb: avoid get wrong ptep caused by race - - - --- 2020-02-18 Longpeng(Mike) New
KVM: x86: enable dirty log gradually in small chunks KVM: x86: enable dirty log gradually in small chunks - - - --- 2020-02-18 Zhoujian (jay) New
KVM: LAPIC: Recalculate apic map in batch KVM: LAPIC: Recalculate apic map in batch - - - --- 2020-02-18 Wanpeng Li New
[v2.1] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling [v2.1] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling - - - --- 2020-02-18 Christian Borntraeger New
KVM: VMX: replace "fall through" with "return true" to indicate different case KVM: VMX: replace "fall through" with "return true" to indicate different case - 1 - --- 2020-02-18 Miaohe Lin New
KVM: apic: rename apic_lvt_vector and apic_lvt_enabled KVM: apic: rename apic_lvt_vector and apic_lvt_enabled - 1 - --- 2020-02-18 Miaohe Lin New
[RESEND,v4,2/2] KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow [v4,1/2] KVM: X86: Less kvmclock sync induced vmexits after VM boots - - - --- 2020-02-18 Wanpeng Li New
[v4,1/2] KVM: X86: Less kvmclock sync induced vmexits after VM boots [v4,1/2] KVM: X86: Less kvmclock sync induced vmexits after VM boots - - - --- 2020-02-18 Wanpeng Li New
[RESEND,v2,2/2] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis [RESEND,v2,1/2] KVM: Introduce pv check helpers 1 1 - --- 2020-02-18 Wanpeng Li New
[RESEND,v2,1/2] KVM: Introduce pv check helpers [RESEND,v2,1/2] KVM: Introduce pv check helpers - 1 - --- 2020-02-18 Wanpeng Li New
[tip:,x86/cleanups] x86/cpu: Move prototype for get_umwait_control_msr() to a global location [tip:,x86/cleanups] x86/cpu: Move prototype for get_umwait_control_msr() to a global location - - - --- 2020-02-17 tip-bot2 for Nam Cao New
[v2] kvm/emulate: fix a -Werror=cast-function-type [v2] kvm/emulate: fix a -Werror=cast-function-type - - - --- 2020-02-17 Qian Cai New
[v2] KVM: VMX: Add 'else' to split mutually exclusive case [v2] KVM: VMX: Add 'else' to split mutually exclusive case - 1 - --- 2020-02-17 Miaohe Lin New
[2/2] KVM: arm/arm64: Fix htimer setup for emulated timer when irq goes down KVM: arm/arm64: Fixes for scheudling htimer of emulated timers - - - --- 2020-02-17 Tomasz Nowicki New
[1/2] KVM: arm/arm64: Fix spurious htimer setup for emulated timer KVM: arm/arm64: Fixes for scheudling htimer of emulated timers - - - --- 2020-02-17 Tomasz Nowicki New
[2/2] merge vm/cpu create example changes - - - --- 2020-02-17 Christian Borntraeger New
[1/2] lock changes example changes - - - --- 2020-02-17 Christian Borntraeger New
[v24,10/10] MAINTAINERS: Add ACPI/HEST/GHES entries Add ARMv8 RAS virtualization support in QEMU 1 1 - --- 2020-02-17 Dongjiu Geng New
[v24,09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM Add ARMv8 RAS virtualization support in QEMU 1 2 - --- 2020-02-17 Dongjiu Geng New
[v24,08/10] ACPI: Record Generic Error Status Block(GESB) table Add ARMv8 RAS virtualization support in QEMU - - - --- 2020-02-17 Dongjiu Geng New
[v24,07/10] KVM: Move hwpoison page related functions into kvm-all.c Add ARMv8 RAS virtualization support in QEMU 1 1 - --- 2020-02-17 Dongjiu Geng New
[v24,06/10] ACPI: Record the Generic Error Status Block address Add ARMv8 RAS virtualization support in QEMU 1 - - --- 2020-02-17 Dongjiu Geng New
[v24,05/10] ACPI: Build Hardware Error Source Table Add ARMv8 RAS virtualization support in QEMU 1 - - --- 2020-02-17 Dongjiu Geng New
[v24,04/10] ACPI: Build related register address fields via hardware error fw_cfg blob Add ARMv8 RAS virtualization support in QEMU - 2 - --- 2020-02-17 Dongjiu Geng New
[v24,03/10] docs: APEI GHES generation and CPER record description Add ARMv8 RAS virtualization support in QEMU - 2 - --- 2020-02-17 Dongjiu Geng New
« 1 2 ... 529 530 5311101 1102 »