Show patches with: State = Action Required       |   110114 patches
« 1 2 ... 537 538 5391101 1102 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[31/61] KVM: x86: Handle INVPCID CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[28/61] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[27/61] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[26/61] KVM: x86: Introduce cpuid_entry_{get,has}() accessors KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[25/61] KVM: x86: Use u32 for holding CPUID register value in helpers KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[24/61] KVM: x86: Drop explicit @func param from ->set_supported_cpuid() KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[23/61] KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[22/61] KVM: x86: Make kvm_mpx_supported() an inline function KVM: x86: Introduce KVM cpu caps - 2 - --- 2020-02-01 Sean Christopherson New
[21/61] KVM: x86: Use supported_xcr0 to detect MPX support KVM: x86: Introduce KVM cpu caps - 2 - --- 2020-02-01 Sean Christopherson New
[20/61] KVM: x86: Calculate the supported xcr0 mask at load time KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[19/61] KVM: VMX: Add helpers to query Intel PT mode KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[18/61] KVM: x86: Use common loop iterator when handling CPUID 0xD.N KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[17/61] KVM: x86: Drop redundant array size check KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[15/61] KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[14/61] KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func() KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[13/61] KVM: x86: Consolidate CPUID array max num entries checking KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[12/61] KVM: x86: Drop redundant boot cpu checks on SSBD feature bits KVM: x86: Introduce KVM cpu caps - - - --- 2020-02-01 Sean Christopherson New
[11/61] KVM: x86: Drop the explicit @index from do_cpuid_7_mask() KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[10/61] KVM: x86: Clean up CPUID 0x7 sub-leaf loop KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[09/61] KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[08/61] KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[07/61] KVM: x86: Check for CPUID 0xD.N support before validating array size KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[06/61] KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[05/61] KVM: x86: Check userapce CPUID array size after validating sub-leaf KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[04/61] KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid() KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[03/61] KVM: x86: Simplify handling of Centaur CPUID leafs KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[01/61] KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries KVM: x86: Introduce KVM cpu caps - 1 - --- 2020-02-01 Sean Christopherson New
[kvm-unit-tests,v5,7/7] s390x: smp: Wait for cpu setup to finish s390x: smp: Improve smp code and reset checks - 2 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,6/7] s390x: smp: Rework cpu start and active tracking s390x: smp: Improve smp code and reset checks - 2 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,5/7] s390x: smp: Only use smp_cpu_setup once s390x: smp: Improve smp code and reset checks 1 2 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,4/7] s390x: Add cpu id to interrupt error prints s390x: smp: Improve smp code and reset checks - 3 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,3/7] s390x: Stop the cpu that is executing exit() s390x: smp: Improve smp code and reset checks - 2 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,2/7] s390x: smp: Fix ecall and emcall report strings s390x: smp: Improve smp code and reset checks - 2 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v5,1/7] s390x: smp: Cleanup smp.c s390x: smp: Improve smp code and reset checks - 3 - --- 2020-02-01 Janosch Frank New
[kvm-unit-tests,v4,10/10] arm/arm64: Perform dcache clean + invalidate after turning MMU off arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,09/10] arm64: timer: Test behavior when timer disabled or masked arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,08/10] arm64: timer: Check the timer interrupt state arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,07/10] arm64: timer: Wait for the GIC to sample timer interrupt state arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,06/10] arm64: timer: EOIR the interrupt after masking the timer arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,05/10] arm64: timer: Make irq_received volatile arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,04/10] arm64: timer: Add ISB before reading the counter value arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,03/10] arm64: timer: Add ISB after register writes arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,02/10] arm/arm64: psci: Don't run C code without stack or vectors arm/arm64: Various fixes - - - --- 2020-01-31 Alexandru Elisei New
[kvm-unit-tests,v4,01/10] Makefile: Use no-stack-protector compiler options arm/arm64: Various fixes - 2 - --- 2020-01-31 Alexandru Elisei New
x86/kvm: do not setup pv tlb flush when not paravirtualized x86/kvm: do not setup pv tlb flush when not paravirtualized - - - --- 2020-01-31 Thadeu Lima de Souza Cascardo New
[GIT,PULL,7/7] selftests: KVM: testing the local IRQs resets [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 2 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,6/7] selftests: KVM: s390x: Add reset tests [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 2 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,5/7] selftests: KVM: Add fpu and one reg set/get library functions [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 2 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,4/7] KVM: s390: Add new reset vcpu API [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 3 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,3/7] KVM: s390: Cleanup initial cpu reset [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 3 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,2/7] KVM: s390: do not clobber registers during guest reset/store status [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 2 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups [GIT,PULL,1/7] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups - 2 - --- 2020-01-31 Christian Borntraeger New
[GIT,PULL,0/7] KVM: s390: Fixes and cleanups for 5.6 - - - --- 2020-01-31 Christian Borntraeger New
[PULL,12/12] s390/kvm: split kvm mem slots at 4TB [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 - - --- 2020-01-31 Christian Borntraeger New
[PULL,11/12] s390: do not call memory_region_allocate_system_memory() multiple times [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 - - --- 2020-01-31 Christian Borntraeger New
[PULL,10/12] kvm: split too big memory section on several memslots [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 1 - --- 2020-01-31 Christian Borntraeger New
[PULL,09/12] kvm: clear dirty bitmaps from all overlapping memslots [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 1 - --- 2020-01-31 Christian Borntraeger New
[PULL,08/12] kvm: extract kvm_log_clear_one_slot [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 1 - --- 2020-01-31 Christian Borntraeger New
[PULL,07/12] configure: Remove s390 (31-bit mode) from the list of supported CPUs [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer - 1 - --- 2020-01-31 Christian Borntraeger New
[PULL,06/12] s390x: sclp: Report insufficient SCCB length [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer - 2 - --- 2020-01-31 Christian Borntraeger New
[PULL,05/12] s390x: sclp: fix error handling for oversize control blocks [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 1 - --- 2020-01-31 Christian Borntraeger New
[PULL,04/12] s390x: sclp: boundary check [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer - 2 - --- 2020-01-31 Christian Borntraeger New
[PULL,03/12] s390x: sclp: refactor invalid command check [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer - 2 - --- 2020-01-31 Christian Borntraeger New
[PULL,02/12] s390: PCI: fix IOMMU region init [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer - 1 1 --- 2020-01-31 Christian Borntraeger New
[PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer [PULL,01/12] MAINTAINERS: Update S390 PCI Maintainer 1 - - --- 2020-01-31 Christian Borntraeger New
[PULL,00/12] s390x qemu updates 20190930 - - - --- 2020-01-31 Christian Borntraeger New
[v10,6/6] selftests: KVM: testing the local IRQs resets KVM: s390: Add new reset vcpu API - 2 - --- 2020-01-31 Janosch Frank New
[v10,5/6] selftests: KVM: s390x: Add reset tests KVM: s390: Add new reset vcpu API - 2 - --- 2020-01-31 Janosch Frank New
[v10,4/6] selftests: KVM: Add fpu and one reg set/get library functions KVM: s390: Add new reset vcpu API - 2 - --- 2020-01-31 Janosch Frank New
[v10,3/6] KVM: s390: Add new reset vcpu API KVM: s390: Add new reset vcpu API - 3 - --- 2020-01-31 Janosch Frank New
[v10,2/6] KVM: s390: Cleanup initial cpu reset KVM: s390: Add new reset vcpu API - 3 - --- 2020-01-31 Janosch Frank New
[v10,1/6] KVM: s390: do not clobber registers during guest reset/store status KVM: s390: Add new reset vcpu API - 2 - --- 2020-01-31 Janosch Frank New
vhost: introduce vDPA based backend vhost: introduce vDPA based backend - - - --- 2020-01-31 Tiwei Bie New
[RFC,v2,9/9] i40e/vf_migration: vfio-pci vendor driver for VF live migration Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,8/9] vfio: header for vfio live migration region. Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,7/9] samples/vfio-pci: add a sample vendor module of vfio-pci for IGD devices Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,6/9] vfio/pci: export vfio_pci_setup_barmap Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,5/9] vfio/pci: let vfio_pci know how many vendor regions are registered Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,4/9] vfio/pci: macros to generate module_init and module_exit for vendor modules Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,3/9] vfio/pci: register/unregister vfio_pci_vendor_driver_ops Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,2/9] vfio/pci: export functions in vfio_pci_ops Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[RFC,v2,1/9] vfio/pci: split vfio_pci_device into public and private parts Introduce vendor ops in vfio-pci - - - --- 2020-01-31 Yan Zhao New
[GIT,PULL] First batch of KVM changes for 5.6 merge window [GIT,PULL] First batch of KVM changes for 5.6 merge window - - - --- 2020-01-30 Paolo Bonzini New
[FYI,5/5] x86/KVM: Clean up host's steal time structure Missing TLB flushes - 1 - --- 2020-01-30 Paolo Bonzini New
[FYI,4/5] x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed Missing TLB flushes - 1 - --- 2020-01-30 Paolo Bonzini New
[FYI,3/5] x86/kvm: Cache gfn to pfn translation Missing TLB flushes - 1 - --- 2020-01-30 Paolo Bonzini New
[FYI,2/5] x86/kvm: Introduce kvm_(un)map_gfn() Missing TLB flushes - 1 - --- 2020-01-30 Paolo Bonzini New
[FYI,1/5] x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit Missing TLB flushes - 1 - --- 2020-01-30 Paolo Bonzini New
[v2,12/12] tests/qemu-iotests/check: Only check for Python 3 interpreter python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,11/12] scripts: Explicit usage of Python 3 (scripts without __main__) python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,10/12] tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__) python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,09/12] tests/vm: Remove shebang header python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,08/12] scripts/tracetool: Remove shebang header python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,07/12] tests/acceptance: Remove shebang header python: Explicit usage of Python 3 1 1 - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,06/12] scripts/minikconf: Explicit usage of Python 3 python: Explicit usage of Python 3 1 - - --- 2020-01-30 Philippe Mathieu-Daudé New
[v2,05/12] scripts: Explicit usage of Python 3 (scripts with __main__) python: Explicit usage of Python 3 1 1 - --- 2020-01-30 Philippe Mathieu-Daudé New
« 1 2 ... 537 538 5391101 1102 »