linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-26 15:24:16 to 2016-09-29 06:19:31 UTC [more...]

[PATCH v2 0/3] fix SELinux W^X bypass via ptrace
 2016-09-29  6:19 UTC  (8+ 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

[PATCH v4 0/3] mm/hugetlb: memory offline issues with hugepages
 2016-09-29  6:14 UTC  (5+ 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()

More OOM problems
 2016-09-29  6:12 UTC  (3+ messages)
  ` More OOM problems (sorry fro the mail bomb)

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

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

page_waitqueue() considered harmful
 2016-09-29  2:12 UTC  (31+ messages)

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

[PATCH v3] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-29  1:42 UTC 

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

[PATCH v3 00/11] re-enable DAX PMD support
 2016-09-28 18:46 UTC  (17+ 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

[PATCH v5] powerpc: Do not make the entire heap executable
 2016-09-28 17:16 UTC  (5+ 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] mm: exclude isolated non-lru pages from NR_ISOLATED_ANON or NR_ISOLATED_FILE
 2016-09-28  9:31 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)

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

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 7/8] mm/swap: Add cache for swap slots allocation
 2016-09-27 17:18 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

[PATCH v15 04/13] task_isolation: add initial support
 2016-09-27 14:51 UTC  (14+ messages)

[PATCH] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-27 14:19 UTC  (5+ messages)

[RFC PATCH v2 1/1] mm/vmalloc.c: simplify /proc/vmallocinfo implementation
 2016-09-27 14:08 UTC 

[RFC PATCH v2 1/1] mm/vmalloc.c: correct a few logic error for __insert_vmap_area()
 2016-09-27 13:41 UTC 

[PATCH v2] fs/select: add vmalloc fallback for select(2)
 2016-09-27 13:34 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
 2016-09-27 13:27 UTC  (5+ messages)
` [PATCH 0/1] man/set_mempolicy.2,mbind.2: add MPOL_LOCAL NUMA memory policy documentation
` [PATCH 1/1] mm/mempolicy.c: "
` [PATCH v2 0/1] mm/mempolicy.c: forbid static or relative flags for local NUMA mode
` [PATCH 1/1] man/set_mempolicy.2,mbind.2: "

[PATCH] mm: warn about allocations which stall for too long
 2016-09-27 12:57 UTC  (6+ messages)

[RESEND RFC PATCH 1/1] linux/mm.h: canonicalize macro PAGE_ALIGNED() definition
 2016-09-27 12:49 UTC 

[PATCH 1/5] mm/vmalloc.c: correct a few logic error for __insert_vmap_area()
 2016-09-27  6:07 UTC  (7+ messages)

[PATCH 0/4] followups to reintroduce compaction feedback for OOM decisions
 2016-09-27  3:25 UTC  (8+ messages)
` [PATCH 1/4] mm, compaction: more reliably increase direct compaction priority-fix
` [PATCH 2/4] mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()
` [PATCH 3/4] mm, compaction: ignore fragindex from compaction_zonelist_suitable()
` [PATCH 4/4] mm, compaction: restrict fragindex to costly orders

[RFC PATCH] powerpc/mm: THP page cache support
 2016-09-27  1:37 UTC  (4+ messages)

[PATCH v3 0/5] powerpc/mm: movable hotplug memory nodes
 2016-09-27  0:19 UTC  (10+ messages)
` [PATCH v3 4/5] powerpc/mm: restore top-down allocation when using movable_node
` [PATCH v3 5/5] mm: enable CONFIG_MOVABLE_NODE on powerpc

[PATCH 0/2] Fix radix_tree_lookup_slot()
 2016-09-26 21:48 UTC  (10+ messages)
` [PATCH 2/2] radix-tree: Fix optimisation problem

Excessive xfs_inode allocations trigger OOM killer
 2016-09-26 20:02 UTC  (2+ messages)

[PATCH v1 00/12] mm: THP migration support
 2016-09-26 15:38 UTC  (3+ messages)
` [PATCH v1 12/12] mm: ppc64: Add THP migration support for ppc64
` [PATCH v1 00/12] THP migration support


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