LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2020-03-30 13:43:21
linux-kernel
Re: [PATCH 1/9] XArray: fix comment on Zero/Retry entry
2020-03-30 12:48:51
linux-kernel
[PATCH 3/9] XArray: handle a NULL head by itself
2020-03-30 12:47:37
linux-kernel
[PATCH 5/9] XArray: entry in last level is not expected to be a node
2020-03-30 12:47:20
linux-kernel
[PATCH 4/9] XArray: don't expect to have more nr_values than count
2020-03-30 12:46:47
linux-kernel
Re: [PATCH] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
2020-03-30 12:39:00
linux-kernel
[PATCH 2/9] XArray: simplify the calculation of shift
2020-03-30 12:38:43
linux-kernel
[PATCH 7/9] XArray: the NULL xa_node condition is handled in xas_top
2020-03-30 12:38:12
linux-kernel
[PATCH 9/9] XArray: adjust xa_offset till it gets the correct node
2020-03-30 12:38:07
linux-kernel
[PATCH 8/9] XArray: take xas_error() handling for clearer logic
2020-03-30 12:37:58
linux-kernel
[PATCH 6/9] XArray: internal node is a xa_node when it is bigger than XA_ZERO_ENTRY
2020-03-30 12:37:57
linux-kernel
[PATCH 1/9] XArray: fix comment on Zero/Retry entry
2020-03-30 12:37:56
linux-kernel
[PATCH 0/9] XArray: several cleanups
2020-03-29 08:31:24
linux-kernel
[PATCH] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
2020-03-29 06:10:07
linux-kernel
Re: [Patch v3] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
2020-03-29 02:50:52
linux-kernel
[Patch v3] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
2020-03-29 02:31:56
linux-kernel
Re: [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-28 06:10:01
linux-kernel
[PATCH 3/3] mm/swapfile.c: remove the unnecessary goto for SSD case
2020-03-28 06:09:04
linux-kernel
[PATCH 1/3] mm/swapfile.c: offset is only used when there is more slots
2020-03-28 06:07:19
linux-kernel
[PATCH 0/3] Cleanup scan_swap_map_slots() a little
2020-03-28 06:07:19
linux-kernel
[PATCH 2/3] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
2020-03-28 02:57:53
linux-kernel
Re: [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-28 01:12:35
linux-kernel
Re: [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-28 00:29:01
linux-kernel
Re: [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-28 00:26:59
linux-kernel
Re: [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-27 22:03:40
linux-kernel
[Patch v2 1/2] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
2020-03-27 22:03:40
linux-kernel
[Patch v2 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-27 13:28:25
linux-kernel
Re: [PATCH 1/2] mm/page_alloc.c: leverage compiler to zero out used_mask
2020-03-27 13:22:47
linux-kernel
Re: [PATCH 1/2] mm/page_alloc.c: leverage compiler to zero out used_mask
2020-03-26 22:26:33
linux-kernel
[PATCH 2/2] mm/page_alloc.c: define node_order with all zero
2020-03-26 22:25:21
linux-kernel
[PATCH 1/2] mm/page_alloc.c: leverage compiler to zero out used_mask
2020-03-26 22:13:19
linux-kernel
Re: [PATCH v2] mm/sparse: Fix kernel crash with pfn_section_valid check
2020-03-25 22:04:41
linux-kernel
[PATCH 2/2] mm/swapfile.c: remove the extra check in scan_swap_map_slots()
2020-03-25 22:04:01
linux-kernel
[PATCH 1/2] mm/swapfile.c: simplify the calculation of n_goal
2020-03-17 22:44:24
linux-kernel
Re: [PATCH v2 6/8] mm/memory_hotplug: unexport memhp_auto_online
2020-03-17 22:06:55
linux-kernel
Re: [PATCH v2 4/8] powernv/memtrace: always online added memory blocks
2020-03-16 22:38:59
linux-kernel
Re: [RFC 2/3] mm: Add a new page flag PageLayzyFree() for MADV_FREE
2020-03-16 22:19:13
linux-kernel
Re: [PATCH v5 2/2] mm/sparse.c: allocate memmap preferring the given node
2020-03-16 22:17:06
linux-kernel
Re: [PATCH v5 1/2] mm/sparse.c: Use kvmalloc/kvfree to alloc/free memmap for the classic sparse
2020-03-15 21:58:40
linux-kernel
Re: [PATCH v2] x86/mm: Remove the redundant conditional check
2020-03-15 12:23:01
linux-kernel
Re: [RFC 2/3] mm: Add a new page flag PageLayzyFree() for MADV_FREE
2020-03-15 08:19:38
linux-kernel
Re: [RFC 2/3] mm: Add a new page flag PageLayzyFree() for MADV_FREE
2020-03-15 02:11:05
linux-kernel
Re: [PATCH v2] x86/mm: Remove the redundant conditional check
2020-03-15 02:07:27
linux-kernel
[PATCH] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
2020-03-15 01:31:00
linux-kernel
[Patch v2] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
2020-03-15 01:31:00
linux-kernel
Re: [PATCH] mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_cache
2020-03-13 21:55:35
linux-kernel
Re: [PATCH v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse
2020-03-12 22:51:41
linux-kernel
Re: [PATCH v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse
2020-03-12 14:20:20
linux-kernel
Re: [PATCH v2] mm/sparse.c: Use kvmalloc_node/kvfree to alloc/free memmap for the classic sparse
2020-03-11 14:29:30
linux-kernel
Re: [PATCH v1 3/5] drivers/base/memory: store mapping between MMOP_* and string in an array
2020-03-11 14:27:08
linux-kernel
Re: [PATCH v1 5/5] mm/memory_hotplug: allow to specify a default online_type
2020-03-11 14:26:55
linux-kernel
Re: [PATCH v1 4/5] mm/memory_hotplug: convert memhp_auto_online to store an online_type