LinuxLists
Users
About
Wei Yang (
[email protected]
)
Number of posts: 233 (1.04 per day)
First post: 2020-03-09 09:11:43
Last post: 2020-10-20 18:17:49
Previous Page
/
Next Page
Date
List
Subject
2020-08-28 03:35:18
linux-kernel
[Patch v2 3/7] mm/hugetlb: use list_splice to merge two list at once
2020-08-28 03:34:51
linux-kernel
[Patch v2 2/7] mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()
2020-08-28 03:34:38
linux-kernel
[Patch v2 6/7] mm/hugetlb: return non-isolated page in the loop instead of break and check
2020-08-28 03:33:55
linux-kernel
[Patch v2 7/7] mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge page
2020-08-28 03:33:51
linux-kernel
[Patch v2 5/7] mm/hugetlb: a page from buddy is not on any list
2020-08-28 03:33:50
linux-kernel
[Patch v2 1/7] mm/hugetlb: not necessary to coalesce regions recursively
2020-08-28 03:33:47
linux-kernel
[Patch v2 0/7] mm/hugetlb: code refine and simplification
2020-08-25 02:13:09
linux-kernel
Re: [PATCH v2 02/10] mm/memory_hotplug: enforce section granularity when onlining/offlining
2020-08-20 02:19:06
linux-kernel
Re: [PATCH 1/2] mm/mmap: rename __vma_unlink_common() to __vma_unlink()
2020-08-18 09:10:30
linux-kernel
Re: [Patch v2] mm/page_reporting: drop stale list head check in page_reporting_cycle
2020-08-18 08:45:50
linux-kernel
[Patch v2] mm/page_reporting: drop stale list head check in page_reporting_cycle
2020-08-18 08:44:44
linux-kernel
Re: [PATCH] mm/page_reporting: the "page" must not be the list head
2020-08-18 03:24:08
linux-kernel
Re: [PATCH] mm/page_reporting: the "page" must not be the list head
2020-08-18 03:06:59
linux-kernel
Re: [PATCH] mm/page_reporting: the "page" must not be the list head
2020-08-18 03:06:37
linux-kernel
Re: [PATCH] mm/page_reporting: the "page" must not be the list head
2020-08-17 10:01:55
linux-kernel
Re: [PATCH 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
2020-08-17 08:52:32
linux-kernel
[PATCH] mm/page_reporting: the "page" must not be the list head
2020-08-17 03:05:54
linux-kernel
Re: [PATCH 10/10] mm/hugetlb: not necessary to abuse temporary page to workaround the nasty free_huge_page
2020-08-11 23:21:29
linux-kernel
Re: [PATCH 10/10] mm/hugetlb: not necessary to abuse temporary page to workaround the nasty free_huge_page
2020-08-10 23:09:49
linux-kernel
Re: [PATCH 02/10] mm/hugetlb: make sure to get NULL when list is empty
2020-08-09 23:25:04
linux-kernel
[PATCH 1/2] mm/mmap: rename __vma_unlink_common() to __vma_unlink()
2020-08-09 23:23:01
linux-kernel
[PATCH 2/2] mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()
2020-08-07 14:34:06
linux-kernel
Re: [PATCH 08/10] mm/hugetlb: return non-isolated page in the loop instead of break and check
2020-08-07 14:30:40
linux-kernel
Re: [PATCH 05/10] mm/hugetlb: remove the redundant check on non_swap_entry()
2020-08-07 14:29:09
linux-kernel
Re: [PATCH 02/10] mm/hugetlb: make sure to get NULL when list is empty
2020-08-07 09:18:08
linux-kernel
[PATCH 01/10] mm/hugetlb: not necessary to coalesce regions recursively
2020-08-07 09:18:04
linux-kernel
[PATCH 05/10] mm/hugetlb: remove the redundant check on non_swap_entry()
2020-08-07 09:17:14
linux-kernel
[PATCH 06/10] mm/hugetlb: remove redundant huge_pte_alloc() in hugetlb_fault()
2020-08-07 09:16:13
linux-kernel
[PATCH 02/10] mm/hugetlb: make sure to get NULL when list is empty
2020-08-07 09:15:33
linux-kernel
[PATCH 00/10] mm/hugetlb: code refine and simplification
2020-08-07 09:15:29
linux-kernel
[PATCH 07/10] mm/hugetlb: a page from buddy is not on any list
2020-08-07 09:15:26
linux-kernel
[PATCH 09/10] mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge page
2020-08-07 09:15:12
linux-kernel
[PATCH 10/10] mm/hugetlb: not necessary to abuse temporary page to workaround the nasty free_huge_page
2020-08-07 09:14:28
linux-kernel
[PATCH 08/10] mm/hugetlb: return non-isolated page in the loop instead of break and check
2020-08-07 09:14:22
linux-kernel
[PATCH 04/10] mm/hugetlb: count file_region to be added when regions_needed != NULL
2020-08-07 09:14:12
linux-kernel
[PATCH 03/10] mm/hugetlb: use list_splice to merge two list at once
2020-08-07 09:02:03
linux-kernel
[RESEND Patch 2/2] bitops: use the same mechanism for get_count_order[_long]
2020-08-07 09:00:46
linux-kernel
[RESEND Patch 1/2] bitops: simplify get_count_order_long()
2020-08-07 08:59:55
linux-kernel
[RESEND Patch 0/2] trivial cleanup for get_count_order[_long]
2020-08-06 10:04:30
linux-kernel
Re: [Patch v2] mm/sparse: only sub-section aligned range would be populated
2020-07-24 05:48:38
linux-kernel
Re: [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps
2020-07-15 04:19:32
linux-kernel
Re: [PATCH] mm/hugetlb: hide nr_nodes in the internal of for_each_node_mask_to_[alloc|free]
2020-07-14 09:58:01
linux-kernel
Re: [PATCH] mm/hugetlb: hide nr_nodes in the internal of for_each_node_mask_to_[alloc|free]
2020-07-14 09:51:38
linux-kernel
Re: [PATCH] mm/hugetlb: hide nr_nodes in the internal of for_each_node_mask_to_[alloc|free]
2020-07-14 07:35:29
linux-kernel
[PATCH] mm/hugetlb: hide nr_nodes in the internal of for_each_node_mask_to_[alloc|free]
2020-07-12 01:16:15
linux-kernel
[Patch v2 2/4] tracing: save one trace_event->type by using __TRACE_LAST_TYPE
2020-07-12 01:16:15
linux-kernel
[Patch v2 4/4] tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointer
2020-07-12 01:12:29
linux-kernel
[Patch v2 0/4] tracing: trivial cleanup
2020-07-12 01:12:29
linux-kernel
[Patch v2 1/4] tracing: simplify the logic by defining next to be "lasst + 1"
2020-07-12 01:12:29
linux-kernel
[Patch v2 3/4] tracing: toplevel d_entry already initialized
2020-07-10 09:32:45
linux-kernel
[Patch v5 1/3] mm/mremap: it is sure to have enough space when extent meets requirement