Wei Yang ([email protected])

Number of posts: 600 (0.2 per day)
First post: 2016-03-12 21:58:24
Last post: 2024-06-16 01:23:56

Date List Subject
2020-03-11 14:21:03 linux-kernel Re: [PATCH v1 3/5] drivers/base/memory: store mapping between MMOP_* and string in an array
2020-03-11 14:19:40 linux-kernel Re: [PATCH v1 2/5] drivers/base/memory: map MMOP_OFFLINE to 0
2020-03-11 14:18:06 linux-kernel Re: [PATCH v1 1/5] drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINE
2020-03-10 22:20:38 linux-kernel Re: [PATCH] mm/swap_slots.c: don't reset the cache slot after use
2020-03-02 13:56:43 linux-kernel Re: [PATCH] mm/vmscan.c: Clean code by removing unnecessary assignment
2020-03-02 13:53:28 linux-kernel Re: [PATCH] mm/mm_init.c: Clean code. Use BUILD_BUG_ON when comparing compile time constant
2020-03-02 13:44:05 linux-kernel Re: [PATCH] mm/swapfile: fix data races in try_to_unuse()
2020-02-29 22:08:24 linux-kernel Re: [PATCH] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
2020-02-29 13:17:08 linux-kernel [PATCH] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
2020-02-28 13:27:30 linux-kernel Re: [PATCH v2 1/2] mm/memory_hotplug: simplify calculation of number of pages in __remove_pages()
2020-02-28 13:26:58 linux-kernel Re: [PATCH v2 2/2] mm/memory_hotplug: cleanup __add_pages()
2020-02-07 12:16:25 linux-kernel Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-07 11:28:35 linux-kernel Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-07 11:14:50 linux-kernel Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-07 11:07:51 linux-kernel Re: [PATCH 1/3] mm/sparsemem: adjust memmap only for SPARSEMEM_VMEMMAP
2020-02-07 11:04:58 linux-kernel Re: [PATCH 3/3] mm/sparsemem: avoid memmap overwrite for non-SPARSEMEM_VMEMMAP
2020-02-07 10:54:24 linux-kernel Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-07 10:53:48 linux-kernel Re: [PATCH 2/3] mm/sparsemem: get physical address to page struct instead of virtual address to pfn
2020-02-06 14:51:17 linux-kernel Re: [PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-06 14:16:10 linux-kernel Re: [PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-06 13:59:06 linux-kernel Re: [PATCH] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
2020-02-06 06:19:15 linux-kernel Re: [PATCH] mm/hotplug: Adjust shrink_zone_span() to keep the old logic
2020-02-06 04:41:21 linux-kernel Re: [PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
2020-02-06 02:28:05 linux-kernel Re: [PATCH v1] mm/memory_hotplug: Easier calculation to get pages to next section boundary
2020-01-18 14:01:45 linux-kernel Re: [PATCH v2 1/2] mm/rmap: fix and simplify reusing mergeable anon_vma as parent when fork
2019-12-07 07:19:35 linux-kernel Re: [Patch v2 5/6] x86/mm: Use address directly in split_mem_range()
2019-12-06 15:19:55 linux-kernel Re: [Patch v2 4/6] x86/mm: Refine debug print string retrieval function
2019-12-03 15:16:14 linux-kernel Re: [PATCH 1/2] mm/page_vma_mapped: use PMD_SIZE instead of calculating it
2019-12-02 22:30:10 linux-kernel Re: [PATCH 2/2] mm/memory-failure.c: not necessary to recalculate hpage
2019-12-02 22:25:30 linux-kernel Re: [PATCH 1/2] mm/page_vma_mapped: use PMD_SIZE instead of calculating it
2019-11-28 21:24:05 linux-kernel Re: [PATCH 1/2] mm/page_vma_mapped: use PMD_SIZE instead of calculating it
2019-11-28 21:12:49 linux-kernel Re: [PATCH 2/2] mm/page_vma_mapped: page table boundary is already guaranteed
2019-11-09 01:30:47 linux-kernel Re: [PATCH 1/3] fs/userfaultfd.c: remove a redundant check on end
2019-10-01 11:53:20 linux-kernel Re: [PATCH] mm: fix struct member name in function comments
2019-10-01 11:47:48 linux-kernel Re: [PATCH 2/2] x86/mm: replace a goto by merging two if clause
2019-09-14 14:24:08 linux-kernel Re: [PATCH] mm: remove redundant assignment of entry
2019-08-15 14:59:40 linux-kernel Re: [PATCH v2] kernel/resource.c: invalidate parent when freed resource has childs
2019-08-14 16:30:48 linux-kernel Re: [PATCH v2] kernel/resource.c: invalidate parent when freed resource has childs
2019-08-14 16:17:24 linux-kernel Re: [PATCH v2 1/5] resource: Use PFN_UP / PFN_DOWN in walk_system_ram_range()
2019-08-14 16:10:38 linux-kernel Re: [PATCH 3/3] mm/mmap.c: extract __vma_unlink_list as counter part for __vma_link_list
2019-08-13 13:16:22 linux-kernel Re: [PATCH] mm/hotplug: prevent memory leak when reuse pgdat
2019-08-10 00:46:28 linux-kernel Re: Resend [PATCH] kernel/resource.c: invalidate parent when freed resource has childs
2019-08-09 22:40:53 linux-kernel Re: Resend [PATCH] kernel/resource.c: invalidate parent when freed resource has childs
2019-08-09 13:50:47 linux-kernel Re: [PATCH] mm/sparse: use __nr_to_section(section_nr) to get mem_section
2019-08-08 14:35:41 linux-kernel Re: [PATCH] mm/mmap.c: refine data locality of find_vma_prev
2019-07-13 16:54:59 linux-kernel Re: [PATCH] mm: sparse: Skip no-map regions in memblocks_present
2019-07-12 23:10:25 linux-kernel Re: [PATCH] mm: sparse: Skip no-map regions in memblocks_present
2019-06-17 22:23:15 linux-kernel Re: [PATCH v9 02/12] mm/sparsemem: Add helpers track active portions of a section at boot
2019-06-16 13:12:02 linux-kernel Re: [PATCH v9 01/12] mm/sparsemem: Introduce struct mem_section_usage
2019-06-09 15:11:24 linux-kernel Re: [PATCH] mm: align up min_free_kbytes to multipy of 4
2019-06-05 21:25:27 linux-kernel Re: [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()