linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-27 01:01:47 to 2013-12-03 02:28:27 UTC [more...]

[PATCH RESEND part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-12-03  2:25 UTC  (5+ messages)
` [PATCH RESEND part2 v2 1/8] x86: get pg_data_t's memory from other node
` [PATCH RESEND part2 v2 2/8] memblock, numa: Introduce flag into memblock
` [PATCH RESEND part2 v2 3/8] memblock, mem_hotplug: Introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable regions
` [PATCH RESEND part2 v2 4/8] memblock: Make memblock_set_node() support different memblock_type

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2013-12-03  2:25 UTC  (10+ messages)
` [PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate
` [PATCH v3 2/5] slab: introduce helper functions to get/set free object
` [PATCH v3 3/5] slab: restrict the number of objects in a slab
` [PATCH v3 4/5] slab: introduce byte sized index for the freelist of "
` [PATCH v3 5/5] slab: make more slab management structure off the slab

[PATCH 0/9] mm/rmap: unify rmap traversing functions through rmap_walk
 2013-12-03  2:08 UTC  (27+ messages)
` [PATCH 1/9] mm/rmap: recompute pgoff for huge page
` [PATCH 2/9] mm/rmap: factor nonlinear handling out of try_to_unmap_file()
` [PATCH 3/9] mm/rmap: factor lock function out of rmap_walk_anon()
` [PATCH 4/9] mm/rmap: make rmap_walk to get the rmap_walk_control argument
` [PATCH 5/9] mm/rmap: extend rmap_walk_xxx() to cope with different cases
` [PATCH 6/9] mm/rmap: use rmap_walk() in try_to_unmap()
` [PATCH 7/9] mm/rmap: use rmap_walk() in try_to_munlock()
` [PATCH 8/9] mm/rmap: use rmap_walk() in page_referenced()
` [PATCH 9/9] mm/rmap: use rmap_walk() in page_mkclean()

[PATCH 00/24] mm: Use memblock interface instead of bootmem
 2013-12-03  0:48 UTC  (7+ messages)
` [PATCH 09/24] mm/memblock: Add memblock memory allocation apis

user defined OOM policies
 2013-12-02 23:09 UTC  (15+ messages)

[patch] mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
 2013-12-02 23:02 UTC  (11+ messages)

[merged] mm-memcg-handle-non-error-oom-situations-more-gracefully.patch removed from -mm tree
 2013-12-02 22:51 UTC  (21+ messages)

[patch 0/9] mm: thrash detection-based file cache sizing v7
 2013-12-02 22:46 UTC  (14+ messages)
` [patch 1/9] fs: cachefiles: use add_to_page_cache_lru()
` [patch 2/9] lib: radix-tree: radix_tree_delete_item()
` [patch 3/9] mm: shmem: save one radix tree lookup when truncating swapped pages
` [patch 4/9] mm: filemap: move radix tree hole searching here
` [patch 5/9] mm + fs: prepare for non-page entries in page cache radix trees
` [patch 6/9] mm + fs: store shadow entries in page cache
` [patch 7/9] mm: thrash detection-based file cache sizing
` [patch 8/9] lib: radix_tree: tree node interface
` [patch 9/9] mm: keep page cache radix tree nodes in check

netfilter: active obj WARN when cleaning up
 2013-12-02 22:22 UTC  (18+ messages)

[patch] mm, memcg: add memory.oom_control notification for system oom
 2013-12-02 21:25 UTC  (19+ messages)
        ` [patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves

[PATCH] - auditing cmdline
 2013-12-02 21:10 UTC  (4+ messages)
` [PATCH 1/3] mm: Create utility functions for accessing a tasks commandline value
` [PATCH 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers
` [PATCH 3/3] audit: Audit proc cmdline value

Slab BUG with DEBUG_* options
 2013-12-02 19:02 UTC  (3+ messages)

[PATCH] Fix race between oom kill and task exit
 2013-12-02 14:12 UTC  (11+ messages)

[PATCH v12 00/18] kmemcg shrinkers
 2013-12-02 11:22 UTC  (20+ messages)
` [PATCH v12 01/18] memcg: make cache index determination more robust
` [PATCH v12 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v12 03/18] memcg: move initialization to memcg creation
` [PATCH v12 04/18] memcg: move several kmemcg functions upper
` [PATCH v12 05/18] fs: do not use destroy_super() in alloc_super() fail path
` [PATCH v12 06/18] vmscan: rename shrink_slab() args to make it more generic
` [PATCH v12 07/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v12 08/18] vmscan: do_try_to_free_pages(): remove shrink_control argument
` [PATCH v12 09/18] vmscan: shrink slab on memcg pressure
` [PATCH v12 10/18] memcg,list_lru: add per-memcg LRU list infrastructure
` [PATCH v12 11/18] memcg,list_lru: add function walking over all lists of a per-memcg LRU
` [PATCH v12 12/18] fs: make icache, dcache shrinkers memcg-aware
` [PATCH v12 13/18] memcg: per-memcg kmem shrinking
` [PATCH v12 14/18] vmscan: take at least one pass with shrinkers
` [PATCH v12 15/18] memcg: allow kmem limit to be resized down
` [PATCH v12 16/18] vmpressure: in-kernel notifications
` [PATCH v12 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v12 18/18] memcg: flush memcg items upon memcg destruction

[PATCH v6 4/5] MCS Lock: Barrier corrections
 2013-11-30 17:38 UTC  (40+ messages)

OMAPFB: CMA allocation failures
 2013-11-30 10:00 UTC 

[PATCH] memcg: fix kmem_account_flags check in memcg_can_account_kmem()
 2013-11-29 10:09 UTC  (5+ messages)
` [PATCH] memcg: make memcg_update_cache_sizes() static

[PATCH]mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}
 2013-11-28 17:41 UTC  (2+ messages)

[PATCH] common: DMA-mapping: add DMA_ATTR_ALLOC_EXACT_SIZE attribute
 2013-11-28 13:53 UTC 

[patch 0/9] mm: thrash detection-based file cache sizing v6
 2013-11-28  4:40 UTC  (8+ messages)
` [patch 6/9] mm + fs: store shadow entries in page cache

BUG: mm, numa: test segfaults, only when NUMA balancing is on
 2013-11-27 23:58 UTC  (11+ messages)

[PATCH] cpuset: Fix memory allocator deadlock
 2013-11-27 18:53 UTC  (4+ messages)

[patch] mm, vmscan: abort futile reclaim if we've been oom killed
 2013-11-27 16:09 UTC  (11+ messages)

[PATCH v11 00/15] kmemcg shrinkers
 2013-11-27  6:26 UTC  (5+ messages)

[PATCH v2] mm/zswap: change zswap to writethrough cache
 2013-11-27  1:28 UTC  (4+ 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).