messages from 2013-09-27 13:28:18 to 2013-10-02 14:07:26 UTC [more...]
[PATCHv4 00/10] split page table lock for PMD tables
2013-09-28 16:12 UTC (7+ messages)
` [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t
[PATCH] hotplug: Optimize {get,put}_online_cpus()
2013-10-02 14:00 UTC (46+ messages)
[PATCH] mm: pagevec: cleanup: drop pvec->cold argument in all places
2013-10-02 5:47 UTC (3+ messages)
[PATCH V1] oom: avoid selecting threads sharing mm with init
2013-10-02 3:52 UTC (4+ messages)
[patch for-3.12] mm, memcg: protect mem_cgroup_read_events for cpu hotplug
2013-10-02 3:08 UTC (4+ messages)
[PATCH 0/8] Volatile Ranges (v8?)
2013-10-02 1:32 UTC (5+ messages)
` [PATCH 7/8] vrange: Add method to purge volatile ranges
[PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
2013-10-02 1:25 UTC (46+ messages)
` [PATCH] checkpatch: Make the memory barrier test noisier
[PATCHv2 1/2] mm: rearrange madvise code to allow for reuse
2013-10-02 0:37 UTC (6+ messages)
` [PATCHv2 2/2] mm: add a field to store names for private anonymous memory
[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
2013-10-01 22:46 UTC (8+ messages)
[RESEND PATCH] MIPS HIGHMEM fixes for cache aliasing and non-DMA I/O
2013-10-01 21:43 UTC (3+ messages)
[PATCH v2 0/5] mm: migrate zbud pages
2013-10-01 21:04 UTC (10+ messages)
[PATCH] mm: kmemleak: Avoid false negatives on vmalloc'ed objects
2013-10-01 17:43 UTC
[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
2013-10-01 17:11 UTC (13+ messages)
[PATCH] mm: don't forget to free shrinker->nr_deferred
2013-10-01 11:47 UTC
[PATCH -mm 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
2013-10-01 9:56 UTC (9+ messages)
` [PATCH -mm 1/8] x86: get pg_data_t's memory from other node
` [PATCH -mm 2/8] memblock, numa: Introduce flag into memblock
` [PATCH -mm 3/8] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH -mm 4/8] memblock: Make memblock_set_node() support different memblock_type
` [PATCH -mm 5/8] acpi, numa, mem_hotplug: Mark hotpluggable memory in memblock
` [PATCH -mm 6/8] acpi, numa, mem_hotplug: Mark all nodes the kernel resides un-hotpluggable
` [PATCH -mm 7/8] memblock, mem_hotplug: Make memblock skip hotpluggable regions by default
` [PATCH -mm 8/8] x86, numa, acpi, memory-hotplug: Make movable_node have higher priority
[PATCH -mm] mm, memory-hotpulg: Rename movablenode boot option to movable_node
2013-10-01 6:21 UTC (3+ messages)
[PATCH] mm, hugetlb: correct missing private flag clearing
2013-10-01 1:16 UTC (3+ messages)
[PATCH] aio: fix use-after-free in aio_migratepage
2013-09-30 21:50 UTC
[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
2013-09-30 16:58 UTC (15+ messages)
` [PATCH 37/50] sched: Introduce migrate_swap()
` [PATCH] hotplug: Optimize {get,put}_online_cpus()
` [RFC] introduce synchronize_sched_{enter,exit}()
Mapping range locking and related stuff
2013-09-30 16:25 UTC (3+ messages)
[PATCH v5 0/9] extend hugepage migration
2013-09-30 16:08 UTC (6+ messages)
` [PATCH 4/9] migrate: add hugepage migration code to move_pages()
[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V8
2013-09-30 15:18 UTC (46+ messages)
` [PATCH 11/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/63] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/63] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/63] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/63] sched: Remove check that skips small VMAs
` [PATCH 29/63] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/63] sched: Do not migrate memory immediately after switching node
` [PATCH 31/63] mm: numa: only unmap migrate-on-fault VMAs
` [PATCH 32/63] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 33/63] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 34/63] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 35/63] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 36/63] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 37/63] stop_machine: Introduce stop_two_cpus()
` [PATCH 38/63] sched: Introduce migrate_swap()
` [PATCH 39/63] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 40/63] sched: numa: Favor placing a task on the preferred node
` [PATCH 41/63] sched: numa: fix placement of workloads spread across multiple nodes
` [PATCH 42/63] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 43/63] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 44/63] sched: numa: Report a NUMA task group ID
` [PATCH 45/63] mm: numa: copy cpupid on page migration
` [PATCH 46/63] mm: numa: Do not group on RO pages
` [PATCH 47/63] mm: numa: Do not batch handle PMD pages
` [PATCH 48/63] sched: numa: stay on the same node if CLONE_VM
` [PATCH 49/63] sched: numa: use group fault statistics in numa placement
` [PATCH 50/63] sched: numa: call task_numa_free from do_execve
` [PATCH 51/63] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 52/63] sched: numa: add debugging
` [PATCH 53/63] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 54/63] sched: numa: fix task or group comparison
` [PATCH 55/63] sched: numa: Avoid migrating tasks that are placed on their preferred node
` [PATCH 56/63] sched: numa: be more careful about joining numa groups
` [PATCH 57/63] sched: numa: Take false sharing into account when adapting scan rate
` [PATCH 58/63] sched: numa: adjust scan rate in task_numa_placement
` [PATCH 59/63] sched: numa: Remove the numa_balancing_scan_period_reset sysctl
` [PATCH 60/63] mm: numa: revert temporarily disabling of NUMA migration
` [PATCH 61/63] sched: numa: skip some page migrations after a shared fault
` [PATCH 62/63] sched: numa: use unsigned longs for numa group fault stats
` [PATCH 63/63] sched: numa: periodically retry task_numa_migrate
[PATCH] slub: Proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled
2013-09-30 9:04 UTC (2+ messages)
[PATCH v2 00/20] mm, hugetlb: remove a hugetlb_instantiation_mutex
2013-09-30 7:47 UTC (6+ messages)
` [PATCH v2 19/20] mm, hugetlb: retry if failed to allocate and there is concurrent user
[RFC 0/4] cleancache: SSD backed cleancache backend
2013-09-29 9:19 UTC (3+ messages)
[PATCH] Problems with RAID 4/5/6 and kmem_cache
2013-09-28 6:49 UTC (3+ messages)
[PATCH v5 0/6] x86, memblock: Allocate memory near kernel image before SRAT parsed
2013-09-27 23:14 UTC (9+ messages)
` [PATCH v5 1/6] memblock: Factor out of top-down allocation
` [PATCH v5 2/6] memblock: Introduce bottom-up allocation mode
` [PATCH v5 3/6] x86/mm: Factor out of top-down direct mapping setup
` [PATCH v5 5/6] x86, acpi, crash, kdump: Do reserve_crashkernel() after SRAT is parsed
mm: insure topdown mmap chooses addresses above security minimum
2013-09-27 15:39 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).