kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 14:22:11 to 2023-06-20 02:20:02 UTC [more...]

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-20  2:19 UTC  (26+ messages)
` [PATCH v10 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v10 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v10 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v10 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v10 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-20  2:19 UTC  (8+ messages)
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH v14 00/30] Add KVM LoongArch support
 2023-06-20  2:01 UTC  (40+ messages)
` [PATCH v14 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v14 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v14 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v14 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v14 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v14 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v14 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v14 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v14 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v14 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v14 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v14 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v14 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v14 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v14 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v14 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v14 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v14 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v14 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v14 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v14 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v14 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v14 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v14 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v14 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v14 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v14 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v14 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v14 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v14 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-20  1:43 UTC  (8+ messages)

[PATCH v11 00/20] TDX host kernel support
 2023-06-20  1:06 UTC  (40+ messages)
` [PATCH v11 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support

[PATCH -next] RISC-V: KVM: Remove unneeded semicolon
 2023-06-20  0:40 UTC 

[PATCH v8 00/33] x86: enable FRED for x86-64
 2023-06-20  0:16 UTC  (16+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 05/33] x86/traps: add external_interrupt() to dispatch external interrupts

[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
 2023-06-19 21:55 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-19 20:04 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH v3 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH v3 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH v3 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH v3 5/6] arm: pmu: Add pmu-mem-access-reliability test
` [kvm-unit-tests PATCH v3 6/6] arm: pmu-chain-promotion: Increase the count and margin values

[kvm-unit-tests PATCH v2 4/6] arm: pmu: Fix chain counter enable/disable sequences
 2023-06-19 20:00 UTC  (4+ messages)
  ` [kvm-unit-tests PATCH v2 5/6] arm: pmu: Add pmu-mem-access-reliability test

[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-19 18:12 UTC  (3+ messages)
` [PATCH v6 2/8] PCI/VGA: Deal only with VGA class devices

[PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
 2023-06-19 17:25 UTC  (5+ messages)

[Bug 217574] New: kvm_intel loads only after suspend
 2023-06-19 16:38 UTC 

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-19 16:27 UTC  (6+ messages)
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-19 15:30 UTC  (6+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2023-06-19 12:19 UTC  (5+ messages)

[kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests
 2023-06-19  8:33 UTC  (9+ messages)
` [kvm-unit-tests PATCH v5 1/8] lib: s390x: sie: Fix sie_get_validity() no validity handling
` [kvm-unit-tests PATCH v5 2/8] lib: s390x: uv: Introduce UV validity function
` [kvm-unit-tests PATCH v5 3/8] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v5 4/8] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v5 5/8] lib: s390x: uv: Add pv host requirement check function
` [kvm-unit-tests PATCH v5 6/8] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v5 7/8] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v5 8/8] s390x: pv-diags: Add the test to unittests.conf

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-19  9:28 UTC  (12+ messages)
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification

[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
 2023-06-19  9:04 UTC  (2+ messages)

[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-19  9:00 UTC  (8+ messages)
` [PATCH 1/6] KVM: Documentation: Add the missing guest_mode in kvm_mmu_page_role
` [PATCH 2/6] KVM: Documentation: Update the field name gfns in kvm_mmu_page
` [PATCH 3/6] KVM: Documentation: Add the missing ptep "
` [PATCH 4/6] KVM: Documentation: Add the missing tdp_mmu_root_count into kvm_mmu_page
` [PATCH 5/6] KVM: Documentation: Add the missing mmu_valid_gen "
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-19  8:45 UTC  (5+ messages)

[PATCH 0/4] exec: Header cleanups around memory.h/address-spaces.h
 2023-06-19  8:06 UTC  (9+ messages)
` [PATCH 1/4] hw/net/i82596: Include missing 'exec/address-spaces.h' header
` [PATCH 2/4] hw/dma/etraxfs: Include missing 'exec/memory.h' header
` [PATCH 3/4] exec/address-spaces.h: Remove unuseful 'exec/memory.h' include
` [PATCH 4/4] sysemu/kvm: Re-include "exec/memattrs.h" header

Domknięcie sprzedaży
 2023-06-19  7:30 UTC 

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-19  3:45 UTC  (14+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-19  3:43 UTC  (4+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface

[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
 2023-06-19  3:18 UTC  (2+ messages)

[PATCH v2] riscv: kvm: define vcpu_sbi_ext_pmu in header
 2023-06-18 16:02 UTC  (4+ messages)

[PATCH v3 00/10] RISC-V KVM in-kernel AIA irqchip
 2023-06-18 16:02 UTC  (2+ messages)

[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
 2023-06-18  7:55 UTC  (8+ messages)

[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-06-18  6:24 UTC  (5+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v1 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
` [RFC PATCH v1 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
` [RFC PATCH v1 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[PATCH] kvm/mips: update MAINTAINERS
 2023-06-18  2:11 UTC  (2+ messages)

KVM page-fault on Kernel 6.3.8
 2023-06-17 19:27 UTC  (3+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-17  3:54 UTC  (5+ messages)
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-17  3:45 UTC  (9+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress

[kvm-unit-tests PATCH 0/6] arm64: improve debuggability
 2023-06-17  1:52 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/6] arm: keep efi debug information in a separate file
` [kvm-unit-tests PATCH 2/6] lib/stack: print base addresses on efi
` [kvm-unit-tests PATCH 3/6] arm64: enable frame pointer and support stack unwinding
` [kvm-unit-tests PATCH 4/6] arm64: stack: update trace stack on exception
` [kvm-unit-tests PATCH 5/6] efi: Print address of image
` [kvm-unit-tests PATCH 6/6] arm64: dump stack on bad exception

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-06-17  1:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
` [kvm-unit-tests PATCH 2/2] arm64: ensure tlbi is safe

[PATCH v1 1/1] KVM: x86: Remove PRIx* definitions as they are solely for user space
 2023-06-17  0:10 UTC  (2+ messages)

[Bug 217562] New: kernel NULL pointer dereference on deletion of guest physical memory slot
 2023-06-16 23:53 UTC  (3+ messages)
` [Bug 217562] "

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-16 21:28 UTC  (5+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v7] vfio/cdx: add support for CDX bus
 2023-06-16 20:08 UTC  (2+ messages)

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-16 18:28 UTC  (2+ messages)

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-06-16 18:11 UTC  (9+ messages)
` [PATCH RFCv2 21/24] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFCv2 22/24] iommu/arm-smmu-v3: Add read_and_clear_dirty() support

[PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
 2023-06-16 15:03 UTC  (3+ messages)

[PATCH 0/4] Documentation: KVM: multiple editing corrections
 2023-06-16 14:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).