kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 22:16:37 to 2023-03-03 03:06:55 UTC [more...]

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-03  3:06 UTC  (5+ messages)
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-03  2:16 UTC  (23+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()

[PATCH v1] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-03  1:49 UTC  (8+ messages)

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-03  1:08 UTC  (13+ messages)
` [PATCH v5 1/5] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
` [PATCH v5 4/5] KVM: x86: emulation: Apply LAM mask when emulating data access in 64-bit mode

[PATCH v11 000/113] KVM TDX basic feature support
 2023-03-03  0:43 UTC  (10+ messages)
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure

[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
 2023-03-02 23:53 UTC  (8+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v3 5/5] iommufd/selftest: Add coverage for access->ioas replacement

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-02 23:51 UTC  (17+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v3 0/8] Clean up the supported xfeatures
 2023-03-02 22:50 UTC  (4+ messages)
` [PATCH v3 8/8] KVM: selftests: Add XCR0 Test

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-02 21:11 UTC  (16+ messages)
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs

Bug: Completion-Wait loop timed out with vfio
 2023-03-02 20:36 UTC  (12+ messages)

[PATCH v2 0/9] Export platform features from ccp driver
 2023-03-02 19:42 UTC  (2+ messages)
` [PATCH v2 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v4 00/26] gdbstub/next: re-organise and split build
 2023-03-02 19:08 UTC  (27+ messages)
` [PATCH v4 01/26] gdbstub/internals.h: clean up include guard
` [PATCH v4 02/26] gdbstub: fix-up copyright and license files
` [PATCH v4 03/26] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
` [PATCH v4 05/26] gdbstub: define separate user/system structures
` [PATCH v4 06/26] gdbstub: move GDBState to shared internals header
` [PATCH v4 07/26] includes: move tb_flush into its own header
` [PATCH v4 08/26] gdbstub: move fromhex/tohex routines to internals
` [PATCH v4 09/26] gdbstub: make various helpers visible to the rest of the module
` [PATCH v4 10/26] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v4 11/26] gdbstub: move chunks of user code into own files
` [PATCH v4 12/26] gdbstub: rationalise signal mapping in softmmu
` [PATCH v4 13/26] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v4 14/26] gdbstub: specialise handle_query_attached
` [PATCH v4 15/26] gdbstub: specialise target_memory_rw_debug
` [PATCH v4 16/26] gdbstub: introduce gdb_get_max_cpus
` [PATCH v4 17/26] gdbstub: specialise stub_can_reverse
` [PATCH v4 18/26] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v4 19/26] gdbstub: don't use target_ulong while handling registers
` [PATCH v4 20/26] gdbstub: move register helpers into standalone include
` [PATCH v4 21/26] gdbstub: move syscall handling to new file
` [PATCH v4 22/26] gdbstub: only compile gdbstub twice for whole build
` [PATCH v4 23/26] testing: probe gdb for supported architectures ahead of time
` [PATCH v4 24/26] include: split target_long definition from cpu-defs
` [PATCH v4 25/26] gdbstub: split out softmmu/user specifics for syscall handling
` [PATCH v4 26/26] gdbstub: move update guest debug to accel ops

[PATCH v5 00/12] Implement Eager Page Splitting for ARM
 2023-03-02 19:06 UTC  (4+ messages)
` [PATCH v5 12/12] KVM: arm64: Use local TLBI on permission relaxation

[RFC] Support for Arm CCA VMs on Linux
 2023-03-02 19:02 UTC  (10+ messages)

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-02 18:46 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-02 16:00 UTC  (12+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-02 15:48 UTC  (11+ messages)
` [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v2 6/8] vdpa_sim: use kthread worker
` [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v2 8/8] vdpa_sim: add support for user VA

[PATCH v16 00/11] s390x: CPU Topology
 2023-03-02 15:00 UTC  (7+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH 0/8] Add printf and formatted asserts in the guest
 2023-03-02 14:52 UTC  (4+ messages)
` [PATCH 7/8] KVM: selftests: Add string formatting options to ucall

[PATCH v2] gdbstub: move update guest debug to accel ops
 2023-03-02 13:53 UTC  (2+ messages)

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-02 12:47 UTC  (11+ messages)
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv

[kvm-unit-tests] arm: Replace the obsolete qemu script
 2023-03-02 12:12 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
 2023-03-02 12:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [kvm-unit-tests PATCH v2 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-02 11:12 UTC  (12+ messages)
` [PATCH v13 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v13 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v13 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v13 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v13 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v13 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v13 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v13 08/11] x86/smpboot: Remove initial_gs
` [PATCH v13 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v13 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v13 11/11] x86/smpboot: Serialize topology updates for secondary bringup

[RESEND kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-02 10:10 UTC  (8+ messages)
` [RESEND kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [RESEND kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [RESEND kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-02  9:54 UTC  (10+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-02  8:39 UTC  (3+ messages)

[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
 2023-03-02  8:33 UTC  (3+ messages)

Renovace podlahy
 2023-03-02  8:31 UTC 

[PATCH 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-02  5:50 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
` [PATCH 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU

[PATCH v4 00/34] x86: enable FRED for x86-64
 2023-03-02  5:25 UTC  (35+ messages)
` [PATCH v4 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v4 02/34] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v4 03/34] x86/traps: add install_system_interrupt_handler()
` [PATCH v4 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v4 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v4 06/34] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v4 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v4 08/34] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v4 09/34] x86/cpu: add X86_CR4_FRED macro
` [PATCH v4 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v4 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v4 12/34] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v4 13/34] x86/fred: header file for event types
` [PATCH v4 14/34] x86/fred: header file with FRED definitions
` [PATCH v4 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v4 16/34] x86/fred: reserve space for the FRED stack frame
` [PATCH v4 17/34] x86/fred: add a page fault entry stub for FRED
` [PATCH v4 18/34] x86/fred: add a debug "
` [PATCH v4 19/34] x86/fred: add a NMI "
` [PATCH v4 20/34] x86/fred: add a machine check "
` [PATCH v4 21/34] x86/fred: FRED entry/exit and dispatch code
` [PATCH v4 22/34] x86/fred: FRED initialization code
` [PATCH v4 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v4 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v4 25/34] x86/fred: disallow the swapgs instruction "
` [PATCH v4 26/34] x86/fred: no ESPFIX needed "
` [PATCH v4 27/34] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v4 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v4 29/34] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v4 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v4 31/34] x86/fred: allow dynamic stack frame size
` [PATCH v4 32/34] x86/fred: disable FRED by default in its early stage
` [PATCH v4 33/34] KVM: x86/vmx: call external_interrupt() for IRQ reinjection when FRED is enabled
` [PATCH v4 34/34] KVM: x86/vmx: execute "int $2" for NMI "

[PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
 2023-03-02  3:24 UTC  (12+ messages)

[PATCH v12 00/11] Parallel CPU bringup for x86_64
 2023-03-02  1:37 UTC  (10+ messages)
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr on 64-bit

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-02  1:11 UTC  (4+ messages)
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure


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