linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-24 21:17:53 to 2019-06-26 08:28:01 UTC [more...]

[PATCH v2 0/5] Allocate memmap from hotadded memory
 2019-06-26  8:27 UTC  (22+ messages)
` [PATCH v2 1/5] drivers/base/memory: Remove unneeded check in remove_memory_block_devices
` [PATCH v2 2/5] mm,memory_hotplug: Introduce MHP_VMEMMAP_FLAGS
` [PATCH v2 3/5] mm,memory_hotplug: Introduce Vmemmap page helpers
` [PATCH v2 4/5] mm,memory_hotplug: allocate memmap from the added memory range for sparse-vmemmap
` [PATCH v2 5/5] mm,memory_hotplug: Allow userspace to enable/disable vmemmap

[PATCH v2 0/3] mm: Cleanup & allow modules to hotplug memory
 2019-06-26  7:57 UTC  (12+ messages)
` [PATCH v2 1/3] mm: Trigger bug on if a section is not found in __section_nr
` [PATCH v2 2/3] mm: don't hide potentially null memmap pointer in sparse_remove_one_section
` [PATCH v2 3/3] mm: Don't manually decrement num_poisoned_pages

[PATCH v5 00/25] userfaultfd: write protection support
 2019-06-26  7:43 UTC  (8+ messages)
` [PATCH v5 02/25] mm: userfault: return VM_FAULT_RETRY on signals

[PATCH v3 0/4] Devmap cleanups + arm64 support
 2019-06-26  7:35 UTC  (2+ messages)

[PATCH v3 1/3] mm, oom: refactor dump_tasks for memcg OOMs
 2019-06-26  6:55 UTC  (5+ messages)
` [PATCH v3 2/3] mm, oom: remove redundant task_in_mem_cgroup() check
` [PATCH v3 3/3] oom: decouple mems_allowed from oom_unkillable_task

[PATCH 0/5] Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-06-26  6:11 UTC  (9+ messages)
` [PATCH 1/5] mm: "
` [PATCH 2/5] powerpc: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 3/5] x86: "
` [PATCH 4/5] sparc: "
` [PATCH 5/5] s390: "

dev_pagemap related cleanups
 2019-06-26  6:07 UTC  (24+ messages)
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken

[PATCH v7 0/4] THP aware uprobe
 2019-06-26  6:00 UTC  (8+ messages)
` [PATCH v7 1/4] mm: move memcmp_pages() and pages_identical()
` [PATCH v7 2/4] uprobe: use original page when all uprobes are removed
` [PATCH v7 3/4] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v7 4/4] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT

switch the remaining architectures to use generic GUP v4
 2019-06-26  5:49 UTC  (19+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 05/16] sh: add the missing pud_page definition
` [PATCH 06/16] sh: use the generic get_user_pages_fast code
` [PATCH 07/16] sparc64: add the missing pgd_page definition
` [PATCH 08/16] sparc64: define untagged_addr()
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: reorder code blocks in gup.c
` [PATCH 12/16] mm: consolidate the get_user_pages* implementations
` [PATCH 13/16] mm: validate get_user_pages_fast flags
` [PATCH 14/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 15/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 16/16] mm: mark the page referenced in gup_hugepte

