Show patches with: State = Action Required       |   114144 patches
« 1 2 3 41141 1142 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,15/34] accel/tcg: remove break after g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[v3,14/34] target/i386/kvm: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,13/34] migration: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 3 - --- 2024-09-19 Pierrick Bouvier New
[v3,12/34] hw/ppc: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,11/34] hw/pci: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[v3,10/34] hw/nvme: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,09/34] hw/net: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[v3,08/34] hw/hyperv: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,07/34] block: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,06/34] target/ppc: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,05/34] qobject: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,04/34] migration: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-19 Pierrick Bouvier New
[v3,03/34] hw/net: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[v3,02/34] hw/arm: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[v3,01/34] hw/acpi: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-19 Pierrick Bouvier New
[RFC,v2,15/15] i386: Support topology device tree qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,14/15] i386/cpu: Support CPU plugged in topology tree via bus-finder qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,13/15] system/qdev-monitor: Introduce bus-finder interface for compatibility with bus-less … qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,12/15] hw/i386: Allow i386 to create new CPUs in topology tree qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,11/15] hw/core: Support topology tree in none machine for compatibility qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,10/15] hw/machine: Build smp topology tree from -smp qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,09/15] hw/cpu: Abstract module/die/socket levels as topology devices qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,08/15] hw/cpu/core: Convert cpu-core from general device to topology device qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,07/15] hw/core/cpu: Convert CPU from general device to topology device qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,06/15] hw/core: Create CPU slot in MachineState to manage CPU topology tree qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,05/15] qdev: Add method in BusClass to customize device index qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,04/15] hw/cpu: Introduce CPU slot to manage CPU topology qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,03/15] hw/cpu: Introduce CPU topology device and CPU bus qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,02/15] qdev: Add the interface to reparent the device qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[RFC,v2,01/15] qdev: Add pointer to BusChild in DeviceState qom-topo: Abstract CPU Topology Level to Topology Device - - - --- 2024-09-19 Zhao Liu New
[v2,6/6] KVM: x86: selftests: Test PerfMonV2 Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[v2,5/6] KVM: x86: selftests: Test core events Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[v2,4/6] KVM: x86: selftests: Test read/write core counters Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[v2,3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[v2,2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[v2,1/6] KVM: x86: selftests: Fix typos in macro variable use Extend pmu_counters_test to AMD CPUs - - - --- 2024-09-18 Colton Lewis New
[8/8] KVM: arm64: make hardware manage dirty state after write faults *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[7/8] KVM: arm64: enable hardware dirty state management for stage-2 *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[6/8] KVM: arm64: flush dirty logging data *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[5/8] KVM: arm64: get dirty pages from the page tracking device *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[4/8] KVM: return value from kvm_arch_sync_dirty_log *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[3/8] KVM: arm64: use page tracking interface to enable dirty logging *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[2/8] KVM: arm64: add page tracking device as a capability *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[1/8] arm64: add an interface for stage-2 page tracking *** RFC: ARM KVM dirty tracking device *** - - - --- 2024-09-18 Lilit Janpoladyan New
[v2,3/3] x86/sev: Add SEV-SNP CipherTextHiding support Add SEV-SNP CipherTextHiding feature support - - - --- 2024-09-17 Ashish Kalra New
[v2,2/3] crypto: ccp: Add support for SNP_FEATURE_INFO command Add SEV-SNP CipherTextHiding feature support - - - --- 2024-09-17 Ashish Kalra New
[v2,1/3] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command Add SEV-SNP CipherTextHiding feature support - - - --- 2024-09-17 Ashish Kalra New
[kvm-unit-tests,v1,2/2] s390x: edat: move LC_SIZE to arch_def.h s390x: add tests for diag258 - - - --- 2024-09-17 Nico Boehr New
[kvm-unit-tests,v1,1/2] s390x: add test for diag258 s390x: add tests for diag258 - - - --- 2024-09-17 Nico Boehr New
[v1,2/2] KVM: s390: Change virtual to physical address access in diag 0x258 handler KVM: s390: fix diag258 virtual-physical confusion - 2 - --- 2024-09-17 Nico Boehr New
[v1,1/2] KVM: s390: gaccess: check if guest address is in memslot KVM: s390: fix diag258 virtual-physical confusion - 1 - --- 2024-09-17 Nico Boehr New
kvm/debugfs: add file to get vcpu steal time statistics kvm/debugfs: add file to get vcpu steal time statistics - - - --- 2024-09-17 Denis Plotnikov New
[RFC,v2,6/6] vfio/platform: Add tegra234-mgbe vfio platform reset module vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[RFC,v2,5/6] vfio-platform: Add a new handle to store reset data vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[RFC,v2,4/6] vfio_platform: reset: Introduce new init and release callbacks vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[RFC,v2,3/6] vfio-platform: Move region initialization to vfio_platform_init_common vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[RFC,v2,2/6] vfio_platform: reset: Prepare for additional reset ops vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[RFC,v2,1/6] vfio_platform: Introduce vfio_platform_get_region helper vfio: platform: reset: Introduce tegra234 mgbe reset module - - - --- 2024-09-17 Eric Auger New
[v4,4/4] fixup! selftests: kvm: s390: Add VM run test case selftests: kvm: s390: Add ucontrol memory selftests - - - --- 2024-09-17 Christoph Schlameuss New
[v4,3/4] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs selftests: kvm: s390: Add ucontrol memory selftests - 1 - --- 2024-09-17 Christoph Schlameuss New
[v4,2/4] selftests: kvm: s390: Add uc_skey VM test case selftests: kvm: s390: Add ucontrol memory selftests - 1 - --- 2024-09-17 Christoph Schlameuss New
[v4,1/4] selftests: kvm: s390: Add uc_map_unmap VM test case selftests: kvm: s390: Add ucontrol memory selftests - 1 - --- 2024-09-17 Christoph Schlameuss New
[RFC,5/5] x86/kvm: Add target VMPL to IRQs and send to APIC for VMPL Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL - - - --- 2024-09-16 Roy Hopkins New
[RFC,4/5] x86/kvm: Add x86 field to find the default VMPL that IRQs should target Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL - - - --- 2024-09-16 Roy Hopkins New
[RFC,3/5] kvm/sev: Update SEV VMPL handling to use multiple struct kvm_vcpus Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL - - - --- 2024-09-16 Roy Hopkins New
[RFC,2/5] x86/kvm: Create a child struct kvm_vcpu for each VMPL Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL - - - --- 2024-09-16 Roy Hopkins New
[RFC,1/5] kvm: Move kvm_vcpu fields into common structure Extend SEV-SNP SVSM support with a kvm_vcpu per VMPL - - - --- 2024-09-16 Roy Hopkins New
[RFC,3/3] KVM: guest_memfd: Enforce NUMA mempolicy if available Add NUMA mempolicy support for KVM guest_memfd - - - --- 2024-09-16 Shivank Garg New
[RFC,2/3] mm: Add mempolicy support to the filemap layer Add NUMA mempolicy support for KVM guest_memfd - - - --- 2024-09-16 Shivank Garg New
[RFC,1/3] KVM: guest_memfd: Extend creation API to support NUMA mempolicy Add NUMA mempolicy support for KVM guest_memfd - - - --- 2024-09-16 Shivank Garg New
[RFC,13/13] iommufd, guestmemfs: Pin files when mapped for persistent DMA Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,11/13] iommu: Add callback to restore persisted iommu_domain Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,10/13] intel-iommu: Re-hydrate persistent domains after kexec Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,09/13] intel-iommu: Serialise dmar_domain on KHO activaet Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,08/13] intel-iommu: Add serialise and deserialise boilerplate Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,07/13] iommufd: Re-hydrate a usable iommufd ctx from sysfs Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,06/13] iommufd: Expose persistent iommufd IDs in sysfs Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,05/13] iommufd: Serialise persisted iommufds and ioas Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,04/13] iommu: Support marking domains as persistent on alloc Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,03/13] iommu/intel: zap context table entries on kexec Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,02/13] iommufd: Add plumbing for KHO (de)serialise Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
[RFC,01/13] iommufd: Support marking and tracking persistent iommufds Support iommu(fd) persistence for live update - - - --- 2024-09-16 James Gowans New
LoongArch: KVM: Ensure ret is always initialized in kvm_eiointc_{read,write}() LoongArch: KVM: Ensure ret is always initialized in kvm_eiointc_{read,write}() - - - --- 2024-09-16 Nathan Chancellor New
[GIT,PULL,8/8] s390: Enable KVM_S390_UCONTROL config in debug_defconfig [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,7/8] selftests: kvm: s390: Add VM run test case [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,6/8] selftests: kvm: s390: Add debug print functions [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query 1 - - --- 2024-09-16 Janosch Frank New
[GIT,PULL,5/8] selftests: kvm: s390: Add test fixture and simple VM setup tests [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,4/8] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,3/8] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,2/8] selftests: kvm: s390: Define page sizes in shared header [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 2 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query [GIT,PULL,1/8] KVM: s390: Fix SORTL and DFLTCC instruction format error in __insn32_query - 1 - --- 2024-09-16 Janosch Frank New
[GIT,PULL,0/8] KVM: s390: pull requests for 6.12 - - - --- 2024-09-16 Janosch Frank New
[v2,6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() [v2,6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() - 1 - --- 2024-09-16 WangYuli New
[6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() [6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() - 1 - --- 2024-09-16 WangYuli New
[6.10] LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS [6.10] LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS - 1 - --- 2024-09-16 WangYuli New
[kvm-unit-tests,v4,3/3] riscv: sbi: Add tests for HSM extension riscv: sbi: Add support to test HSM extension - - - --- 2024-09-15 James Raphael Tiovalen New
[kvm-unit-tests,v4,2/3] riscv: sbi: Provide entry point for HSM tests riscv: sbi: Add support to test HSM extension - - - --- 2024-09-15 James Raphael Tiovalen New
[kvm-unit-tests,v4,1/3] riscv: Rewrite hartid_to_cpu in assembly riscv: sbi: Add support to test HSM extension - - - --- 2024-09-15 James Raphael Tiovalen New
[GIT,PULL] KVM revert for Linux 6.11-rc8 (or final) [GIT,PULL] KVM revert for Linux 6.11-rc8 (or final) - - - --- 2024-09-15 Paolo Bonzini New
« 1 2 3 41141 1142 »