linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-10 20:22:12 to 2018-09-12 14:49:20 UTC [more...]

[PATCH 0/4] Address issues slowing persistent memory initialization
 2018-09-12 14:49 UTC  (22+ messages)
` [PATCH 1/4] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH 2/4] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH 3/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
` [PATCH 4/4] nvdimm: Trigger the device probe on a cpu local to the device

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-12 14:47 UTC  (6+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc

[RFC] memory_hotplug: Free pages as pageblock_order
 2018-09-12 14:42 UTC  (6+ messages)

[PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary
 2018-09-12 14:40 UTC  (18+ messages)

[PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-09-12 14:21 UTC  (11+ messages)

[RFC] mm/memory_hotplug: wrong node identified if memory was never on-lined
 2018-09-12 14:02 UTC 

[vireshk-pm:opp/qcom-fix 8485/8905] mm/vmacache.c:14:39: error: 'PMD_SHIFT' undeclared; did you mean 'PUD_SHIFT'?
 2018-09-12 13:50 UTC 

[PATCH] memcg: remove congestion wait when force empty
 2018-09-12 13:49 UTC  (2+ messages)

[PATCH v2] mm, oom: Fix unnecessary killing of additional processes
 2018-09-12 13:42 UTC  (5+ messages)
` [RFC PATCH 0/3] rework mmap-exit vs. oom_reaper handover

[vireshk-pm:opp/qcom-fix 8485/8905] mm/vmacache.c:127:26: error: 'addr' undeclared
 2018-09-12 13:34 UTC 

[RFC PATCH v2 0/8] lru_lock scalability and SMP list functions
 2018-09-12 13:30 UTC  (13+ messages)
` [RFC PATCH v2 1/8] mm, memcontrol.c: make memcg lru stats thread-safe without lru_lock
` [RFC PATCH v2 2/8] mm: make zone_reclaim_stat updates thread-safe
` [RFC PATCH v2 3/8] mm: convert lru_lock from a spinlock_t to a rwlock_t
` [RFC PATCH v2 4/8] mm: introduce smp_list_del for concurrent list entry removals
` [RFC PATCH v2 5/8] mm: enable concurrent LRU removals
` [RFC PATCH v2 6/8] mm: splice local lists onto the front of the LRU
` [RFC PATCH v2 7/8] mm: introduce smp_list_splice to prepare for concurrent LRU adds
` [RFC PATCH v2 8/8] mm: enable "

[PATCH v2] mm: mprotect: check page dirty when change ptes
 2018-09-12 13:24 UTC  (4+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-12 12:56 UTC  (13+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API

[PATCH RFC] mm: don't raise MEMCG_OOM event due to failed high-order allocation
 2018-09-12 12:35 UTC  (10+ messages)

ext4 hang and per-memcg dirty throttling
 2018-09-12 12:11 UTC  (2+ messages)

[RFC PATCH 0/3] rework mmap-exit vs. oom_reaper handover
 2018-09-12 11:22 UTC  (8+ messages)

[RFC 12/12] keys/mktme: Do not revoke in use memory encryption keys
 2018-09-12 11:12 UTC  (44+ messages)
` [RFC 00/12] Multi-Key Total Memory Encryption API (MKTME)
  ` [RFC 01/12] docs/x86: Document the Multi-Key Total Memory Encryption API
  ` [RFC 02/12] mm: Generalize the mprotect implementation to support extensions
  ` [RFC 04/12] x86/mm: Add helper functions to manage memory encryption keys
  ` [RFC 06/12] mm: Add the encrypt_mprotect() system call
  ` [RFC 08/12] mm: Track VMA's in use for each memory encryption keyid
  ` [RFC 09/12] mm: Restrict memory encryption to anonymous VMA's
  ` [RFC 10/12] x86/pconfig: Program memory encryption keys on a system-wide basis
  ` [RFC 11/12] keys/mktme: Add a new key service type for memory encryption keys

[PATCH v3 0/3] docs/core-api: add memory allocation guide
 2018-09-12 10:33 UTC  (5+ messages)
` [PATCH v3 3/3] docs: core-api: "

[PATCH 0/5] Clean up huge vmap and ioremap code
 2018-09-12 10:26 UTC  (6+ messages)
` [PATCH 1/5] ioremap: Rework pXd_free_pYd_page() API
` [PATCH 2/5] arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table()
` [PATCH 3/5] x86: pgtable: Drop pXd_none() "
` [PATCH 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address
` [PATCH 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings

[PATCH] mm, thp: Fix mlocking THP page with migration enabled
 2018-09-12 10:24 UTC  (5+ messages)

[RFC v9 PATCH 0/4] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-09-12  9:11 UTC  (9+ messages)
` [RFC v9 PATCH 1/4] mm: refactor do_munmap() to extract the common part
` [RFC v9 PATCH 2/4] mm: mmap: zap pages with read mmap_sem in munmap
` [RFC v9 PATCH 3/4] mm: unmap VM_HUGETLB mappings with optimized path
` [RFC v9 PATCH 4/4] mm: unmap VM_PFNMAP "

[PATCH v3 0/4] fs/dcache: Track # of negative dentries
 2018-09-12  2:36 UTC  (10+ messages)
` [PATCH v3 1/4] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v3 2/4] fs: Don't need to put list_lru into its own cacheline
` [PATCH v3 3/4] fs/dcache: Track & report number of negative dentries
` [PATCH v3 4/4] fs/dcache: Eliminate branches in nr_dentry_negative accounting

[PATCH -V5 RESEND 00/21] swap: Swapout/swapin THP in one piece
 2018-09-12  0:44 UTC  (22+ messages)
` [PATCH -V5 RESEND 01/21] swap: Enable PMD swap operations for CONFIG_THP_SWAP
` [PATCH -V5 RESEND 02/21] swap: Add __swap_duplicate_locked()
` [PATCH -V5 RESEND 03/21] swap: Support PMD swap mapping in swap_duplicate()
` [PATCH -V5 RESEND 04/21] swap: Support PMD swap mapping in put_swap_page()
` [PATCH -V5 RESEND 05/21] swap: Support PMD swap mapping in free_swap_and_cache()/swap_free()
` [PATCH -V5 RESEND 06/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V5 RESEND 07/21] swap: Support PMD swap mapping in split_swap_cluster()
` [PATCH -V5 RESEND 08/21] swap: Support to read a huge swap cluster for swapin a THP
` [PATCH -V5 RESEND 09/21] swap: Swapin a THP in one piece
` [PATCH -V5 RESEND 10/21] swap: Support to count THP swapin and its fallback
` [PATCH -V5 RESEND 11/21] swap: Add sysfs interface to configure THP swapin
` [PATCH -V5 RESEND 12/21] swap: Support PMD swap mapping in swapoff
` [PATCH -V5 RESEND 13/21] swap: Support PMD swap mapping in madvise_free()
` [PATCH -V5 RESEND 14/21] swap: Support to move swap account for PMD swap mapping
` [PATCH -V5 RESEND 15/21] swap: Support to copy PMD swap mapping when fork()
` [PATCH -V5 RESEND 16/21] swap: Free PMD swap mapping when zap_huge_pmd()
` [PATCH -V5 RESEND 17/21] swap: Support PMD swap mapping for MADV_WILLNEED
` [PATCH -V5 RESEND 18/21] swap: Support PMD swap mapping in mincore()
` [PATCH -V5 RESEND 19/21] swap: Support PMD swap mapping in common path
` [PATCH -V5 RESEND 20/21] swap: create PMD swap mapping when unmap the THP
` [PATCH -V5 RESEND 21/21] swap: Update help of CONFIG_THP_SWAP

[PATCH v7 0/6] Btrfs: implement swap file support
 2018-09-11 22:34 UTC  (7+ messages)
` [PATCH v7 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v7 2/6] mm: export add_swap_extent()
` [PATCH v7 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v7 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v7 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v7 6/6] Btrfs: support swap files

32-bit PTI with THP = userspace corruption
 2018-09-11 18:20 UTC  (9+ messages)

[PATCH v6 00/11] arm64: untag user pointers passed to the kernel
 2018-09-11 16:41 UTC  (7+ messages)
` [PATCH v6 11/11] arm64: annotate user pointers casts detected by sparse

INFO: task hung in ext4_da_get_block_prep
 2018-09-11 16:37 UTC  (11+ messages)
      ` [PATCH] mm, oom: Introduce time limit for dump_tasks duration

[PATCH 0/3] trivial code refine for sparsemem
 2018-09-11 15:00 UTC  (8+ messages)
` [PATCH 1/3] mm/sparse: add likely to mem_section[root] check in sparse_index_init()

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-11 13:52 UTC  (8+ messages)

How to handle PTE tables with non contiguous entries ?
 2018-09-11  5:39 UTC  (5+ messages)

[RFC PATCH 0/9] Improve zone lock scalability using Daniel Jordan's list work
 2018-09-11  5:36 UTC  (10+ messages)
` [RFC PATCH 1/9] mm: do not add anon pages to LRU
` [RFC PATCH 2/9] mm: introduce smp_list_del for concurrent list entry removals
` [RFC PATCH 3/9] mm: introduce smp_list_splice to prepare for concurrent LRU adds
` [RFC PATCH 4/9] mm: convert zone lock from spinlock to rwlock
` [RFC PATCH 5/9] mm/page_alloc: use helper functions to add/remove a page to/from buddy
` [RFC PATCH 6/9] use atomic for free_area[order].nr_free
` [RFC PATCH 7/9] mm: use read_lock for free path
` [RFC PATCH 8/9] mm: use smp_list_splice() on "
` [RFC PATCH 9/9] mm: page_alloc: merge before sending pages to global pool


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