linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-13 12:23:42 to 2019-06-14 11:55:26 UTC [more...]

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-06-14 11:55 UTC  (23+ messages)
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCH, RFC 18/62] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCH, RFC 19/62] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCH, RFC 20/62] mm/page_ext: Export lookup_page_ext() symbol
` [PATCH, RFC 26/62] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCH, RFC 44/62] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call "
` [PATCH, RFC 46/62] x86/mm: Keep reference counts on encrypted VMAs "
` [PATCH, RFC 47/62] mm: Restrict MKTME memory encryption to anonymous VMAs

LTP hugemmap05 test case failure on arm64 with linux-next (next-20190613)
 2019-06-14 10:20 UTC  (2+ messages)

[PATCH v1 0/6] mm: Further memory block device cleanups
 2019-06-14 10:01 UTC  (7+ messages)
` [PATCH v1 1/6] mm: Section numbers use the type "unsigned long"
` [PATCH v1 2/6] drivers/base/memory: Use "unsigned long" for block ids
` [PATCH v1 3/6] mm: Make register_mem_sect_under_node() static
` [PATCH v1 4/6] mm/memory_hotplug: Rename walk_memory_range() and pass start+size instead of pfns
` [PATCH v1 5/6] mm/memory_hotplug: Move and simplify walk_memory_blocks()
` [PATCH v1 6/6] drivers/base/memory.c: Get rid of find_memory_block_hinted()

RISC-V nommu support
 2019-06-14  9:48 UTC  (6+ messages)
` [PATCH 02/17] mm: stub out all of swapops.h for !CONFIG_MMU

[PATCH] mm/oom_kill: set oc->constraint in constrained_alloc()
 2019-06-14  9:46 UTC  (5+ messages)

[PATCH -next] mm/hotplug: skip bad PFNs from pfn_to_online_page()
 2019-06-14  8:58 UTC  (8+ messages)

[PATCH v12 00/31] Speculative page faults
 2019-06-14  8:44 UTC  (4+ messages)

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-14  8:39 UTC  (3+ messages)
` [PATCH v9 07/12] mm/sparsemem: Prepare for sub-section ranges

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-14  7:24 UTC  (3+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure

dev_pagemap related cleanups
 2019-06-14  6:48 UTC  (73+ messages)
` [PATCH 01/22] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 02/22] mm: remove the struct hmm_device infrastructure
  ` [Nouveau] "
` [PATCH 03/22] mm: remove hmm_devmem_add_resource
  ` [Nouveau] "
` [PATCH 04/22] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 06/22] mm: factor out a devm_request_free_mem_region helper
` [PATCH 07/22] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 08/22] memremap: pass a struct dev_pagemap to ->kill
` [PATCH 09/22] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 10/22] memremap: add a migrate callback to struct dev_pagemap_ops
` [PATCH 11/22] memremap: remove the data field in struct dev_pagemap
` [PATCH 13/22] device-dax: use the dev_pagemap internal refcount
` [PATCH 14/22] nouveau: use alloc_page_vma directly
` [PATCH 17/22] mm: remove hmm_devmem_add
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken
` [PATCH 20/22] mm: sort out the DEVICE_PRIVATE Kconfig mess
` [PATCH 21/22] mm: remove the HMM config option
` [PATCH 22/22] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR
  ` [Nouveau] "

[PATCH] mm/vmalloc: Check absolute error return from vmap_[p4d|pud|pmd|pte]_range()
 2019-06-14  5:27 UTC  (5+ messages)

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-14  5:15 UTC  (4+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-14  5:13 UTC  (29+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v4 0/2] arm64 relaxed ABI
  ` [PATCH v4 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
` [PATCH v5 0/2] arm64 relaxed ABI
  ` [PATCH v5 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
  ` [PATCH v5 2/2] arm64: Relax Documentation/arm64/tagged-pointers.txt

[PATCH] mm/slab: restore IRQs in kfree()
 2019-06-14  5:03 UTC  (2+ messages)

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-14  3:42 UTC  (23+ messages)

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-06-14  2:32 UTC  (6+ messages)

[PATCH v3 hmm 00/12] mm/hmm: Various revisions from a locking/code review
 2019-06-14  0:44 UTC  (13+ messages)
` [PATCH v3 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH v3 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v3 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH v3 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v3 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [PATCH v3 hmm 06/12] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v3 hmm 07/12] mm/hmm: Use lockdep instead of comments
` [PATCH v3 hmm 08/12] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v3 hmm 09/12] mm/hmm: Poison hmm_range during unregister
` [PATCH v3 hmm 10/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v3 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release
` [PATCH v3 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH] drm/nouveau/dmem: missing mutex_lock in error path
 2019-06-14  0:49 UTC  (3+ messages)

mmotm 2019-06-13-16-46 uploaded
 2019-06-13 23:47 UTC 

[v3 RFC PATCH 0/9] Migrate mode for node reclaim with heterogeneous memory hierarchy
 2019-06-13 23:29 UTC  (10+ messages)
` [v3 PATCH 1/9] mm: define N_CPU_MEM node states
` [v3 PATCH 2/9] mm: Introduce migrate target nodemask
` [v3 PATCH 3/9] mm: page_alloc: make find_next_best_node find return migration target node
` [v3 PATCH 4/9] mm: migrate: make migrate_pages() return nr_succeeded
` [v3 PATCH 5/9] mm: vmscan: demote anon DRAM pages to migration target node
` [v3 PATCH 6/9] mm: vmscan: don't demote for memcg reclaim
` [v3 PATCH 7/9] mm: vmscan: check if the demote target node is contended or not
` [v3 PATCH 8/9] mm: vmscan: add page demotion counter
` [v3 PATCH 9/9] mm: numa: add page promotion counter

[PATCHv4 0/3] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
 2019-06-13 21:49 UTC  (8+ messages)
` [PATCHv4 1/3] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [PATCHv4 2/3] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [PATCHv4 3/3] mm/gup_benchemark: add LONGTERM_BENCHMARK test "

[PATCH v2 0/6] mm: use down_read_killable for locking mmap_sem in proc
 2019-06-13 20:32 UTC  (5+ messages)
` [PATCH v2 5/6] proc: use down_read_killable mmap_sem for /proc/pid/map_files

[PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"
 2019-06-13 20:17 UTC  (12+ messages)

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-13 20:05 UTC  (14+ messages)

[PATCH -next] arm64/mm: fix a bogus GFP flag in pgd_alloc()
 2019-06-13 19:44 UTC  (8+ messages)

[PATCH v4] fs/proc: add VmTaskSize field to /proc/$$/status
 2019-06-13 19:29 UTC  (2+ messages)

[PATCH v4 0/5] THP aware uprobe
 2019-06-13 17:57 UTC  (6+ messages)
` [PATCH v4 1/5] mm: move memcmp_pages() and pages_identical()
` [PATCH v4 2/5] uprobe: use original page when all uprobes are removed
` [PATCH v4 3/5] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v4 4/5] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v4 5/5] uprobe: collapse THP pmd after removing all uprobes

[RFC PATCH 0/3] Make deferred split shrinker memcg aware
 2019-06-13 17:53 UTC  (10+ messages)
` [PATCH 1/3] mm: thp: make "

[PATCH v2 hmm 00/11] Various revisions from a locking/code review
 2019-06-13 17:50 UTC  (5+ messages)

[PATCH v3 0/5] THP aware uprobe
 2019-06-13 17:42 UTC  (10+ messages)
` [PATCH v3 3/5] mm, thp: introduce FOLL_SPLIT_PMD

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-13 17:18 UTC  (17+ messages)

[v3 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-13 17:13 UTC  (4+ messages)
` [v3 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()

[PATCH v7 00/10] mm: reparent slab memory on cgroup removal
 2019-06-13 16:25 UTC  (4+ messages)
` [PATCH v7 01/10] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-13 13:26 UTC  (10+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-06-13 12:44 UTC  (8+ messages)
` [PATCH 2/4] arm64: kdump: support reserving crashkernel above 4G

[PATCH v2 1/2] mm: kmemleak: change error at _write when kmemleak is disabled
 2019-06-13 12:23 UTC  (3+ messages)
` [PATCH v2 2/2] docs: kmemleak: add more documentation details


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