linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-22 19:25:24 to 2016-09-27 08:04:11 UTC [more...]

page_waitqueue() considered harmful
 2016-09-27  8:03 UTC  (7+ messages)

[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

[PATCH v2] fs/select: add vmalloc fallback for select(2)
 2016-09-27  1:38 UTC  (13+ messages)

[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  (13+ messages)
` [PATCH v3 1/5] drivers/of: introduce of_fdt_is_available()
` [PATCH v3 2/5] drivers/of: do not add memory for unavailable nodes
` [PATCH v3 3/5] powerpc/mm: allow memory hotplug into a memoryless node
` [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  (19+ messages)
` [PATCH 2/2] radix-tree: Fix optimisation problem

[PATCH] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-26 20:16 UTC  (3+ messages)

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

[PATCH v4 0/3] mm/hugetlb: memory offline issues with hugepages
 2016-09-26 17:28 UTC  (4+ 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 v1 00/12] mm: THP migration support
 2016-09-26 15:38 UTC  (14+ messages)
` [PATCH v1 01/12] mm: mempolicy: add queue_pages_node_check()
` [PATCH v1 02/12] mm: thp: introduce CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
` [PATCH v1 03/12] mm: thp: add helpers related to thp/pmd migration
` [PATCH v1 04/12] mm: thp: enable thp migration in generic path
` [PATCH v1 05/12] mm: thp: check pmd migration entry in common path
` [PATCH v1 06/12] mm: soft-dirty: keep soft-dirty bits over thp migration
` [PATCH v1 07/12] mm: hwpoison: fix race between unpoisoning and freeing migrate source page
` [PATCH v1 08/12] mm: hwpoison: soft offline supports thp migration
` [PATCH v1 09/12] mm: mempolicy: mbind and migrate_pages support "
` [PATCH v1 10/12] mm: migrate: move_pages() supports "
` [PATCH v1 11/12] mm: memory_hotplug: memory hotremove "
` [PATCH v1 12/12] mm: ppc64: Add THP migration support for ppc64
` [PATCH v1 00/12] THP migration support

[RFC] mm: a question about high-order check in __zone_watermark_ok()
 2016-09-26 11:02 UTC  (7+ messages)

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

[PATCH] mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
 2016-09-26  8:19 UTC  (10+ messages)

[PATCH] mm: warn about allocations which stall for too long
 2016-09-26  8:17 UTC  (13+ messages)

More OOM problems
 2016-09-26  7:48 UTC  (7+ messages)

Soft lockup in __slab_free (SLUB)
 2016-09-26  7:46 UTC 

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-26  3:25 UTC  (16+ messages)
` [PATCH -v3 01/10] mm, swap: Make swap cluster size same of THP size on x86_64

[PATCH 0/1] memory offline issues with hugepage size > memory block size
 2016-09-26  2:49 UTC  (12+ messages)
` [PATCH 1/1] mm/hugetlb: fix memory offline "
    ` [PATCH v2 "
          ` [PATCH v3] "

undefined reference to `printk'
 2016-09-26  1:54 UTC  (3+ messages)

[PATCH] mm: migrate: Return false instead of -EAGAIN for dummy functions
 2016-09-25 13:59 UTC  (7+ messages)

[PATCH] mm: remove unnecessary condition in remove_inode_hugepages
 2016-09-25  9:17 UTC 

[PATCH] mm/page_isolation: fix typo: "paes" -> "pages"
 2016-09-25  7:32 UTC 

[RFC] remove unnecessary condition in remove_inode_hugepages
 2016-09-25  6:40 UTC  (6+ messages)

[PATCH 1/3] shmem: fix tmpfs to handle the huge= option properly
 2016-09-24  3:27 UTC  (3+ messages)
` [PATCH 2/3] huge tmpfs: fix Committed_AS leak
` [PATCH 3/3] mm: delete unnecessary and unsafe init_tlb_ubc()

acpi: Fix broken error check in map_processor()
 2016-09-24  0:06 UTC  (2+ messages)

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

[PATCH 1/1] mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
 2016-09-23 20:25 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH 1/4] mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
 2016-09-23 19:51 UTC  (2+ messages)

[PATCH 1/1] mm/percpu.c: simplify grouping cpu logic in pcpu_build_alloc_info()
 2016-09-23 19:23 UTC  (2+ messages)

[PATCH] fs/select: add vmalloc fallback for select(2)
 2016-09-23 16:47 UTC  (4+ messages)

[PATCH 1/1] lib/ioremap.c: avoid endless loop under ioremapping page unaligned ranges
 2016-09-23 16:23 UTC  (15+ messages)
` [PATCH v2 "

[PATCH 0/4] reintroduce compaction feedback for OOM decisions
 2016-09-23 12:09 UTC  (17+ messages)
` [PATCH 2/4] mm, compaction: more reliably increase direct compaction priority

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-09-23  9:50 UTC  (16+ messages)
` [RFC PATCH v1 09/28] x86/efi: Access EFI data as encrypted when SEV is active

[PATCH] huge tmpfs: fix Committed_AS leak
 2016-09-23  9:25 UTC  (2+ messages)

[PATCH] mm: delete unnecessary and unsafe init_tlb_ubc()
 2016-09-23  8:47 UTC  (2+ messages)

[RFC] scripts: Include postprocessing script for memory allocation tracing
 2016-09-23  8:07 UTC  (6+ messages)

[PATCH] mm,page_alloc: Allow !__GFP_FS allocations to invoke the OOM killer
 2016-09-23  7:43 UTC  (2+ messages)

[PATCH 3/5] mm/vmalloc.c: correct lazy_max_pages() return value
 2016-09-23  7:27 UTC  (10+ messages)

[PATCH 5/5] mm/vmalloc.c: avoid endless loop under v[un]mapping improper ranges
 2016-09-23  5:57 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/2] refactor shmem_get_unmapped_area()
 2016-09-23  2:33 UTC  (4+ messages)
` [PATCH 1/2] shmem: fix tmpfs to handle the huge= option properly

[PATCH 0/4][V3] metadata throttling in writeback patches
 2016-09-22 19:48 UTC  (3+ messages)
` [PATCH 2/4] writeback: allow for dirty metadata accounting


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