linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-11 17:03:56 to 2015-11-14 15:15:31 UTC [more...]

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy
 2015-11-14 15:15 UTC  (32+ messages)
` [PATCH 01/14] mm: memcontrol: export root_mem_cgroup
` [PATCH 02/14] mm: vmscan: simplify memcg vs. global shrinker invocation
` [PATCH 03/14] net: tcp_memcontrol: properly detect ancestor socket pressure
` [PATCH 04/14] net: tcp_memcontrol: remove bogus hierarchy pressure propagation
` [PATCH 05/14] net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
` [PATCH 06/14] net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
` [PATCH 07/14] net: tcp_memcontrol: simplify the per-memcg limit access
` [PATCH 08/14] net: tcp_memcontrol: sanitize tcp memory accounting callbacks
` [PATCH 09/14] net: tcp_memcontrol: simplify linkage between socket and page counter
` [PATCH 10/14] mm: memcontrol: generalize the socket accounting jump label
` [PATCH 11/14] mm: memcontrol: do not account memory+swap on unified hierarchy
` [PATCH 12/14] mm: memcontrol: move socket code for unified hierarchy accounting
` [PATCH 13/14] mm: memcontrol: account socket memory in unified hierarchy memory controller
` [PATCH 14/14] mm: memcontrol: hook up vmpressure to socket pressure

[PATCH v2 0/6] memcg/kmem: switch to white list policy
 2015-11-14 11:29 UTC  (8+ messages)
` [PATCH v2 3/6] memcg: only account kmem allocations marked as __GFP_ACCOUNT
` [PATCH v2 4/6] slab: add SLAB_ACCOUNT flag
` [PATCH v2 6/6] Account certain kmem allocations to memcg

[PATCH V2 0/2] SLUB bulk API interactions with kmem cgroup
 2015-11-14 11:04 UTC  (5+ messages)
` [PATCH V4 "
  ` [PATCH V4 1/2] slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
  ` [PATCH V4 2/2] slub: add missing kmem cgroup support to kmem_cache_free_bulk

Memory exhaustion testing?
 2015-11-14  8:23 UTC  (3+ messages)

[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-14  2:32 UTC  (16+ messages)
` [PATCH v2 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 04/11] dax: support dirty DAX entries in radix tree
` [PATCH v2 05/11] mm: add follow_pte_pmd()
` [PATCH v2 06/11] mm: add pgoff_mkclean()
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 09/11] ext2: add support for DAX fsync/msync
` [PATCH v2 10/11] ext4: "
` [PATCH v2 11/11] xfs: "

[PATCH] tmpfs: avoid a little creat and stat slowdown
 2015-11-14  0:51 UTC  (5+ messages)

[PATCH v3] mm/hugetlbfs Fix bugs in fallocate hole punch of areas with holes
 2015-11-14  0:39 UTC  (2+ messages)

[PATCH] mm/hugetlb: Unmap pages if page fault raced with hole punch
 2015-11-14  0:36 UTC  (8+ messages)

[PATCH] mm: Loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
 2015-11-13 22:58 UTC  (3+ messages)

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator
 2015-11-13 22:51 UTC  (4+ messages)
` [PATCH 2/3] mm/page_isolation: add new tracepoint, test_pages_isolated
` [PATCH 3/3] mm/cma: always check which page cause allocation failure

[PATCH V6] mm: fix kernel crash in khugepaged thread
 2015-11-13 22:32 UTC  (4+ messages)

[PATCH] mm: get rid of __alloc_pages_high_priority
 2015-11-13 22:31 UTC  (5+ messages)

[PATCH, RESEND] ipc/shm: handle removed segments gracefully in shm_mmap()
 2015-11-13 19:58 UTC  (7+ messages)

[PATCH v3 00/17] MADFV_FREE support
 2015-11-13 19:46 UTC  (33+ messages)
` [PATCH v3 01/17] mm: support madvise(MADV_FREE)
` [PATCH v3 02/17] mm: define MADV_FREE for some arches
` [PATCH v3 03/17] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v3 04/17] mm: free swp_entry in madvise_free
` [PATCH v3 05/17] mm: move lazily freed pages to inactive list
` [PATCH v3 06/17] mm: clear PG_dirty to mark page freeable
` [PATCH v3 07/17] mm: mark stable page dirty in KSM
` [PATCH v3 08/17] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v3 09/17] sparc: "
` [PATCH v3 10/17] powerpc: "
` [PATCH v3 11/17] arm: add pmd_mkclean "
` [PATCH v3 12/17] arm64: "
` [PATCH v3 13/17] mm: don't split THP page when syscall is called
` [PATCH v3 14/17] mm: introduce wrappers to add new LRU
` [PATCH v3 15/17] mm: introduce lazyfree LRU list
` [PATCH v3 16/17] mm: support MADV_FREE on swapless system
` [PATCH v3 17/17] mm: add knob to tune lazyfreeing

