public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-01 14:56:04 to 2023-02-02 14:29:23 UTC [more...]

[PATCH 00/39] Add RISC-V vector cryptography extensions
 2023-02-02 14:29 UTC  (49+ messages)
` [PATCH 01/39] target/riscv: add zvkb cpu property
` [PATCH 02/39] target/riscv: Add vclmul.vv decoding, translation and execution support
` [PATCH 03/39] target/riscv: Add vclmul.vx "
` [PATCH 04/39] target/riscv: Add vclmulh.vv "
` [PATCH 05/39] target/riscv: Add vclmulh.vx "
` [PATCH 06/39] target/riscv: Add vrol.[vv,vx] and vror.[vv,vx,vi] "
` [PATCH 07/39] target/riscv: Add vbrev8.v "
` [PATCH 08/39] target/riscv: Add vrev8.v "
` [PATCH 09/39] target/riscv: Add vandn.[vv,vx,vi] "
` [PATCH 10/39] target/riscv: expose zvkb cpu property
` [PATCH 11/39] target/riscv: add zvkns "
` [PATCH 12/39] target/riscv: Add vaesef.vv decoding, translation and execution support
` [PATCH 13/39] target/riscv: Add vaesef.vs "
` [PATCH 14/39] target/riscv: Add vaesdf.vv "
` [PATCH 15/39] target/riscv: Add vaesdf.vs "
` [PATCH 16/39] target/riscv: Add vaesdm.vv "
` [PATCH 17/39] target/riscv: Add vaesdm.vs "
` [PATCH 18/39] target/riscv: Add vaesz.vs "
` [PATCH 19/39] target/riscv: Add vaesem.vv "
` [PATCH 20/39] target/riscv: Add vaesem.vs "
` [PATCH 21/39] target/riscv: Add vaeskf1.vi "
` [PATCH 22/39] target/riscv: Add vaeskf2.vi "
` [PATCH 23/39] target/riscv: expose zvkns cpu property
` [PATCH 24/39] target/riscv: add zvknh cpu properties
` [PATCH 25/39] target/riscv: Add vsha2ms.vv decoding, translation and execution support
` [PATCH 26/39] target/riscv: Add vsha2c[hl].vv "
` [PATCH 27/39] target/riscv: expose zvknh cpu properties
` [PATCH 28/39] target/riscv: add zvksh cpu property
` [PATCH 29/39] target/riscv: Add vsm3me.vv decoding, translation and execution support
` [PATCH 30/39] target/riscv: Add vsm3c.vi "
` [PATCH 31/39] target/riscv: expose zvksh cpu property
` [PATCH 32/39] target/riscv: add zvkg "
` [PATCH 33/39] target/riscv: Add vghmac.vv decoding, translation and execution support
` [PATCH 34/39] target/riscv: expose zvkg cpu property
` [PATCH 35/39] crypto: Move SM4_SBOXWORD from target/riscv
` [PATCH 36/39] crypto: Add SM4 constant parameter CK
` [PATCH 37/39] target/riscv: Add zvksed cfg property
` [PATCH 38/39] target/riscv: Add Zvksed support
` [PATCH 39/39] target/riscv: Expose Zvksed property

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-02 13:15 UTC  (4+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology

[PATCH v2] vfio: fix deadlock between group lock and kvm lock
 2023-02-02 12:52 UTC  (8+ messages)

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-02-02 11:46 UTC  (4+ messages)
` [PATCH v3 1/8] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()

[PATCH v4 00/14] KVM perf support
 2023-02-02 11:40 UTC  (22+ messages)
` [PATCH v4 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v4 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v4 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v4 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v4 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v4 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v4 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v4 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v4 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v4 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v4 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v4 13/14] RISC-V: KVM: Support firmware events
` [PATCH v4 14/14] RISC-V: KVM: Increment firmware pmu events

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-02 11:16 UTC  (12+ messages)
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH] vringh: fix a typo in comments for vringh_kiov
 2023-02-02 10:42 UTC 

[RFC PATCH v2 0/7] Introduce a vringh accessor for IO memory
 2023-02-02 10:33 UTC  (10+ messages)
` [RFC PATCH v2 1/7] vringh: fix a typo in comments for vringh_kiov
` [RFC PATCH v2 2/7] tools/virtio: enable to build with retpoline
` [RFC PATCH v2 3/7] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH v2 4/7] tools/virtio: convert to new vringh user APIs
` [RFC PATCH v2 5/7] vringh: unify the APIs for all accessors
` [RFC PATCH v2 6/7] tools/virtio: convert to use new unified vringh APIs
` [RFC PATCH v2 7/7] vringh: IOMEM support

[PATCH v1 0/8] Add IO page table replacement support
 2023-02-02 10:21 UTC  (10+ messages)
