LinuxLists
Users
About
yulei zhang (
[email protected]
)
Number of posts: 96 (0.14 per day)
First post: 2018-12-11 06:25:12
Last post: 2020-11-12 10:06:43
Previous Page
Date
List
Subject
2020-10-08 08:00:39
linux-kernel
[PATCH 28/35] mm, dmemfs: support huge_fault() for dmemfs
2020-10-08 08:00:37
linux-kernel
[PATCH 35/35] Add documentation for dmemfs
2020-10-08 08:00:18
linux-kernel
[PATCH 30/35] dmem: introduce dmem_bitmap_alloc() and dmem_bitmap_free()
2020-10-08 08:00:10
linux-kernel
[PATCH 31/35] dmem: introduce mce handler
2020-10-08 08:00:02
linux-kernel
[PATCH 34/35] dmem: add dmem unit tests
2020-10-08 07:59:28
linux-kernel
[PATCH 27/35] mm: add pud_special() to support dmem huge pud
2020-10-08 07:59:14
linux-kernel
[PATCH 32/35] mm, dmemfs: register and handle the dmem mce
2020-10-08 07:58:27
linux-kernel
[PATCH 29/35] mm: add follow_pte_pud()
2020-10-08 07:58:25
linux-kernel
[PATCH 11/35] mm: export mempolicy interfaces to serve dmem allocator
2020-10-08 07:58:02
linux-kernel
[PATCH 26/35] mm, dmem: introduce pud_special()
2020-10-08 07:57:57
linux-kernel
[PATCH 25/35] mm, x86, dmem: fix estimation of reserved page for vaddr_get_pfn()
2020-10-08 07:57:44
linux-kernel
[PATCH 14/35] mm, dmem: dmem-pmd vs thp-pmd
2020-10-08 07:57:38
linux-kernel
[PATCH 17/35] mm, dmemfs: support unmap_page_range() for dmemfs pmd
2020-10-08 07:57:23
linux-kernel
[PATCH 19/35] mm: gup_huge_pmd() for dmem huge pmd
2020-10-08 07:57:19
linux-kernel
[PATCH 20/35] mm: support dmem huge pmd for vmf_insert_pfn_pmd()
2020-10-08 07:56:53
linux-kernel
[PATCH 09/35] dmemfs: support remote access
2020-10-08 07:56:33
linux-kernel
[PATCH 03/35] dmem: implement dmem memory management
2020-10-08 07:56:16
linux-kernel
[PATCH 08/35] dmem: show some statistic in debugfs
2020-10-08 07:55:49
linux-kernel
[PATCH 06/35] dmemfs: support truncating inode down
2020-10-08 07:55:30
linux-kernel
[PATCH 04/35] dmem: let pat recognize dmem
2020-09-28 11:56:04
linux-kernel
Re: [RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
2020-09-25 12:07:54
linux-kernel
Re: [RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
2020-09-22 08:39:44
linux-kernel
[PATCH] mm:cleanup mincore_huge_pmd
2020-09-01 14:15:26
linux-kernel
[RFC V2 2/9] Introduce page table population function for direct build EPT feature
2020-09-01 13:09:55
linux-kernel
[RFC V2 5/9] Modify the page fault path to meet the direct build EPT requirement
2020-09-01 13:04:40
linux-kernel
[RFC V2 6/9] Apply the direct build EPT according to the memory slots change
2020-09-01 13:00:12
linux-kernel
[RFC V2 7/9] Add migration support when using direct build EPT
2020-09-01 12:51:50
linux-kernel
[RFC V2 8/9] Introduce kvm module parameter global_tdp to turn on the direct build EPT mode
2020-09-01 12:12:44
linux-kernel
[RFC V2 9/9] Handle certain mmu exposed functions properly while turn on direct build EPT mode
2020-09-01 12:08:19
linux-kernel
[RFC V2 4/9] Add release function for direct build ept when guest VM exit
2020-09-01 12:08:07
linux-kernel
[RFC V2 3/9] Introduce page table remove function for direct build EPT feature
2020-09-01 12:07:42
linux-kernel
[RFC V2 1/9] Introduce new fields in kvm_arch/vcpu_arch struct for direct build EPT support
2020-09-01 12:06:47
linux-kernel
[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
2020-08-07 09:04:44
linux-kernel
Re: [RFC 0/9] KVM:x86/mmu:Introduce parallel memory virtualization to boost performance
2020-08-05 20:02:27
linux-kernel
[RFC 8/9] Introduce kvm module parameter global_tdp to turn on the direct build EPT mode
2020-08-05 20:00:45
linux-kernel
[RFC 6/9] Apply the direct build EPT according to the memory slots change
2020-08-05 20:00:27
linux-kernel
[RFC 7/9] Add migration support when using direct build EPT
2020-08-05 20:00:00
linux-kernel
[RFC 5/9] Modify the page fault path to meet the direct build EPT requirement
2020-08-05 19:58:59
linux-kernel
[RFC 4/9] Add release function for direct build ept when guest VM exit
2020-08-05 19:57:51
linux-kernel
[RFC 9/9] Handle certain mmu exposed functions properly while turn on direct build EPT mode
2020-08-05 19:57:04
linux-kernel
[RFC 2/9] Introduce page table population function for direct build EPT feature
2020-08-05 19:54:46
linux-kernel
[RFC 3/9] Introduce page table remove function for direct build EPT feature
2020-08-05 16:56:49
linux-kernel
[RFC 0/9] KVM:x86/mmu:Introduce parallel memory virtualization to boost performance
2020-08-05 16:53:56
linux-kernel
[RFC 1/9] Introduce new fields in kvm_arch/vcpu_arch struct for direct build EPT support
2018-12-11 06:25:12
linux-kernel
[PATCH] kfifo: add memory barrier in kfifo to prevent data loss