[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
 2019-06-26  5:20 UTC  (4+ messages)
` [PATCH RESEND 6/8] parisc: Use mmap_base, not mmap_legacy_base, as low_limit for "

[PATCH v5 0/5] vfs: make immutable files actually immutable
 2019-06-26  3:51 UTC  (7+ messages)
` [PATCH 1/5] mm/fs: don't allow writes to immutable files
` [PATCH 2/5] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/5] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/5] vfs: don't allow most setxattr to immutable files
` [PATCH 5/5] vfs: don't allow writes to swap files

[PATCH AUTOSEL 4.9 11/11] mm/mlock.c: change count_mm_mlocked_page_nr return type
 2019-06-26  3:46 UTC 

[PATCH AUTOSEL 4.14 19/21] mm/mlock.c: change count_mm_mlocked_page_nr return type
 2019-06-26  3:45 UTC 

[PATCH AUTOSEL 4.19 31/34] mm/mlock.c: change count_mm_mlocked_page_nr return type
 2019-06-26  3:43 UTC 

[PATCH AUTOSEL 5.1 48/51] mm/mlock.c: change count_mm_mlocked_page_nr return type
 2019-06-26  3:41 UTC 

[PATCH v7 00/10] mm: reparent slab memory on cgroup removal
 2019-06-26  0:15 UTC  (15+ messages)
` [PATCH v7 02/10] mm: rename slab delayed deactivation functions and fields
` [PATCH v7 03/10] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v7 06/10] mm: don't check the dying flag on kmem_cache creation
` [PATCH v7 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock
` [PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management
` [PATCH v7 09/10] mm: stop setting page->mem_cgroup pointer for slab pages
` [PATCH v7 10/10] mm: reparent memcg kmem_caches on cgroup removal

[v4 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-26  0:02 UTC  (5+ messages)
` [v4 PATCH 1/4] mm: thp: extract split_queue_* into a struct
` [v4 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()
` [v4 PATCH 3/4] mm: shrinker: make shrinker not depend on memcg kmem
` [v4 PATCH 4/4] mm: thp: make deferred split shrinker memcg aware

KASAN: slab-out-of-bounds Write in validate_chain
 2019-06-25 23:48 UTC  (3+ messages)

mmotm 2019-06-25-16-20 uploaded
 2019-06-25 23:20 UTC 

[v3 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-25 22:33 UTC  (13+ messages)
` [v3 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()
` [v3 PATCH 3/4] mm: shrinker: make shrinker not depend on memcg kmem
` [v3 PATCH 4/4] mm: thp: make deferred split shrinker memcg aware

[PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-25 20:37 UTC  (9+ messages)
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
      ` [Ocfs2-devel] "

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-25 20:24 UTC  (19+ messages)
` [PATCH v1 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v1 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v1 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v1 4/6] mm: Introduce "aerated" pages
` [PATCH v1 5/6] mm: Add logic for separating "aerated" pages from "raw" pages

[PATCH] cma: fail if fixed declaration can't be honored
 2019-06-25 20:23 UTC  (3+ messages)

[PATCHv3] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-25 17:51 UTC  (2+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-25 17:31 UTC  (5+ messages)

[PATCH -next] slub: play init_on_free=1 well with SLAB_RED_ZONE
 2019-06-25 16:16 UTC  (5+ messages)

[PATCH v6 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
 2019-06-25 15:42 UTC  (4+ messages)

[PATCH v6 0/6] THP aware uprobe
 2019-06-25 15:10 UTC  (9+ messages)
` [PATCH v6 5/6] khugepaged: enable collapse pmd for pte-mapped THP

[PATCH -mm] autonuma: Fix scan period updating
 2019-06-25 13:23 UTC  (3+ messages)

RISC-V nommu support v2
 2019-06-25 12:37 UTC  (3+ messages)

switch the remaining architectures to use generic GUP v3
 2019-06-25 11:56 UTC  (15+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations

Frequent oom introduced in mainline when migrate_highatomic replace migrate_reserve
 2019-06-25 10:36 UTC  (8+ messages)

[PATCH V6 0/3] arm64/mm: Enable memory hot remove
 2019-06-25 10:31 UTC  (6+ messages)
` [PATCH V6 3/3] "

[PATCH 0/4 V3] ACPI: Support generic initiator proximity domains
 2019-06-25  9:20 UTC  (3+ messages)

[PATCH] mm: fix regression with deferred struct page init
 2019-06-25  8:25 UTC  (2+ messages)

[PATCH v4 hmm 00/12]
 2019-06-25  7:03 UTC  (6+ messages)
` [PATCH v4 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v4 hmm 06/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v4 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release

[PATCH v4 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-25  6:10 UTC  (4+ messages)
` [PATCH v4 0/3] "

[Bug 203715] BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-25  6:08 UTC 

[PATCH 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-06-25  0:20 UTC  (4+ messages)
` [PATCH 3/3] mm/vmalloc: "

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-06-25  0:12 UTC  (7+ messages)
` [PATCH v9 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v9 2/6] filemap: update offset check "
` [PATCH v9 3/6] mm,thp: stats for file backed THP
` [PATCH v9 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v9 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCHv2] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-24 23:01 UTC  (5+ messages)

[PATCH v8 0/6] Enable THP for text section of non-shmem files
 2019-06-24 22:34 UTC  (8+ messages)
` [PATCH v8 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v8 2/6] filemap: update offset check "
` [PATCH v8 3/6] mm,thp: stats for file backed THP
` [PATCH v8 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v8 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v8 6/6] mm,thp: avoid writes to file with THP in pagecache

LTP hugemmap05 test case failure on arm64 with linux-next (next-20190613)
 2019-06-24 21:53 UTC  (9+ messages)

[PATCH] mm: fix page cache convergence regression
 2019-06-24 21:52 UTC  (7+ messages)

[PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem)FS
 2019-06-24 21:17 UTC  (2+ 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).