linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-26 05:16:49 to 2020-01-28 11:20:33 UTC [more...]

[PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
 2020-01-28 11:20 UTC  (13+ 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)

[PATCH] mm: avoid blocking lock_page() in kcompactd
 2020-01-28 10:48 UTC  (17+ messages)

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

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

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

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

[PATCH v5 00/38] Hardened usercopy whitelisting
 2020-01-28  7:58 UTC  (8+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

Paging out when free memory is low but not exhausted (and available memory remains high)
 2020-01-28  7:19 UTC  (8+ messages)

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-28  7:12 UTC  (12+ 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

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-01-28  1:35 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

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

[PATCH] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
 2020-01-28  0:39 UTC  (3+ messages)

[v4 PATCH] mm: move_pages: report the number of non-attempted pages
 2020-01-28  0:34 UTC  (2+ messages)

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

[PATCH v3 0/5] introduce memory hinting API for external process
 2020-01-28  0:16 UTC  (6+ messages)
` [PATCH v3 1/5] mm: factor out madvise's core functionality
` [PATCH v3 2/5] mm: introduce external memory hinting API
` [PATCH v3 3/5] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v3 4/5] mm/madvise: allow KSM hints for remote API
` [PATCH v3 5/5] mm: support both pid and pidfd for process_madvise

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-27 21:32 UTC  (9+ messages)
` [PATCH 1/3] mm/gup: track FOLL_PIN pages
` [PATCH 2/3] mm/gup_benchmark: support pin_user_pages() and related calls

[PATCH 0/3] Rename variables in mmu_notifier.c
 2020-01-27 20:52 UTC  (2+ messages)

[PATCH] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
 2020-01-27 20:23 UTC  (8+ messages)

[v3 PATCH] mm: move_pages: report the number of non-attempted pages
 2020-01-27 19:55 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Do not pin pages for various direct-io scheme
 2020-01-27 19:01 UTC  (3+ messages)

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-01-27 17:34 UTC  (29+ messages)
` [PATCH v2 01/28] mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
` [PATCH v2 02/28] mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
` [PATCH v2 03/28] mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
` [PATCH v2 04/28] mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
` [PATCH v2 05/28] mm: memcg/slab: cache page number in memcg_(un)charge_slab()
` [PATCH v2 06/28] mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
` [PATCH v2 07/28] mm: memcg/slab: introduce mem_cgroup_from_obj()
` [PATCH v2 08/28] mm: fork: fix kernel_stack memcg stats for various stack implementations
` [PATCH v2 09/28] mm: memcg/slab: rename __mod_lruvec_slab_state() into __mod_lruvec_obj_state()
` [PATCH v2 10/28] mm: memcg: introduce mod_lruvec_memcg_state()
` [PATCH v2 11/28] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v2 12/28] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH v2 13/28] mm: vmstat: convert slab vmstat counter to bytes
` [PATCH v2 14/28] mm: memcontrol: decouple reference counting from page accounting
` [PATCH v2 15/28] mm: memcg/slab: obj_cgroup API
` [PATCH v2 16/28] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v2 17/28] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v2 18/28] mm: memcg/slab: charge individual slab objects instead of pages
` [PATCH v2 19/28] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [PATCH v2 20/28] mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
` [PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups
` [PATCH v2 22/28] mm: memcg/slab: simplify memcg cache creation
` [PATCH v2 23/28] mm: memcg/slab: deprecate memcg_kmem_get_cache()
` [PATCH v2 24/28] mm: memcg/slab: deprecate slab_root_caches
` [PATCH v2 25/28] mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()
` [PATCH v2 26/28] tools/cgroup: add slabinfo.py tool
` [PATCH v2 27/28] tools/cgroup: make slabinfo.py compatible with new slab controller
` [PATCH v2 28/28] kselftests: cgroup: add kernel memory accounting tests

[PATCH 0/2] clarify limitations of hibernation
 2020-01-27 17:21 UTC  (11+ messages)
` [PATCH 1/2] Documentation: "

Re: [PATCH 0/8] Introduce Data Access MONitor (DAMON)
 2020-01-27 16:53 UTC  (2+ messages)
`  "

[v2 PATCH] mm: move_pages: report the number of non-attempted pages
 2020-01-27 16:34 UTC  (3+ messages)

[PATCH RFC] drivers/base/memory.c: indicate all memory blocks as removable
 2020-01-27 15:23 UTC  (8+ messages)

[PATCH] mm/memory_hotplug: Fix remove_memory() lockdep splat
 2020-01-27 13:47 UTC  (11+ messages)

[PATCH 00/17] Fixup page directory freeing
 2020-01-27 13:42 UTC  (8+ messages)
` [PATCH 08/17] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE
  ` [PATCH mk-II "

[PATCH v5] mm/memory_hotplug: Fix remove_memory() lockdep splat
 2020-01-27 13:41 UTC  (3+ messages)

[PATCH] Add prctl support for controlling mem reclaim V4
 2020-01-27 13:02 UTC  (5+ messages)

[PATCH 1/1] mm: sysctl: add panic_on_mm_error sysctl
 2020-01-27 12:51 UTC  (8+ messages)

[PATCH v1 0/3] mm: drop superfluous section checks when onlining/offlining
 2020-01-27 11:04 UTC  (4+ messages)
` [PATCH v1 1/3] drivers/base/memory.c: drop section_count
` [PATCH v1 2/3] drivers/base/memory.c: drop pages_correctly_probed()
` [PATCH v1 3/3] mm/page_ext.c: drop pfn_present() check when onlining

87c4696d57 ("mm/debug: Add tests validating architecture page .."): [ 1.395296] kernel BUG at include/linux/mm.h:2007!
 2020-01-27  8:04 UTC  (6+ messages)
  ` [LKP] "

INFO: task hung in do_read_cache_page (3)
 2020-01-27  6:32 UTC 

[PATCH] zswap: Add shrink_enabled that can disable swap shrink to increase store performance
 2020-01-26 19:36 UTC  (4+ messages)

[PATCH 1/2] mm, frontswap: Fix frontswap_map issue with THP
 2020-01-26 19:35 UTC  (5+ messages)
` [PATCH 2/2] mm, zswap: Support THP

mmotm 2020-01-21-13-28 uploaded
 2020-01-26 15:07 UTC  (3+ messages)
` mmotm 2020-01-21-13-28 uploaded (struct proc_ops)


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