linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-29 18:23:18 to 2016-12-01 16:56:12 UTC [more...]

[PATCH v3 0/5] introduce DAX tracepoint support
 2016-12-01 16:56 UTC  (9+ messages)
` [PATCH v3 1/5] tracing: add __print_flags_u64()
` [PATCH v3 2/5] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v3 3/5] dax: update MAINTAINERS entries for FS DAX
` [PATCH v3 4/5] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v3 5/5] dax: add tracepoints to dax_pmd_insert_mapping()

INFO: rcu_sched detected stalls on CPUs/tasks with `kswapd` and `mem_cgroup_shrink_node`
 2016-12-01 16:36 UTC  (20+ messages)

[PATCH v2 0/6] introduce DAX tracepoint support
 2016-12-01 16:33 UTC  (18+ messages)
` [PATCH v2 1/6] tracing: add __print_flags_u64()
` [PATCH v2 2/6] dax: remove leading space from labels
` [PATCH v2 3/6] dax: add tracepoint infrastructure, PMD tracing
` [PATCH v2 4/6] dax: update MAINTAINERS entries for FS DAX
` [PATCH v2 5/6] dax: add tracepoints to dax_pmd_load_hole()
` [PATCH v2 6/6] dax: add tracepoints to dax_pmd_insert_mapping()

PROBLEM-PERSISTS: dmesg spam: alloc_contig_range: [XX, YY) PFNs busy
 2016-12-01 16:11 UTC  (16+ messages)
        ` drm/radeon spamming alloc_contig_range: [xxx, yyy) PFNs busy busy

btrfs flooding the I/O subsystem and hanging the machine, with bcache cache turned off
 2016-12-01 15:49 UTC  (2+ messages)

[PATCH 0/2] GFP_NOFAIL cleanups
 2016-12-01 15:25 UTC  (3+ messages)
` [PATCH 1/2] mm: consolidate GFP_NOFAIL checks in the allocator slowpath
` [PATCH 2/2] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically

[PATCH] proc: mm: export PTE sizes directly in smaps (v3)
 2016-12-01 14:50 UTC  (3+ messages)

[PATCH] mm: page_alloc: High-order per-cpu page allocator v4
 2016-12-01 14:27 UTC  (5+ messages)

LSF/MM 2017: Call for Proposals
 2016-12-01 14:11 UTC 

4.8.8 kernel trigger OOM killer repeatedly when I have lots of RAM that should be free
 2016-12-01 13:50 UTC  (21+ messages)

[PATCH] mm: workingset: fix NULL ptr in count_shadow_nodes
 2016-12-01 13:32 UTC  (2+ messages)

mmap_sem bottleneck
 2016-12-01 13:26 UTC  (6+ messages)
` [RFC PATCH v2 0/7] Speculative page faults

next: Commit 'mm: Prevent __alloc_pages_nodemask() RCU CPU stall ...' causing hang on sparc32 qemu
 2016-12-01 12:50 UTC  (13+ messages)

[PATCHv4 00/10] CONFIG_DEBUG_VIRTUAL for arm64
 2016-12-01 12:04 UTC  (20+ messages)
` [PATCHv4 01/10] lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL
` [PATCHv4 02/10] mm/cma: Cleanup highmem check
` [PATCHv4 03/10] arm64: Move some macros under #ifndef __ASSEMBLY__
` [PATCHv4 04/10] arm64: Add cast for virt_to_pfn
` [PATCHv4 05/10] arm64: Use __pa_symbol for kernel symbols
` [PATCHv4 06/10] xen: Switch to using __pa_symbol
` [PATCHv4 07/10] kexec: Switch to __pa_symbol
` [PATCHv4 08/10] mm/kasan: Switch to using __pa_symbol and lm_alias
` [PATCHv4 09/10] mm/usercopy: Switch to using lm_alias
` [PATCHv4 10/10] arm64: Add support for CONFIG_DEBUG_VIRTUAL

Warning at mm/truncate.c:740
 2016-12-01 11:52 UTC  (3+ messages)

[Bug 189181] New: BUG: unable to handle kernel NULL pointer dereference in mem_cgroup_node_nr_lru_pages
 2016-12-01 10:58 UTC  (9+ messages)

[PATCH] mm: Fix a NULL dereference crash while accessing bdev->bd_disk
 2016-12-01  8:18 UTC  (12+ messages)

[PATCH 0/6] introduce DAX tracepoint support
 2016-12-01  7:53 UTC  (7+ messages)
` [PATCH 1/6] dax: fix build breakage with ext4, dax and !iomap

