public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-08 15:49:23 to 2023-05-10 06:06:52 UTC [more...]

[PATCH v8 0/6] Linear Address Masking (LAM) KVM Enabling
 2023-05-10  6:06 UTC  (3+ messages)
` [PATCH v8 1/6] KVM: x86: Consolidate flags for __linearize()
` [PATCH v8 2/6] KVM: x86: Virtualize CR4.LAM_SUP

[PATCH v2 0/6] KVM: x86/mmu: refine memtype related mmu zap
 2023-05-10  5:39 UTC  (9+ 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 v9 00/30] Add KVM LoongArch support
 2023-05-10  3:57 UTC  (34+ messages)
` [PATCH v9 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v9 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v9 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v9 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v9 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v9 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v9 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v9 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v9 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v9 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v9 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v9 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v9 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v9 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v9 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v9 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v9 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v9 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v9 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v9 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v9 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v9 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v9 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v9 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v9 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v9 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v9 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v9 28/30] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v9 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v9 30/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part

[PATCH v2 00/17] Add Nested Translation Support for SMMUv3
 2023-05-10  3:33 UTC  (18+ 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] PCI: Apply Intel NVMe quirk to Solidigm P44 Pro
 2023-05-10  2:23 UTC  (2+ messages)

vPASID capability for VF
 2023-05-10  2:16 UTC  (8+ messages)

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-09 22:19 UTC  (2+ messages)

[PATCH -next v19 00/24] riscv: Add vector ISA support
 2023-05-09 22:14 UTC  (40+ messages)
` [PATCH -next v19 01/24] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v19 02/24] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v19 03/24] riscv: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_V
` [PATCH -next v19 04/24] riscv: Add new csr defines related to vector extension
` [PATCH -next v19 05/24] riscv: Clear vector regfile on bootup
` [PATCH -next v19 06/24] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v19 07/24] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v19 08/24] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v19 09/24] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v19 10/24] riscv: Add task switch support for vector
` [PATCH -next v19 11/24] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v19 12/24] riscv: Add ptrace vector support
` [PATCH -next v19 13/24] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v19 14/24] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v19 15/24] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v19 16/24] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v19 17/24] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v19 18/24] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v19 19/24] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v19 20/24] riscv: Add prctl controls for userspace vector management
` [PATCH -next v19 21/24] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v19 22/24] riscv: detect assembler support for .option arch
` [PATCH -next v19 23/24] riscv: Enable Vector code to be built
` [PATCH -next v19 24/24] riscv: Add documentation for Vector

[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 v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-09 20:52 UTC  (11+ messages)

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-05-09 20:51 UTC  (2+ messages)

[RFC][PATCH 0/9] local_clock() vs noinstr
 2023-05-09 19:02 UTC  (18+ messages)
` [RFC][PATCH 1/9] seqlock/latch: Provide raw_read_seqcount_latch_retry()
` [RFC][PATCH 2/9] time/sched_clock: Provide sched_clock_noinstr()
` [RFC][PATCH 3/9] arm64/io: Always inline all of __raw_{read,write}[bwlq]()
` [RFC][PATCH 4/9] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [RFC][PATCH 5/9] loongarch: Provide noinstr sched_clock_read()
` [RFC][PATCH 6/9] s390/time: Provide sched_clock_noinstr()
` [RFC][PATCH 7/9] x86/tsc: "
` [RFC][PATCH 8/9] sched/clock: Provide local_clock_noinstr()
` [RFC][PATCH 9/9] cpuidle: Use local_clock_noinstr()

[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)

[PATCH v1 0/3] KVM: s390: add counters for vsie performance
 2023-05-09 15:17 UTC  (13+ 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

QEMU developers fortnightly call for agenda for 2023-05-16
 2023-05-09 14:35 UTC 

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-09 12:44 UTC  (3+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-09 12:31 UTC  (10+ messages)
` [PATCH v20 08/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v20 10/21] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-05-09 10:58 UTC  (3+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES

[ANNOUNCE] KVM Microconference at LPC 2023
 2023-05-09  9:55 UTC 

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-09  9:51 UTC  (3+ messages)
` [PATCH v3 3/6] mm: handle poisoning of pfn without struct pages

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-09  7:20 UTC  (7+ messages)

[PATCH v7 0/4] Add IO page table replacement support
 2023-05-09  4:44 UTC  (5+ messages)
` [PATCH v7 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v7 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v7 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v7 4/4] vfio: Support IO page table replacement

[PATCH v2 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-05-09  4:07 UTC 

[PATCH v3] KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save
 2023-05-09  3:45 UTC  (2+ messages)

[PATCH v2] KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save
 2023-05-09  3:15 UTC  (4+ messages)

[PATCH] KVM: x86: Zap all TDP leaf entries according noncoherent DMA count
 2023-05-09  3:11 UTC  (4+ messages)

[kvm-unit-tests v4 0/4] x86: Add test cases for LAM
 2023-05-09  1:38 UTC  (3+ messages)
` [kvm-unit-tests v4 4/4] x86: Add test case for INVVPID with LAM

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-05-09  1:04 UTC  (14+ messages)
` [PATCH v4 2/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled

[PATCH V4 00/11] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-05-08 22:52 UTC  (6+ messages)
` [PATCH V4 03/11] vfio/pci: Prepare for dynamic interrupt context storage

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-08 21:18 UTC  (7+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support

[PATCH] vfio/pci: take mmap write lock for io_remap_pfn_range
 2023-05-08 20:57 UTC  (3+ messages)

[PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-08 20:29 UTC  (6+ messages)
` [PATCH v4 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[PATCH 5.4 0/3] KVM CR0.WP series backport
 2023-05-08 15:49 UTC  (4+ messages)
` [PATCH 5.4 1/3] KVM: x86/mmu: Avoid indirect call for get_cr3
` [PATCH 5.4 2/3] KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled
` [PATCH 5.4 3/3] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits

[PATCH 5.10 00/10] KVM CR0.WP series backport
 2023-05-08 15:48 UTC  (7+ messages)
` [PATCH 5.10 05/10] KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
` [PATCH 5.10 06/10] KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
` [PATCH 5.10 07/10] KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
` [PATCH 5.10 08/10] KVM: X86: Ensure that dirty PDPTRs are loaded
` [PATCH 5.10 09/10] KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed
` [PATCH 5.10 10/10] KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox