messages from 2013-12-17 15:45:52 to 2013-12-19 15:29:12 UTC [more...]
[RFC PATCH 0/3] Change how we determine when to hand out THPs
2013-12-19 15:29 UTC (14+ messages)
[RFC][PATCH 0/7] re-shrink 'struct page' when SLUB is on
2013-12-19 15:21 UTC (9+ messages)
[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
2013-12-19 14:41 UTC (15+ messages)
[PATCH 0/4] Fix ebizzy performance regression due to X86 TLB range flush v2
2013-12-19 14:34 UTC (15+ messages)
netfilter: active obj WARN when cleaning up
2013-12-19 14:20 UTC (18+ messages)
[RFC PATCH 0/6] Configurable fair allocation zone policy v4
2013-12-19 13:29 UTC (10+ messages)
` [PATCH 1/6] mm: page_alloc: exclude unreclaimable allocations from zone fairness policy
` [PATCH 2/6] mm: page_alloc: Document why NR_ALLOC_BATCH is always updated
` [PATCH 3/6] mm: page_alloc: Break out zone page aging distribution into its own helper
` [PATCH 4/6] mm: page_alloc: Use zone node IDs to approximate locality
` [PATCH 5/6] mm: Annotate page cache allocations
` [PATCH 6/6] mm: page_alloc: Make zone distribution page aging policy configurable
[PATCH] mm/zswap: add writethrough option
2013-12-19 13:23 UTC
[RFC PATCH 0/6] Configurable fair allocation zone policy v3
2013-12-19 12:59 UTC (20+ 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 00/17] NUMA balancing segmentation fault fixes and misc followups v4
2013-12-19 12:00 UTC (5+ messages)
` [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA hinting during migration
` [PATCH] mm: Remove bogus warning in copy_huge_pmd
[PATCH 1/6] slab: cleanup kmem_cache_create_memcg()
2013-12-19 10:23 UTC (42+ 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
` [Devel] [PATCH 1/6] slab: cleanup kmem_cache_create_memcg()
[PATCH] mm,numa,THP: initialize hstate for THP page size
2013-12-19 10:22 UTC (4+ messages)
[PATCH] mm/memory-failure.c: transfer page count from head page to tail page after split thp
2013-12-19 9:59 UTC (2+ messages)
[PATCH v4 1/2] mm: factor commit limit calculation
2013-12-19 7:36 UTC (4+ messages)
` [PATCH v4 2/2] mm: allow to set overcommit ratio more precisely
` [PATCH v5] mm: add overcommit_kbytes sysctl variable
[PATCH v3] mm/rmap: fix BUG at rmap_walk
2013-12-19 6:14 UTC (4+ messages)
[PATCH v2] mm/rmap: fix BUG at rmap_walk
2013-12-19 5:45 UTC (5+ messages)
bad page state in 3.13-rc4
2013-12-19 4:40 UTC (2+ messages)
[PATCH] mm/rmap: fix BUG at rmap_walk
2013-12-19 1:30 UTC (10+ messages)
mm: kernel BUG at mm/rmap.c:1663!
2013-12-18 22:42 UTC (2+ messages)
[PATCH] mm: remove BUG_ON() from mlock_vma_page()
2013-12-18 22:30 UTC (5+ messages)
[PATCH] mm/mlock: fix BUG_ON unlocked page for nolinear VMAs
2013-12-18 21:43 UTC (11+ messages)
mm: kernel BUG at mm/mlock.c:82!
2013-12-18 19:27 UTC (9+ messages)
mm: kernel BUG at include/linux/swapops.h:131!
2013-12-18 15:46 UTC (3+ 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 "
[PATCH 0/5] VFS: Directory level cache cleaning
2013-12-18 1:36 UTC (10+ messages)
kernel BUG in munlock_vma_pages_range
2013-12-18 0:48 UTC (6+ messages)
` [PATCH 0/3] Fix bugs in munlock
` [PATCH 1/3] mm: munlock: fix a bug where THP tail page is encountered
[RFC PATCH 0/7] Configurable fair allocation zone policy v2r6
2013-12-17 23:24 UTC (30+ messages)
` [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
[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"
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).