linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-14 14:54:53 to 2019-05-17 06:44:08 UTC [more...]

[PATCH] mm,vmstat: correct pagetypeinfo statistics when show
 2019-05-17  6:44 UTC  (4+ messages)

[PATCH] mm/mmap: fix the adjusted length error
 2019-05-17  6:06 UTC 

memcg causes crashes in list_lru_add
 2019-05-17  4:48 UTC  (5+ messages)
` [PATCH] memcg: make it work on sparse non-0-node systems

[PATCH] mm, memory-failure: clarify error message
 2019-05-17  4:48 UTC  (2+ messages)

[PATCH v2 1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
 2019-05-17  1:26 UTC  (11+ messages)
` [PATCH v2 2/4] lib: introduce test_meminit module
` [PATCH v2 4/4] net: apply __GFP_NO_AUTOINIT to AF_UNIX sk_buff allocations
  ` [PATCH 5/4] mm: Introduce SLAB_NO_FREE_INIT and mark excluded caches

[PATCH v2 0/6] mm/devm_memremap_pages: Fix page release race
 2019-05-17  0:01 UTC  (13+ messages)
` [PATCH v2 1/6] drivers/base/devres: Introduce devm_release_action()

[PATCH] slab: remove /proc/slab_allocators
 2019-05-16 22:53 UTC  (2+ messages)

+ mm-consider-subtrees-in-memoryevents.patch added to -mm tree
 2019-05-16 19:39 UTC  (4+ messages)

[PATCH V3 1/2] mm/ioremap: Check virtual address alignment while creating huge mappings
 2019-05-16 18:38 UTC  (5+ messages)
` [PATCH V4] "

[PATCH RFC] proc/meminfo: add KernelMisc counter
 2019-05-16 17:59 UTC  (2+ messages)

[PATCH RFC 0/5] mm/ksm, proc: introduce remote madvise
 2019-05-16 17:24 UTC  (15+ messages)
` [PATCH RFC 1/5] proc: introduce madvise placeholder
` [PATCH RFC 2/5] mm/ksm: introduce ksm_madvise_merge() helper
` [PATCH RFC 3/5] mm/ksm: introduce ksm_madvise_unmerge() helper
` [PATCH RFC 4/5] mm/ksm, proc: introduce remote merge
` [PATCH RFC 5/5] mm/ksm, proc: add remote madvise documentation

[PATCH] mm: use down_read_killable for locking mmap_sem in access_remote_vm
 2019-05-16 17:00 UTC  (6+ messages)
`  "

[PATCH] mm/gup: continue VM_FAULT_RETRY processing event for pre-faults
 2019-05-16 16:25 UTC  (2+ messages)

[v2 PATCH] mm: mmu_gather: remove __tlb_reset_range() for force flush
 2019-05-16 15:29 UTC  (6+ messages)

Recurring warning in page_copy_sane (inside copy_page_to_iter) when running stress tests involving drop_caches
 2019-05-16 15:18 UTC  (9+ messages)

[v2 PATCH] mm: vmscan: correct nr_reclaimed for THP
 2019-05-16 15:10 UTC  (7+ messages)

[PATCH RFC 0/5] mm: process_vm_mmap() -- syscall for duplication a process mapping
 2019-05-16 14:25 UTC  (20+ messages)
` [PATCH RFC 1/5] mm: Add process_vm_mmap() syscall declaration
` [PATCH RFC 2/5] mm: Extend copy_vma()
` [PATCH RFC 3/5] mm: Extend copy_page_range()
` [PATCH RFC 4/5] mm: Export round_hint_to_min()
` [PATCH RFC 5/5] mm: Add process_vm_mmap()

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-05-16 13:54 UTC  (19+ messages)

[PATCH RFC v2 0/4] mm/ksm: add option to automerge VMAs
 2019-05-16  7:53 UTC  (19+ messages)
` [PATCH RFC v2 3/4] mm/ksm: introduce force_madvise knob
` [PATCH RFC v2 4/4] mm/ksm: add force merging/unmerging documentation

CFP: 4th RDMA Mini-Summit at LPC 2019
 2019-05-16  7:41 UTC  (6+ messages)

[PATCH v4 0/3] improve vmap allocation
 2019-05-16  7:30 UTC  (5+ messages)
` [PATCH v4 1/3] mm/vmap: keep track of free blocks for "

[v5 0/3] "Hotremove" persistent memory
 2019-05-16  7:10 UTC  (5+ messages)

