Ackerley Tng ([email protected])

Number of posts: 169 (0.33 per day)
First post: 2022-11-16 20:55:41
Last post: 2024-04-15 08:06:09

Date List Subject
2024-04-15 08:06:09 linux-kernel Re: [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
2024-04-12 05:35:10 linux-kernel Re: [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
2024-04-12 04:56:58 linux-kernel Re: [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
2024-04-12 04:42:41 linux-kernel Re: [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
2024-03-28 02:53:30 linux-kernel Re: [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
2024-03-28 02:53:10 linux-kernel Re: [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
2024-03-28 02:52:42 linux-kernel Re: [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
2024-03-28 02:51:55 linux-kernel Re: [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers
2024-03-28 02:50:47 linux-kernel Re: [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
2024-03-28 02:49:41 linux-kernel Re: [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
2024-03-28 02:48:43 linux-kernel Re: [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
2024-03-28 02:48:26 linux-kernel Re: [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
2024-03-28 02:47:51 linux-kernel Re: [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
2024-03-28 02:47:23 linux-kernel Re: [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
2024-03-28 02:47:01 linux-kernel Re: [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
2024-03-28 02:36:02 linux-kernel Re: [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
2024-03-28 02:33:53 linux-kernel Re: [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
2024-03-28 02:29:24 linux-kernel Re: [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
2023-11-16 21:00:59 linux-kernel Re: [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
2023-09-14 23:19:57 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-02 04:01:51 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-31 00:12:42 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-22 03:04:42 linux-kernel Re: [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-21 19:49:36 linux-kernel [PATCH] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
2023-08-19 21:41:16 linux-kernel Re: [RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
2023-08-08 02:44:06 linux-kernel Re: [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-08-08 02:37:46 linux-kernel [RFC PATCH 01/11] KVM: guest_mem: Refactor out kvm_gmem_alloc_file()
2023-08-08 02:07:27 linux-kernel Re: [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-08 01:44:08 linux-kernel [RFC PATCH 11/11] KVM: selftests: Add tests for migration of private mem
2023-08-08 01:33:28 linux-kernel [RFC PATCH 10/11] KVM: selftests: Generalize migration functions from sev_migrate_tests.c
2023-08-08 01:29:03 linux-kernel [RFC PATCH 06/11] KVM: x86: Refactor common code out of sev.c
2023-08-08 01:08:56 linux-kernel [RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
2023-08-08 00:58:10 linux-kernel [RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
2023-08-08 00:47:08 linux-kernel [RFC PATCH 04/11] KVM: selftests: Test transferring private memory to another VM
2023-08-08 00:01:03 linux-kernel [RFC PATCH 07/11] KVM: x86: Refactor common migration preparation code out of sev_vm_move_enc_context_from
2023-08-07 23:44:54 linux-kernel [RFC PATCH 05/11] KVM: x86: Refactor sev's flag migration_in_progress to kvm struct
2023-08-07 23:44:47 linux-kernel [RFC PATCH 09/11] KVM: x86: Handle moving of memory context for intra-host migration
2023-08-07 23:44:34 linux-kernel Re: [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-07 23:42:38 linux-kernel Re: [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-07 23:22:46 linux-kernel [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
2023-08-07 23:07:40 linux-kernel [RFC PATCH 03/11] KVM: selftests: Add tests for KVM_LINK_GUEST_MEMFD ioctl
2023-07-13 23:03:10 linux-kernel Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
2023-06-08 17:20:05 linux-kernel Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
2023-06-06 23:41:35 linux-kernel Re: [PATCH 1/1] page cache: fix page_cache_next/prev_miss off by one
2023-06-06 19:29:37 linux-kernel [RFC PATCH 15/19] KVM: guest_mem: hugetlb: initialization and cleanup
2023-06-06 19:20:45 linux-kernel Re: Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
2023-06-06 19:16:36 linux-kernel [RFC PATCH 19/19] KVM: selftests: Update test for various private memory backing source types
2023-06-06 19:16:33 linux-kernel [RFC PATCH 09/19] mm: hugetlb: Use restore_reserve_on_error directly in filesystems
2023-06-06 19:16:25 linux-kernel [RFC PATCH 13/19] KVM: guest_mem: Refactor kvm_gmem fd creation to be in layers
2023-06-06 19:15:46 linux-kernel [RFC PATCH 11/19] mm: hugetlb: Parametrize hugetlb functions by resv_map
2023-06-06 19:15:46 linux-kernel [RFC PATCH 07/19] mm: hugetlb: Refactor vma_*_reservation functions