linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-03 18:42:34 to 2014-07-09 06:22:37 UTC [more...]

[PATCH v12 0/8] MADV_FREE support
 2014-07-09  6:22 UTC  (5+ messages)
` [PATCH v12 1/8] mm: support madvise(MADV_FREE)
` [PATCH v12 2/8] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v12 3/8] sparc: "
` [PATCH v12 4/8] powerpc: "

[PATCH v11 0/7] MADV_FREE support
 2014-07-09  5:38 UTC  (14+ messages)
` [PATCH v11 1/7] mm: support madvise(MADV_FREE)
` [PATCH v11 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v11 3/7] sparc: "
` [PATCH v11 4/7] powerpc: "
` [PATCH v11 5/7] s390: "
` [PATCH v11 6/7] ARM: "
` [PATCH v11 7/7] mm: Don't split THP page when syscall is called

+ shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree
 2014-07-09  4:03 UTC 

arm64 flushing 255GB of vmalloc space takes too long
 2014-07-09  1:43 UTC 

Newbie start
 2014-07-09  0:15 UTC 

[PATCH] mm: update the description for vm_total_pages
 2014-07-09  0:02 UTC  (4+ messages)

mm: Various preparatory patches for hmm and kfd
 2014-07-08 23:52 UTC  (5+ messages)
  ` [PATCH 1/8] mmput: use notifier chain to call subsystem exit handler
  ` [PATCH 2/8] mm: differentiate unmap for vmscan from other unmap
  ` [PATCH 3/8] mmu_notifier: add event information to address invalidation v3
  ` [PATCH 4/8] mmu_notifier: pass through vma to invalidate_range and invalidate_page v2

[linux-3.10.17] Could not allocate memory from free CMA areas
 2014-07-08 23:41 UTC 

[PATCH v3 0/3] mm: introduce fincore() v3
 2014-07-08 22:32 UTC  (20+ messages)
` [PATCH v3 1/3] mm: introduce fincore()
` [PATCH v3 2/3] selftests/fincore: add test code for fincore()
` [PATCH v3 3/3] man2/fincore.2: document general description about fincore(2)

[PATCH -mm 0/8] memcg: reparent kmem on css offline
 2014-07-08 22:19 UTC  (16+ messages)
` [PATCH -mm 1/8] memcg: add pointer from memcg_cache_params to owner cache
` [PATCH -mm 2/8] memcg: keep all children of each root cache on a list
` [PATCH -mm 3/8] slab: guarantee unique kmem cache naming
` [PATCH -mm 4/8] slub: remove kmemcg id from create_unique_id
` [PATCH -mm 5/8] memcg: rework non-slab kmem pages charge path
` [PATCH -mm 6/8] memcg: introduce kmem context
` [PATCH -mm 7/8] memcg: move some kmem definitions upper
` [PATCH -mm 8/8] memcg: reparent kmem context on memcg offline

[patch] mm, hugetlb: generalize writes to nr_hugepages
 2014-07-08 22:11 UTC  (4+ messages)

[PATCH] mm: Don't forget to set softdirty on file mapped fault
 2014-07-08 21:15 UTC  (8+ messages)

[next:master 284/380] cpu_pm.c:undefined reference to `crypto_alloc_shash'
 2014-07-08 20:27 UTC  (3+ messages)

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-07-08 18:39 UTC  (7+ messages)
` [PATCH v3 3/7] shm: add memfd_create() syscall

