linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 09:16:14 to 2019-10-08 16:43:47 UTC [more...]

[PATCH v2 0/8] Backported fixes for 4.4 stable tree
 2019-10-09  0:44 UTC  (2+ messages)
` [PATCH v2 1/8] mm: make page ref count overflow check tighter and more explicit

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-08 16:33 UTC  (2+ messages)

mount on tmpfs failing to parse context option
 2019-10-08 16:33 UTC  (8+ messages)

hibernation memory usage
 2019-10-08 16:18 UTC  (5+ messages)

[PATCH v2] mm/page_isolation: fix a deadlock with printk()
 2019-10-08 16:08 UTC  (38+ messages)

[PATCH] mm: vmalloc: Use the vmap_area_lock to protect ne_fit_preload_node
 2019-10-08 16:04 UTC  (13+ messages)

[PATCH] mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()
 2019-10-08 15:51 UTC  (2+ messages)

[PATCH v10 0/3] fix double page fault on arm64
 2019-10-08 15:32 UTC  (18+ 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 v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-08 15:11 UTC  (8+ 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] mm: thp: move deferred split queue to memcg's nodeinfo
 2019-10-08 14:55 UTC  (6+ messages)

[RFC PATCH] mm: set memory section offline when all its pages are offline
 2019-10-08 14:51 UTC  (2+ messages)

[PATCH v6 0/3] mm, slab: Make kmalloc_info[] contain all types of names
 2019-10-08 14:21 UTC  (3+ messages)

[PATCH -next] mm/userfaultfd: fix a GCC compilation warning
 2019-10-08 14:15 UTC 

[PATCH -next] mm/z3fold: fix -Wunused-but-set-variable warnings
 2019-10-08 13:41 UTC 

[linux-next:master] BUILD REGRESSION 442630f691a1537b7e0cc35e3d580222077549cb
 2019-10-08 12:46 UTC 

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

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-08 11:58 UTC  (7+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH V8 0/2] arm64/mm: Enable memory hot remove
 2019-10-08 11:48 UTC  (6+ messages)
` [PATCH V8 2/2] "

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

[PATCH V5 0/4] ACPI: Support Generic Initiator proximity domains
 2019-10-08 11:17 UTC  (4+ messages)
` [PATCH V5 3/4] x86: Support Generic Initiator only "

[PATCH] mm: include <linux/ramfs.h> for generic_file_vm_ops definition
 2019-10-08 10:23 UTC 

[RFC PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-08  9:37 UTC 

[PATCH v2] mm/vmscan: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-08  9:34 UTC  (3+ messages)

[PATCH v4 0/9] Emulated coherent graphics memory take 2
 2019-10-08  9:15 UTC  (10+ messages)
` [PATCH v4 1/9] mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()
` [PATCH v4 2/9] mm: pagewalk: Take the pagetable lock in walk_pte_range()
` [PATCH v4 3/9] mm: pagewalk: Don't split transhuge pmds when a pmd_entry is present
` [PATCH v4 4/9] mm: Add a walk_page_mapping() function to the pagewalk code
` [PATCH v4 5/9] mm: Add write-protect and clean utilities for address space ranges
` [PATCH v4 6/9] drm/vmwgfx: Implement an infrastructure for write-coherent resources
` [PATCH v4 7/9] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH v4 8/9] drm/vmwgfx: Implement an infrastructure for read-coherent resources
` [PATCH v4 9/9] drm/vmwgfx: Add surface dirty-tracking callbacks

[Question] pfn_valid_within(page_to_pfn(buddy)) vs pfn_valid_within(buddy_pfn) in __free_one_page()
 2019-10-08  9:12 UTC  (2+ messages)

[bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]
 2019-10-08  8:52 UTC  (6+ messages)

[PATCH v2] mm/slub: fix a deadlock in show_slab_objects()
 2019-10-08  8:47 UTC  (5+ messages)

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-08  8:20 UTC  (7+ messages)

[PATCH] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-08  7:21 UTC  (4+ messages)

[RFC 00/15] Large pages in the page-cache
 2019-10-08  3:53 UTC  (5+ messages)
` [PATCH 02/15] fs: Introduce i_blocks_per_page

[PATCH] shmem: add shmem_size option, set filesystem size
 2019-10-08  3:13 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b6f03173ae19a33c2ead73ffc68f6d20de4d199a
 2019-10-08  1:16 UTC 

[PATCH v2 1/3] userfaultfd: use vma_pagesize for all huge page size calculation
 2019-10-08  0:57 UTC  (5+ messages)

[PATCH] mm: update comments in slub.c
 2019-10-07 22:20 UTC 

[rfc] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-07 22:15 UTC  (6+ messages)

[PATCH] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-07 22:02 UTC  (2+ messages)

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-07 18:14 UTC  (5+ messages)

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-07 17:20 UTC  (13+ messages)

[PATCH] mm: export cma alloc and release
 2019-10-07 17:06 UTC  (6+ messages)

[PATCH] x86/mm: Split vmalloc_sync_all()
 2019-10-07 15:48 UTC  (3+ messages)

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-07 15:33 UTC  (3+ messages)
` [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree

hmm pud-entry callback locking?
 2019-10-07 14:19 UTC  (2+ messages)

[PATCH V4 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-10-07 14:00 UTC  (6+ messages)
` [PATCH V4 2/2] mm/pgtable/debug: Add test validating architecture "

[PATCH v2] mm/swap: piggyback lru_add_drain_all() calls
 2019-10-07 12:50 UTC  (6+ messages)

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-10-07 12:40 UTC  (6+ messages)
` [PATCH v5 04/12] S.A.R.A.: generic DFA for string matching

[PATCH v3 0/3] followups to debug_pagealloc improvements through page_owner
 2019-10-07 10:41 UTC  (5+ messages)
` [PATCH v3 1/3] mm, page_owner: fix off-by-one error in __set_page_owner_handle()
` [PATCH v3 2/3] mm, page_owner: decouple freeing stack trace from debug_pagealloc
` [PATCH v3 3/3] mm, page_owner: rename flag indicating that page is allocated

Lease semantic proposal
 2019-10-04  7:51 UTC  (5+ messages)

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

[PATCH 1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations
 2019-10-07  9:16 UTC  (2+ messages)
` [PATCH 2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test


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