kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 18:07:50 to 2023-02-03 15:07:36 UTC [more...]

add bvec initialization helpers v2
 2023-02-03 15:06 UTC  (3+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper

[PATCH v1 0/8] Add IO page table replacement support
 2023-02-03 15:04 UTC  (17+ messages)
` [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 5/8] iommufd: Add replace support in iommufd_access_set_ioas()

[PATCH v3] vfio: fix deadlock between group lock and kvm lock
 2023-02-03 14:54 UTC  (11+ messages)

[PATCH 1/7] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
 2023-02-03 14:51 UTC  (3+ messages)

[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-02-03 14:48 UTC  (3+ messages)
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2023-02-03 14:49 UTC  (2+ messages)

[PATCH v6 00/11] Parallel CPU bringup for x86_64
 2023-02-03 14:41 UTC  (16+ messages)
` [PATCH v6 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v6 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v6 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v6 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v6 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v6 06/11] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v6 07/11] x86/smpboot: Disable parallel boot for AMD CPUs
` [PATCH v6 08/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v6 09/11] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v6 10/11] x86/smpboot: Serialize topology updates for secondary bringup
` [PATCH v6 11/11] x86/smpboot: reuse timer calibration

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-03 14:40 UTC  (10+ 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 V8 0/7] fixes for virtual address update
 2023-02-03 14:35 UTC  (3+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-03 13:50 UTC  (33+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-03 13:44 UTC  (4+ messages)
` [PATCH v5 1/3] arm/virt: don't try to spell out the accelerator
` [PATCH v5 2/3] arm/kvm: add support for MTE
` [PATCH v5 3/3] qtests/arm: add some mte tests

[RFC v3 00/18] vfio: Adopt iommufd
 2023-02-03 12:57 UTC  (4+ messages)
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend

[PATCH v3 kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
 2023-02-03 12:41 UTC  (3+ messages)

[PATCH v4 kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
 2023-02-03 12:29 UTC 

[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-02-03 12:26 UTC  (9+ messages)
` [PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES
      ` [PATCH kernel v4] "

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-03 12:01 UTC  (3+ messages)

[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
 2023-02-03 10:54 UTC  (11+ messages)
` [PATCH 1/7] KVM: Standardize on "int" return types instead of "long" in kvm_main.c
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()
` [PATCH 3/7] KVM: Move KVM_GET_NR_MMU_PAGES into the deprecation section
` [PATCH 4/7] KVM: PPC: Standardize on "int" return types in the powerpc KVM code
` [PATCH 5/7] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() "

[PATCH v4 00/14] KVM perf support
 2023-02-03 10:14 UTC  (16+ messages)
` [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 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 v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
 2023-02-03 10:08 UTC  (5+ messages)

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

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

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-03  7:27 UTC  (25+ messages)
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH v11 000/113] KVM TDX basic feature support
 2023-02-03  6:55 UTC  (3+ messages)
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH] KVM: selftests: Remove redundant setbuf()
 2023-02-03  6:10 UTC 

[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
 2023-02-03  5:59 UTC  (4+ messages)

[PATCH v3 02/14] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
 2023-02-03  4:20 UTC  (13+ messages)
` [PATCH v3 03/14] KVM: arm64: PMU: Don't use the sanitized value for PMUVer
` [PATCH v3 04/14] KVM: arm64: PMU: Don't use the PMUVer of the PMU set for the guest
` [PATCH v3 05/14] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset
` [PATCH v3 06/14] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v3 07/14] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v3 08/14] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v3 09/14] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v3 10/14] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v3 11/14] tools: arm64: Import perf_event.h
` [PATCH v3 12/14] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v3 13/14] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v3 14/14] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v3 00/14] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-02-03  4:02 UTC  (2+ messages)
` [PATCH v3 01/14] KVM: arm64: PMU: Introduce a helper to set the guest's PMU

[PATCH] KVM: x86: PIT: fix PIT shutdown
 2023-02-03  3:56 UTC 

[PATCH] KVM: x86: Enable PIT shutdown quirk
 2023-02-03  3:41 UTC 

