linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-23 13:51:47 to 2016-02-25 16:25:02 UTC [more...]

[RFC 0/2] New MAP_PMEM_AWARE mmap flag
 2016-02-25 16:24 UTC  (43+ messages)

[PATCH] x86/mm: fix slow_virt_to_phys() for X86_PAE again
 2016-02-25 17:03 UTC  (2+ messages)

[BUG] random kernel crashes after THP rework on s390 (maybe also on PowerPC and ARM)
 2016-02-25 16:08 UTC  (24+ messages)

[PATCH trivial] include/linux/gfp.h: Improve the coding styles
 2016-02-25 16:07 UTC  (10+ messages)

[PATCH] thp, mm: remove comments on serializion of THP split vs. gup_fast
 2016-02-25 15:07 UTC  (3+ messages)

[PATCH 0/5] oom reaper v5
 2016-02-25 14:16 UTC  (5+ messages)
` [PATCH 3/5] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space

[LSF/MM ATTEND] HMM (heterogeneous memory manager) and GPU
 2016-02-25 13:49 UTC  (3+ messages)

[PATCH] mm: remove __GFP_NOFAIL is deprecated comment
 2016-02-25 13:48 UTC  (3+ messages)

[PATCH v5 00/20] kthread: Use kthread worker API more widely
 2016-02-25 13:01 UTC  (9+ messages)
` [PATCH v5 04/20] kthread: Add drain_kthread_worker()
` [PATCH v5 05/20] kthread: Add destroy_kthread_worker()
` [PATCH v5 10/20] kthread: Better support freezable kthread workers

[PATCH v5 08/20] kthread: Allow to cancel kthread work
 2016-02-25 12:59 UTC  (4+ messages)

[RFC 0/7] Peer-direct memory
 2016-02-25 11:27 UTC  (3+ messages)

[PATCH v2] mm,oom: don't abort on exiting processes when selecting a victim
 2016-02-25 11:25 UTC  (3+ messages)

[PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables
 2016-02-25 11:02 UTC  (3+ messages)
` [PATCH 1/2] mm: cma: arm64: Introduce dma_activate_contiguous() for early activation
` [PATCH 2/2] irqchip, gicv3-its, cma: Use CMA for allocation of large device tables

[PATCH 0/3] OOM detection rework v4
 2016-02-25 11:02 UTC  (9+ messages)

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-02-25 10:27 UTC  (5+ messages)

[PATCH] mm, memory hotplug: print debug message in the proper way for online_pages
 2016-02-25  8:29 UTC  (2+ messages)

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2016-02-25  7:36 UTC  (3+ messages)

Problems with swapping in v4.5-rc on POWER
 2016-02-25  5:43 UTC  (5+ messages)

[PATCH] writeback: call writeback tracepoints withoud holding list_lock in wb_writeback()
 2016-02-25  2:40 UTC  (2+ messages)

[PATCH v3 1/2] mm: introduce page reference manipulation functions
 2016-02-25  2:11 UTC  (5+ messages)

[PATCH] mm, memory hotplug: print more failure information for online_pages
 2016-02-25  1:42 UTC  (4+ messages)

[PATCH v2] mm: scale kswapd watermarks in proportion to memory
 2016-02-25  0:37 UTC  (5+ messages)

mmotm 2016-02-24-16-18 uploaded
 2016-02-25  0:19 UTC 

[RFC][PATCH v3 0/2] mm/page_poison.c: Allow for zero poisoning
 2016-02-24 23:35 UTC  (3+ messages)
` [RFC][PATCH v3 1/2] mm/page_poison.c: Enable PAGE_POISONING as a separate option
` [RFC][PATCH v3 2/2] mm/page_poison.c: Allow for zero poisoning

[PATCH] mm: limit direct reclaim for higher order allocations
 2016-02-24 23:28 UTC  (2+ messages)

[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
 2016-02-24 21:36 UTC  (8+ messages)

[PATCH 0/8] Support multi-order entries in the radix tree
 2016-02-24 20:24 UTC  (2+ messages)

[PATCH] thp: call pmdp_invalidate() with correct virtual address
 2016-02-24 18:49 UTC  (3+ messages)

[PATCHv2 0/4] Improve performance for SLAB_POISON
 2016-02-24 18:09 UTC  (4+ messages)
` [PATCHv2 1/4] slub: Drop lock at the end of free_debug_processing

[patch 0/2] vmstat: Speedup and Cleanup
 2016-02-24 17:38 UTC  (6+ messages)
` [patch 1/2] vmstat: Optimize refresh_cpu_vmstat()
` [patch 2/2] vmstat: Get rid of the ugly cpu_stat_off variable

[PATCH v5 07/20] kthread: Initial support for delayed kthread work
 2016-02-24 16:09 UTC  (3+ messages)

[PATCH v5 03/20] kthread: Add create_kthread_worker*()
 2016-02-24 15:56 UTC  (3+ messages)

[RFC] mm: vmpressure: dynamic window sizing
 2016-02-17  9:48 UTC 

[PATCH] kcov: clean up code
 2016-02-24 11:07 UTC 

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
 2016-02-24 10:46 UTC  (44+ messages)
` [PATCH 01/27] mm, page_alloc: Use ac->classzone_idx instead of zone_idx(preferred_zone)
` [PATCH 02/27] mm, vmscan: Check if cpusets are enabled during direct reclaim
` [PATCH 03/27] mm, vmstat: Add infrastructure for per-node vmstats
` [PATCH 04/27] mm, vmscan: Move lru_lock to the node
` [PATCH 05/27] mm, vmscan: Move LRU lists to node
` [PATCH 06/27] mm, vmscan: Begin reclaiming pages on a per-node basis
` [PATCH 07/27] mm, vmscan: Have kswapd only scan based on the highest requested zone
` [PATCH 08/27] mm, vmscan: Make kswapd reclaim in terms of nodes
` [PATCH 09/27] mm, vmscan: Simplify the logic deciding whether kswapd sleeps
` [PATCH 10/27] mm, vmscan: By default have direct reclaim only shrink once per node
` [PATCH 11/27] mm, vmscan: Clear congestion, dirty and need for compaction on a per-node basis
` [PATCH 12/27] mm: vmscan: Do not reclaim from kswapd if there is any eligible zone
` [PATCH 13/27] mm, vmscan: Make shrink_node decisions more node-centric
` [PATCH 14/27] mm, memcg: Move memcg limit enforcement from zones to nodes
` [PATCH 15/27] mm, workingset: Make working set detection node-aware
` [PATCH 16/27] mm, page_alloc: Consider dirtyable memory in terms of nodes
` [PATCH 17/27] mm: Move page mapped accounting to the node
` [PATCH 18/27] mm: Rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 19/27] mm: Move most file-based accounting to the node
` [PATCH 20/27] mm: Move vmscan writes and file write "
` [PATCH 21/27] mm, vmscan: Update classzone_idx if buffer_heads_over_limit
` [PATCH 22/27] mm, vmscan: Only wakeup kswapd once per node for the requested classzone
` [PATCH 23/27] mm, vmscan: Account in vmstat for pages skipped during reclaim
` [PATCH 24/27] mm: Convert zone_reclaim to node_reclaim
` [PATCH 25/27] mm, vmscan: Add classzone information to tracepoints
` [PATCH 26/27] mm, page_alloc: Remove fair zone allocation policy
` [PATCH 27/27] mm: page_alloc: Cache the last node whose dirty limit is reached

[PATCH 4.4 005/137] x86/mm: Fix vmalloc_fault() to handle large pages properly
 2016-02-24  3:32 UTC 

[PATCH] mm: readahead: do not cap readahead() and MADV_WILLNEED
 2016-02-24  2:34 UTC  (2+ messages)

[PATCH 0/6] DAX cleanups
 2016-02-23 23:37 UTC  (3+ messages)
` [PATCH 1/6] dax: Use vmf->gfp_mask

[PATCHv2 00/28] huge tmpfs implementation using compound pages
 2016-02-23 22:58 UTC  (6+ messages)
` [PATCHv2 08/28] mm: postpone page table allocation until do_set_pte()

THP race?
 2016-02-23 21:18 UTC  (10+ messages)
  ` [PATCH 1/1] mm: thp: fix SMP race condition between THP page fault
` [PATCH 0/1] Re: THP race?
  ` [PATCH 1/1] mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED

[RFC][PATCH v2 3/3] mm/zsmalloc: increase ZS_MAX_PAGES_PER_ZSPAGE
 2016-02-23 16:05 UTC  (11+ messages)

[PATCH] mm,vmscan: compact memory from kswapd when lots of memory free already
 2016-02-23 15:39 UTC  (3+ messages)

[PATCH 1/2] mm: cma: split out in_cma check to separate function
 2016-02-23 15:30 UTC  (6+ messages)
` [PATCH 2/2] ARM: dma-mapping: fix alloc/free for coherent + CMA + gfp=0

[RFC PATCH 00/27] Move LRU page reclaim from zones to nodes v2
 2016-02-23 13:45 UTC  (2+ messages)
` [PATCH 14/27] mm, memcg: Move memcg limit enforcement from zones to nodes


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