linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 18:17:06 to 2019-10-03 20:32:58 UTC [more...]

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-03 20:32 UTC  (13+ messages)
` [PATCH 01/11] mm: introduce vma_interval_tree_foreach_stab()
` [PATCH 02/11] lib/interval-tree: add an equivalent tree with [a,b) intervals
` [PATCH 03/11] drm/amdgpu: convert amdgpu_vm_it to half closed intervals
` [PATCH 04/11] drm: convert drm_mm_interval_tree "
` [PATCH 05/11] IB/hfi1: convert __mmu_int_rb "
` [PATCH 06/11] IB,usnic: convert usnic_uiom_interval_tree "
` [PATCH 07/11] vhost: convert vhost_umem_interval_tree "
` [PATCH 08/11] mm: convert vma_interval_tree "
` [PATCH 09/11] lib/interval-tree: convert interval_tree "
` [PATCH 10/11] lib: drop interval_tree_generic.h
` [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree

[PATCH] mm/slub: fix a deadlock in show_slab_objects()
 2019-10-03 20:27 UTC  (4+ messages)

[rfc] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-03 19:52 UTC  (6+ messages)

[PATCH] mm: vmscan: remove unused scan_control parameter from pageout()
 2019-10-03 19:41 UTC  (2+ messages)

[RFC PATCH v6 00/92] VM introspection
 2019-10-03 19:38 UTC  (22+ messages)
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-03 19:08 UTC  (19+ messages)
` [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks
` [PATCH v5 02/11] powerpc/mm: Adds counting method "
` [PATCH v5 03/11] mm/gup: Applies counting method to monitor gup_pgd_range
` [PATCH v5 04/11] powerpc/mce_power: Applies counting method to monitor lockless pgtbl walks
` [PATCH v5 05/11] powerpc/perf: "
` [PATCH v5 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v5 07/11] powerpc/kvm/e500: "
` [PATCH v5 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v5 09/11] powerpc/kvm/book3s_64: "
` [PATCH v5 10/11] mm/Kconfig: Adds config option to track lockless pagetable walks
` [PATCH v5 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing

[PATCH v3 0/7] Emulated coherent graphics memory take 2
 2019-10-03 18:11 UTC  (21+ messages)
` [PATCH v3 1/7] mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()
` [PATCH v3 2/7] mm: Add a walk_page_mapping() function to the pagewalk code
` [PATCH v3 3/7] mm: Add write-protect and clean utilities for address space ranges
` [PATCH v3 4/7] drm/vmwgfx: Implement an infrastructure for write-coherent resources
` [PATCH v3 5/7] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH v3 6/7] drm/vmwgfx: Implement an infrastructure for read-coherent resources
` [PATCH v3 7/7] drm/vmwgfx: Add surface dirty-tracking callbacks

BUG: Crash in __free_slab() using SLAB_TYPESAFE_BY_RCU
 2019-10-03 17:34 UTC  (7+ messages)

hibernation memory usage
 2019-10-03 17:16 UTC 

Lease semantic proposal
 2019-10-03 17:05 UTC  (15+ messages)

[PATCH v5 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-03 16:48 UTC  (5+ messages)
` [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone

[PATCH RFC 00/14] The new slab memory controller
 2019-10-03 15:52 UTC  (6+ messages)

[PATCH] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-10-03 14:53 UTC  (12+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-10-03 14:46 UTC  (18+ messages)

[PATCH] mm/page_alloc: Add a reason for reserved pages in has_unmovable_pages()
 2019-10-03 12:14 UTC  (9+ messages)

[PATCH] mm: vmalloc: Use the vmap_area_lock to protect ne_fit_preload_node
 2019-10-03 11:55 UTC  (2+ messages)

Boot hang with 5.4-rc1, bisected to c5665868183f
 2019-10-03  9:13 UTC 

[PATCH] mm: export cma alloc and release
 2019-10-03  8:55 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 829a15f23627ab3211304a590b7786e60576960b
 2019-10-03  8:51 UTC 

[PATCH v3 0/3] mm: kmemleak: Use a memory pool for kmemleak object allocations
 2019-10-03  8:41 UTC  (3+ messages)
` [PATCH v3 1/3] mm: kmemleak: Make the tool tolerant to struct scan_area allocation failures

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-03  8:00 UTC  (16+ messages)

[RFC 00/15] Large pages in the page-cache
 2019-10-03  5:08 UTC  (13+ messages)
` [PATCH 14/15] mm: Align THP mappings for non-DAX
` [PATCH 03/15] mm: Add file_offset_of_ helpers
` [PATCH 04/15] iomap: Support large pages
` [PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
` [PATCH 11/15] mm: Remove hpage_nr_pages

[PATCH] Make SPLIT_RSS_COUNTING configurable
 2019-10-03  2:08 UTC  (3+ messages)

[PATCH v7 0/1] Add bounds check for Hotplugged memory
 2019-10-02 23:27 UTC  (5+ messages)
` [PATCH v7 1/1] memory_hotplug: Add a bounds check to __add_pages

[PATCH v6 0/3] mm, slab: Make kmalloc_info[] contain all types of names
 2019-10-02 23:06 UTC  (2+ messages)

[PATCH v1] mm/memory_hotplug: Don't take the cpu_hotplug_lock
 2019-10-02 21:37 UTC  (2+ messages)

[PATCH v2] mm: don't expose page to fast gup prematurely
 2019-10-02 17:33 UTC  (18+ messages)
` [PATCH v3 1/4] mm: remove unnecessary smp_wmb() in collapse_huge_page()
  ` [PATCH v3 3/4] mm: don't expose non-hugetlb page to fast gup prematurely

[PATCH] mm: thp: move deferred split queue to memcg's nodeinfo
 2019-10-02 17:29 UTC  (3+ messages)

[PATCH] mm thp: shrink deferred split THPs harder
 2019-10-02 17:26 UTC  (3+ messages)

cleanup vmap usage in the dma-mapping layer
 2019-10-02 16:45 UTC  (4+ messages)
` [PATCH 3/4] dma-mapping: introduce a dma_common_find_pages helper

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-02 15:04 UTC  (18+ messages)
        ` [virtio-dev] "

[PATCH v2 0/5] Emulated coherent graphics memory take 2
 2019-10-02 13:28 UTC  (9+ messages)
` [PATCH v2 1/5] mm: Add write-protect and clean utilities for address space ranges
  ` Ack to merge through DRM? WAS "

[linux-next:master] BUILD SUCCESS a32db7e1172439240202b843642465618498170d
 2019-10-02 13:20 UTC 

[PATCH] mm, memcg: clean up reclaim iter array
 2019-10-02 12:24 UTC  (2+ messages)

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-02 11:49 UTC  (6+ messages)
` [PATCH v8 1/5] "

[PATCH v2 2/2] riscv: Add KASAN support
 2019-10-02 10:55 UTC 

[PATCH v1 0/3] xen/balloon: PG_offline cleanups
 2019-10-02  7:56 UTC  (5+ messages)
` [PATCH v1 1/3] xen/balloon: Drop __balloon_append()

[PATCH] mm/memcontrol.c: fix another unused function warning
 2019-10-02  7:54 UTC  (5+ messages)

[PATCH v5 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
 2019-10-02  7:05 UTC  (4+ messages)

[PATCH] powerpc/pseries: Remove confusing warning message
 2019-10-02  6:51 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS cd6b2766cc1d12e6342a6f09626ac82974aecc50
 2019-10-02  6:31 UTC 

[PATCH v2] perf script python: integrate page reclaim analyze script
 2019-10-02  4:59 UTC  (3+ messages)

[PATCH v4 00/11] Introduces new count-based method for monitoring lockless pagetable walks
 2019-10-01 19:40 UTC  (14+ messages)
` [PATCH v4 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks
` [PATCH v4 03/11] mm/gup: Applies counting method to monitor gup_pgd_range

[bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]
 2019-10-01 19:40 UTC  (3+ 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).