linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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()

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

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 "

[RFC PATCH 0/6] Configurable fair allocation zone policy v3
 2013-12-18  6:17 UTC  (9+ 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

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

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

[PATCH 0/5] VFS: Directory level cache cleaning
 2013-12-18  1:36 UTC  (16+ messages)
` [PATCH 1/5] VFS: Convert drop_caches to accept string
` [PATCH 2/5] VFS: Convert sysctl_drop_caches to string
` [PATCH 3/5] VFS: Add the declaration of shrink_pagecache_parent
` [PATCH 4/5] VFS: Add shrink_pagecache_parent
` [PATCH 5/5] VFS: Extend drop_caches sysctl handler to allow directory level cache cleaning

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

[PATCH] mm: remove BUG_ON() from mlock_vma_page()
 2013-12-18  0:42 UTC 

[RFC PATCH 0/7] Configurable fair allocation zone policy v2r6
 2013-12-17 23:24 UTC  (37+ 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 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 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)

[RFC][PATCH] vfs: don't fallback to buffered read if the offset of dio read is beyond eof
 2013-12-16 15:01 UTC  (2+ messages)

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-16 12:17 UTC  (11+ messages)
` [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 12/18] vmscan: shrink slab on memcg pressure
` [PATCH v14 14/18] list_lru: add per-memcg lists
` [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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox