linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-08 03:50:37 to 2018-08-13 06:05:57 UTC [more...]

[PATCH] zsmalloc: fix linking bug in init_zspage
 2018-08-13  6:05 UTC  (2+ messages)

[PATCH] mm: migration: fix migration of huge PMD shared pages
 2018-08-13  4:17 UTC  (3+ messages)

[BUG] mm: truncate: a possible sleep-in-atomic-context bug in truncate_exceptional_pvec_entries()
 2018-08-13  3:10 UTC 

memblock:What is the difference between memory and physmem?
 2018-08-13  2:30 UTC  (2+ messages)

KASAN: use-after-free Read in finish_task_switch
 2018-08-12 20:50 UTC  (2+ messages)

[4.18.0 rc8 BUG] possible irq lock inversion dependency detected
 2018-08-11 20:16 UTC  (8+ messages)

[mmotm:master 208/394] mm/page_alloc.c:6272:3: error: implicit declaration of function 'zone_init_internals'
 2018-08-11 19:36 UTC 

[mmotm:master 208/394] mm/page_alloc.c:6245:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'zone_init_internals'
 2018-08-11 11:33 UTC  (2+ messages)

mmotm 2018-08-09-20-10 uploaded
 2018-08-11 10:12 UTC  (4+ messages)
` mmotm 2018-08-09-20-10 uploaded (mtd/nand/raw/atmel/)
` mmotm 2018-08-09-20-10 uploaded (media/platform/cros-ec-cec/)

[PATCH 0/3] Refactor/cleanup for remove_memory_section/unregister_mem_sect_under_nodes
 2018-08-11  8:08 UTC  (6+ messages)
` [PATCH 1/3] mm/memory_hotplug: Drop unused args from remove_memory_section
` [PATCH 2/3] mm/memory_hotplug: Drop unneeded check from unregister_mem_sect_under_nodes
` [PATCH 3/3] mm/memory_hotplug: Cleanup unregister_mem_sect_under_nodes

[PATCH 1/4] mm, oom: Remove wake_oom_reaper()
 2018-08-11  3:12 UTC  (10+ messages)
` [PATCH 4/4] mm, oom: Fix unnecessary killing of additional processes

[PATCH v3] resource: Merge resources on a node when hot-adding memory
 2018-08-10 19:32 UTC  (11+ messages)

[RFC v7 PATCH 0/4] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-08-10 18:26 UTC  (15+ messages)
` [RFC v7 PATCH 1/4] mm: refactor do_munmap() to extract the common part
` [RFC v7 PATCH 2/4] mm: mmap: zap pages with read mmap_sem in munmap
` [RFC v7 PATCH 3/4] uprobes: make vma_has_uprobes non-static
` [RFC v7 PATCH 4/4] mm: unmap special vmas with regular do_munmap()

possible deadlock in shmem_fallocate (2)
 2018-08-10 16:18 UTC  (2+ messages)

