Chao Peng ([email protected])

Number of posts: 394 (0.11 per day)
First post: 2014-10-22 09:36:31
Last post: 2024-03-15 17:47:36

Date List Subject
2022-10-25 16:21:25 linux-kernel [PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-25 16:20:48 linux-kernel [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
2022-10-25 15:57:04 linux-kernel [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
2022-10-25 15:50:40 linux-kernel [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
2022-10-25 15:45:03 linux-kernel [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
2022-10-25 15:35:07 linux-kernel [PATCH v9 7/8] KVM: Handle page fault for private memory
2022-10-25 15:27:52 linux-kernel [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
2022-10-25 15:27:37 linux-kernel [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
2022-10-21 15:03:18 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-21 14:27:02 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-19 14:41:14 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-19 14:34:42 linux-kernel Re: [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
2022-10-17 16:00:17 linux-kernel Re: [PATCH v8 7/8] KVM: Handle page fault for private memory
2022-10-17 15:31:39 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-13 14:29:24 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-10-12 02:49:50 linux-kernel Re: [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
2022-10-10 09:16:21 linux-kernel Re: [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
2022-10-10 09:09:27 linux-kernel Re: [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
2022-10-10 08:33:12 linux-kernel Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
2022-09-30 09:34:24 linux-kernel Re: [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
2022-09-26 16:00:53 linux-kernel Re: [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-09-26 15:57:58 linux-kernel Re: [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
2022-09-26 15:49:28 linux-kernel Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
2022-09-16 10:21:40 linux-kernel Re: [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
2022-09-16 10:00:37 linux-kernel Re: [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
2022-09-15 15:43:32 linux-kernel [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
2022-09-15 15:23:36 linux-kernel [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
2022-09-15 14:53:59 linux-kernel [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
2022-09-15 14:40:46 linux-kernel [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
2022-09-15 14:40:10 linux-kernel [PATCH v8 7/8] KVM: Handle page fault for private memory
2022-09-15 14:39:37 linux-kernel [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
2022-09-15 14:38:26 linux-kernel [PATCH v8 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
2022-09-15 14:38:07 linux-kernel [PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-15 14:37:50 linux-kernel [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
2022-09-02 10:48:36 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-02 10:34:15 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-29 18:08:52 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-29 16:51:46 linux-kernel Re: [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
2022-08-29 15:41:09 linux-kernel Re: [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
2022-08-24 11:14:29 linux-kernel Re: [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
2022-08-24 11:13:10 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-24 10:46:30 linux-kernel Re: [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
2022-08-24 10:03:39 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-18 06:17:50 linux-kernel Re: [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
2022-08-16 13:44:44 linux-kernel [PATCH 2/2] KVM: Rename mmu_notifier_* to mmu_invalidate_*
2022-08-16 13:18:23 linux-kernel [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
2022-08-16 13:17:42 linux-kernel [PATCH 0/2] Preparation for fd-based guest private memory
2022-08-15 13:25:57 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 14:13:02 linux-kernel Re: [PATCH v7 03/14] mm: Introduce memfile_notifier
2022-08-11 13:53:46 linux-kernel Re: [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-11 13:38:49 linux-kernel Re: [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag