LinuxLists
Users
About
Wei Yang (
[email protected]
)
Number of posts: 356 (0.85 per day)
First post: 2018-12-27 17:24:16
Last post: 2020-02-20 21:53:04
Next Page
Date
List
Subject
2020-02-20 21:53:04
linux-kernel
Re: [PATCH v2 6/7] mm/sparse.c: move subsection_map related codes together
2020-02-20 07:13:38
linux-kernel
Re: [PATCH v2 6/7] mm/sparse.c: move subsection_map related codes together
2020-02-20 06:19:04
linux-kernel
Re: [PATCH v2 6/7] mm/sparse.c: move subsection_map related codes together
2020-02-20 06:17:11
linux-kernel
Re: [PATCH v2 4/7] mm/sparse.c: only use subsection map in VMEMMAP case
2020-02-20 06:15:35
linux-kernel
Re: [PATCH v2 3/7] mm/sparse.c: introduce a new function clear_subsection_map()
2020-02-20 06:15:32
linux-kernel
Re: [PATCH v2 2/7] mm/sparse.c: introduce new function fill_subsection_map()
2020-02-20 06:13:16
linux-kernel
Re: [PATCH v2 1/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
2020-02-19 21:45:38
linux-kernel
Re: [PATCH v2 RESEND] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-18 22:44:53
linux-kernel
[Patch v4] mm/vmscan.c: remove cpu online notification for now
2020-02-18 22:40:28
linux-kernel
Re: [PATCH] mm/vmscan.c: remove cpu online notification for now
2020-02-18 00:46:17
linux-kernel
[PATCH] mm/vmscan.c: remove cpu online notification for now
2020-02-18 00:25:27
linux-kernel
Re: [PATCH v2] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
2020-02-15 00:39:28
linux-kernel
Re: [PATCH v2] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
2020-02-14 07:37:09
linux-kernel
Re: [RFC Patch] mm/vmscan.c: not inherit classzone_idx from previous reclaim
2020-02-14 07:34:01
linux-kernel
[PATCH v2] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
2020-02-14 02:05:38
linux-kernel
Re: [RFC Patch] mm/vmscan.c: not inherit classzone_idx from previous reclaim
2020-02-14 00:32:33
linux-kernel
[Patch v5 1/4] mm/migrate.c: no need to check for i > start in do_pages_move()
2020-02-14 00:32:23
linux-kernel
[Patch v5 4/4] mm/migrate.c: unify "not queued for migration" handling in do_pages_move()
2020-02-14 00:32:01
linux-kernel
[Patch v5 3/4] mm/migrate.c: check pagelist in move_pages_and_store_status()
2020-02-14 00:30:42
linux-kernel
[Patch v5 2/4] mm/migrate.c: wrap do_move_pages_to_node() and store_status()
2020-02-14 00:30:36
linux-kernel
[Patch v5 0/4] cleanup on do_pages_move()
2020-02-12 02:29:40
linux-kernel
Re: [Patch v2] mm/sparsemem: get address to page struct instead of address to pfn
2020-02-12 02:26:25
linux-kernel
Re: [RFC Patch] mm/vmscan.c: not inherit classzone_idx from previous reclaim
2020-02-10 23:16:32
linux-kernel
Re: [Patch v2] mm/sparsemem: get address to page struct instead of address to pfn
2020-02-10 23:05:53
linux-kernel
Re: [PATCH 7/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
2020-02-10 06:08:10
linux-kernel
Re: [PATCH 7/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
2020-02-10 06:03:31
linux-kernel
Re: [PATCH 2/7] mm/sparse.c: Introduce a new function clear_subsection_map()
2020-02-10 00:51:33
linux-kernel
[Patch v2] mm/sparsemem: get address to page struct instead of address to pfn
2020-02-10 00:37:18
linux-kernel
Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-09 23:52:04
linux-kernel
Re: [PATCH 7/7] mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP case
2020-02-09 23:41:26
linux-kernel
Re: [PATCH 4/7] mm/sparse.c: Use __get_free_pages() instead in populate_section_memmap()
2020-02-09 23:25:17
linux-kernel
Re: [PATCH 3/7] mm/sparse.c: only use subsection map in VMEMMAP case
2020-02-09 23:11:54
linux-kernel
Re: [PATCH 1/7] mm/sparse.c: Introduce new function fill_subsection_map()
2020-02-09 23:07:25
linux-kernel
Re: [PATCH 2/7] mm/sparse.c: Introduce a new function clear_subsection_map()
2020-02-09 23:06:17
linux-kernel
Re: [PATCH 1/7] mm/sparse.c: Introduce new function fill_subsection_map()
2020-02-09 07:47:18
linux-kernel
[RFC Patch] mm/vmscan.c: not inherit classzone_idx from previous reclaim
2020-02-06 23:45:49
linux-kernel
Re: [PATCH] mm/hotplug: Adjust shrink_zone_span() to keep the old logic
2020-02-06 23:19:56
linux-kernel
[PATCH 3/3] mm/sparsemem: avoid memmap overwrite for non-SPARSEMEM_VMEMMAP
2020-02-06 23:19:17
linux-kernel
[PATCH 1/3] mm/sparsemem: adjust memmap only for SPARSEMEM_VMEMMAP
2020-02-06 23:19:15
linux-kernel
[PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-06 23:18:59
linux-kernel
[PATCH 0/3] Fixes "mm/sparsemem: support sub-section hotplug"
2020-02-06 22:17:45
linux-kernel
Re: [PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-06 13:02:53
linux-kernel
[PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-06 12:39:21
linux-kernel
Re: [PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
2020-02-05 23:51:23
linux-kernel
Re: [PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
2020-02-05 23:37:47
linux-kernel
Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
2020-02-05 23:35:07
linux-kernel
Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
2020-02-05 23:22:45
linux-kernel
Re: [PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
2020-02-05 22:57:24
linux-kernel
Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
2020-02-05 11:49:25
linux-kernel
Re: [PATCH v6 10/10] mm/memory_hotplug: Cleanup __remove_pages()
2020-02-05 10:09:58
linux-kernel
Re: [PATCH v6 09/10] mm/memory_hotplug: Drop local variables in shrink_zone_span()