messages from 2023-02-28 02:35:43 to 2023-03-01 10:41:46 UTC [more...]
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-01 10:41 UTC (14+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation "
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations for SNP
Bug: Completion-Wait loop timed out with vfio
2023-03-01 10:34 UTC (6+ messages)
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-03-01 10:27 UTC (22+ messages)
` [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr "
[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
2023-03-01 10:17 UTC (5+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
` [PATCH v6 2/2] qtests/arm: add some mte tests
[RFC] Support for Arm CCA VMs on Linux
2023-03-01 9:58 UTC (6+ messages)
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-01 9:22 UTC (56+ messages)
` [PATCH v5 07/19] vfio: Block device access via device fd until device is opened
` [PATCH v5 10/19] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v5 11/19] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v5 14/19] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v5 15/19] vfio: Add cdev for vfio_device
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [PATCH v5 18/19] vfio: Compile group optionally
Prezentacja
2023-03-01 9:05 UTC
[PATCH 0/8] Add printf and formatted asserts in the guest
2023-03-01 8:07 UTC (10+ messages)
` [PATCH 1/8] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH 2/8] KVM: selftests: Add XFEATURE masks to common code
` [PATCH 3/8] KVM: selftests: Add strnlen() to the string overrides
` [PATCH 4/8] KVM: selftests: Copy printf.c to KVM selftests
` [PATCH 5/8] KVM: selftests: Add vsprintf() "
` [PATCH 6/8] KVM: selftests: Add additional pages to the guest to accommodate ucall
` [PATCH 7/8] KVM: selftests: Add string formatting options to ucall
` [PATCH 8/8] KVM: selftests: Add a selftest for guest prints and formatted asserts
[PATCH v12 000/106] KVM TDX basic feature support
2023-03-01 7:24 UTC (11+ messages)
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure
` [PATCH v12 1/6] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v12 2/6] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v12 3/6] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v12 4/6] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v12 5/6] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v12 6/6] KVM: TDX: Make TDX VM type supported
[kvm-unit-tests] arm: Replace the obsolete qemu script
2023-03-01 7:17 UTC
[PATCH] irqbypass: convert producers/consumers single linked list to hlist
2023-03-01 5:19 UTC (3+ messages)
[PATCH v11 000/113] KVM TDX basic feature support
2023-03-01 4:58 UTC (26+ messages)
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
2023-03-01 3:36 UTC (4+ messages)
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"
[RFC PATCH v3 00/32] x86: enable FRED for x86-64
2023-03-01 3:17 UTC (8+ messages)
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
[PATCH 09/14] iommufd: Add iommufd_device_replace()
2023-03-01 2:23 UTC (11+ messages)
[PATCH v3 00/29] Add KVM LoongArch support
2023-03-01 0:23 UTC (31+ messages)
` [PATCH v3 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v3 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v3 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v3 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v3 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v3 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v3 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v3 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v3 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v3 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v3 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v3 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v3 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v3 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v3 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v3 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v3 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v3 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v3 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v3 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v3 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v3 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v3 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v3 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v3 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v3 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v3 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v3 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v3 29/29] LoongArch: KVM: Enable kvm config and add the makefile
[PATCH -next v14 00/19] riscv: Add vector ISA support
2023-02-28 23:00 UTC (15+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-02-28 22:50 UTC (7+ messages)
[PATCH net-next v3 0/3] vsock: add support for sockmap
2023-02-28 21:36 UTC (6+ 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
[kvm-unit-tests PATCH v3] s390x: Add tests for execute-type instructions
2023-02-28 20:44 UTC
[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
2023-02-28 19:22 UTC (4+ messages)
[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
2023-02-28 17:20 UTC (9+ messages)
` [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 v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
2023-02-28 17:16 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
2023-02-28 14:45 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-02-28 12:04 UTC (4+ messages)
Fortnightly KVM call for 2023-02-07
2023-02-28 11:46 UTC (3+ messages)
QUESTION: INT1 instruction for breakpoints
2023-02-28 11:17 UTC
[kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions
2023-02-28 11:15 UTC (3+ messages)
[PATCH 1/2] lib/test_bitmap: increment failure counter properly
2023-02-28 10:45 UTC (5+ messages)
` [PATCH 2/2] lib/bitmap: drop optimization of bitmap_{from,to}_arr64
[RFC PATCH v1 00/12] vsock: MSG_ZEROCOPY flag support
2023-02-28 10:32 UTC (12+ messages)
` [RFC PATCH v1 07/12] vsock/virtio: MGS_ZEROCOPY "
` [RFC PATCH v1 12/12] test/vsock: MSG_ZEROCOPY support for vsock_perf
[PATCH v3 0/6] Support writable CPU ID registers from userspace
2023-02-28 6:22 UTC (7+ messages)
` [PATCH v3 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v3 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v3 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2023-02-28 6:17 UTC (5+ messages)
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).