linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-28 00:46:29 to 2020-01-29 18:07:25 UTC [more...]

[PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
 2020-01-29 18:07 UTC  (19+ messages)
` [PATCH v2 1/9] mm: "
    `  "
` [PATCH v2 2/9] mm/damon: Implement region based sampling
` [PATCH v2 3/9] mm/damon: Adaptively adjust regions
` [PATCH v2 4/9] mm/damon: Apply dynamic memory mapping changes
` [PATCH v2 5/9] mm/damon: Add debugfs interface
` [PATCH v2 6/9] mm/damon: Add minimal user-space tools
` [PATCH v2 7/9] Documentation/admin-guide/mm: Add a document for DAMON
` [PATCH v2 8/9] mm/damon: Add kunit tests
` [PATCH v2 9/9] mm/damon: Add a tracepoint for result buffer writing
  ` Re: [PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
          `  "

[LSF/MM/BPF TOPIC] Memory Tiering discussion
 2020-01-29 17:24 UTC  (3+ messages)

mmotm 2020-01-28-20-05 uploaded
 2020-01-29 17:19 UTC  (7+ messages)
` mmotm 2020-01-28-20-05 uploaded (net/mptcp/subflow.c)
` mmotm 2020-01-28-20-05 uploaded (security/security.c)
` mmotm 2020-01-28-20-05 uploaded (objtool warnings)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2020-01-29 17:19 UTC  (14+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[v3 PATCH] mm: move_pages: report the number of non-attempted pages
 2020-01-29 17:18 UTC  (3+ messages)

[PATCH 0/5] mm/mremap.c: cleanup move_page_tables() a little
 2020-01-29 17:18 UTC  (12+ messages)
` [PATCH 3/5] mm/mremap: use pmd_addr_end to calculate next in move_page_tables()

Paging out when free memory is low but not exhausted (and available memory remains high)
 2020-01-29 16:39 UTC  (11+ messages)

[PATCH v2 0/9] Huge page-table entries for TTM
 2020-01-29 14:55 UTC  (3+ messages)
` [PATCH 5/9] mm, drm/ttm, drm/vmwgfx: Support huge TTM pagefaults

[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29 13:51 UTC  (11+ messages)
` [PATCH v2 1/8] mm: dump_page: print head page's refcount, for compound pages
` [PATCH v2 2/8] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v2 3/8] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages
` [PATCH v2 5/8] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v2 6/8] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v2 7/8] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 8/8] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH] mm/page_counter: fix various data races
 2020-01-29 13:47 UTC  (9+ messages)

