linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-24 12:11:44 to 2019-10-27 08:00:17 UTC [more...]

[PATCH v13 00/22] Generic page walk and ptdump
 2019-10-27  7:59 UTC  (26+ messages)
` [PATCH v13 01/22] mm: Add generic p?d_leaf() macros
` [PATCH v13 02/22] arc: mm: Add p?d_leaf() definitions
` [PATCH v13 03/22] arm: "
` [PATCH v13 04/22] arm64: "
` [PATCH v13 05/22] mips: "
` [PATCH v13 06/22] powerpc: "
` [PATCH v13 07/22] riscv: "
` [PATCH v13 08/22] s390: "
` [PATCH v13 09/22] sparc: "
` [PATCH v13 10/22] x86: "
` [PATCH v13 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v13 12/22] mm: pagewalk: Allow walking without vma
` [PATCH v13 13/22] mm: pagewalk: Add test_p?d callbacks
` [PATCH v13 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v13 15/22] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v13 16/22] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v13 17/22] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v13 18/22] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v13 19/22] mm: Add generic ptdump
` [PATCH v13 20/22] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v13 21/22] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v13 22/22] arm64: mm: Display non-present entries in ptdump

[PATCH 4.19] memfd: Fix locking when tagging pins
 2019-10-26 15:34 UTC  (6+ messages)
` [PATCH 4.14] "
` [PATCH 4.9] "
` [PATCH 4.4] "

[v3 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-26 13:10 UTC  (2+ messages)

[RFC v2] mm: add page preemption
 2019-10-26 11:28 UTC 

[RFC v2] memcg: add memcg lru for page reclaiming
 2019-10-26 11:07 UTC 

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-10-26 10:46 UTC 

[linux-next:master] BUILD INCOMPLETE 139c2d13c258bacc545fc2a4091f7fb0a6fb08fd
 2019-10-26  8:54 UTC 

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-10-26  6:43 UTC  (12+ messages)
` [PATCH 01/10] memory_hotplug: Add a bounds check to __add_pages
` [PATCH 02/10] nvdimm: remove prototypes for nonexistent functions
` [PATCH 03/10] powerpc: Add OPAL calls for LPC memory alloc/release
` [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
` [PATCH 05/10] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH 06/10] ocxl: Add functions to map/unmap LPC memory
` [PATCH 07/10] ocxl: Save the device serial number in ocxl_fn
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal
` [PATCH 10/10] ocxl: Conditionally bind SCM devices to the generic OCXL driver

[RPF STABLE PATCH] mm/memfd: should be lock the radix_tree when iterating its slot
 2019-10-26  1:54 UTC  (5+ messages)

[PATCH] mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly
 2019-10-25 23:27 UTC 

[PATCH 0/2] mm: reduce /proc/pagetypeinfo ovehead
 2019-10-25 21:58 UTC  (10+ messages)
` [PATCH 1/2] mm, vmstat: hide /proc/pagetypeinfo from normal users
` [PATCH 2/2] mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo

[PATCH v7 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-10-25 21:36 UTC  (10+ messages)
` [PATCH v7 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v7 3/9] hugetlb_cgroup: add cgroup-v2 support
` [PATCH v7 4/9] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v7 5/9] hugetlb: disable region_add file_region coalescing
` [PATCH v7 6/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v7 7/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v7 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v7 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

WARNING in collapse_file
 2019-10-25 21:36 UTC  (2+ messages)

[PATCH 2/2] mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo
 2019-10-25 21:25 UTC  (4+ messages)

[PATCH 00/16] The new slab memory controller
 2019-10-25 20:52 UTC  (5+ messages)
` [PATCH 09/16] mm: memcg/slab: charge individual slab objects instead of pages

[PATCH 00/12] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-10-25 20:33 UTC  (5+ messages)
` [PATCH 06/12] microblaze: use pgtable-nopmd instead of 4level-fixup

[PATCH] mm: thp: clear PageDoubleMap flag when the last PMD map gone
 2019-10-25 18:49 UTC  (7+ messages)

[PATCH rc] mm/mmu_notifiers: use the right return code for WARN_ON
 2019-10-25 17:55 UTC 

[PATCH V9 0/2] arm64/mm: Enable memory hot remove
 2019-10-25 17:09 UTC  (7+ messages)
` [PATCH V9 2/2] "

mlockall(MCL_CURRENT) blocking infinitely
 2019-10-25 15:58 UTC  (17+ messages)

