linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-12 14:11:51 to 2013-12-16 12:17:36 UTC [more...]

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-16 12:17 UTC  (19+ messages)
` [PATCH v14 01/18] memcg: make cache index determination more robust
` [PATCH v14 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v14 03/18] memcg: move initialization to memcg creation
` [PATCH v14 04/18] memcg: make for_each_mem_cgroup macros public
` [PATCH v14 05/18] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH v14 06/18] memcg: rework memcg_update_kmem_limit synchronization
` [PATCH v14 07/18] list_lru, shrinkers: introduce list_lru_shrink_{count,walk}
` [PATCH v14 08/18] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v14 09/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v14 10/18] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v14 11/18] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v14 12/18] vmscan: shrink slab on memcg pressure
` [PATCH v14 13/18] vmscan: take at least one pass with shrinkers
` [PATCH v14 14/18] list_lru: add per-memcg lists
` [PATCH v14 15/18] fs: make shrinker memcg aware
` [PATCH v14 16/18] vmpressure: in-kernel notifications
` [PATCH v14 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v14 18/18] memcg: flush memcg items upon memcg destruction

[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
 2013-12-16 11:16 UTC  (13+ messages)
` [PATCH 1/4] x86: mm: Clean up inconsistencies when flushing TLB ranges
` [PATCH 2/4] x86: mm: Account for TLB flushes only when debugging
` [PATCH 3/4] x86: mm: Change tlb_flushall_shift for IvyBridge
` [PATCH 4/4] x86: mm: Eliminate redundant page table walk during TLB range flushing

[PATCH v3 0/6] correct and clean-up migration related stuff
 2013-12-16 10:55 UTC  (9+ messages)
` [PATCH v3 1/6] mm/migrate: add comment about permanent failure path
` [PATCH v3 2/6] mm/migrate: correct failure handling if !hugepage_migration_support()
` [PATCH v3 3/6] mm/mempolicy: correct putback method for isolate pages if failed
` [PATCH v3 4/6] mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
` [PATCH v3 5/6] mm/compaction: respect ignore_skip_hint in update_pageblock_skip
` [PATCH v3 6/6] mm/migrate: remove unused function, fail_migrate_page()

possible regression on 3.13 when calling flush_dcache_page
 2013-12-16 10:49 UTC  (5+ messages)

3.13-rc breaks MEMCG_SWAP
 2013-12-16 10:40 UTC  (5+ messages)

kernel BUG in munlock_vma_pages_range
 2013-12-16 10:14 UTC  (17+ messages)
                        ` [PATCH 0/3] Fix bugs in munlock
                          ` [PATCH 1/3] mm: munlock: fix a bug where THP tail page is encountered
                          ` [PATCH 2/3] mm: munlock: fix deadlock in __munlock_pagevec()
                          ` [RFC PATCH 3/3] mm: munlock: fix potential race with THP page split

mm: ptl is not bloated if it fits in pointer
 2013-12-16 10:12 UTC  (3+ messages)

[RFC PATCH 0/3] Fix ebizzy performance regression on IvyBridge due to X86 TLB range flush
 2013-12-16 10:06 UTC  (19+ messages)
` [PATCH 1/3] x86: mm: Clean up inconsistencies when flushing TLB ranges
` [PATCH 2/3] x86: mm: Change tlb_flushall_shift for IvyBridge

[PATCH] mm: fix huge page reallocated in soft_offline_page
 2013-12-16  9:41 UTC  (2+ messages)

[PATCH] mm/hugetlb: check for pte NULL pointer in __page_check_address()
 2013-12-16  9:33 UTC 

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-16  8:22 UTC  (7+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[RFC][PATCH] vfs: don't fallback to buffered read if the offset of dio read is beyond eof
 2013-12-16  7:21 UTC 

mm: shm: hang in shmem_fallocate
 2013-12-16  4:01 UTC 

mm: kernel BUG at mm/mempolicy.c:1203!
 2013-12-16  0:26 UTC  (2+ messages)

[PATCH v8 1/4] sched/numa: drop sysctl_numa_balancing_settle_count sysctl
 2013-12-15 23:58 UTC  (5+ messages)

[patch 019/154] mm: make madvise(MADV_WILLNEED) support swap file prefetch
 2013-12-15 22:58 UTC 

[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
 2013-12-14  3:13 UTC  (9+ messages)
` [RFC][PATCH 1/7] mm: print more details for bad_page()
` [RFC][PATCH 2/7] mm: page->pfmemalloc only used by slab/skb
` [RFC][PATCH 3/7] mm: slabs: reset page at free
` [RFC][PATCH 4/7] mm: rearrange struct page
` [RFC][PATCH 5/7] mm: slub: rearrange 'struct page' fields
` [RFC][PATCH 6/7] mm: slub: remove 'struct page' alignment restrictions
` [RFC][PATCH 7/7] mm: slub: cleanups after code churn

[PATCH 1/2] memcg: fix memcg_size() calculation
 2013-12-14 20:13 UTC  (3+ messages)
