linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-27 15:08:27 to 2016-09-29 18:20:23 UTC [more...]

[PATCH v3 00/11] re-enable DAX PMD support
 2016-09-29 18:20 UTC  (18+ messages)
` [PATCH v3 01/11] ext4: allow DAX writeback for hole punch
` [PATCH v3 02/11] ext4: tell DAX the size of allocation holes
` [PATCH v3 03/11] dax: remove buffer_size_valid()
` [PATCH v3 04/11] ext2: remove support for DAX PMD faults
` [PATCH v3 05/11] dax: make 'wait_table' global variable static
` [PATCH v3 06/11] dax: consistent variable naming for DAX entries
` [PATCH v3 07/11] dax: coordinate locking for offsets in PMD range
` [PATCH v3 08/11] dax: remove dax_pmd_fault()
` [PATCH v3 09/11] dax: add struct iomap based DAX PMD support
` [PATCH v3 10/11] xfs: use struct iomap based DAX PMD fault path
` [PATCH v3 11/11] dax: remove "depends on BROKEN" from FS_DAX_PMD

[RFC PATCH 1/1] mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()
 2016-09-29 17:38 UTC  (3+ messages)

[PATCH v4 0/3] mm/hugetlb: memory offline issues with hugepages
 2016-09-29 17:09 UTC  (9+ messages)
` [PATCH v4 1/3] mm/hugetlb: fix memory offline with hugepage size > memory block size
` [PATCH v4 2/3] mm/hugetlb: check for reserved hugepages during memory offline
` [PATCH v4 3/3] mm/hugetlb: improve locking in dissolve_free_huge_pages()

[PATCH 7/8] mm/swap: Add cache for swap slots allocation
 2016-09-29 16:50 UTC  (3+ messages)

[PATCH v2 0/3] fix SELinux W^X bypass via ptrace
 2016-09-29 16:38 UTC  (11+ messages)
` [PATCH v2 1/3] fs/exec: don't force writing memory access
` [PATCH v2 2/3] mm: add LSM hook for writes to readonly memory
` [PATCH v2 3/3] selinux: require EXECMEM for forced ptrace poke

Regression in mobility grouping?
 2016-09-29 16:14 UTC  (9+ messages)

[PATCH v5] powerpc: Do not make the entire heap executable
 2016-09-29 16:07 UTC  (6+ messages)

mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()
 2016-09-29 15:54 UTC 

page_waitqueue() considered harmful
 2016-09-29 15:05 UTC  (32+ messages)

put_page vs release_pages
 2016-09-29 14:41 UTC 

[Bug 172981] New: [bisected] SLAB: extreme load averages and over 2000 kworker threads
 2016-09-29 13:45 UTC  (10+ messages)

[RFC][PATCH] vfs,mm: fix a dead loop in truncate_inode_pages_range()
 2016-09-29 13:43 UTC  (2+ messages)

[PATCH v3 1/2] mm, proc: Fix region lost in /proc/self/smaps
 2016-09-29 13:42 UTC  (11+ messages)
` [PATCH v3 2/2] Documentation/filesystems/proc.txt: Add more description for maps/smaps

[PATCH v3] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
 2016-09-29 13:13 UTC  (2+ messages)
` [v3] "

[PATCH 1/1] mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()
 2016-09-29 11:29 UTC  (4+ messages)
` [RESEND PATCH "

[PATCH] mm/vmalloc: reduce the number of lazy_max_pages to reduce latency
 2016-09-29 11:18 UTC  (5+ messages)

Soft lockup in __slab_free (SLUB)
 2016-09-29 11:10 UTC  (15+ messages)

[PATCH 3.12 002/119] x86/mm: Disable preemption during CR3 read+write
 2016-09-29 10:23 UTC 

[PATCH 0/4] followups to reintroduce compaction feedback for OOM decisions
 2016-09-29  9:57 UTC  (3+ messages)
` [PATCH 3/4] mm, compaction: ignore fragindex from compaction_zonelist_suitable()

[PATCH] mm: warn about allocations which stall for too long
 2016-09-29  9:23 UTC  (13+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] mm: consolidate warn_alloc_failed users
  ` [PATCH 2/2] mm: warn about allocations which stall for too long

[PATCH v3] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-29  8:27 UTC  (2+ messages)

[PATCH v1 00/12] mm: THP migration support
 2016-09-29  8:25 UTC  (3+ messages)
` [PATCH v1 00/12] "

[PATCH] mm: exclude isolated non-lru pages from NR_ISOLATED_ANON or NR_ISOLATED_FILE
 2016-09-29  8:01 UTC  (2+ messages)

+ mem-hotplug-use-nodes-that-contain-memory-as-mask-in-new_node_page.patch added to -mm tree
 2016-09-29  7:49 UTC 

More OOM problems
 2016-09-29  7:03 UTC  (4+ messages)
  ` More OOM problems (sorry fro the mail bomb)

[PATCH] Subject: [PATCH -v4] THP swap: Delay splitting THP during swapping out
 2016-09-29  6:35 UTC 

[PATCH -v4 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-29  6:33 UTC  (10+ messages)
` [PATCH -v4 1/9] mm, swap: Make swap cluster size same of THP size on x86_64
` [PATCH -v4 2/9] mm, memcg: Support to charge/uncharge multiple swap entries
` [PATCH -v4 3/9] mm, THP, swap: Add swap cluster allocate/free functions
` [PATCH -v4 4/9] mm, THP, swap: Add get_huge_swap_page()
` [PATCH -v4 5/9] mm, THP, swap: Support to clear SWAP_HAS_CACHE for huge page
` [PATCH -v4 6/9] mm, THP, swap: Support to add/delete THP to/from swap cache
` [PATCH -v4 7/9] mm, THP: Add can_split_huge_page()
` [PATCH -v4 8/9] mm, THP, swap: Support to split THP in swap cache
` [PATCH -v4 9/9] mm, THP, swap: Delay splitting THP during swap out

[PATCH v2] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-29  1:31 UTC  (5+ messages)

Oops in slab.c in CentOS kernel, looking for ideas
 2016-09-29  1:46 UTC  (5+ messages)
` Oops in slab.c in CentOS kernel, looking for ideas -- correction, it's in slub.c

[PATCH] fs/select: add vmalloc fallback for select(2)
 2016-09-28 20:04 UTC  (11+ messages)

linux-next: Tree for Sep 28 (mm/khugepaged.c)
 2016-09-28 16:42 UTC 

[PATCH v2] mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()
 2016-09-28 13:46 UTC 

[PATCH 2/8] mm/swap: Add cluster lock
 2016-09-28  8:51 UTC  (3+ messages)

[RFC] mm: a question about high-order check in __zone_watermark_ok()
 2016-09-28  7:54 UTC  (8+ messages)

[PATCH v5 0/6] Introduce ZONE_CMA
 2016-09-28  5:34 UTC  (7+ messages)
` [PATCH v5 3/6] mm/cma: populate ZONE_CMA

[PATCH 1/2] mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
 2016-09-28  5:09 UTC  (2+ messages)
` [lkp] [mm] 2129957506: kernel BUG at mm/mmap.c:329!

[PATCH] mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()
 2016-09-28  2:38 UTC  (3+ messages)

mmotm 2016-09-27-16-08 uploaded
 2016-09-27 23:09 UTC 

BUG Re: mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
 2016-09-27 20:05 UTC  (3+ messages)

[PATCH 8/8] mm/swap: Enable swap slots cache usage
 2016-09-27 17:19 UTC 

[PATCH 6/8] mm/swap: Free swap slots in batch
 2016-09-27 17:18 UTC 

[PATCH 5/8] mm/swap: Allocate swap slots in batches
 2016-09-27 17:18 UTC 

[PATCH 4/8] mm/swap: skip read ahead for unreferenced swap slots
 2016-09-27 17:18 UTC 

[PATCH 3/8] mm/swap: Split swap cache into 64MB trunks
 2016-09-27 17:18 UTC 

[PATCH 1/8] mm/swap: Fix kernel message in swap_info_get()
 2016-09-27 17:17 UTC 

[PATCH 0/8] mm/swap: Regular page swap optimizations
 2016-09-27 17:17 UTC 

[PATCH 0/20 v3] dax: Clear dirty bits after flushing caches
 2016-09-27 16:08 UTC  (21+ messages)
` [PATCH 01/20] mm: Change type of vmf->virtual_address
` [PATCH 02/20] mm: Join struct fault_env and vm_fault
` [PATCH 03/20] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/20] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/20] mm: Trim __do_fault() arguments
` [PATCH 06/20] mm: Use pass vm_fault structure for in wp_pfn_shared()
` [PATCH 07/20] mm: Add orig_pte field into vm_fault
` [PATCH 08/20] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/20] mm: Factor out functionality to finish page faults
` [PATCH 10/20] mm: Move handling of COW faults into DAX code
` [PATCH 11/20] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/20] mm: Factor out common parts of write fault handling
` [PATCH 13/20] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 14/20] mm: Use vmf->page during WP faults
` [PATCH 15/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] dax: Make cache flushing protected by entry lock
` [PATCH 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush


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