linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-20 04:11:42 to 2012-11-21 11:14:57 UTC [more...]

[PATCH 00/27] Latest numa/core release, v16
 2012-11-21 11:14 UTC  (49+ messages)
            ` [PATCH] mm, numa: Turn 4K pte NUMA faults into effective hugepage ones
              ` [PATCH, v2] "
              ` numa/core regressions fixed - more testers wanted
                ` [patch] x86/vsyscall: Add Kconfig option to use native vsyscalls, switch to it
                ` [PATCH] x86/mm: Don't flush the TLB on #WP pmd fixups

[PATCH 00/46] Automatic NUMA Balancing V4
 2012-11-21 10:21 UTC  (47+ messages)
` [PATCH 01/46] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 02/46] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 03/46] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 04/46] x86/mm: Introduce pte_accessible()
` [PATCH 05/46] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 06/46] mm: Count the number of pages affected in change_protection()
` [PATCH 07/46] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
` [PATCH 08/46] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 09/46] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 10/46] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 11/46] mm: numa: define _PAGE_NUMA
` [PATCH 12/46] mm: numa: pte_numa() and pmd_numa()
` [PATCH 13/46] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 14/46] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 15/46] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 16/46] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 17/46] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 18/46] mm: mempolicy: Check for misplaced page
` [PATCH 19/46] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 20/46] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 21/46] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 22/46] mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 23/46] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 24/46] mm: numa: Add fault driven placement and migration
` [PATCH 25/46] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 26/46] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 27/46] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 28/46] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 29/46] mm: numa: Migrate on reference policy
` [PATCH 30/46] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 31/46] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 32/46] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 33/46] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 34/46] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 35/46] mm: numa: Introduce last_nid to the page frame
` [PATCH 36/46] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 37/46] mm: numa: Add THP migration for the NUMA working set scanning fault case
` [PATCH 38/46] sched: numa: Introduce tsk_home_node()
` [PATCH 39/46] sched: numa: Make find_busiest_queue() a method
` [PATCH 40/46] sched: numa: Implement home-node awareness
` [PATCH 41/46] sched: numa: Introduce per-mm and per-task structures
` [PATCH 42/46] sched: numa: CPU follows memory
` [PATCH 43/46] sched: numa: Rename mempolicy to HOME
` [PATCH 44/46] sched: numa: Consider only one CPU per node for CPU-follows-memory
` [PATCH 45/46] balancenuma: no task swap in finding placement
` [PATCH 46/46] Simple CPU follow

Problem in Page Cache Replacement
 2012-11-21 10:07 UTC  (11+ messages)

[RFC v3 0/3] vmpressure_fd: Linux VM pressure notifications
 2012-11-21  9:30 UTC  (27+ messages)
` [RFC 3/3] man-pages: Add man page for vmpressure_fd(2)

[PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
 2012-11-21  9:20 UTC  (11+ messages)
    ` [PATCH v2] "

Lockdep complain for zram
 2012-11-21  8:37 UTC 

[patch] mm, memcg: avoid unnecessary function call when memcg is disabled
 2012-11-21  8:35 UTC  (10+ messages)
    ` [patch] mm, memcg: avoid unnecessary function call when memcg is disabled fix

kswapd0: excessive CPU usage
 2012-11-21  8:30 UTC  (19+ messages)
                  ` [PATCH] Revert "mm: remove __GFP_NO_KSWAPD"

fadvise interferes with readahead
 2012-11-21  7:57 UTC  (12+ messages)

kmem accounting netperf data
 2012-11-21  7:52 UTC  (2+ messages)

[PATCH 0/5] Add movablecore_map boot option
 2012-11-21  6:06 UTC  (12+ messages)
` [PATCH 1/5] x86: Get pg_data_t's memory from other node
` [PATCH 2/5] page_alloc: Add movablecore_map boot option

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-21  5:28 UTC  (17+ messages)
` [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node

[PART4 Patch v2 0/2] memory-hotplug: allow online/offline memory to result movable node
 2012-11-21  3:27 UTC  (6+ messages)
` [PART4 Patch v2 1/2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
` [PART4 Patch v2 2/2] memory_hotplug: allow online/offline memory to result movable node

Extend your Manhood - It Works! Try it Risk Free - 100% Guaranteed ymhl5h6
 2012-11-21  1:54 UTC 

another allocation livelock with zram
 2012-11-21  1:47 UTC  (3+ messages)

[PATCH v12 0/7] make balloon pages movable by compaction
 2012-11-21  1:18 UTC  (7+ messages)
` [PATCH v12 4/7] mm: introduce compaction and migration for ballooned pages

[PATCH] mm: cma: allocate pages from CMA if NR_FREE_PAGES approaches low water mark
 2012-11-21  1:05 UTC  (5+ messages)

mpol_to_str revisited
 2012-11-21  0:59 UTC  (20+ messages)
            ` [patch for-3.7] mm, mempolicy: fix printing stack contents in numa_maps

[3.7-rc6] capture_free_page() frees page without accounting for them??
 2012-11-21  0:48 UTC  (2+ messages)

[PATCH v11 0/7] make balloon pages movable by compaction
 2012-11-20 23:33 UTC  (8+ messages)
` [PATCH v11 4/7] mm: introduce compaction and migration for ballooned pages
` [PATCH v11 7/7] mm: add vm event counters for balloon pages compaction

[PATCH] mm: fix a regression with HIGHMEM introduced by changeset 7f1290f2f2a4d
 2012-11-20 19:31 UTC  (12+ messages)
` [RFT PATCH v1 0/5] fix up inaccurate zone->present_pages
  ` [RFT PATCH v1 1/5] mm: introduce new field "managed_pages" to struct zone
  ` [RFT PATCH v1 4/5] mm: provide more accurate estimation of pages occupied by memmap

kswapd endless loop for compaction
 2012-11-20 19:04 UTC 

[PATCH] mm: trace filemap add and del
 2012-11-20 18:50 UTC 

[PATCH v5 00/11] Introduce huge zero page
 2012-11-20 16:00 UTC  (8+ messages)
` [PATCH v5 05/11] thp: change_huge_pmd(): keep huge zero page write-protected

Changelog 2011 update
 2012-11-20  8:36 UTC 

[PATCH 0/6] Automatic NUMA placement of tasks in cpu cgroup
 2012-11-20  8:32 UTC  (7+ messages)
` [PATCH 1/6] don't call cpuacct_charge in stop_task.c
` [PATCH 2/6] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH 3/6] cgroup, sched: let cpu serve the same files as cpuacct
` [PATCH 4/6] cgroup, sched: deprecate cpuacct
` [PATCH 5/6] sched: adjust exec_clock to use it as cpu usage metric
` [PATCH 6/6] cpuacct: don't actually do anything

Don't forget about meeting tomorrow
 2012-11-20  8:26 UTC 

[RFC PATCH] mm: fix up zone's present_pages
 2012-11-20  7:44 UTC  (8+ 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).