` [PATCH 2/2] memcg: do not use vmalloc for mem_cgroup allocations
  ` [Devel] "

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-14 20:03 UTC  (9+ messages)
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists

[PATCH v3 00/23] mm: Use memblock interface instead of bootmem
 2013-12-14 19:48 UTC  (16+ messages)
` [PATCH v3 05/23] mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignment
` [PATCH v3 06/23] mm/memblock: reorder parameters of memblock_find_in_range_node
` [PATCH v3 07/23] mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES
` [PATCH v3 08/23] mm/memblock: Add memblock memory allocation apis
` [PATCH v3 13/23] mm/lib/swiotlb: Use memblock apis for early memory allocations

[RFC PATCH 0/3] Change how we determine when to hand out THPs
 2013-12-14  5:44 UTC  (3+ messages)

[PATCH RFC] mm readahead: Fix the readahead fail in case of empty numa node
 2013-12-14  0:39 UTC  (9+ messages)

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-13 23:55 UTC  (12+ messages)

[PATCH] mm/memory-failure.c: send "action optional" signal to an arbitrary thread
 2013-12-13 23:00 UTC  (4+ messages)
` [PATCH] mm/memory-failure.c: send action optional "

[RFC PATCH 0/7] Configurable fair allocation zone policy v2r6
 2013-12-13 22:15 UTC  (13+ messages)
` [PATCH 1/7] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
` [PATCH 2/7] mm: page_alloc: Break out zone page aging distribution into its own helper
` [PATCH 3/7] mm: page_alloc: Use zone node IDs to approximate locality
` [PATCH 4/7] mm: Annotate page cache allocations
` [PATCH 5/7] mm: page_alloc: Make zone distribution page aging policy configurable
` [PATCH 6/7] mm: page_alloc: Only account batch allocations requests that are eligible
` [PATCH 7/7] mm: page_alloc: Default allow file pages to use remote nodes for fair allocation policy

[PATCH] mm/zswap: change params from hidden to ro
 2013-12-13 20:56 UTC  (3+ messages)

why does index in truncate_inode_pages_range() grows so much ?
 2013-12-13 19:10 UTC  (8+ messages)
              ` [uml-devel] "

[RFC PATCH 1/3] Add flags for temporary compound pages
 2013-12-13 18:12 UTC  (11+ messages)
` [RFC PATCH 2/3] Add tunable to control THP behavior
` [RFC PATCH 3/3] Change "

[PATCH] - auditing cmdline
 2013-12-13 15:27 UTC  (10+ 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] mm: fix use-after-free in sys_remap_file_pages
 2013-12-13 14:43 UTC  (5+ messages)
    ` [PATCH -v2] "

[PATCH] [RFC] mm: slab: separate slab_page from 'struct page'
 2013-12-12 19:28 UTC  (7+ messages)

[patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves
 2013-12-13 11:47 UTC  (17+ messages)

[PATCH] mm: documentation: remove hopelessly out-of-date locking doc
 2013-12-13  8:21 UTC  (3+ messages)

[PATCH v3 0/5] slab: implement byte sized indexes for the freelist of a slab
 2013-12-13  7:03 UTC  (5+ messages)
` [PATCH v3 5/5] slab: make more slab management structure off the slab

[PATCH] mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
 2013-12-13  4:15 UTC  (2+ messages)

[PATCH v2] mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
 2013-12-13  3:08 UTC  (3+ messages)

[PATCH v2] mm/zswap: change zswap to writethrough cache
 2013-12-13  2:58 UTC  (6+ messages)

[PATCH V2 0/6] Memory compaction efficiency improvements
 2013-12-13  2:03 UTC  (4+ messages)

kernel BUG at mm/mempolicy.c:1204!
 2013-12-13  1:33 UTC  (2+ messages)

[PATCH] mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfull
 2013-12-13  0:56 UTC  (3+ messages)

[RFC][PATCH 0/3] re-shrink 'struct page' when SLUB is on
 2013-12-12 23:40 UTC  (9+ messages)
` [RFC][PATCH 1/3] mm: slab: create helpers for slab ->freelist pointer
` [RFC][PATCH 2/3] mm: slab: move around slab ->freelist for cmpxchg
` [RFC][PATCH 3/3] mm: slabs: reset page at free

[PATCH] memcg, oom: lock mem_cgroup_print_oom_info
 2013-12-12 23:31 UTC  (4+ messages)

[PATCH 1/2] mm: slab/slub: use page->list consistently instead of page->lru
 2013-12-12 17:39 UTC  (2+ messages)

[RFC PATCH 0/4] Configurable fair allocation zone policy
 2013-12-12 15:34 UTC  (6+ messages)
` [PATCH 1/4] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
` [PATCH 2/4] mm: page_alloc: Break out zone page aging distribution into its own helper
` [PATCH 3/4] mm: page_alloc: Use zone node IDs to approximate locality
` [PATCH 4/4] mm: page_alloc: Make zone distribution page aging policy configurable


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