messages from 2023-03-24 15:20:11 to 2023-03-27 12:23:51 UTC [more...]
[kvm-unit-tests PATCH] compiler.h: Make __always_inline match glibc definition, preventing redefine error
2023-03-27 12:22 UTC
[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
2023-03-27 11:59 UTC (13+ messages)
` [kvm-unit-tests v2 02/10] powerpc: add local variant of SPR test
` [kvm-unit-tests v2 03/10] powerpc: abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v2 06/10] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v2 07/10] powerpc/spapr_vpa: Add basic VPA tests
[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
2023-03-27 11:57 UTC (13+ messages)
[kvm-unit-tests PATCH v7 0/2] S390x: CPU Topology Information
2023-03-27 11:48 UTC (6+ messages)
` [kvm-unit-tests PATCH v7 1/2] s390x: topology: Check the Perform Topology Function
[GIT PULL] KVM/arm64 fixes for 6.3, part #2
2023-03-27 11:39 UTC (3+ messages)
[PATCH v4 0/6] Support writable CPU ID registers from userspace
2023-03-27 11:28 UTC (11+ messages)
` [PATCH v4 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v4 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v4 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v4 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v4 5/6] KVM: arm64: Introduce ID register specific descriptor
[PATCH v13 000/113] KVM TDX basic feature support
2023-03-27 9:54 UTC (17+ messages)
` [PATCH v13 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v13 014/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v13 017/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v13 018/113] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v13 019/113] KVM: TDX: create/destroy VM structure
` [PATCH v13 057/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
[PATCH v8 00/24] Add vfio_device cdev for iommufd support
2023-03-27 9:40 UTC (25+ messages)
` [PATCH v8 01/24] vfio: Allocate per device file structure
` [PATCH v8 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
` [PATCH v8 04/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v8 05/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v8 06/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v8 07/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v8 08/24] vfio: Block device access via device fd until device is opened
` [PATCH v8 09/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu
` [PATCH v8 12/24] vfio-iommufd: Move noiommu support out of vfio_iommufd_bind()
` [PATCH v8 13/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v8 14/24] vfio: Record devid in vfio_device_file
` [PATCH v8 15/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v8 16/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v8 17/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v8 18/24] vfio: Determine noiommu in vfio_device registration
` [PATCH v8 19/24] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v8 20/24] vfio: Add cdev for vfio_device
` [PATCH v8 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v8 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v8 23/24] vfio: Compile group optionally
` [PATCH v8 24/24] docs: vfio: Add vfio device cdev description
[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
2023-03-27 9:34 UTC (11+ messages)
` [PATCH v2 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v2 02/10] vfio/pci: Only check ownership of opened devices in hot reset
` [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v2 08/10] vfio/pci: Renaming for accepting device fd in "
` [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
2023-03-27 9:33 UTC (7+ messages)
` [PATCH v3 1/6] iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()
` [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/6] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v3 4/6] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v3 5/6] vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v3 6/6] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
2023-03-27 9:07 UTC (6+ messages)
[PATCH v2] KVM: SVM: Flush Hyper-V TLB when required
2023-03-27 8:57 UTC (3+ messages)
` [RESEND PATCH "
[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-03-27 8:37 UTC (7+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit
[PATCH v6 00/33] x86: enable FRED for x86-64
2023-03-27 7:58 UTC (34+ messages)
` [PATCH v6 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v6 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v6 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v6 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v6 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v6 06/33] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v6 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v6 08/33] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v6 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v6 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v6 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v6 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v6 13/33] x86/fred: header file for event types
` [PATCH v6 14/33] x86/fred: header file with FRED definitions
` [PATCH v6 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v6 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v6 17/33] x86/fred: add a debug "
` [PATCH v6 18/33] x86/fred: add a NMI "
` [PATCH v6 19/33] x86/fred: add a machine check "
` [PATCH v6 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v6 21/33] x86/fred: FRED initialization code
` [PATCH v6 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v6 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v6 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v6 25/33] x86/fred: no ESPFIX needed "
` [PATCH v6 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v6 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v6 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v6 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v6 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v6 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v6 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v6 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames
[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
2023-03-27 8:21 UTC (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v1 3/4] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE without MSO/MSL
[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
2023-03-27 7:47 UTC (4+ messages)
[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
2023-03-27 6:41 UTC (7+ messages)
` [PATCH 2/6] KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
` [PATCH 4/6] KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
` [PATCH 5/6] KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
[PATCH -next v16 00/20] riscv: Add vector ISA support
2023-03-27 6:21 UTC (2+ messages)
[PATCH 0/2] KVM: PPC: support kvm selftests
2023-03-27 5:37 UTC (4+ messages)
[PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
2023-03-27 3:12 UTC (7+ messages)
` [PATCH v3 8/8] vdpa_sim: add support for user VA
[syzbot] [kvm?] [net?] [virt?] general protection fault in virtio_transport_purge_skbs
2023-03-26 22:45 UTC (2+ messages)
[PATCH v1 0/3] Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
2023-03-26 1:19 UTC (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Enable writable for BRPs and CTX_CMPs for ID_AA64DFR0_EL1
` [PATCH v1 2/3] KVM: arm64: Enable writable for remaining fields "
` [PATCH v1 3/3] KVM: arm64: Enable writable for all fields in ID_DFR0_EL1
[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket
2023-03-25 22:14 UTC (3+ messages)
` [RFC PATCH v1 1/2] vsock: "
` [RFC PATCH v1 2/2] vsock/test: update expected return values
[RFC PATCH v2 0/3] fix header length on skb merging
2023-03-25 22:10 UTC (4+ messages)
` [RFC PATCH v2 1/3] virtio/vsock: "
` [RFC PATCH v2 2/3] virtio/vsock: WARN_ONCE() for invalid state of socket
` [RFC PATCH v2 3/3] test/vsock: new skbuff appending test
[PATCH net-next v5 0/2] allocate multiple skbuffs on tx
2023-03-25 22:04 UTC (3+ messages)
` [PATCH net-next v5 1/2] virtio/vsock: "
` [PATCH net-next v5 2/2] virtio/vsock: check argument to avoid no effect call
[Bug 217247] New: BUG: kernel NULL pointer dereference, address: 000000000000000c / speculation_ctrl_update
2023-03-25 13:59 UTC (2+ messages)
` [Bug 217247] "
[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
2023-03-25 12:37 UTC (3+ messages)
[PATCH v2 0/1] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-03-24 23:40 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH] x86: KVM: Add common feature flag for AMD's PSFD
2023-03-24 23:38 UTC (2+ messages)
[PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
2023-03-24 23:38 UTC (2+ messages)
[PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
2023-03-24 23:38 UTC (2+ messages)
[PATCH v2 0/2] KVM: Minor structure layout changes
2023-03-24 23:37 UTC (2+ messages)
[PATCH] KVM: Add the missed title format
2023-03-24 23:35 UTC (2+ messages)
[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
2023-03-24 23:35 UTC (2+ messages)
[PATCH] kvm: kvm_main: Remove unnecessary (void*) conversions
2023-03-24 23:35 UTC (2+ messages)
[PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots()
2023-03-24 23:35 UTC (2+ messages)
[PATCH v3] KVM: VMX: fix lockdep warning on posted intr wakeup
2023-03-24 23:13 UTC (2+ messages)
[PATCH v5 vfio 0/7] pds_vfio driver
2023-03-24 22:47 UTC (5+ messages)
` [PATCH v5 vfio 3/7] vfio/pds: register with the pds_core PF
[PATCH] selftests: kvm: Add 'malloc' failure check in vcpu_save_state
2023-03-24 21:32 UTC (2+ messages)
[PATCH v3 00/13] Overhauling amx_test
2023-03-24 21:30 UTC (14+ messages)
` [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
` [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler
` [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation
` [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported
[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
2023-03-24 21:27 UTC (3+ messages)
[PATCH 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-03-24 21:25 UTC (3+ messages)
[PATCH v2 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
2023-03-24 21:08 UTC (2+ messages)
[PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test
2023-03-24 20:58 UTC (2+ messages)
[PATCH rcu v3 2/4] kvm: Remove "select SRCU"
2023-03-24 20:52 UTC
[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
2023-03-24 19:55 UTC (3+ messages)
` [RFC PATCH kernel 2/2] KVM: SEV: PreventHostIBS enablement for SEV-ES and SNP guest
[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
2023-03-24 19:50 UTC
[PATCH] kvm: x86/mmu: Simplify pte_list_{add|remove}
2023-03-24 19:39 UTC (4+ messages)
[PATCH V6 0/7] KVM: selftests: Add simple SEV test
2023-03-24 19:05 UTC (14+ messages)
` [PATCH V6 1/7] KVM: selftests: sparsebit: add const where appropriate
` [PATCH V6 2/7] KVM: selftests: add hooks for managing protected guest memory
` [PATCH V6 3/7] KVM: selftests: handle protected bits in page tables
` [PATCH V6 4/7] KVM: selftests: add support for protected vm_vaddr_* allocations
` [PATCH V6 5/7] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH V6 7/7] KVM: selftests: Add simple sev vm testing
[PATCH v4 kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
2023-03-24 18:05 UTC (2+ messages)
[PATCH kvmtool v3] Add virtio-transport option and deprecate force-pci and virtio-legacy
2023-03-24 18:05 UTC (2+ messages)
[PATCH v5 00/34] x86: enable FRED for x86-64
2023-03-24 17:45 UTC (7+ messages)
` [PATCH v5 34/34] KVM: x86/vmx: execute "int $2" to handle NMI in NMI caused VM exits when FRED is enabled
[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
2023-03-24 17:24 UTC (3+ messages)
` [PATCH v2 2/2] KVM: s390: selftests: add selftest for CMMA migration
[PATCH v5 0/4] cover-letter: Add IO page table replacement support
2023-03-24 17:02 UTC (4+ messages)
` [PATCH v5 2/4] iommufd: Add iommufd_access_replace() API
[PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution
2023-03-24 16:26 UTC (2+ messages)
[RFC PATCH] tests/avocado: Test Xen guest support under KVM
2023-03-24 16:07 UTC
[PATCH v4 0/9] vdpa_sim: add support for user VA
2023-03-24 15:40 UTC (10+ messages)
` [PATCH v4 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v4 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v4 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v4 4/9] vringh: define the stride used for translation
` [PATCH v4 5/9] vringh: support VA with iotlb
` [PATCH v4 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v4 7/9] vdpa_sim: use kthread worker
` [PATCH v4 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v4 9/9] vdpa_sim: add support for user VA
[PATCH v16 0/8] Parallel CPU bringup for x86_64
2023-03-24 15:33 UTC (9+ messages)
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
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