linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/4] Devmap cleanups + arm64 support
 2019-06-26 12:31 UTC  (3+ messages)

dev_pagemap related cleanups v3
 2019-06-26 12:27 UTC  (26+ messages)
` [PATCH 01/25] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 02/25] mm: remove the struct hmm_device infrastructure
` [PATCH 03/25] mm: remove hmm_devmem_add_resource
` [PATCH 04/25] mm: remove MEMORY_DEVICE_PUBLIC support
` [PATCH 05/25] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 06/25] mm: export alloc_pages_vma
` [PATCH 07/25] mm: factor out a devm_request_free_mem_region helper
` [PATCH 08/25] memremap: validate the pagemap type passed to devm_memremap_pages
` [PATCH 09/25] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 10/25] memremap: pass a struct dev_pagemap to ->kill and ->cleanup
` [PATCH 11/25] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 12/25] memremap: add a migrate_to_ram method to struct dev_pagemap_ops
` [PATCH 13/25] memremap: remove the data field in struct dev_pagemap
` [PATCH 14/25] memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
` [PATCH 15/25] memremap: provide an optional internal refcount in struct dev_pagemap
` [PATCH 16/25] device-dax: use the dev_pagemap internal refcount
` [PATCH 17/25] PCI/P2PDMA: "
` [PATCH 18/25] nouveau: use alloc_page_vma directly
` [PATCH 19/25] nouveau: use devm_memremap_pages directly
` [PATCH 20/25] mm: remove hmm_vma_alloc_locked_page
` [PATCH 21/25] mm: remove hmm_devmem_add
` [PATCH 22/25] mm: simplify ZONE_DEVICE page private data
` [PATCH 23/25] mm: sort out the DEVICE_PRIVATE Kconfig mess
` [PATCH 24/25] mm: remove the HMM config option
` [PATCH 25/25] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR

[PATCH v8 0/3] add init_on_alloc/init_on_free boot options
 2019-06-26 12:26 UTC  (4+ messages)
` [PATCH v8 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v8 2/2] mm: init: report memory auto-initialization features at boot time

[PATCH v2 0/4] mm/kasan: Add object validation in ksize()
 2019-06-26 12:20 UTC  (5+ messages)
` [PATCH v2 1/4] mm/kasan: Introduce __kasan_check_{read,write}
` [PATCH v2 2/4] lib/test_kasan: Add test for double-kzfree detection
` [PATCH v2 3/4] mm/slab: Refactor common ksize KASAN logic into slab_common.c
` [PATCH v2 4/4] mm/kasan: Add object validation in ksize()

[PATCH v3 1/3] mm, oom: refactor dump_tasks for memcg OOMs
 2019-06-26 12:15 UTC  (11+ 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 v2 0/5] Allocate memmap from hotadded memory
 2019-06-26  9:48 UTC  (26+ 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

[PATCHv3] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-26  9:20 UTC  (3+ messages)

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-26  9:12 UTC  (21+ 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 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 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  (4+ messages)

[PATCH] cma: fail if fixed declaration can't be honored
 2019-06-25 20:23 UTC  (3+ 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  (8+ 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  (2+ messages)

switch the remaining architectures to use generic GUP v3
 2019-06-25 11:56 UTC  (5+ messages)
` [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)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox