linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-16 06:38:38 to 2020-04-17 17:26:44 UTC [more...]

[PATCH] mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
 2020-04-17 17:25 UTC 

ppc64 early slub caches have zero random value
 2020-04-17 17:19 UTC  (2+ messages)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-17 17:18 UTC  (8+ messages)
` [PATCH 1/3] mm: prepare for swap over-high accounting and penalty calculation
` [PATCH 2/3] mm: move penalty delay clamping out of calculate_high_delay()
` [PATCH 3/3] mm: automatically penalize tasks with high swap use

[PATCH v2 0/3] support setting sysctl parameters from kernel command line
 2020-04-17 16:59 UTC  (12+ messages)
` [PATCH v2 1/3] kernel/sysctl: "

[PATCH, RFC] x86/mm/pat: Restore large pages after fragmentation
 2020-04-17 16:54 UTC  (12+ messages)

[PATCH 1/2] memcg: folding CONFIG_MEMCG_SWAP as default
 2020-04-17 16:54 UTC  (6+ messages)
` [PATCH 2/2] mm/swap: clean up parameter pass in swapin funcs

[PATCH] kmalloc_index optimization(add kmalloc max size check)
 2020-04-17 15:59 UTC  (5+ messages)
  `  "
    `  "

[nacked] mm-oom-avoid-printk-iteration-under-rcu.patch removed from -mm tree
 2020-04-17 15:26 UTC  (2+ messages)

[PATCH] mm/memory: add refcount for special mapping page in copy_one_pte()
 2020-04-17 15:23 UTC  (5+ messages)

[PATCH] mm/vmscan: skip layzfree page on reclaim_clean_pages_from_list
 2020-04-17 15:13 UTC  (3+ messages)

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-04-17 15:01 UTC  (3+ messages)
` [PATCH RFC 1/2] s390/zcore: traverse resources instead of memblocks
` [PATCH RFC 2/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK

[PATCHv4 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-17 14:59 UTC  (11+ messages)
` [PATCHv4 1/8] khugepaged: Add self test
` [PATCHv4 2/8] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCHv4 3/8] khugepaged: Drain all LRU caches before scanning pages
` [PATCHv4 4/8] khugepaged: Drain LRU add pagevec after swapin
` [PATCHv4 5/8] khugepaged: Allow to collapse a page shared across fork
` [PATCHv4 6/8] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCHv4 7/8] thp: Change CoW semantics for anon-THP
` [PATCHv4 8/8] khugepaged: Introduce 'max_ptes_shared' tunable

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-17 14:46 UTC  (8+ messages)
`  "
    `  "
        `  "

[PATCH v8 00/10] per lruvec lru_lock for memcg
 2020-04-17 14:39 UTC  (13+ messages)
` [PATCH v8 03/10] mm/lru: replace pgdat lru_lock with lruvec lock

improve use_mm / unuse_mm v2
 2020-04-17 14:25 UTC  (8+ messages)
` [PATCH 2/3] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 3/3] kernel: set USER_DS in kthread_use_mm

[RFC PATCH] mm, oom: oom ratelimit auto tuning
 2020-04-17 13:55 UTC  (9+ messages)

[PATCH] mm/vmalloc: Sanitize __get_vm_area() arguments
 2020-04-17 13:38 UTC  (5+ messages)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-17 13:26 UTC  (3+ messages)

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-17 11:12 UTC  (14+ messages)
` [PATCH v3 01/11] alpha: Add clear_bit_unlock_is_negative_byte implementation
` [PATCH v3 02/11] ia64: "
` [PATCH v3 03/11] m68k: "
` [PATCH v3 04/11] mips: "
` [PATCH v3 05/11] riscv: "
` [PATCH v3 06/11] s390: "
` [PATCH v3 07/11] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [PATCH v3 08/11] mm: Move PG_writeback into the bottom byte
` [PATCH v3 09/11] mm: Convert writeback BUG to WARN_ON
` [PATCH v3 10/11] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback
` [PATCH v3 11/11] mm: Remove TestClearPageWriteback

[RFC] autonuma: Support to scan page table asynchronously
 2020-04-17 10:06 UTC  (5+ messages)

[PATCH RFC] mm: compaction: avoid migrating non-cma pages to a cma area
 2020-04-17  8:37 UTC  (4+ messages)

implicit AOP_FLAG_NOFS for grab_cache_page_write_begin
 2020-04-17  8:06 UTC  (4+ messages)

[PATCH v2] mm: Optimized hugepage zeroing & copying from user
 2020-04-17  7:48 UTC  (2+ messages)
` [mm] 134c8b410f: vm-scalability.median -7.9% regression

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-17  7:48 UTC  (10+ messages)
` [PATCH 1/6] bpf-cgroup: remove unused exports
` [PATCH 2/6] firmware_loader: "
` [PATCH 3/6] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 4/6] sysctl: remove all extern declaration from sysctl.c
` [PATCH 5/6] sysctl: avoid forward declarations
` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler

