Show patches with: none      |   117052 patches
« 1 2 ... 24 25 261170 1171 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[23/39] tests/qtest: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[22/39] target/i386/kvm: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[21/39] migration: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-10 Pierrick Bouvier New
[20/39] hw/ppc: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[19/39] hw/pci: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[18/39] hw/nvme: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[17/39] hw/net: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[16/39] hw/hyperv: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[15/39] block: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[13/39] tests/unit: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[12/39] tests/qtest: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[11/39] target/ppc: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[10/39] system: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[09/39] qobject: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[08/39] migration: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-10 Pierrick Bouvier New
[07/39] hw/watchdog: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 2 - --- 2024-09-10 Pierrick Bouvier New
[06/39] hw/net: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[05/39] hw/core: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[04/39] hw/char: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - 1 - --- 2024-09-10 Pierrick Bouvier New
[03/39] hw/arm: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[02/39] hw/acpi: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[01/39] docs/spin: replace assert(0) with g_assert_not_reached() Use g_assert_not_reached instead of (g_)assert(0,false) - - - --- 2024-09-10 Pierrick Bouvier New
[v5,3/3] KVM: x86: add new nested vmexit tracepoints KVM: x86: tracepoint updates - - - --- 2024-09-10 Maxim Levitsky New
[v5,2/3] KVM: x86: add information about pending requests to kvm_exit tracepoint KVM: x86: tracepoint updates - - - --- 2024-09-10 Maxim Levitsky New
[v5,1/3] KVM: x86: add more information to the kvm_entry tracepoint KVM: x86: tracepoint updates - - - --- 2024-09-10 Maxim Levitsky New
[v3,3/3] docs/devel: update tsan build documentation build qemu with gcc and tsan - - - --- 2024-09-10 Pierrick Bouvier New
[v3,2/3] target/i386: fix build warning (gcc-12 -fsanitize=thread) build qemu with gcc and tsan - 2 - --- 2024-09-10 Pierrick Bouvier New
[v3,1/3] meson: hide tsan related warnings build qemu with gcc and tsan - - - --- 2024-09-10 Pierrick Bouvier New
[RFC,v2,10/10] kvm: x86: support walking guest page tables in gmem Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,09/10] kvm: pfncache: hook up to gmem invalidation Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,08/10] kvm: pfncache: Support caching gmem pfns Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,07/10] kvm: pfncache: invalidate when memory attributes change Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,06/10] kvm: gmem: add tracepoints for gmem share/unshare Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,05/10] kvm: gmem: Refcount internal accesses to gmem Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,04/10] kvm: Allow reading/writing gmem using kvm_{read,write}_guest Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,03/10] kvm: gmem: Add KVM_GMEM_GET_PFN_LOCKED Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,02/10] kvm: gmem: Add KVM_GMEM_GET_PFN_SHARED Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[RFC,v2,01/10] kvm: gmem: Add option to remove gmem from direct map Unmapping guest_memfd from Direct Map - - - --- 2024-09-10 Patrick Roy New
[15/15] KVM: selftests: Add test for KVM_TRANSLATE2 KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[14/15] KVM: x86: Implement KVM_TRANSLATE2 KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[13/15] KVM: Add KVM_TRANSLATE2 stub KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[12/15] KVM: Introduce KVM_TRANSLATE2 KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[11/15] KVM: x86: Introduce generic gva to gpa translation function KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[10/15] KVM: x86/mmu: Implement PWALK_STATUS_READ_ONLY_PTE_GPA in page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[09/15] KVM: x86/mmu: Introduce status parameter to page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[08/15] KVM: x86/mmu: Implement PWALK_FORCE_SET_ACCESSED in page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[07/15] KVM: x86/mmu: Implement PWALK_SET_DIRTY in page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[06/15] KVM: x86/mmu: Implement PWALK_SET_ACCESSED in page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[05/15] KVM: x86/mmu: Introduce flags parameter to page walker KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[04/15] KVM: x86/mmu: Store GPA in exception if applicable KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[03/15] KVM: x86/mmu: Introduce exception flag for unmapped GPAs KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[02/15] KVM: x86/mmu: Abort page walk if permission checks fail KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[01/15] KVM: Add API documentation for KVM_TRANSLATE2 KVM: x86: Introduce new ioctl KVM_TRANSLATE2 - - - --- 2024-09-10 Nikolas Wipper New
[kvm-unit-tests,v3,2/2] riscv: sbi: Add tests for HSM extension riscv: sbi: Add support to test HSM extension - - - --- 2024-09-10 James Raphael Tiovalen New
[kvm-unit-tests,v3,1/2] riscv: sbi: Add HSM extension functions riscv: sbi: Add support to test HSM extension - 1 - --- 2024-09-10 James Raphael Tiovalen New
[kvm-unit-tests,2/2] riscv: sbi: Tidy up report prefix pops riscv: sbi: Clean up multiple report prefix popping - - - --- 2024-09-10 James Raphael Tiovalen New
[kvm-unit-tests,1/2] lib/report: Add helper method to clear multiple prefixes riscv: sbi: Clean up multiple report prefix popping - - - --- 2024-09-10 James Raphael Tiovalen New
[RFC,V2,5/5] hw/loongarch: Add KVM pch msi device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[RFC,V2,4/5] hw/loongarch: Add KVM pch pic device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[RFC,V2,3/5] hw/loongarch: Add KVM extioi device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[RFC,V2,2/5] hw/loongarch: Add KVM IPI device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[RFC,V2,1/5] include: Add macro definitions needed for interrupt controller kvm emulation Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,11/11] LoongArch: KVM: Add irqfd support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,10/11] LoongArch: KVM: Add PCHPIC user mode read and write functions Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,09/11] LoongArch: KVM: Add PCHPIC read and write functions Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,08/11] LoongArch: KVM: Add PCHPIC device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,07/11] LoongArch: KVM: Add EIOINTC user mode read and write functions Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,06/11] LoongArch: KVM: Add EIOINTC read and write functions Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,05/11] LoongArch: KVM: Add EIOINTC device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,04/11] LoongArch: KVM: Add IPI user mode read and write function Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,03/11] LoongArch: KVM: Add IPI read and write function Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,02/11] LoongArch: KVM: Add IPI device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,05/11] LoongArch: KVM: Add EIOINTC device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,04/11] LoongArch: KVM: Add IPI user mode read and write function Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,03/11] LoongArch: KVM: Add IPI read and write function Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,02/11] LoongArch: KVM: Add IPI device support Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[V3,01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel Added Interrupt controller emulation for loongarch kvm - - - --- 2024-09-10 Xianglai Li New
[RFC,RESEND,6/6] system/hugetlb_ras: Replay lost BUS_MCEERR_AO signals on VM resume [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[RFC,RESEND,5/6] system/hugetlb_ras: Handle madvise SIGBUS signal on listener [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[RFC,RESEND,4/6] system: Introducing hugetlbfs largepage RAS feature [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[RFC,RESEND,3/6] system/physmem: Remap memory pages on reset based on the page size [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[RFC,RESEND,2/6] accel/kvm: Keep track of the HWPoisonPage sizes [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb [RFC,RESEND,1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb - - - --- 2024-09-10 “William Roche New
[v2,6/6] KVM: SVM: Enable restricted injection for an SEV-SNP guest Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2,5/6] KVM: SVM: Inject MCEs when restricted injection is active Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2,4/6] KVM: SVM: Inject NMIs when restricted injection is active Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2,3/6] KVM: SVM: Inject #HV when restricted injection is active Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2,2/6] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2,1/6] x86/sev: Define the #HV doorbell page structure Add SEV-SNP restricted injection hypervisor support - - - --- 2024-09-10 Melody Wang New
[v2] drm/bochs: use devm_ioremap_wc() to map framebuffer [v2] drm/bochs: use devm_ioremap_wc() to map framebuffer - 1 2 --- 2024-09-09 Yan Zhao New
drm/bochs: use ioremap_wc() to map framebuffer during driver probing drm/bochs: use ioremap_wc() to map framebuffer during driver probing - - - --- 2024-09-09 Yan Zhao New
[v2,7/7] i386/pc: Support cache topology in -machine for PC machine Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,6/7] i386/cpu: Update cache topology with machine's configuration Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,5/7] i386/cpu: Support thread and module level cache topology Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,4/7] hw/core: Check smp cache topology support for machine Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,3/7] hw/core: Add smp cache topology for machine Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,2/7] qapi/qom: Define cache enumeration and properties Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
[v2,1/7] hw/core: Make CPU topology enumeration arch-agnostic Introduce SMP Cache Topology - - 1 --- 2024-09-08 Zhao Liu New
« 1 2 ... 24 25 261170 1171 »