linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-16 16:20:45 to 2013-12-18 17:14:13 UTC [more...]

[PATCH 1/6] slab: cleanup kmem_cache_create_memcg()
 2013-12-18 17:14 UTC  (9+ messages)
` [PATCH 2/6] memcg, slab: kmem_cache_create_memcg(): free memcg params on error
` [PATCH 3/6] memcg, slab: cleanup barrier usage when accessing memcg_caches
` [PATCH 4/6] memcg, slab: check and init memcg_cahes under slab_mutex
` [PATCH 5/6] memcg: clear memcg_params after removing cache from memcg_slab_caches list
` [PATCH 6/6] memcg, slab: RCU protect memcg_params for root caches

[RFC PATCH 0/6] Configurable fair allocation zone policy v3
 2013-12-18 16:20 UTC  (16+ messages)
` [PATCH 1/6] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
` [PATCH 2/6] mm: page_alloc: Break out zone page aging distribution into its own helper
` [PATCH 3/6] mm: page_alloc: Use zone node IDs to approximate locality
` [PATCH 4/6] mm: Annotate page cache allocations
` [PATCH 5/6] mm: page_alloc: Make zone distribution page aging policy configurable
` [PATCH 6/6] mm: page_alloc: add vm.pagecache_interleave to control default mempolicy for page cache

mm: kernel BUG at include/linux/swapops.h:131!
 2013-12-18 15:46 UTC  (3+ messages)

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2013-12-18 10:26 UTC  (3+ messages)

[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
 2013-12-18 10:24 UTC  (18+ messages)

[PATCH] mm/mlock: fix BUG_ON unlocked page for nolinear VMAs
 2013-12-18  9:23 UTC  (10+ messages)

mm: kernel BUG at mm/mlock.c:82!
 2013-12-18  9:21 UTC  (9+ messages)

[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
 2013-12-18  8:51 UTC  (8+ messages)
` [RFC][PATCH 1/7] mm: print more details for bad_page()

possible regression on 3.13 when calling flush_dcache_page
 2013-12-18  7:21 UTC  (5+ messages)

[PATCH v3 00/14] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-12-18  6:54 UTC  (15+ messages)
` [PATCH v3 01/14] mm, hugetlb: unify region structure handling
` [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head
` [PATCH v3 03/14] mm, hugetlb: protect region tracking via newly introduced resv_map lock
` [PATCH v3 04/14] mm, hugetlb: remove resv_map_put()
` [PATCH v3 05/14] mm, hugetlb: make vma_resv_map() works for all mapping type
` [PATCH v3 06/14] mm, hugetlb: remove vma_has_reserves()
` [PATCH v3 07/14] mm, hugetlb: mm, hugetlb: unify chg and avoid_reserve to use_reserve
` [PATCH v3 08/14] mm, hugetlb: call vma_needs_reservation before entering alloc_huge_page()
` [PATCH v3 09/14] mm, hugetlb: remove a check for return value of alloc_huge_page()
` [PATCH v3 10/14] mm, hugetlb: move down outside_reserve check
` [PATCH v3 11/14] mm, hugetlb: move up anon_vma_prepare()
` [PATCH v3 12/14] mm, hugetlb: clean-up error handling in hugetlb_cow()
` [PATCH v3 13/14] mm, hugetlb: retry if failed to allocate and there is concurrent user
` [PATCH v3 14/14] mm, hugetlb: remove a hugetlb_instantiation_mutex

[PATCH] mm/memory-failure.c: send "action optional" signal to an arbitrary thread
 2013-12-18  6:45 UTC  (5+ messages)
` [PATCH] mm/memory-failure.c: send action optional "

[PATCH 0/5] VFS: Directory level cache cleaning
 2013-12-18  1:36 UTC  (11+ messages)

kernel BUG in munlock_vma_pages_range
 2013-12-18  0:48 UTC  (9+ 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 0/7] Configurable fair allocation zone policy v2r6
 2013-12-17 23:24 UTC  (34+ messages)
` [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 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 00/17] NUMA balancing segmentation fault fixes and misc followups v4
 2013-12-17 22:53 UTC  (5+ messages)
` [PATCH 05/18] mm: numa: Do not clear PTE for pte_numa update
  ` [PATCH 19/18] mm,numa: write pte_numa pte back to the page tables
` [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA hinting during migration

[RFC PATCH 0/3] Change how we determine when to hand out THPs
 2013-12-17 22:25 UTC  (11+ messages)

netfilter: active obj WARN when cleaning up
 2013-12-17 22:09 UTC  (16+ messages)

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

[RFC] memcg: some charge path cleanups + css offline vs. charge race fix
 2013-12-17 15:45 UTC  (6+ messages)
` [RFC 1/5] memcg: cleanup charge routines
` [RFC 2/5] memcg: move stock charge into __mem_cgroup_try_charge_memcg
` [RFC 3/5] memcg: mm == NULL is not allowed for mem_cgroup_try_charge_mm
` [RFC 4/5] memcg: make sure that memcg is not offline when charging
` [RFC 5/5] Revert "mm: memcg: fix race condition between memcg teardown and swapin"

[patch 019/154] mm: make madvise(MADV_WILLNEED) support swap file prefetch
 2013-12-17 14:09 UTC  (7+ messages)

3.13-rc breaks MEMCG_SWAP
 2013-12-17 13:15 UTC  (24+ messages)
                ` [PATCH cgroup/for-3.13-fixes] cgroup: don't recycle cgroup id until all csses' have been destroyed

[RFC PATCH 0/3] Fix ebizzy performance regression on IvyBridge due to X86 TLB range flush
 2013-12-17 13:14 UTC  (12+ messages)
` [PATCH 2/3] x86: mm: Change tlb_flushall_shift for IvyBridge

[PATCH 1/2] memcg: fix memcg_size() calculation
 2013-12-17  8:12 UTC  (6+ messages)
` [PATCH 2/2] memcg: do not use vmalloc for mem_cgroup allocations

[PATCH] mm/mempolicy: fix !vma in new_vma_page()
 2013-12-17  7:40 UTC  (4+ messages)

mm: kernel BUG at mm/mempolicy.c:1203!
 2013-12-17  6:57 UTC  (9+ messages)

[PATCH 0/5] zram/zsmalloc copyright and maintainers
 2013-12-17  6:12 UTC  (6+ messages)
` [PATCH 1/5] zram: remove old private project comment
` [PATCH 2/5] zram: add copyright
` [PATCH 3/5] zsmalloc: "
` [PATCH 4/5] zram: add zram maintainers
` [PATCH 5/5] zsmalloc: add maintainers

[RFC PATCH V1 0/6] mm: add a new option MREMAP_DUP to mmrep syscall
 2013-12-17  5:59 UTC  (5+ messages)

[PATCH] mm/hugetlb: check for pte NULL pointer in __page_check_address()
 2013-12-17  1:07 UTC  (3+ messages)

mm: ptl is not bloated if it fits in pointer
 2013-12-17  0:29 UTC  (4+ messages)

mmotm 2013-12-16-14-29 uploaded
 2013-12-16 22:30 UTC 

[RFC PATCH 3/3] Change THP behavior
 2013-12-16 17:37 UTC  (3+ 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).