[PATCH v5] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-17  6:38 UTC  (2+ messages)

[PATCH v3] mm: swap: properly update readahead statistics in unuse_pte_range()
 2020-04-17  5:18 UTC  (4+ messages)

[PATCH] kmalloc_index optimization(code size & runtime stable)
 2020-04-17  4:55 UTC  (3+ messages)
  `  "

[PATCH 0/5] blktrace: fix use after free
 2020-04-17  4:09 UTC  (8+ messages)
` [PATCH 2/5] blktrace: fix debugfs "

[PATCH v5 0/2] integrate classzone_idx and high_zoneidx
 2020-04-17  3:58 UTC  (3+ messages)
` [PATCH v5 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx
` [PATCH v5 2/2] mm/page_alloc: integrate classzone_idx and high_zoneidx

[PATCH v5 00/10] workingset protection/detection on the anonymous LRU list
 2020-04-17  3:57 UTC  (6+ messages)
` [PATCH v5 05/10] mm/swap: charge the page when adding to the swap cache

[PATCH] shmem: fix possible deadlocks on shmlock_user_lock
 2020-04-17  3:00 UTC  (2+ messages)

possible deadlock in user_shm_lock
 2020-04-17  0:24 UTC  (2+ messages)

possible deadlock in shmem_uncharge
 2020-04-17  0:19 UTC  (6+ messages)

[PATCH v4] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-16 22:47 UTC  (6+ messages)

decruft the vmalloc API v2
 2020-04-16 20:43 UTC  (3+ messages)
` [PATCH 11/29] mm: only allow page table mappings for built-in zsmalloc

decruft the vmalloc API
 2020-04-16 20:37 UTC  (9+ messages)
` [PATCH 10/28] mm: only allow page table mappings for built-in zsmalloc

[PATCH v4] mm/ksm: Fix NULL pointer dereference when KSM zero page is enabled
 2020-04-16 20:05 UTC  (6+ messages)

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-16 19:02 UTC  (12+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

[PATCHv3, RESEND 0/8] thp/khugepaged improvements and CoW semantics
 2020-04-16 18:25 UTC  (5+ messages)
` [PATCHv3, RESEND 8/8] khugepaged: Introduce 'max_ptes_shared' tunable

[PATCH] mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
 2020-04-16 18:22 UTC 

[PATCH v2] mm: swap: use fixed-size readahead during swapoff
 2020-04-16 17:21 UTC  (10+ messages)

[PATCH v2 0/5] Make PageWriteback use the PageLocked optimisation
 2020-04-16 17:13 UTC  (8+ messages)
` [PATCH v2 1/5] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [PATCH v2 2/5] mm: Move PG_writeback into the bottom byte
` [PATCH v2 3/5] mm: Convert writeback BUG to WARN_ON
` [PATCH v2 4/5] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback
` [PATCH v2 5/5] mm: Remove TestClearPageWriteback

[PATCH RFC 0/2] mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCK
 2020-04-16 17:09 UTC  (5+ messages)
` [PATCH RFC 1/2] mm/memory_hotplug: no need to init new pgdat with node_start_pfn
` [PATCH RFC 2/2] mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCK

[PATCH v3] mm/memory_hotplug: refrain from adding memory into an impossible node
 2020-04-16 16:18 UTC  (7+ messages)

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-16 15:24 UTC  (10+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
      ` [PATCH 2/2 V3] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

Userfaultfd doesn't seem to break out of poll on fd close
 2020-04-16 14:49 UTC  (7+ messages)

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-16 14:47 UTC  (16+ messages)

[PATCH 0/2] Make PageWriteback use the PageLocked optimisation
 2020-04-16 14:31 UTC  (4+ messages)
` [PATCH 1/2] mm: Remove definition of clear_bit_unlock_is_negative_byte

[PATCH] vmalloc: Fix remap_vmalloc_range() bounds checks
 2020-04-16 13:22 UTC  (3+ messages)

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-16 12:13 UTC  (5+ messages)
` [PATCH v5 02/25] iommu/sva: Manage process address spaces

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-04-16 11:35 UTC  (2+ messages)

[PATCH -next] mm/usercopy: fix warning Comparison to bool
 2020-04-16 11:23 UTC  (4+ messages)
  ` 答复: "

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-16  9:06 UTC  (3+ messages)
` [PATCH v3 2/3] crypto: Remove unnecessary memzero_explicit()

[PATCH v2] mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
 2020-04-16  7:34 UTC 

[PATCH 0/8] Simplefs: group and simplify linux fs code
 2020-04-16  6:59 UTC  (6+ messages)
` [PATCH 1/8] apparmor: just use vfs_kern_mount to make .null
` [PATCH 2/8] fs: extract simple_pin/release_fs to separate files

possible deadlock in shmem_mfill_atomic_pte
 2020-04-16  6:58 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).