[PATCH v2 1/7] RISC-V: Add AIA related CSR defines
 2023-02-03  0:24 UTC  (2+ messages)

[PATCH v5 00/13] riscv: improve boot time isa extensions handling
 2023-02-02 23:40 UTC  (3+ messages)

[PATCH 00/39] Add RISC-V vector cryptography extensions
 2023-02-02 23:14 UTC  (7+ messages)
` [PATCH 06/39] target/riscv: Add vrol.[vv,vx] and vror.[vv,vx,vi] decoding, translation and execution support
      ` [PATCH 06/39] target/riscv: Add vrol.[vv, vx] and vror.[vv, vx, vi] "

[PATCH 0/9] Parallel CPU bringup for x86_64
 2023-02-02 21:59 UTC  (3+ messages)

[PATCH] KVM: selftests: Enable USERFAULTFD
 2023-02-02 21:01 UTC 

[kvm-unit-tests PATCH v4 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-02-02 20:22 UTC  (2+ messages)

[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-02-02 20:17 UTC  (7+ messages)
` [RFC PATCH v6 2/6] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v6 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-02 19:04 UTC  (6+ messages)
` [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH] vhost-vdpa: print error when vhost_vdpa_alloc_domain fails
 2023-02-02 19:01 UTC  (3+ messages)
` [PATCH v2] vhost-vdpa: print warning "

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

[PATCH] Documentation: KVM: Update AMD memory encryption link
 2023-02-02 18:33 UTC  (3+ messages)
` [RESEND] "

[PATCH v2 kvmtool] riscv: Move serial and rtc from IO port space to MMIO area
 2023-02-02 18:29 UTC  (6+ messages)

[PATCH 00/21] KVM: x86/MMU: Formalize the Shadow MMU
 2023-02-02 18:28 UTC  (21+ messages)
` [PATCH 01/21] KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
` [PATCH 02/21] KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
` [PATCH 03/21] KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
` [PATCH 04/21] KVM: x86/MMU: Add shadow_mmu.(c|h)
` [PATCH 05/21] KVM: x86/MMU: Expose functions for the Shadow MMU
` [PATCH 06/21] KVM: x86/mmu: Get rid of is_cpuid_PSE36()
` [PATCH 08/21] KVM: x86/MMU: Expose functions for paging_tmpl.h
` [PATCH 09/21] KVM: x86/MMU: Move paging_tmpl.h includes to shadow_mmu.c
` [PATCH 10/21] KVM: x86/MMU: Clean up Shadow MMU exports
` [PATCH 11/21] KVM: x86/MMU: Cleanup shrinker interface with Shadow MMU
` [PATCH 12/21] KVM: x86/MMU: Clean up naming of exported Shadow MMU functions
` [PATCH 13/21] KVM: x86/MMU: Fix naming on prepare / commit zap page functions
` [PATCH 14/21] KVM: x86/MMU: Factor Shadow MMU wrprot / clear dirty ops out of mmu.c
` [PATCH 15/21] KVM: x86/MMU: Remove unneeded exports from shadow_mmu.c
` [PATCH 16/21] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c
` [PATCH 17/21] KVM: x86/MMU: Add kvm_shadow_mmu_ to the last few functions in shadow_mmu.h
` [PATCH 18/21] KVM: x86/mmu: Move split cache topup functions to shadow_mmu.c
` [PATCH 19/21] KVM: x86/mmu: Move Shadow MMU part of kvm_mmu_zap_all() to shadow_mmu.h
` [PATCH 20/21] KVM: x86/mmu: Move Shadow MMU init/teardown to shadow_mmu.c
` [PATCH 21/21] KVM: x86/mmu: Split out Shadow MMU lockless walk begin/end

[PATCH v2 0/3] KVM: x86/mmu: Drop dedicated self-changing mapping code
 2023-02-02 18:28 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
` [PATCH v2 2/3] KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walk
` [PATCH v2 3/3] KVM: x86/mmu: Remove FNAME(is_self_change_mapping)


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