[PATCH V3 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-10 13:27 UTC  (12+ messages)
` [PATCH V3 1/4] kvm: remove redundant reserved page check
` [PATCH V3 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V3 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V3 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH 0/3] introduce memory.oom.group
 2018-08-10  7:03 UTC  (11+ messages)

[mmotm:master 124/394] mm/vmscan.c:410:15: error: 'shrinker_idr' undeclared; did you mean 'shrinker_list'?
 2018-08-10  7:01 UTC  (2+ messages)

[Problem] ndctl command hangs forever when reinitializing pmem device after vm destroyed
 2018-08-10  3:49 UTC 

WARNING in try_charge
 2018-08-09 21:05 UTC  (5+ messages)

[RFC PATCH 0/3] Do not touch pages in remove_memory path
 2018-08-09 20:50 UTC  (29+ messages)
` [RFC PATCH 2/3] mm/memory_hotplug: Create __shrink_pages and move it to offline_pages

[PATCH v5 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-08-09 19:21 UTC  (19+ messages)
` [PATCH v5 01/18] khwasan, mm: change kasan hooks signatures
` [PATCH v5 02/18] khwasan: move common kasan and khwasan code to common.c
` [PATCH v5 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v5 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v5 05/18] khwasan: initialize shadow to 0xff
` [PATCH v5 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v5 07/18] khwasan: add tag related helper functions
` [PATCH v5 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v5 09/18] khwasan, arm64: fix up fault handling logic
` [PATCH v5 10/18] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v5 11/18] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v5 12/18] khwasan: split out kasan_report.c from report.c
` [PATCH v5 13/18] khwasan: add bug reporting routines
` [PATCH v5 14/18] khwasan: add hooks implementation
` [PATCH v5 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v5 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v5 17/18] khwasan: update kasan documentation
` [PATCH v5 18/18] kasan: add SPDX-License-Identifier mark to source files

[PATCH] zsmalloc: fix linking bug in init_zspage
 2018-08-09 14:41 UTC  (2+ messages)

[PATCH] mips: switch to NO_BOOTMEM
 2018-08-09 12:34 UTC  (8+ messages)

FUSE: write operations trigger balance_dirty_pages when using writeback cache
 2018-08-09 12:25 UTC  (2+ messages)

[PATCH] x86/mm/pti: Move user W+X check into pti_finalize()
 2018-08-09 11:26 UTC  (5+ messages)

[PATCH RFC 00/10] Introduce lockless shrink_slab()
 2018-08-09 11:23 UTC  (33+ messages)
` [PATCH RFC 01/10] rcu: Make CONFIG_SRCU unconditionally enabled
` [PATCH RFC 02/10] mm: Make shrink_slab() lockless
    ` [PATCH RFC v2 "

general protection fault with prefetch_freepointer
 2018-08-09  8:52 UTC  (4+ messages)
    ` [PATCH] mm, slub: restore the original intention of prefetch_freepointer()

[PATCH] arm64: PCI: Remove node-local allocations when initialising host controller
 2018-08-09  8:31 UTC  (3+ messages)

Caching/buffers become useless after some time
 2018-08-09  8:29 UTC  (12+ messages)

[PATCH v2] mm: Use special value SHRINKER_REGISTERING instead list_empty() check
 2018-08-09  8:22 UTC  (2+ messages)
` [PATCH v3] "

[RFC v6 PATCH 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-08-08 17:19 UTC  (14+ messages)
` [RFC v6 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-08-08 16:53 UTC  (12+ messages)

[PATCH] memcg, oom: be careful about races when warning about no reclaimable task
 2018-08-08 16:17 UTC  (15+ messages)
          ` [PATCH 1/2] "
          ` [PATCH 2/2] memcg, oom: emit oom report when there is no eligible task

[PATCH resend] powerpc/64s: fix page table fragment refcount race vs speculative references
 2018-08-08 14:26 UTC  (2+ messages)
` [resend] "

[PATCH v3 08/10] dmapool: improve accuracy of debug statistics
 2018-08-08 13:18 UTC  (3+ messages)

[4.18 rc7] BUG: sleeping function called from invalid context at mm/slab.h:421
 2018-08-08 11:36 UTC  (5+ messages)
    ` lock recursion - was: "

[PATCH v3 07/10] dmapool: cleanup integer types
 2018-08-08  9:51 UTC  (2+ messages)

[PATCH] mm: adjust max read count in generic_file_buffered_read()
 2018-08-08  8:57 UTC  (8+ messages)

[PATCH] netfilter/x_tables: do not fail xt_alloc_table_info too easilly
 2018-08-08  8:25 UTC  (3+ messages)

[PATCH v2] proc: add percpu populated pages count to meminfo
 2018-08-08  7:53 UTC  (2+ messages)

[PATCH v2] resource: Merge resources on a node when hot-adding memory
 2018-08-08  5:44 UTC  (3+ messages)

[PATCH v6 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-08-08  5:36 UTC  (3+ messages)


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