linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 10:42:23 to 2019-10-03 08:41:42 UTC [more...]

[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

[rfc] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-03  8:14 UTC  (5+ messages)

[PATCH] mm/page_alloc: Add a reason for reserved pages in has_unmovable_pages()
 2019-10-03  8:10 UTC 

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

[PATCH v3 0/7] Emulated coherent graphics memory take 2
 2019-10-03  7:56 UTC  (14+ 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

[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-03  7:44 UTC  (16+ 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] kasan: fix the missing underflow in memmove and memcpy with CONFIG_KASAN_GENERIC=y
 2019-10-03  6:26 UTC  (9+ messages)

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

[RFC 00/15] Large pages in the page-cache
 2019-10-03  5:08 UTC  (15+ messages)
` [PATCH 13/15] mm: Add a huge page fault handler for files
` [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

BUG: Crash in __free_slab() using SLAB_TYPESAFE_BY_RCU
 2019-10-03  3:35 UTC  (3+ messages)

[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] mm: export cma alloc and release
 2019-10-02 21:22 UTC 

Lease semantic proposal
 2019-10-02 20:35 UTC  (11+ messages)

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

[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  (27+ messages)
` [PATCH v11 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v11 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v11 3/6] mm: Introduce Reported pages
` [PATCH v11 4/6] mm: Add device side and notifier for unused page reporting
` [PATCH v11 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v11 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v11 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v11 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v11 QEMU 3/3] virtio-balloon: Provide a interface for "
        ` [virtio-dev] Re: [PATCH v11 0/6] mm / virtio: Provide support "

[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 RFC 00/14] The new slab memory controller
 2019-10-02 13:00 UTC  (4+ messages)

[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  (7+ messages)

[PATCH v5 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2019-10-02  7:05 UTC  (16+ messages)
` [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone
` [PATCH v5 02/10] mm/memmap_init: Update variable name in memmap_init_zone
` [PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()
` [PATCH v5 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v5 05/10] mm/memory_hotplug: Shrink zones when offlining memory
` [PATCH v5 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH v5 07/10] mm/memory_hotplug: We always have a zone in find_(smallest|biggest)_section_pfn
` [PATCH v5 08/10] mm/memory_hotplug: Don't check for "all holes" in shrink_zone_span()
` [PATCH v5 09/10] mm/memory_hotplug: Drop local variables "
` [PATCH v5 10/10] mm/memory_hotplug: Cleanup __remove_pages()

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

[PATCH] mm/thp: make set_huge_zero_page() return void
 2019-10-01 17:54 UTC  (3+ messages)

[PATCH v3] mm: emit tracepoint when RSS changes
 2019-10-01 17:28 UTC 

[PATCH v6 0/4] Raspberry Pi 4 DMA addressing support
 2019-10-01 16:05 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD REGRESSION ae083b2a11c74328112ccfce4981a6b6e0a45f8c
 2019-10-01 16:02 UTC 

[PATCH] docs: Catch up with the new location of get_user_pages_fast()
 2019-10-01 14:55 UTC 

[PATCH v2 0/3] followups to debug_pagealloc improvements through page_owner
 2019-10-01 14:15 UTC  (14+ messages)
` [PATCH v2 2/3] mm, page_owner: decouple freeing stack trace from debug_pagealloc

[PATCH] mm/slub: fix a deadlock in shuffle_freelist()
 2019-10-01 13:44 UTC  (9+ messages)
        ` [PATCH] sched: Avoid spurious lock dependencies

[PATCH v10 0/3] fix double page fault on arm64
 2019-10-01 13:32 UTC  (9+ messages)
` [PATCH v10 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
` [PATCH v10 2/3] arm64: mm: implement arch_faults_on_old_pte() on arm64
` [PATCH v10 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-01 12:46 UTC  (3+ messages)

[PATCH mmotm] sparc64: pgtable_64.h: fix mismatched parens
 2019-10-01 11:53 UTC  (2+ messages)

[PATCH] mm: fix struct member name in function comments
 2019-10-01 11:52 UTC  (2+ 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).