messages from 2023-05-23 09:33:00 to 2023-05-25 08:55:16 UTC [more...]
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-05-25 8:54 UTC (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
2023-05-25 7:38 UTC (12+ messages)
` [PATCH v2 01/11] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v2 02/11] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v2 03/11] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v2 04/11] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v2 05/11] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v2 06/11] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v2 07/11] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v2 08/11] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v2 09/11] KVM: riscv: selftests: Make check_supported arch specific
` [PATCH v2 10/11] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
2023-05-25 7:21 UTC (16+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes
` [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state
[PATCH v3 00/21] Enable CET Virtualization
2023-05-25 6:10 UTC (15+ messages)
` [PATCH v3 06/21] KVM:x86: Report XSS as to-be-saved if there are supported features
` [PATCH v3 07/21] KVM:x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v3 14/21] KVM:VMX: Add a synthetic MSR to allow userspace to access GUEST_SSP
` [PATCH v3 18/21] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
[PATCH v11 00/23] Add vfio_device cdev for iommufd support
2023-05-25 3:03 UTC (20+ messages)
` [PATCH v11 19/23] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v11 21/23] vfio: Determine noiommu device in __vfio_register_dev()
[PATCH v3 00/10] Add Intel VT-d nested translation
2023-05-25 2:28 UTC (15+ messages)
` [PATCH v3 01/10] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v3 02/10] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v3 06/10] iommu/vt-d: Set the nested domain to a device
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v3 10/10] iommu/vt-d: Disallow nesting on domains with read-only mappings
[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
2023-05-25 2:19 UTC (4+ messages)
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter
[PATCH v2 0/3] MSR_IA32_ARCH_CAPABILITIES cleanups
2023-05-25 2:17 UTC (9+ messages)
` [PATCH v2 1/3] KVM: x86: Track supported ARCH_CAPABILITIES in kvm_caps
` [PATCH v2 2/3] KVM: x86: Correct the name for skipping VMENTER l1d flush
` [PATCH v2 3/3] x86/cpu, KVM: Use helper function to read MSR_IA32_ARCH_CAPABILITIES
[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
2023-05-25 2:08 UTC (2+ messages)
[PATCH v2 00/11] iommufd: Add nesting infrastructure
2023-05-25 1:41 UTC (31+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v2 02/11] iommu: Add nested domain support
` [PATCH v2 03/11] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v2 04/11] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH v2 06/11] iommufd: IOMMU_HWPT_ALLOC allocation with user data
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-25 0:37 UTC (9+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-05-24 23:37 UTC (9+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
[PATCH 0/7] KVM: selftests: Test the consistency of the PMU's CPUID and its features
2023-05-24 23:08 UTC (14+ messages)
` [PATCH 1/7] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH 2/7] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH 3/7] KVM: selftests: Test consistency of CPUID with num of GP counters
` [PATCH 4/7] KVM: selftests: Test consistency of CPUID with num of Fixed counters
` [PATCH 7/7] KVM: selftests: Test Intel counters' bit width emulation
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
2023-05-24 21:32 UTC (19+ messages)
` [PATCH 2/5] KVM: x86/pmu: Add a helper to check if pmc has PEBS mode enabled
` [PATCH 3/5] KVM: x86/pmu: Move the overflow of a normal counter out of PMI context
` [PATCH 4/5] KVM: x86/pmu: Reorder functions to reduce unnecessary declarations
` [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
[PATCH v2] KVM: x86/pmu: Fix emulation on Intel counters' bit width
2023-05-24 20:33 UTC (6+ messages)
[PATCH v6 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-05-24 20:19 UTC (5+ messages)
` [PATCH v6 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v6 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[PATCH v6 0/4] KVM: allow mapping non-refcounted pages
2023-05-24 20:05 UTC (9+ messages)
` [PATCH v6 1/4] KVM: mmu: introduce new gfn_to_pfn_noref functions
[PATCH v6] vfio/cdx: add support for CDX bus
2023-05-24 19:48 UTC (3+ messages)
[RFC PATCH v2 0/6] SVM guest shadow stack support
2023-05-24 17:24 UTC (8+ messages)
` [RFC PATCH v2 1/6] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH v2 2/6] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH v2 3/6] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v2 4/6] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH v2 5/6] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss
[PATCH v2 00/13] local_clock() vs noinstr
2023-05-24 16:40 UTC (5+ messages)
` [PATCH v2 03/13] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions
[RFC PATCH v2] x86/sev-es: Include XSS value in GHCB CPUID request
2023-05-24 15:56 UTC
[PATCH V5 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
2023-05-24 14:38 UTC (4+ messages)
[PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
2023-05-24 14:21 UTC (3+ messages)
[GIC PULL] KVM/arm64 fixes for 6.4, take #2
2023-05-24 14:18 UTC (2+ messages)
[PATCH kvmtool 00/16] Fix vhost-net, scsi and vsock
2023-05-24 13:53 UTC (3+ messages)
Deadlock due to EPT_VIOLATION
2023-05-24 13:39 UTC (3+ messages)
[PATCH 0/2] KVM: arm64: Handle MTE Set/Way CMOs
2023-05-24 12:49 UTC (3+ messages)
[PATCH kvmtool v3 0/2] Fix virtio/rng handling in low entropy situations
2023-05-24 11:22 UTC (3+ messages)
` [PATCH kvmtool v3 1/2] virtio/rng: switch to using /dev/urandom
` [PATCH kvmtool v3 2/2] virtio/rng: return at least one byte of entropy
[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
2023-05-24 9:53 UTC (3+ messages)
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling
[kvm-unit-tests PATCH v2 0/1] Fixing infinite loop on SCLP READ SCP INFO error
2023-05-24 8:33 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error
[PATCH] vfio/pci: Also demote hiding standard cap messages
2023-05-24 8:01 UTC (3+ messages)
[PATCH -next v20 12/26] riscv: Add ptrace vector support
2023-05-24 7:50 UTC (4+ messages)
[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-05-24 6:36 UTC (8+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES
` [PATCH kernel v5 6/6] x86/sev: Do not handle #VC for DR7 read/write
[PATCH v3 0/4] iommufd: Add iommu hardware info reporting
2023-05-24 5:19 UTC (6+ messages)
` [PATCH v3 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO
[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
2023-05-24 4:57 UTC (6+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades
[PATCH -next v20 10/26] riscv: Add task switch support for vector
2023-05-24 0:49 UTC (2+ messages)
[PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
2023-05-24 0:49 UTC (2+ messages)
[PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
2023-05-24 0:48 UTC (2+ messages)
[PATCH -next v20 23/26] riscv: Enable Vector code to be built
2023-05-24 0:22 UTC (2+ messages)
[PATCH] vfio/pci: demote hiding ecap messages to debug level
2023-05-23 22:43 UTC (2+ messages)
[PATCH v2] vfio/type1: check pfn valid before converting to struct page
2023-05-23 21:44 UTC (5+ messages)
[PATCH 1/2] x86/msr: Read MSRs individually
2023-05-23 20:31 UTC (3+ messages)
` [PATCH 2/2] x86/msr: Allow unprivileged read access to some MSRs
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-05-23 18:59 UTC (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[PATCH 0/2][next] vfio/ccw: Replace one-element array with flexible-array member
2023-05-23 18:58 UTC (11+ messages)
` [PATCH 1/2][next] "
` [PATCH 2/2][next] vfio/ccw: Use struct_size() helper
[Bug 217472] New: ACPI _OSC features have different values in Host OS and Guest OS
2023-05-23 18:06 UTC (2+ messages)
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-23 17:49 UTC (4+ messages)
[PATCH v2] KVM: SVM: Remove TSS reloading code after VMEXIT
2023-05-23 16:56 UTC
[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
2023-05-23 16:42 UTC (3+ messages)
[PATCH kvmtool v2 1/2] virtio/rng: switch to using /dev/urandom
2023-05-23 15:40 UTC (5+ messages)
` [PATCH kvmtool v2 2/2] virtio/rng: return at least one byte of entropy
[PATCH] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
2023-05-23 15:10 UTC (3+ messages)
[PATCH] vhost: use kzalloc() instead of kmalloc() followed by memset()
2023-05-23 14:54 UTC (2+ messages)
[PATCH 1/2] x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
2023-05-23 14:34 UTC (4+ messages)
[PATCH -next v20 00/26] riscv: Add vector ISA support
2023-05-23 13:56 UTC (5+ messages)
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
[kvm-unit-tests PATCH v2] arm64: Make vector_table and vector_stub weak symbols
2023-05-23 13:53 UTC
[PATCH v10 00/30] Add KVM LoongArch support
2023-05-23 11:57 UTC (8+ messages)
[PTACH v2 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
2023-05-23 9:51 UTC (5+ messages)
[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
2023-05-23 9:52 UTC (5+ messages)
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-05-23 9:32 UTC (3+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace
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).