messages from 2023-07-18 13:57:47 to 2023-07-19 20:26:49 UTC [more...]
[PATCH v3 00/21] Enable CET Virtualization
2023-07-19 20:26 UTC (9+ messages)
[RFC PATCH v2 0/4] virtio/vsock: some updates for MSG_PEEK flag
2023-07-19 19:27 UTC (5+ messages)
` [RFC PATCH v2 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v2 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
` [RFC PATCH v2 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
` [RFC PATCH v2 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET
[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
2023-07-19 19:32 UTC (2+ messages)
[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
2023-07-19 19:32 UTC (2+ messages)
KVM's sloppiness wrt IA32_SPEC_CTRL and IA32_PRED_CMD
2023-07-19 18:08 UTC
[PATCH] KVM: arm64: Fix CPUHP logic for protected KVM
2023-07-19 17:54 UTC
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-19 17:47 UTC (43+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access
[kvm-unit-tests PATCH v1 0/2] arm64: Define name for the original RES1 bit but now functinal bit
2023-07-19 17:46 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm64: Replace the SCTLR_EL1 filed definition by _BITUL()
` [kvm-unit-tests PATCH v1 2/2] arm64: Define name for the bits used in SCTLR_EL1_RES1
[PATCH] KVM: SVM: Update destination when updating pi irte
2023-07-19 15:57 UTC (7+ messages)
[PATCH] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
2023-07-19 15:42 UTC (2+ messages)
[PATCH v21 00/20] s390x: CPU Topology
2023-07-19 15:34 UTC (32+ messages)
` [PATCH v21 01/20] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v21 14/20] tests/avocado: s390x cpu topology core
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move
[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
2023-07-19 14:41 UTC (10+ messages)
` [PATCH v10 1/9] KVM: x86/mmu: Use GENMASK_ULL() to define __PT_BASE_ADDR_MASK
` [PATCH v10 2/9] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
` [PATCH v10 3/9] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v10 4/9] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v10 5/9] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v10 6/9] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
` [PATCH v10 7/9] KVM: VMX: Implement and wire get_untagged_addr() for LAM
` [PATCH v10 8/9] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v10 9/9] KVM: x86: Expose LAM feature to userspace VMM
[RFC PATCH v3 00/11] KVM: guest memory: Misc enhacnement
2023-07-19 14:20 UTC (2+ messages)
[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
2023-07-19 12:18 UTC (6+ messages)
` [PATCH v2 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v2 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v2 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier
[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
2023-07-19 11:00 UTC (6+ messages)
` [PATCH 06/27] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH 07/27] arm64: Add missing BRB/CFP/DVP/CPP instructions
[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
2023-07-19 9:28 UTC (2+ messages)
[PATCH] docs: move s390 under arch
2023-07-19 8:10 UTC (5+ messages)
[PATCH net-next v2 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-07-19 7:47 UTC (10+ messages)
` [PATCH net-next v2 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v2 2/4] vsock/virtio: support to send "
` [PATCH net-next v2 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v2 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-07-19 7:16 UTC (4+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn
[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-07-19 6:10 UTC (5+ messages)
` [PATCH v3 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups
[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
2023-07-19 5:42 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
2023-07-19 5:42 UTC (11+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
2023-07-19 3:26 UTC (10+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters
[PATCH v2 0/8] LASS KVM virtualization support
2023-07-19 2:45 UTC (9+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space
[PATCH v2 0/8] LASS KVM virtualization support
2023-07-19 3:05 UTC (10+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space
[PATCH v2 00/16] target/riscv: Allow building without TCG (KVM-only so far)
2023-07-19 0:56 UTC (3+ messages)
` [PATCH v2 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
2023-07-19 0:50 UTC (15+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 02/14] af_vsock: refactor transport lookup code
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 04/14] af_vsock: generalize bind table functions
` [PATCH RFC net-next v5 05/14] af_vsock: use a separate dgram bind table
` [PATCH RFC net-next v5 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [PATCH RFC net-next v5 09/14] virtio/vsock: add common datagram recv path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 12/14] vsock/loopback: "
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
` [PATCH RFC net-next v5 14/14] test/vsock: add vsock dgram tests
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-07-18 23:17 UTC (5+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
[RFC PATCH] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
2023-07-18 21:00 UTC (4+ messages)
[PATCH v15 00/26] Add vfio_device cdev for iommufd support
2023-07-18 16:57 UTC (15+ messages)
` [PATCH v15 16/26] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v15 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
` [PATCH v15 18/26] vfio: Add cdev for vfio_device
` [PATCH v15 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
` [PATCH v15 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v15 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
` [PATCH v15 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v15 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v15 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v15 25/26] vfio: Compile vfio_group infrastructure optionally
` [PATCH v15 26/26] docs: vfio: Add vfio device cdev description
[PATCH 6.1 000/589] 6.1.39-rc3 review
2023-07-18 16:55 UTC (2+ messages)
[PATCH v10 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-07-18 16:54 UTC (3+ messages)
` [PATCH v10 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
2023-07-18 16:45 UTC (7+ messages)
` [PATCH v6 1/6] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/6] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v6 4/6] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 5/6] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 6/6] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-18 16:39 UTC (9+ messages)
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
2023-07-18 16:27 UTC (2+ messages)
[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-07-18 16:00 UTC (2+ messages)
[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
2023-07-18 15:56 UTC (7+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers
[ANNOUNCE] PUCK Agenda - 2023.07.19 - LPC MC format + guest_memfd
2023-07-18 15:38 UTC
[PATCH net-next v1 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-07-18 14:10 UTC (4+ messages)
` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support
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