[PATCH] fs/writeback: Attach inode's wb to root if needed
 2019-05-16  5:54 UTC  (5+ messages)

[PATCH 0/3] remove ARCH_SELECT_MEMORY_MODEL where it has no effect
 2019-05-16  5:19 UTC  (2+ messages)

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-05-16  3:23 UTC  (6+ messages)
` [PATCH 4/4] kdump: update Documentation about crashkernel on arm64

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-15 20:26 UTC  (3+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[GIT PULL] device-dax for 5.1: PMEM as RAM
 2019-05-15 20:26 UTC  (7+ messages)

[PATCH] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
 2019-05-15 17:45 UTC  (9+ messages)
` [PATCH RESEND] mm: show number of vmalloc pages in /proc/meminfo

[PATCH 1/5] proc: use down_read_killable for /proc/pid/maps
 2019-05-15 17:00 UTC  (8+ messages)
` [PATCH 2/5] proc: use down_read_killable for /proc/pid/smaps_rollup
` [PATCH 3/5] proc: use down_read_killable for /proc/pid/pagemap
` [PATCH 4/5] proc: use down_read_killable for /proc/pid/clear_refs
` [PATCH 5/5] proc: use down_read_killable for /proc/pid/map_files

[PATCH] mm: filemap: correct the comment about VM_FAULT_RETRY
 2019-05-15 16:01 UTC  (5+ messages)

KMSAN: kernel-infoleak in copy_page_to_iter (2)
 2019-05-15 14:41 UTC  (6+ messages)

[PATCH v4 0/7] mm: reparent slab memory on cgroup removal
 2019-05-15 14:11 UTC  (13+ messages)
` [PATCH v4 1/7] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v4 2/7] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v4 3/7] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v4 4/7] mm: unify SLAB and SLUB page accounting
` [PATCH v4 5/7] mm: rework non-root kmem_cache lifecycle management
` [PATCH v4 6/7] mm: reparent slab memory on cgroup removal
` [PATCH v4 7/7] mm: fix /proc/kpagecgroup interface for slab pages

[RFC PATCH 1/5] mm: large system hash use vmalloc for size > MAX_ORDER when !hashdist
 2019-05-15 13:19 UTC  (5+ messages)
` [RFC PATCH 2/5] mm: large system hash avoid vmap for non-NUMA machines when hashdist
` [RFC PATCH 3/5] mm/vmalloc: Hugepage vmalloc mappings
` [RFC PATCH 4/5] powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
` [RFC PATCH 5/5] powerpc/64s/radix: iomap use huge page mappings

[RFC KVM 00/27] KVM Address Space Isolation
 2019-05-15 12:52 UTC  (29+ messages)
` [RFC KVM 18/27] kvm/isolation: function to copy page table entries for percpu buffer
` [RFC KVM 24/27] kvm/isolation: KVM page fault handler

[PATCH RFC] proc/meminfo: add NetBuffers counter for socket buffers
 2019-05-15 11:55 UTC 

[PATCH 0/4] RFC: add init_on_alloc/init_on_free boot options
 2019-05-15 10:06 UTC  (7+ messages)
` [PATCH 3/4] gfp: mm: introduce __GFP_NOINIT

LTP: mm: overcommit_memory01, 03...06 failed
 2019-05-15  9:03 UTC  (2+ messages)

[PATCH] mm: fix protection of mm_struct fields in get_cmdline()
 2019-05-15  8:38 UTC  (4+ messages)

[PATCH] mm: don't expose page to fast gup before it's ready
 2019-05-14 23:07 UTC  (5+ messages)

[PATCH 0/2] Two bug-fixes for HMM
 2019-05-14 21:58 UTC  (10+ messages)
` [PATCH 1/2] mm/hmm: support automatic NUMA balancing
` [PATCH 2/2] mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking

[PATCH v3 1/2] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-05-14 21:22 UTC  (2+ messages)
` [PATCH v3 2/2] memcg, fsnotify: no oom-kill for remote memcg charging

[PATCH v3 0/7] mm: reparent slab memory on cgroup removal
 2019-05-14 20:04 UTC  (5+ messages)

Patch "[PATCH 21/76] x86/speculation/l1tf: Drop the swap storage limit" has been added to the 4.9-stable tree
 2019-05-14 17:05 UTC 

[PATCH, RFC 0/2] Share PMDs for FS/DAX on x86
 2019-05-14 16:09 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).