[PATCH] writeback: initialize m_dirty to avoid compile warning
 2015-11-13 18:26 UTC 

[linux-next:master 12891/13017] mm/slub.c:2396:1: warning: '___slab_alloc' uses dynamic stack allocation
 2015-11-13 17:05 UTC  (7+ messages)

[PATCH] mm: change may_enter_fs check condition
 2015-11-13 15:36 UTC  (3+ messages)

[PATCH] slab/slub: adjust kmem_cache_alloc_bulk API
 2015-11-13 14:43 UTC  (2+ messages)

[PATCH V4] mm: fix kernel crash in khugepaged thread
 2015-11-13 14:01 UTC  (5+ messages)

[PATCH] mm: change mm_vmscan_lru_shrink_inactive() proto types
 2015-11-13 13:16 UTC  (3+ messages)

memory reclaim problems on fs usage
 2015-11-13 12:19 UTC  (9+ messages)

[PATCH V5] mm: fix kernel crash in khugepaged thread
 2015-11-13 12:05 UTC 

[PATCH V4] mm: fix kernel crash in khugepaged thread
 2015-11-13 10:24 UTC  (2+ messages)

[PATCH] x86/mm: fix regression with huge pages on PAE
 2015-11-13  9:01 UTC  (17+ messages)

[PATCH v1] mm: fix mapcount mismatch in hugepage migration
 2015-11-13  8:33 UTC  (2+ messages)

[BUG] init_memory_block adds missing sections to memory_block on large system
 2015-11-12 22:52 UTC 

[RFC] mempolicy: convert the shared_policy lock to a rwlock
 2015-11-12 21:10 UTC  (2+ messages)

[PATCH] mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
 2015-11-12 20:55 UTC  (6+ messages)
` [PATCH V2] "

[PATCH 5/8] mm: memcontrol: account socket memory on unified hierarchy
 2015-11-12 19:12 UTC  (12+ messages)

[PATCH V3 0/2] SLUB bulk API interactions with kmem cgroup
 2015-11-12 14:27 UTC  (11+ messages)
` [PATCH V3 1/2] slub: fix kmem cgroup bug in kmem_cache_alloc_bulk

[PATCH] mm: change trace_mm_vmscan_writepage() proto type
 2015-11-12 14:24 UTC  (2+ messages)

RFC: OOM detection rework v1
 2015-11-12 12:44 UTC  (4+ messages)
` [RFC 1/3] mm, oom: refactor oom detection

[PATCH 0/5] dump_stack: allow specifying printk log level
 2015-11-12 10:26 UTC  (5+ messages)
` [PATCH 4/5] x86: dumpstack - implement show_stack_lvl()
` [PATCH 5/5] mm: use KERN_DEBUG for dump_stack() during an OOM

[PATCH 0/3] tools/vm: trivial fixes
 2015-11-12  9:59 UTC  (15+ messages)
` [PATCH 1/3] tools/vm: fix Makefile multi-targets
` [PATCH 2/3] tools/vm/page-types: suppress gcc warnings
` [PATCH 3/3] tools/vm/slabinfo: update struct slabinfo members' types

[PATCH] mm: Allow GFP_IOFS for page_cache_read page cache allocation
 2015-11-12  9:53 UTC  (2+ messages)

I'd like to add you to my professional network on LinkedIn
 2015-11-12  9:52 UTC 

[PATCH] mm, oom: Give __GFP_NOFAIL allocations access to memory reserves
 2015-11-12  8:51 UTC  (3+ messages)

[PATCH V3] mm: fix kernel crash in khugepaged thread
 2015-11-12  7:15 UTC 

[PATCH V2] mm: fix kernel crash in khugepaged thread
 2015-11-12  7:15 UTC  (5+ messages)

kernel oops on mmotm-2015-10-15-15-20
 2015-11-12  0:36 UTC  (11+ messages)

[PATCH] mm: Loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390
 2015-11-11 20:42 UTC  (6+ 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).