messages from 2023-04-18 15:49:16 to 2023-04-20 02:13:14 UTC [more...]
[PATCH v1 0/2] KVM: arm64: Fix bugs related to mp_state updates
2023-04-20 2:13 UTC (5+ messages)
` [PATCH v1 1/2] KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()
` [PATCH v1 2/2] KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state
[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-04-20 1:49 UTC (2+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-04-20 0:49 UTC (7+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-04-19 23:26 UTC (16+ messages)
` [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test
[RFC 00/48] RISC-V CoVE support
2023-04-19 22:58 UTC (50+ messages)
` [RFC 01/48] mm/vmalloc: Introduce arch hooks to notify ioremap/unmap changes
` [RFC 02/48] RISC-V: KVM: Improve KVM error reporting to the user space
` [RFC 03/48] RISC-V: KVM: Invoke aia_update with preempt disabled/irq enabled
` [RFC 04/48] RISC-V: KVM: Add a helper function to get pgd size
` [RFC 05/48] RISC-V: Add COVH SBI extensions definitions
` [RFC 06/48] RISC-V: KVM: Implement COVH SBI extension
` [RFC 07/48] RISC-V: KVM: Add a barebone CoVE implementation
` [RFC 08/48] RISC-V: KVM: Add UABI to support static memory region attestation
` [RFC 09/48] RISC-V: KVM: Add CoVE related nacl helpers
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 11/48] RISC-V: KVM: Use the new VM IOCTL for measuring pages
` [RFC 12/48] RISC-V: KVM: Exit to the user space for trap redirection
` [RFC 13/48] RISC-V: KVM: Return early for gstage modifications
` [RFC 14/48] RISC-V: KVM: Skip dirty logging updates for TVM
` [RFC 15/48] RISC-V: KVM: Add a helper function to trigger fence ops
` [RFC 16/48] RISC-V: KVM: Skip most VCPU requests for TVMs
` [RFC 17/48] RISC-V : KVM: Skip vmid/hgatp management "
` [RFC 18/48] RISC-V: KVM: Skip TLB "
` [RFC 19/48] RISC-V: KVM: Register memory regions as confidential "
` [RFC 20/48] RISC-V: KVM: Add gstage mapping "
` [RFC 21/48] RISC-V: KVM: Handle SBI call forward from the TSM
` [RFC 22/48] RISC-V: KVM: Implement vcpu load/put functions for CoVE guests
` [RFC 23/48] RISC-V: KVM: Wireup TVM world switch
` [RFC 24/48] RISC-V: KVM: Update timer functionality for TVMs
` [RFC 25/48] RISC-V: KVM: Skip HVIP update "
` [RFC 26/48] RISC-V: Add COVI extension definitions
` [RFC 27/48] RISC-V: KVM: Implement COVI SBI extension
` [RFC 28/48] RISC-V: KVM: Add interrupt management functions for TVM
` [RFC 29/48] RISC-V: KVM: Skip AIA CSR updates for TVMs
` [RFC 30/48] RISC-V: KVM: Perform limited operations in hardware enable/disable
` [RFC 31/48] RISC-V: KVM: Indicate no support user space emulated IRQCHIP
` [RFC 32/48] RISC-V: KVM: Add AIA support for TVMs
` [RFC 33/48] RISC-V: KVM: Hookup TVM VCPU init/destroy
` [RFC 34/48] RISC-V: KVM: Initialize CoVE
` [RFC 35/48] RISC-V: KVM: Add TVM init/destroy calls
` [RFC 36/48] RISC-V: KVM: Read/write gprs from/to shmem in case of TVM VCPU
` [RFC 37/48] RISC-V: Add COVG SBI extension definitions
` [RFC 38/48] RISC-V: Add CoVE guest config and helper functions
` [RFC 39/48] RISC-V: Implement COVG SBI extension
` [RFC 40/48] RISC-V: COVE: Add COVH invalidate, validate, promote, demote and remove APIs
` [RFC 41/48] RISC-V: KVM: Add host side support to handle COVG SBI calls
` [RFC 42/48] RISC-V: Allow host to inject any ext interrupt id to a CoVE guest
` [RFC 43/48] RISC-V: Add base memory encryption functions
` [RFC 44/48] RISC-V: Add cc_platform_has() for RISC-V for CoVE
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
` [RFC 46/48] riscv/virtio: Have CoVE guests enforce restricted virtio memory access
` [RFC 47/48] RISC-V: Add shared bounce buffer to support DBCN for CoVE Guest
` [RFC 48/48] drivers/hvc: sbi: Disable HVC console for TVMs
[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
2023-04-19 10:00 UTC (10+ messages)
` [PATCH RFC net-next v2 1/4] virtio/vsock: support dgram
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support
[PATCH v1 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper device
2023-04-19 22:28 UTC
[RFC kvmtool 00/10] RISC-V CoVE support
2023-04-19 22:23 UTC (11+ messages)
` [RFC kvmtool 01/10] riscv: Add a CoVE VM type
` [RFC kvmtool 02/10] riscv: Define a command line option for CoVE VM
` [RFC kvmtool 03/10] riscv: Define a measure region IOCTL
` [RFC kvmtool 04/10] riscv: Invoke measure region for VM images
` [RFC kvmtool 05/10] riscv: Do not create APLIC for TVMs
` [RFC kvmtool 06/10] riscv: Change initrd alignment to a page size
` [RFC kvmtool 07/10] riscv: Define riscv specific vm_type function
` [RFC kvmtool 08/10] riscv: virtio: Enforce VIRTIO_F_ACCESS_PLATFORM feature flag
` [RFC kvmtool 09/10] riscv: Don't emit MMIO devices for CoVE VM
` [RFC kvmtool 10/10] riscv: cove: Don't emit interrupt_map for pci devices in fdt
[PATCH V3 00/10] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-04-19 22:03 UTC (19+ messages)
` [PATCH V3 01/10] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
` [PATCH V3 02/10] vfio/pci: Remove negative check on unsigned vector
` [PATCH V3 03/10] vfio/pci: Prepare for dynamic interrupt context storage
` [PATCH V3 04/10] vfio/pci: Move to single error path
` [PATCH V3 05/10] vfio/pci: Use xarray for interrupt context storage
` [PATCH V3 06/10] vfio/pci: Remove interrupt context counter
` [PATCH V3 07/10] vfio/pci: Update stale comment
` [PATCH V3 08/10] vfio/pci: Probe and store ability to support dynamic MSI-X
` [PATCH V3 09/10] vfio/pci: Support "
` [PATCH V3 10/10] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X
[PATCH 00/33] Split ptdesc from struct page
2023-04-19 20:29 UTC (8+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
` [PATCH 4/33] "
[PATCH v3 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
2023-04-19 20:11 UTC (3+ messages)
` [PATCH v3 1/2] iommu/amd: Don't block updates to GATag if guest mode is on
` [PATCH v3 2/2] iommu/amd: Handle GALog overflows
[PATCH v19 00/21] s390x: CPU Topology
2023-04-19 17:15 UTC (9+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
[PATCH kvmtool v2 0/2] Fix virtio/rng handling in low entropy situations
2023-04-19 17:05 UTC (3+ messages)
` [PATCH kvmtool v2 1/2] virtio/rng: switch to using /dev/urandom
` [PATCH kvmtool v2 2/2] virtio/rng: return at least one byte of entropy
[GIT PULL v2] KVM/arm64 fixes for 6.3, part #4
2023-04-19 15:54 UTC
[PATCH kvmtool 0/2] Fix virtio/rng handling in low entropy situations
2023-04-19 15:31 UTC (6+ messages)
` [PATCH kvmtool 1/2] virtio/rng: switch to using /dev/urandom
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-04-19 15:27 UTC (12+ messages)
` Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
[PATCH v5] vfio/cdx: add support for CDX bus
2023-04-19 15:17 UTC
[PATCH -next v18 00/20] riscv: Add vector ISA support
2023-04-19 15:18 UTC (4+ messages)
[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
2023-04-19 14:22 UTC (4+ messages)
` [PATCH v4 2/9] RISC-V: Detect AIA CSRs from ISA string
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-04-19 13:41 UTC (6+ messages)
` [PATCH 5/5] "
[PATCH kvmtool 00/16] Fix vhost-net, scsi and vsock
2023-04-19 13:21 UTC (17+ messages)
` [PATCH kvmtool 01/16] virtio: Factor vhost initialization
` [PATCH kvmtool 02/16] virtio/vhost: Factor vring operation
` [PATCH kvmtool 03/16] virtio/vhost: Factor notify_vq_eventfd()
` [PATCH kvmtool 04/16] virtio/vhost: Factor notify_vq_gsi()
` [PATCH kvmtool 05/16] virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start
` [PATCH kvmtool 06/16] virtio/scsi: Fix and simplify command-line
` [PATCH kvmtool 07/16] disk/core: Fix segfault on exit with SCSI
` [PATCH kvmtool 08/16] virtio/scsi: Initialize max_target
` [PATCH kvmtool 09/16] virtio/scsi: Fix feature selection
` [PATCH kvmtool 10/16] virtio/vsock: "
` [PATCH kvmtool 11/16] virtio/net: "
` [PATCH kvmtool 12/16] virtio: Document how to test the devices
` [PATCH kvmtool 13/16] virtio: Fix messages about missing Linux config
` [PATCH kvmtool 14/16] Factor epoll thread
` [PATCH kvmtool 15/16] virtio/vhost: Support line interrupt signaling
` [PATCH kvmtool 16/16] virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM
[PATCH v4 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
2023-04-19 12:05 UTC (6+ messages)
` [PATCH v4 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v4 5/6] mm/gup: remove vmas parameter from pin_user_pages()
[PATCH v13 098/113] KVM: TDX: Handle TDX PV map_gpa hypercall
2023-04-19 10:38 UTC (3+ messages)
[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-04-19 9:39 UTC (6+ messages)
[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-04-19 9:34 UTC (8+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
[PATCH v7 00/30] Add KVM LoongArch support
2023-04-19 9:28 UTC (9+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations
[PATCH v7 00/30] Add KVM LoongArch support
2023-04-19 9:01 UTC (7+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH v2] KVM: arm64: Make vcpu flag updates non-preemptible
2023-04-19 8:58 UTC (3+ messages)
[GIT PULL] KVM/arm64 fixes for 6.3, part #4
2023-04-19 8:24 UTC
[PATCH v13 000/113] KVM TDX basic feature support
2023-04-19 8:21 UTC (4+ messages)
` [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
KVM call minutes for 2023-04-18
2023-04-19 7:55 UTC
[PATCH v3 0/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-04-19 7:37 UTC (3+ messages)
` [PATCH v3 2/2] "
[PATCH 0/9] KVM backports to 5.10
2023-04-19 7:17 UTC
[RFC PATCH 0/5] Add TDX intra host migration support
2023-04-19 7:08 UTC (15+ messages)
` [RFC PATCH 1/5] KVM: Split tdp_mmu_pages to private and shared lists
` [RFC PATCH 2/5] KVM: SEV: Refactor common code out of sev_vm_move_enc_context_from
` [RFC PATCH 3/5] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from
` [RFC PATCH 5/5] KVM: TDX: Add core logic for TDX intra-host migration
[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
2023-04-19 6:43 UTC (6+ messages)
` [PATCH v7 3/5] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable
[PATCH v6 0/6] Support writable CPU ID registers from userspace
2023-04-19 4:59 UTC (7+ messages)
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH v3] KVM: x86: Fix poll command
2023-04-19 2:19 UTC
[PATCH v4] vfio/cdx: add support for CDX bus
2023-04-19 0:06 UTC (5+ messages)
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-04-18 23:38 UTC (2+ messages)
[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
2023-04-18 18:39 UTC (20+ messages)
Add zicboz support for riscv kvmtool
2023-04-18 17:14 UTC (5+ messages)
` [PATCH kvmtool 2/2] riscv: add zicboz support
[PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
2023-04-18 16:08 UTC (6+ messages)
` [EXTERNAL][PATCH "
[PATCH 0/8] Add printf and formatted asserts in the guest
2023-04-18 16:06 UTC (6+ messages)
` [PATCH 4/8] KVM: selftests: Copy printf.c to KVM selftests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).