` [PATCH v1 1/8] iommu: Move dev_iommu_ops() to private header
` [PATCH v1 2/8] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v1 3/8] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 4/8] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v1 5/8] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v1 6/8] iommufd/selftest: Add coverage for access->ioas replacement
` [PATCH v1 7/8] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v1 8/8] vfio-iommufd: Support IO page table replacement

[PATCH v4 0/9] Parallel CPU bringup for x86_64
 2023-02-02 10:06 UTC  (7+ messages)
    ` [External] "

[PATCH 0/9] Parallel CPU bringup for x86_64
 2023-02-02 10:02 UTC  (11+ messages)
` [PATCH 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-02  9:42 UTC  (5+ messages)
` [PATCH v2 09/11] KVM: SVM: Add VNMI bit definition

[kvm-unit-tests PATCH v6 0/2] S390x: CPU Topology Information
 2023-02-02  9:28 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v6 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH v3 1/2] RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
 2023-02-02  8:49 UTC  (4+ messages)
` [PATCH v3 2/2] RISC-V: KVM: Redirect illegal instruction traps to guest

[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails
 2023-02-02  8:42 UTC  (6+ messages)
` [PATCH v2] vhost-vdpa: print warning "

[PATCH] KVM: update code comment in struct kvm_vcpu
 2023-02-02  8:13 UTC 

[PATCH v2] selftests: KVM: Replace optarg with arg in guest_modes_cmdline
 2023-02-02  8:10 UTC  (2+ messages)

[PATCH 0/2] Update VFIO doc
 2023-02-02  8:02 UTC  (3+ messages)
` [PATCH 1/2] vfio: Update the kdoc for vfio_device_ops
` [PATCH 2/2] docs: vfio: Update vfio.rst per latest interfaces

[kvm-unit-tests PATCH v4 0/1] arm: Replace MAX_SMP probe loop
 2023-02-02  8:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
 2023-02-02  7:26 UTC  (3+ messages)

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-02-02  5:34 UTC  (5+ messages)
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-02  4:01 UTC  (7+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc

[PATCH 0/4] iommu: Reject drivers with broken_unmanaged_domain
 2023-02-02  3:50 UTC  (9+ messages)
` [PATCH 1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops

[PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-02-02  3:08 UTC  (5+ messages)

[PATCH] selftests: KVM: Replace optarg with arg in guest_modes_cmdline
 2023-02-02  2:38 UTC  (3+ messages)

[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
 2023-02-02  1:32 UTC  (2+ messages)

[PATCH 1/7] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
 2023-02-02  1:30 UTC  (10+ messages)
` [PATCH 2/7] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in kvm_mmu_invpcid_gva()
` [PATCH 3/7] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in nested_ept_invalidate_addr()
` [PATCH 5/7] kvm: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c
` [PATCH 6/7] kvm: x86/mmu: Remove FNAME(invlpg)

[RFC PATCH 0/2] xapic: make sure x2APIC -> xapic transition correctly
 2023-02-02  0:40 UTC  (4+ messages)
` [RFC PATCH 2/2] KVM: selftests: APIC_ID must be correctly updated when disabling x2apic

[PATCH v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-02-01 23:30 UTC  (2+ messages)

[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
 2023-02-01 23:24 UTC  (4+ messages)
` [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` (subset) [Patch v4 00/13] Add Hyper-v extended hypercall support in KVM

[PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails
 2023-02-01 22:37 UTC  (2+ messages)

[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
 2023-02-01 22:30 UTC  (9+ messages)
` [RFC 01/14] KVM: x86/MMU: Add shadow_mmu.(c|h)
` [RFC 13/14] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c

[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
 2023-02-01 20:52 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 6/8] s390x: define a macro for the stack frame size

[PATCH 00/32] Move and clean up monitor command code
 2023-02-01 20:46 UTC  (5+ messages)
` [PATCH 17/32] migration: Move HMP commands from monitor/ to migration/
` [PATCH 18/32] migration: Move the QMP command "

[GIT PULL] virtio,vhost,vdpa: fixes
 2023-02-01 20:02 UTC  (2+ messages)

[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
 2023-02-01 19:47 UTC  (2+ messages)

[PATCH v2 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-02-01 19:47 UTC  (2+ messages)

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-02-01 19:46 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: x86/mmu: Avoid indirect call for get_cr3
` [PATCH v3 2/6] KVM: VMX: Avoid retpoline call for control register caused exits
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
` [PATCH v3 5/6] KVM: x86/mmu: Fix comment typo
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-02-01 19:32 UTC  (5+ messages)
` [PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH] kvm: x86/mmu: Remove FNAME(is_self_change_mapping)
 2023-02-01 19:19 UTC  (2+ messages)

Fortnightly KVM call for 2023-02-07
 2023-02-01 18:39 UTC  (2+ messages)

[PATCH v2 kvmtool] riscv: Move serial and rtc from IO port space to MMIO area
 2023-02-01 17:28 UTC  (5+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-02-01 17:11 UTC  (12+ messages)

[RFC v3 00/18] vfio: Adopt iommufd
 2023-02-01 15:42 UTC  (4+ messages)
` [RFC v3 16/18] vfio/iommufd: Implement the iommufd backend


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