messages from 2023-05-09 11:12:28 to 2023-05-11 10:38:09 UTC [more...]
[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
2023-05-11 10:37 UTC (19+ messages)
` [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v8 2/6] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v8 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v8 4/6] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v8 5/6] KVM: x86: Untag address when LAM applicable
` [PATCH v8 6/6] KVM: x86: Expose LAM feature to userspace VMM
[kvm-unit-tests PATCH] run_tests: add list tests name option on command line
2023-05-11 10:06 UTC (2+ messages)
[Bug 217379] New: Latency issues in irq_bypass_register_consumer
2023-05-11 9:59 UTC (2+ messages)
` [Bug 217379] "
[PATCH 0/1] KVM: s390: vsie: fix the length of APCB bitmap
2023-05-11 9:47 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
2023-05-11 9:41 UTC (2+ messages)
[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
2023-05-11 9:22 UTC (3+ messages)
` [PATCH 1/2] riscv: kvm: Add KVM_GET_REG_LIST API support
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
vPASID capability for VF
2023-05-11 7:42 UTC (13+ messages)
[PATCH] vfio/pci: take mmap write lock for io_remap_pfn_range
2023-05-11 7:38 UTC (7+ messages)
[PATCH v2] vhost_net: revert upend_idx only on retriable error
2023-05-11 7:31 UTC
[PATCH v3 00/21] Enable CET Virtualization
2023-05-11 4:08 UTC (22+ messages)
` [PATCH v3 01/21] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v3 02/21] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v3 03/21] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v3 04/21] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v3 05/21] x86/fpu: Add helper for modifying xstate
` [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 08/21] KVM:x86: Init kvm_caps.supported_xss with supported feature bits
` [PATCH v3 09/21] KVM:x86: Load guest FPU state when accessing xsaves-managed MSRs
` [PATCH v3 10/21] KVM:x86: Add #CP support in guest exception classification
` [PATCH v3 11/21] KVM:VMX: Introduce CET VMCS fields and control bits
` [PATCH v3 12/21] KVM:x86: Add fault checks for guest CR4.CET setting
` [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 15/21] KVM:x86: Report CET MSRs as to-be-saved if CET is supported
` [PATCH v3 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH v3 17/21] KVM:VMX: Pass through user CET MSRs to the guest
` [PATCH v3 18/21] KVM:x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v3 19/21] KVM:nVMX: Enable user CET support for nested VMX
` [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest
` [PATCH v3 21/21] KVM:x86: Support CET supervisor shadow stack MSR access
[PATCH v10 00/22] Add vfio_device cdev for iommufd support
2023-05-11 7:11 UTC (3+ messages)
` [PATCH v10 05/22] kvm/vfio: Accept vfio device file from userspace
[PATCH] vhost_net: Use fdget() and fdput()
2023-05-11 5:31 UTC (2+ messages)
[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
2023-05-11 3:05 UTC (17+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: add a new mmu zap helper to indicate memtype changes
` [PATCH v2 2/6] KVM: x86/mmu: only zap EPT when guest CR0_CD changes
` [PATCH v2 3/6] KVM: x86/mmu: only zap EPT when guest MTRR changes
` [PATCH v2 4/6] KVM: x86/mmu: Zap all EPT leaf entries according noncoherent DMA count
` [PATCH v2 5/6] KVM: x86: Keep a per-VM MTRR state
` [PATCH v2 6/6] KVM: x86/mmu: use per-VM based MTRR for EPT
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-10 23:44 UTC (5+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-05-10 23:03 UTC (16+ messages)
` Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-05-10 21:50 UTC (12+ messages)
[PATCH] PCI: Apply Intel NVMe quirk to Solidigm P44 Pro
2023-05-10 21:10 UTC (3+ messages)
[PATCH 0/9] KVM backports to 5.10
2023-05-10 18:15 UTC (10+ messages)
` [PATCH 1/9] KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
` [PATCH 2/9] KVM: x86: Fix recording of guest steal time / preempted status
` [PATCH 3/9] KVM: Fix steal time asm constraints
` [PATCH 4/9] KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
` [PATCH 5/9] KVM: x86: do not set st->preempted when going back to user space
` [PATCH 6/9] KVM: x86: do not report a vCPU as preempted outside instruction boundaries
` [PATCH 7/9] KVM: x86: revalidate steal time cache if MSR value changes
` [PATCH 8/9] KVM: x86: do not report preemption if the steal time cache is stale
` [PATCH 9/9] KVM: x86: move guest_pv_has out of user_access section
READY FOR PURCHASE
2023-05-10 15:19 UTC
[PATCH 0/2] KVM: vcpu_array[0] races
2023-05-10 14:04 UTC (3+ messages)
` [PATCH 1/2] KVM: Fix "
` [PATCH 2/2] KVM: selftests: Add tests for "
[PATCH 0/9] KVM backports to 5.10
2023-05-10 13:43 UTC (6+ messages)
[RFC][PATCH 0/9] local_clock() vs noinstr
2023-05-10 13:43 UTC (9+ messages)
` [RFC][PATCH 1/9] seqlock/latch: Provide raw_read_seqcount_latch_retry()
` [RFC][PATCH 3/9] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [RFC][PATCH 9/9] cpuidle: Use local_clock_noinstr()
[PATCH v2 0/2] KVM: s390: add counters for vsie performance
2023-05-10 12:18 UTC (3+ messages)
` [PATCH v2 1/2] KVM: s390: add stat counter for shadow gmap events
` [PATCH v2 2/2] KVM: s390: add tracepoint in gmap notifier
[PATCH v20 00/21] s390x: CPU Topology
2023-05-10 12:04 UTC (6+ messages)
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v20 12/21] qapi/s390x/cpu topology: query-cpu-polarization qmp command
[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
2023-05-10 11:25 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v3 6/9] s390x: uv-host: Switch to smp_sigp
` [kvm-unit-tests PATCH v3 7/9] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v3 9/9] s390x: uv-host: Add the test to unittests.conf
[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-05-10 9:35 UTC (4+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES
[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
2023-05-10 8:41 UTC (20+ messages)
` [PATCH v2 01/17] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v2 02/17] iommu/dma: Support MSIs through nested domains
` [PATCH v2 03/17] iommufd: Add nesting related data structures for ARM SMMUv3
` [PATCH v2 04/17] iommufd/device: Setup MSI on kernel-managed domains
` [PATCH v2 05/17] iommu/arm-smmu-v3: Add arm_smmu_hw_info
` [PATCH v2 06/17] iommu/arm-smmu-v3: Add arm_smmu_set/unset_dev_user_data
` [PATCH v2 07/17] iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTED
` [PATCH v2 08/17] iommu/arm-smmu-v3: Unset corresponding STE fields when s2_cfg is NULL
` [PATCH v2 09/17] iommu/arm-smmu-v3: Add STRTAB_STE_0_CFG_NESTED for 2-stage translation
` [PATCH v2 10/17] iommu/arm-smmu-v3: Allow ARM_SMMU_DOMAIN_S1 stage to access s2_cfg
` [PATCH v2 11/17] iommu/arm-smmu-v3: Add s1dss in struct arm_smmu_s1_cfg
` [PATCH v2 12/17] iommu/arm-smmu-v3: Pass in user_cfg to arm_smmu_domain_finalise
` [PATCH v2 13/17] iommu/arm-smmu-v3: Add arm_smmu_domain_alloc_user
` [PATCH v2 14/17] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED type of allocations
` [PATCH v2 15/17] iommu/arm-smmu-v3: Implement arm_smmu_get_msi_mapping_domain
` [PATCH v2 16/17] iommu/arm-smmu-v3: Add CMDQ_OP_TLBI_NH_VAA and CMDQ_OP_TLBI_NH_ALL
` [PATCH v2 17/17] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user
[PATCH kvmtool 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
2023-05-10 8:37 UTC (9+ messages)
` [PATCH kvmtool 1/8] Sync-up headers with Linux-6.4-rc1
` [PATCH kvmtool 2/8] riscv: Allow setting custom mvendorid, marchid, and mimpid
` [PATCH kvmtool 3/8] riscv: Allow disabling SBI extensions for Guest
` [PATCH kvmtool 4/8] riscv: Sort the ISA extension array alphabetically
` [PATCH kvmtool 5/8] riscv: Add zbb extension support
` [PATCH kvmtool 6/8] riscv: Add Zicboz "
` [PATCH kvmtool 7/8] riscv: Add Ssaia "
` [PATCH kvmtool 8/8] riscv: Fix guest RAM alloc size computation for RV32
[kvm-unit-tests PATCH v4 0/7] s390x: Add PV SIE intercepts and ipl tests
2023-05-10 7:33 UTC (7+ messages)
` [kvm-unit-tests PATCH v4 5/7] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v4 6/7] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v4 7/7] s390x: pv-diags: Add the test to unittests.conf
[PATCH v1 0/3] KVM: s390: add counters for vsie performance
2023-05-10 6:45 UTC (14+ messages)
` [PATCH v1 1/3] KVM: s390: fix space before open parenthesis
` [PATCH v1 2/3] KVM: s390: add stat counter for shadow gmap events
` [PATCH v1 3/3] KVM: s390: add tracepoint in gmap notifier
[PATCH] KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implementations
2023-05-10 6:21 UTC (2+ messages)
[PATCH v9 00/30] Add KVM LoongArch support
2023-05-10 3:57 UTC (2+ messages)
[PATCH -next v19 00/24] riscv: Add vector ISA support
2023-05-09 22:14 UTC (19+ messages)
` [PATCH -next v19 03/24] riscv: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_V
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 23/24] riscv: Enable Vector code to be built
[PATCH AUTOSEL 6.2 02/18] KVM: selftests: Add 'malloc' failure check in vcpu_save_state
2023-05-09 21:19 UTC
[PATCH AUTOSEL 6.3 02/18] KVM: selftests: Add 'malloc' failure check in vcpu_save_state
2023-05-09 21:19 UTC
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-05-09 20:51 UTC (2+ messages)
[Bug 217423] New: TSC synchronization issue in VM restore
2023-05-09 16:27 UTC (2+ messages)
` [Bug 217423] "
[Bug 217424] New: TSC synchronization issue in VM restore
2023-05-09 16:27 UTC (2+ messages)
` [Bug 217424] "
[kvm-unit-tests PATCH v1] lib: s390x: mmu: fix conflicting types for get_dat_entry
2023-05-09 15:18 UTC (2+ messages)
QEMU developers fortnightly call for agenda for 2023-05-16
2023-05-09 14:35 UTC
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