[PATCHv5 00/36] ext4: support of huge pages
 2016-12-01  3:10 UTC  (5+ messages)
` [PATCHv5 22/36] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries

mmotm 2016-11-30-15-46 uploaded
 2016-12-01  0:44 UTC  (2+ messages)

[PATCH v2] zswap: only use CPU notifier when HOTPLUG_CPU=y
 2016-11-30 21:15 UTC 

[RFC 0/4] Define coherent device memory node
 2016-11-30 19:43 UTC  (10+ messages)
` [RFC 1/4] mm: "
` [RFC 4/4] mm: Ignore cpuset enforcement when allocation flag has __GFP_THISNODE

INFO: rcu_sched detected stalls on CPUs/tasks with `kswapd` and `mem_cgroup_shrink_node`
 2016-11-30 19:42 UTC  (10+ messages)

[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-11-30 19:15 UTC  (7+ messages)
` [PATCH kernel v5 1/5] virtio-balloon: rework deflate to add page to a list
` [PATCH kernel v5 2/5] virtio-balloon: define new feature bit and head struct
` [PATCH kernel v5 3/5] virtio-balloon: speed up inflate/deflate process
` [PATCH kernel v5 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH kernel v5 5/5] virtio-balloon: tell host vm's unused page info

[PATCH] mm: page_alloc: High-order per-cpu page allocator v3
 2016-11-30 16:35 UTC  (10+ messages)

[PATCH 0/6 v2] dax: Page invalidation fixes
 2016-11-30 15:59 UTC  (9+ messages)
` [PATCH 2/6] mm: Invalidate DAX radix tree entries only if appropriate
` [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals

mm, floppy: unkillable task faulting on fd0
 2016-11-30 14:57 UTC  (2+ messages)

[RFC] kasan: is it a wrong report from kasan?
 2016-11-30 14:31 UTC  (3+ messages)

[patch 1/2] mm, zone: track number of pages in free area by migratetype
 2016-11-30  7:34 UTC  (4+ messages)
` [patch v2 1/2] mm, zone: track number of movable free pages
  ` [patch v2 2/2] mm, compaction: avoid async compaction if most free memory is ineligible

[PATCH v2 0/6] mm: fix the "counter.sh" failure for libhugetlbfs
 2016-11-30  6:30 UTC  (7+ messages)
` [PATCH v2 1/6] mm: hugetlb: rename some allocation functions
` [PATCH extra ] mm: hugetlb: add description for alloc_gigantic_page()

[PATCH v2 5/6] mm: hugetlb: add a new function to allocate a new gigantic page
 2016-11-30  3:02 UTC  (6+ messages)
` [PATCH V2 fix "

[patch] mm, slab: faster active and free stats
 2016-11-30  0:56 UTC  (7+ messages)

[PATCH 0/2] z3fold fixes
 2016-11-29 22:39 UTC  (3+ messages)

[PATCH 0/3] z3fold: per-page spinlock and other smaller optimizations
 2016-11-29 22:27 UTC  (5+ messages)
` [PATCH 3/3] z3fold: discourage use of pages that weren't compacted

[PATCH v3 0/8] mm/swap: Regular page swap optimizations
 2016-11-29 22:07 UTC  (4+ messages)

[RFC PATCH v3 00/20] x86: Secure Memory Encryption (AMD)
 2016-11-29 19:56 UTC  (8+ messages)
` [RFC PATCH v3 19/20] x86: Add support to make use of Secure Memory Encryption
` [RFC PATCH v3 20/20] "

[mm PATCH 0/3] Page fragment updates
 2016-11-29 18:23 UTC  (4+ messages)
` [mm PATCH 1/3] mm: Rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free
` [mm PATCH 2/3] mm: Rename __page_frag functions to __page_frag_cache, drop order from drain
` [mm PATCH 3/3] mm: Add documentation for page fragment APIs


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