[PATCH -next] mm/page_counter: annotate an intentional data race
 2020-01-29 13:29 UTC  (2+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-29 11:09 UTC  (20+ messages)

[PATCH 00/12] Change readahead API
 2020-01-29 10:50 UTC  (12+ messages)
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 06/12] btrfs: Convert from readpages to readahead
` [PATCH 07/12] erofs: Convert uncompressed files "
` [PATCH 11/12] fuse: Convert "
` [PATCH 12/12] iomap: "

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-01-29 10:46 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[Patch v2 0/4] cleanup on do_pages_move()
 2020-01-29 10:13 UTC  (14+ messages)
` [Patch v2 1/4] mm/migrate.c: not necessary to check start and i
` [Patch v2 2/4] mm/migrate.c: wrap do_move_pages_to_node() and store_status()
` [Patch v2 3/4] mm/migrate.c: check pagelist in move_pages_and_store_status()
` [Patch v2 4/4] mm/migrate.c: handle same node and add failure in the same way

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-29  9:56 UTC  (6+ messages)

[PATCH -next] mm/page_counter: mark intentional data races
 2020-01-29  9:51 UTC  (5+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-01-29  9:41 UTC  (3+ messages)

[PATCH for 4.19-stable v3 00/24] mm/memory_hotplug: backport of pending stable fixes
 2020-01-29  9:37 UTC  (51+ messages)
` [PATCH for 4.19-stable v3 01/24] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
  ` Patch "mm/memory_hotplug: make remove_memory() take the device_hotplug_lock" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 02/24] mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()
  ` Patch "mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 03/24] mm, sparse: pass nid instead of pgdat to sparse_add_one_section()
  ` Patch "mm, sparse: pass nid instead of pgdat to sparse_add_one_section()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 04/24] drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS
  ` Patch "drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONS" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 05/24] mm, memory_hotplug: add nid parameter to arch_remove_memory
  ` Patch "mm, memory_hotplug: add nid parameter to arch_remove_memory" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 06/24] mm/memory_hotplug: release memory resource after arch_remove_memory()
  ` Patch "mm/memory_hotplug: release memory resource after arch_remove_memory()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 07/24] drivers/base/memory.c: clean up relics in function parameters
  ` Patch "drivers/base/memory.c: clean up relics in function parameters" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 08/24] mm, memory_hotplug: update a comment in unregister_memory()
  ` Patch "mm, memory_hotplug: update a comment in unregister_memory()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 09/24] mm/memory_hotplug: make unregister_memory_section() never fail
  ` Patch "mm/memory_hotplug: make unregister_memory_section() never fail" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 10/24] mm/memory_hotplug: make __remove_section() never fail
  ` Patch "mm/memory_hotplug: make __remove_section() never fail" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 11/24] powerpc/mm: Fix section mismatch warning
  ` Patch "powerpc/mm: Fix section mismatch warning" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 12/24] mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
  ` Patch "mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 13/24] s390x/mm: implement arch_remove_memory()
  ` Patch "s390x/mm: implement arch_remove_memory()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 14/24] mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
  ` Patch "mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 15/24] drivers/base/memory: pass a block_id to init_memory_block()
  ` Patch "drivers/base/memory: pass a block_id to init_memory_block()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 16/24] mm/memory_hotplug: create memory block devices after arch_add_memory()
  ` Patch "mm/memory_hotplug: create memory block devices after arch_add_memory()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 17/24] mm/memory_hotplug: remove memory block devices before arch_remove_memory()
  ` Patch "mm/memory_hotplug: remove memory block devices before arch_remove_memory()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 18/24] mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
  ` Patch "mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 19/24] mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
  ` Patch "mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 20/24] mm/hotplug: kill is_dev_zone() usage in __remove_pages()
  ` Patch "mm/hotplug: kill is_dev_zone() usage in __remove_pages()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 21/24] drivers/base/node.c: simplify unregister_memory_block_under_nodes()
  ` Patch "drivers/base/node.c: simplify unregister_memory_block_under_nodes()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 22/24] mm/memunmap: don't access uninitialized memmap in memunmap_pages()
  ` Patch "mm/memunmap: don't access uninitialized memmap in memunmap_pages()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 23/24] mm/memory_hotplug: fix try_offline_node()
  ` Patch "mm/memory_hotplug: fix try_offline_node()" has been added to the 4.19-stable tree
` [PATCH for 4.19-stable v3 24/24] mm/memory_hotplug: shrink zones when offlining memory
  ` Patch "mm/memory_hotplug: shrink zones when offlining memory" has been added to the 4.19-stable tree

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29  5:47 UTC  (3+ messages)

[PATCH v5 01/17] powerpc/32: replace MTMSRD() by mtmsr
 2020-01-29  5:17 UTC  (2+ messages)

[Patch v2 0/4] mm/mremap: cleanup move_page_tables() a little
 2020-01-29  0:26 UTC  (5+ messages)
` [Patch v2 1/4] mm/mremap: format the check in move_normal_pmd() same as move_huge_pmd()
` [Patch v2 2/4] mm/mremap: it is sure to have enough space when extent meets requirement
` [Patch v2 3/4] mm/mremap: calculate extent in one place
` [Patch v2 4/4] mm/mremap: start addresses are properly aligned

[PATCH] mm: avoid blocking lock_page() in kcompactd
 2020-01-28 19:44 UTC  (19+ messages)

SLUB: purpose of sysfs events on cache creation/removal
 2020-01-28 18:13 UTC  (12+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-28 12:30 UTC 

[PATCH v1] drivers/base/memory.c: indicate all memory blocks as removable
 2020-01-28  9:35 UTC 

mmotm 2020-01-23-21-12 uploaded (efi)
 2020-01-28  9:17 UTC  (6+ messages)

[PATCH resend mm,net-next 1/3] mm: Refactor insert_page to prepare for batched-lock insert
 2020-01-28  2:59 UTC  (3+ messages)
` [PATCH resend mm,net-next 2/3] mm: Add vm_insert_pages()
` [PATCH resend mm,net-next 3/3] net-zerocopy: Use vm_insert_pages() for tcp rcv zerocopy


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