linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-27 13:16:52 to 2013-10-01 19:08:04 UTC [more...]

[PATCHv4 00/10] split page table lock for PMD tables
 2013-09-28 16:12 UTC  (9+ messages)
` [PATCHv4 02/10] mm: convert mm->nr_ptes to atomic_t
` [PATCHv4 07/10] mm, hugetlb: convert hugetlbfs to use split pmd lock
` [PATCHv4 09/10] mm: implement split page table lock for PMD level

[PATCH] hotplug: Optimize {get,put}_online_cpus()
 2013-10-01 19:05 UTC  (36+ messages)

[PATCH] mm: kmemleak: Avoid false negatives on vmalloc'ed objects
 2013-10-01 17:43 UTC 

[RESEND PATCH] MIPS HIGHMEM fixes for cache aliasing and non-DMA I/O
 2013-10-01 17:24 UTC  (2+ messages)

[PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap()
 2013-10-01 17:11 UTC  (13+ messages)

[PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file
 2013-10-01 16:48 UTC  (43+ messages)
                          ` [PATCH] checkpatch: Make the memory barrier test noisier

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-10-01 15:26 UTC  (7+ messages)

[PATCH 0/8] Volatile Ranges (v8?)
 2013-10-01 14:00 UTC  (4+ messages)
` [PATCH 7/8] vrange: Add method to purge volatile ranges

[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] mm: pagevec: cleanup: drop pvec->cold argument in all places
 2013-09-30 22:02 UTC  (2+ 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  (68+ messages)
` [PATCH 01/63] sched: monolithic code dump of what is being pushed upstream
` [PATCH 02/63] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/63] sched, numa: Comment fixlets
` [PATCH 04/63] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/63] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/63] mm: Prevent parallel splits during THP migration
` [PATCH 07/63] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 08/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 09/63] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 10/63] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 11/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 12/63] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 13/63] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 14/63] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 15/63] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 16/63] sched: numa: Initialise numa_next_scan properly
` [PATCH 17/63] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 18/63] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/63] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/63] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/63] sched: Update NUMA hinting faults once per scan
` [PATCH 22/63] sched: Favour moving tasks towards the preferred node
` [PATCH 23/63] sched: Resist moving tasks towards nodes with fewer hinting faults
` [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 0/5] mm: migrate zbud pages
 2013-09-30  8:28 UTC  (9+ 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)


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).