messages from 2023-01-31 20:54:53 to 2023-02-02 07:06:02 UTC [more...]
[PATCH v1 0/8] Add IO page table replacement support
2023-02-02 7:05 UTC (5+ 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 v2] vfio: fix deadlock between group lock and kvm lock
2023-02-02 6:44 UTC (7+ 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
[PATCH v4 00/14] KVM perf support
2023-02-02 4:02 UTC (18+ 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
[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 (9+ messages)
[PATCH v2] selftests: KVM: Replace optarg with arg in guest_modes_cmdline
2023-02-02 2:57 UTC
[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 (10+ messages)
` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation
` [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 "
[PATCH 0/9] Parallel CPU bringup for x86_64
2023-02-01 20:43 UTC (10+ 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-01 19:13 UTC (22+ messages)
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface
` [PATCH v2 09/11] KVM: SVM: Add VNMI bit definition
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI
` [PATCH v2 11/11] KVM: nSVM: implement support for nested VNMI
[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 (3+ 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 (6+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-01 18:39 UTC (22+ 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 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
[kvm-unit-tests PATCH v4 0/1] arm: Replace MAX_SMP probe loop
2023-02-01 17:42 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
[PATCH v2 kvmtool] riscv: Move serial and rtc from IO port space to MMIO area
2023-02-01 17:28 UTC (5+ messages)
[PATCH v4 0/9] Parallel CPU bringup for x86_64
2023-02-01 17:12 UTC (6+ messages)
` [External] "
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-02-01 17:11 UTC (13+ messages)
[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails
2023-02-01 16:51 UTC (5+ messages)
[RFC v3 00/18] vfio: Adopt iommufd
2023-02-01 15:42 UTC (20+ messages)
` [RFC v3 02/18] linux-headers: Import vfio.h and iommufd.h
` [RFC v3 03/18] vfio/common: Move IOMMU agnostic helpers to a separate file
` [RFC v3 04/18] vfio/common: Introduce vfio_container_add|del_section_window()
` [RFC v3 05/18] vfio/common: Move legacy VFIO backend code into separate container.c
` [RFC v3 06/18] vfio/common: Rename into as.c
` [RFC v3 07/18] vfio: Add base container
` [RFC v3 08/18] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC v3 09/18] vfio/platform: Use vfio_[attach/detach]_device
` [RFC v3 10/18] vfio/ap: "
` [RFC v3 11/18] vfio/ccw: "
` [RFC v3 12/18] vfio/container-base: Introduce [attach/detach]_device container callbacks
` [RFC v3 13/18] vfio/container-base: Introduce VFIOContainer reset callback
` [RFC v3 14/18] backends/iommufd: Introduce the iommufd object
` [RFC v3 15/18] util/char_dev: Add open_cdev()
` [RFC v3 16/18] vfio/iommufd: Implement the iommufd backend
` [RFC v3 17/18] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend
[PATCH 0/3] KVM: support the cpu feature FLUSH_L1D
2023-02-01 13:29 UTC (4+ messages)
` [PATCH 1/3] kvm: vmx: Add IA32_FLUSH_CMD guest support
` [PATCH 2/3] kvm: svm: "
` [PATCH 3/3] kvm: x86: Advertise FLUSH_L1D to user space
[PATCH v15 00/11] s390x: CPU Topology
2023-02-01 13:20 UTC (12+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v15 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v15 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v15 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v15 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event
` [PATCH v15 11/11] docs/s390x/cpu topology: document s390x cpu topology
[PATCH v3 00/14] KVM perf support
2023-02-01 9:09 UTC (12+ messages)
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
2023-02-01 8:48 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/3] lib: s390x: Introduce UV validity function
` [kvm-unit-tests PATCH 2/3] s390x: pv: Test sie entry intercepts and validities
` [kvm-unit-tests PATCH 3/3] s390x: pv: Add IPL reset tests
[PATCH v1 0/6] Support writable CPU ID registers from userspace
2023-02-01 2:50 UTC (7+ messages)
` [PATCH v1 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v1 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v1 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v1 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
2023-02-01 0:43 UTC (4+ messages)
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-31 22:20 UTC (15+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
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).