LinuxLists
Users
About
Cody P Schafer (
[email protected]
)
Number of posts: 331 (0.72 per day)
First post: 2012-08-01 23:16:40
Last post: 2013-11-07 21:58:24
Previous Page
/
Next Page
Date
List
Subject
2013-05-01 22:17:31
linux-kernel
[PATCH 0/4] misc patches related to resizing nodes & zones
2013-04-12 01:19:52
linux-kernel
[RFC PATCH v2 02/25] rbtree: add rbtree_postorder_for_each_entry_safe() helper.
2013-04-12 01:19:28
linux-kernel
[RFC PATCH v2 05/25] mm/memory_hotplug: use {pgdat,zone}_is_empty() when resizing zones & pgdats
2013-04-12 01:18:59
linux-kernel
[RFC PATCH v2 07/25] page_alloc: add return_pages_to_zone() when DYNAMIC_NUMA is enabled.
2013-04-12 01:18:14
linux-kernel
[RFC PATCH v2 09/25] page_alloc: when dynamic numa is enabled, don't check that all pages in a block belong to the same zone
2013-04-12 01:18:13
linux-kernel
[RFC PATCH v2 10/25] page-flags dnuma: reserve a pageflag for determining if a page needs a node lookup.
2013-04-12 01:17:33
linux-kernel
[RFC PATCH v2 15/25] page_alloc: use dnuma to transplant newly freed pages in free_hot_cold_page()
2013-04-12 01:16:57
linux-kernel
[RFC PATCH v2 17/25] x86: memlayout: add a arch specific inital memlayout setter.
2013-04-12 01:16:56
linux-kernel
[RFC PATCH v2 16/25] page_alloc: transplant pages that are being flushed from the per-cpu lists
2013-04-12 01:16:36
linux-kernel
[RFC PATCH v2 19/25] dnuma: memlayout: add memory_add_physaddr_to_nid() for memory_hotplug
2013-04-12 01:16:03
linux-kernel
[RFC PATCH v2 20/25] x86/mm/numa: when dnuma is enabled, use memlayout to handle memory hotplug's physaddr_to_nid.
2013-04-12 01:16:02
linux-kernel
[RFC PATCH v2 21/25] mm/memory_hotplug: VM_BUG if nid is too large.
2013-04-12 01:15:42
linux-kernel
[RFC PATCH v2 23/25] mm/page_alloc: make pr_err() in page_outside_zone_boundaries() more useful
2013-04-12 01:15:15
linux-kernel
[RFC PATCH v2 24/25] mm/page_alloc: use manage_pages instead of present pages when calculating default_zonelist_order()
2013-04-12 01:14:55
linux-kernel
[RFC PATCH v2 25/25] mm: add a early_param "extra_nr_node_ids" to increase nr_node_ids above the minimum by a percentage.
2013-04-12 01:14:51
linux-kernel
[RFC PATCH v2 22/25] mm/page_alloc: in page_outside_zone_boundaries(), avoid premature decisions.
2013-04-12 01:14:48
linux-kernel
[RFC PATCH v2 18/25] init/main: call memlayout_global_init() in start_kernel().
2013-04-12 01:14:42
linux-kernel
[RFC PATCH v2 12/25] mm: add memlayout & dnuma to track pfn->nid & transplant pages between nodes
2013-04-12 01:14:40
linux-kernel
[RFC PATCH v2 14/25] page_alloc: use dnuma to transplant newly freed pages in __free_pages_ok()
2013-04-12 01:14:39
linux-kernel
[RFC PATCH v2 13/25] mm: memlayout+dnuma: add debugfs interface
2013-04-12 01:14:34
linux-kernel
[RFC PATCH v2 11/25] memory_hotplug: factor out locks in mem_online_cpu()
2013-04-12 01:14:30
linux-kernel
[RFC PATCH v2 08/25] page_alloc: in move_freepages(), skip pages instead of VM_BUG on node differences.
2013-04-12 01:14:28
linux-kernel
[RFC PATCH v2 06/25] mm: add nid_zone() helper
2013-04-12 01:14:25
linux-kernel
[RFC PATCH v2 04/25] memory_hotplug: export ensure_zone_is_initialized() in mm/internal.h
2013-04-12 01:14:23
linux-kernel
[RFC PATCH v2 03/25] mm/memory_hotplug: factor out zone+pgdat growth.
2013-04-12 01:14:21
linux-kernel
[RFC PATCH v2 01/25] rbtree: add postorder iteration functions.
2013-04-12 01:14:19
linux-kernel
[RFC PATCH v2 00/25] Dynamic NUMA: Runtime NUMA memory layout reconfiguration
2013-04-12 01:11:34
linux-kernel
[PATCH] mm/vmstat: add note on safety of drain_zonestat
2013-04-10 23:26:14
linux-kernel
Re: [RFC PATCH v2 14/15] mm: Add alloc-free handshake to trigger memory region compaction
2013-04-10 21:26:10
linux-kernel
Re: [PATCH v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
2013-04-10 18:32:21
linux-kernel
Re: [PATCH v2 03/10] mm/page_alloc: insert memory barriers to allow async update of pcp batch and high
2013-04-10 18:28:52
linux-kernel
[PATCH v3 08/11] mm/page_alloc: relocate comment to be directly above code it refers to.
2013-04-10 18:27:59
linux-kernel
[PATCH v3 04/11] mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE
2013-04-10 18:26:42
linux-kernel
[PATCH v3 07/11] mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch()
2013-04-10 18:25:22
linux-kernel
[PATCH v3 06/11] mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high
2013-04-10 18:25:17
linux-kernel
[PATCH v3 05/11] mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine()
2013-04-10 18:24:53
linux-kernel
[PATCH v3 09/11] mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()
2013-04-10 18:24:45
linux-kernel
[PATCH v3 01/11] mm/page_alloc: factor out setting of pcp->high and pcp->batch.
2013-04-10 18:24:43
linux-kernel
[PATCH v3 11/11] mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch()
2013-04-10 18:24:37
linux-kernel
[PATCH v3 10/11] mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()
2013-04-10 18:24:20
linux-kernel
[PATCH v3 00/11] mm: fixup changers of per cpu pageset's ->high and ->batch
2013-04-10 18:24:19
linux-kernel
[PATCH v3 03/11] mm/page_alloc: insert memory barriers to allow async update of pcp batch and high
2013-04-10 18:24:09
linux-kernel
[PATCH v3 02/11] mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high
2013-04-09 23:29:34
linux-kernel
[PATCH v2 10/10] mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch()
2013-04-09 23:29:31
linux-kernel
[PATCH v2 08/10] mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()
2013-04-09 23:29:29
linux-kernel
[PATCH v2 09/10] mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()
2013-04-09 23:29:27
linux-kernel
[PATCH v2 07/10] mm/page_alloc: relocate comment to be directly above code it refers to.
2013-04-09 23:29:25
linux-kernel
[PATCH v2 06/10] mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch()
2013-04-09 23:29:23
linux-kernel
[PATCH v2 05/10] mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high
2013-04-09 23:29:20
linux-kernel
[PATCH v2 04/10] mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine()
2013-04-09 23:29:18
linux-kernel
[PATCH v2 03/10] mm/page_alloc: insert memory barriers to allow async update of pcp batch and high