[v4 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-25 15:38 UTC  (6+ messages)

[PROJECT IDEA] More kmalloc sizes
 2019-10-25 14:51 UTC 

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-25 14:48 UTC  (4+ messages)

[PATCH 0/8]: mm: vmscan: cgroup-related cleanups
 2019-10-25 14:41 UTC  (10+ messages)
` [PATCH 5/8] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 7/8] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 8/8] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs

[PATCH AUTOSEL 4.4 16/16] bdi: Do not use freezable workqueue
 2019-10-25 13:58 UTC 

[PATCH AUTOSEL 4.9 20/20] bdi: Do not use freezable workqueue
 2019-10-25 13:58 UTC 

[PATCH AUTOSEL 4.14 25/25] bdi: Do not use freezable workqueue
 2019-10-25 13:57 UTC 

[PATCH AUTOSEL 4.19 36/37] bdi: Do not use freezable workqueue
 2019-10-25 13:56 UTC 

[PATCH AUTOSEL 5.3 30/33] bdi: Do not use freezable workqueue
 2019-10-25 13:55 UTC 

[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
 2019-10-25 11:28 UTC  (2+ messages)
` [PATCH RFC] mm: Allow to offline unmovable PageOffline() pages if the driver agrees

[PATCH V7] mm/debug: Add tests validating architecture page table helpers
 2019-10-25 10:10 UTC  (12+ messages)

[PATCH] zswap: Add shrink_enabled that can disable swap shrink to increase store performance
 2019-10-25  8:02 UTC 

[RFC v4] zswap: Add CONFIG_ZSWAP_IO_SWITCH to handle swap IO issue
 2019-10-25  7:55 UTC  (2+ messages)

[PATCH v2 0/8] Backported fixes for 4.4 stable tree
 2019-10-25  6:18 UTC  (5+ messages)
` [PATCH v2 6/8] mm: prevent get_user_pages() from overflowing page refcount

[PATCH 05/12] m68k: mm: use pgtable-nopXd instead of 4level-fixup
 2019-10-25  5:52 UTC  (2+ messages)

[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-10-25  4:39 UTC  (2+ messages)
` e984eb5108: BUG:kernel_NULL_pointer_dereference,address

[RFC] Memory Tiering
 2019-10-25  3:40 UTC  (6+ messages)

[PATCH V2] mm: Recheck page table entry with page table lock held
 2019-10-25  3:13 UTC  (2+ messages)

[PATCH] mm: allow unmapped hole at head side of mbind range
 2019-10-25  2:32 UTC  (4+ messages)

Hi. lange nichts von dir gehört
 2019-10-25  1:56 UTC 

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-25  1:38 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 489045e345575c7c9872670f3291cd4222f33bb9
 2019-10-24 22:10 UTC 

[PATCH v2] net: fix sk_page_frag() recursion from memory reclaim
 2019-10-24 20:50 UTC 

[PATCH v2] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-24 19:46 UTC  (3+ messages)

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-24 19:01 UTC  (6+ messages)
` [RFC PATCH 0/2] "
  ` [RFC PATCH 1/2] mm, vmstat: hide /proc/pagetypeinfo from normal users

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-24 18:59 UTC  (13+ messages)

[PATCH v2] mm: gup: fix comment of __get_user_pages()
 2019-10-24 18:41 UTC  (4+ messages)

[RFC V2 0/2] arm64: Enable vmemmap mapping from device memory
 2019-10-21  5:10 UTC  (3+ messages)
` [RFC V2 1/2] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()
` [RFC V2 2/2] arm64/mm: Enable vmem_altmap support for vmemmap mappings

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-24 17:09 UTC  (12+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 4/8] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v2 8/8] x86, kcsan: Enable KCSAN for x86

[PATCH RFC v1 00/12] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-24 12:50 UTC  (6+ messages)
` [PATCH RFC v1 01/12] mm/memory_hotplug: Don't allow to online/offline memory blocks with holes

[PATCH] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-24 16:21 UTC  (9+ messages)

[PATCH V2] kernel: dma: contigous: Make CMA parameters __initdata/__initconst
 2019-10-22 13:56 UTC  (2+ messages)

[PATCH v12 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-24 15:19 UTC  (6+ messages)
` [PATCH v12 2/6] mm: Use zone and order instead of free area in free_list manipulators

[PATCH] mm: fix comment for ISOLATE_UNMAPPED macro
 2019-10-24 15:16 UTC 

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-24 14:55 UTC  (4+ messages)

[PATCH] mm: gup: fix comment of __get_user_pages()
 2019-10-24 14:21 UTC  (3+ messages)
  `  "

[PATCH] mm/mmn: prevent unpaired invalidate_start and invalidate_end with non-blocking
 2019-10-24 14:15 UTC  (5+ messages)

[PATCH v12 12/22] mm: pagewalk: Allow walking without vma
 2019-10-24 13:07 UTC  (4+ messages)
  ` [PATCH v12 13/22] mm: pagewalk: Add test_p?d callbacks
  ` [PATCH v12 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
  ` [PATCH v12 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-24 12:46 UTC  (5+ messages)
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context

[PATCH v1 00/10] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-24 12:09 UTC  (8+ messages)
` [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes
` [PATCH v1 05/10] powerpc/book3s: Prepare kvmppc_book3s_instantiate_page() "
` [PATCH v1 06/10] powerpc/64s: Prepare hash_page_do_lazy_icache() "
` [PATCH v1 07/10] powerpc/mm: Prepare maybe_pte_to_page() "
` [PATCH v1 08/10] x86/mm: Prepare __ioremap_check_ram() "
` [PATCH v1 09/10] mm/memory_hotplug: Don't mark pages PG_reserved when initializing the memmap
` [PATCH v1 10/10] mm/usercopy.c: Update comment in check_page_span() regarding ZONE_DEVICE


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