[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
 2014-07-08 17:03 UTC  (18+ messages)

mm/sched/net: BUG when running simple code
 2014-07-08 15:25 UTC  (3+ messages)

include/linux/atmel-mci.h:26: error: expected specifier-qualifier-list before 'bool'
 2014-07-08 13:35 UTC 

mm: shmem: WARNING: CPU: 1 PID: 8994 at mm/shmem.c:594 shmem_evict_inode+0x123/0x150()
 2014-07-08 13:18 UTC 

[PATCH v10 0/7] MADV_FREE support
 2014-07-08  9:48 UTC  (21+ messages)
` [PATCH v10 1/7] mm: support madvise(MADV_FREE)
` [PATCH v10 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v10 3/7] sparc: "
` [PATCH v10 4/7] powerpc: "
` [PATCH v10 5/7] s390: "
` [PATCH v10 6/7] ARM: "
` [PATCH v10 7/7] mm: Don't split THP page when syscall is called

[PATCH 00/10] fix freepage count problems due to memory isolation
 2014-07-08  7:23 UTC  (27+ messages)
` [PATCH 01/10] mm/page_alloc: remove unlikely macro on free_one_page()
` [PATCH 02/10] mm/page_alloc: correct to clear guard attribute in DEBUG_PAGEALLOC
` [PATCH 03/10] mm/page_alloc: handle page on pcp correctly if it's pageblock is isolated
` [PATCH 04/10] mm/page_alloc: carefully free the page on isolate pageblock
` [PATCH 05/10] mm/page_alloc: optimize and unify pageblock migratetype check in free path
` [PATCH 06/10] mm/page_alloc: separate freepage migratetype interface
` [PATCH 07/10] mm/page_alloc: store migratetype of the buddy list into freepage correctly
` [PATCH 08/10] mm/page_alloc: use get_onbuddy_migratetype() to get buddy list type
` [PATCH 09/10] mm/page_alloc: fix possible wrongly calculated freepage counter
` [PATCH 10/10] mm/page_alloc: Stop merging pages on non-isolate and isolate buddy list

[PATCH] Describe mmap_sem rules for __lock_page_or_retry() and callers
 2014-07-08  2:50 UTC 

mm: slub: invalid memory access in setup_object
 2014-07-08  1:34 UTC  (9+ messages)

[PATCH 0/6] x86: rework tlb range flushing code
 2014-07-08  0:43 UTC  (5+ messages)
` [PATCH 5/6] x86: mm: new tunable for single vs full TLB flush

[PATCH 3.14 92/94] mm/numa: Remove BUG_ON() in __handle_mm_fault()
 2014-07-07 23:58 UTC 

[PATCH 3.15 122/122] mm/numa: Remove BUG_ON() in __handle_mm_fault()
 2014-07-07 23:58 UTC 

fallout of 16K stacks
 2014-07-07 23:52 UTC  (4+ messages)

[PATCH] mm,vmacache: inline vmacache_valid_mm()
 2014-07-07 22:07 UTC  (2+ messages)

[PATCH] rmap: fix pgoff calculation to handle hugepage correctly
 2014-07-07 19:39 UTC  (6+ messages)

[PATCH v3 0/3] free reclaimed pages by paging out instantly
 2014-07-07 19:13 UTC  (4+ messages)

[patch] mm: memcontrol: use page lists for uncharge batching
 2014-07-07 18:55 UTC 

[patch 0/3] mm: memcontrol: rewrite uncharge API follow-up fixes
 2014-07-07 18:52 UTC  (4+ messages)
` [patch 1/3] mm: memcontrol: rewrite uncharge API fix - uncharge from IRQ context
` [patch 2/3] mm: memcontrol: rewrite uncharge API fix - double migration
` [patch 3/3] mm: memcontrol: rewrite uncharge API fix - migrate before re-mapping

mm: memcontrol: rewrite uncharge API: problems
 2014-07-07 13:44 UTC  (8+ messages)

doing lots of disk writes causes oom killer to kill processes
 2014-07-07 11:34 UTC  (9+ messages)

[PATCH] mm/vmalloc.c: clean up map_vm_area third argument
 2014-07-07  8:32 UTC 

NR_FREE_CMA_PAGES larger than total CMA size
 2014-07-07  4:53 UTC  (2+ messages)

[PATCH 1/2] firmware/memmap: pass the correct argument to firmware_map_find_entry_bootmem()
 2014-07-06 19:31 UTC  (2+ messages)
` [PATCH 2/2] don't allocate firmware_map_entry of same memory range

mm: derefing NULL vma->vm_mm when unmapping
 2014-07-05 14:41 UTC  (4+ messages)

[PATCH 0/4] mm: introduce fincore() v2
 2014-07-04 16:31 UTC  (10+ messages)
` [PATCH v2 1/4] define PAGECACHE_TAG_* as enumeration under include/uapi
` [PATCH v2 2/4] mm: introduce fincore()
` [PATCH v2 3/4] selftests/fincore: add test code for fincore()
` [PATCH v2 4/4] man2/fincore.2: document general description about fincore(2)

[PATCH RFC 0/5] Virtual Memory Resource Controller for cgroups
 2014-07-04 15:38 UTC  (3+ messages)

[PATCHv4 0/5] DMA Atomic pool for arm64
 2014-07-04 13:42 UTC  (5+ messages)
` [PATCHv4 4/5] arm: use genalloc for the atomic pool
` [PATCHv4 5/5] arm64: Add atomic pool for non-coherent and CMA allocations

[PATCH 00/10] RFC: userfault
 2014-07-04 11:30 UTC  (3+ messages)
` [PATCH 06/10] mm: sys_remap_anon_pages

[PATCH v9] mm: support madvise(MADV_FREE)
 2014-07-04  6:41 UTC  (8+ messages)

zsmalloc failure issue in low memory conditions
 2014-07-04  5:49 UTC  (3+ messages)

[PATCH v2] x86: numa: setup_node_data(): drop dead code and rename function
 2014-07-03 22:10 UTC 

[PATCH] mm readahead: Fix sys_readahead breakage by reverting 2MB limit (bug 79111)
 2014-07-03 21:58 UTC  (12+ messages)

[PATCH 1/3] Revert "shmem: fix faulting into a hole while it's punched"
 2014-07-03 19:14 UTC  (4+ messages)
` [PATCH 2/3] shmem: fix faulting into a hole while it's punched, take 2


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