linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 15:00:37 to 2020-04-27 07:04:11 UTC [more...]

[PATCH v10 00/15] per memcg lru lock
 2020-04-27  7:03 UTC  (12+ messages)
` [PATCH v10 01/15] mm/swap: use vmf clean up swapin funcs parameters
` [PATCH v10 02/15] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v10 03/15] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v10 05/15] mm/thp: clean up lru_add_page_tail
` [PATCH v10 06/15] mm/thp: narrow lru locking
` [PATCH v10 07/15] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v10 08/15] mm/lru: introduce TestClearPageLRU
` [PATCH v10 09/15] mm/compaction: do page isolation first in compaction
` [PATCH v10 10/15] mm/mlock: isolation page before get lru lock in munlock
` [PATCH v10 12/15] mm/lru: introduce the relock_page_lruvec function
` [PATCH v10 14/15] mm/pgdat: remove pgdat lru_lock

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

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-27  5:04 UTC  (3+ messages)
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code

[patch] mm, oom: stop reclaiming if GFP_ATOMIC will start failing soon
 2020-04-27  5:03 UTC  (6+ messages)

[PATCH] swap: Try to scan more free slots even when fragmented
 2020-04-27  3:00 UTC 

[PATCH] mm/slub: Fix incorrect checkings of s->offset
 2020-04-27  2:02 UTC 

[PATCH v2] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
 2020-04-27  0:55 UTC  (8+ messages)

mmotm 2020-04-26-00-15 uploaded
 2020-04-26 22:48 UTC  (3+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

[hnaz-linux-mm:master 287/377] config.c:undefined reference to `find_via_pmu'
 2020-04-26 16:04 UTC 

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-04-26 14:41 UTC  (4+ messages)

[linux-next:master 4466/4894] kernel/bpf/syscall.c:305:58: error: 'VMALLOC_END' undeclared; did you mean 'VM_LOCKED'?
 2020-04-26  7:43 UTC  (3+ messages)

[PATCH] mm/slub: do not place freelist pointer to middle of object if redzone is on
 2020-04-26  5:56 UTC  (3+ messages)
  `  "

[PATCH] [v3]mtd: spi-nor: winbond: add 1.8v SPI NOR Flash IDs
 2020-04-26  3:24 UTC 

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-26  3:01 UTC  (5+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[linux-next:master] BUILD REGRESSION 8bdabd09ec86a993419c8c98a4f34c12bc902c6c
 2020-04-26  2:51 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 15caa57c062a6a1d926d4c4f2f782ab92f7dfcca
 2020-04-26  1:59 UTC 

[PATCH v3] mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
 2020-04-26  1:17 UTC 

[PATCH 0/4] Extract DEBUG_WX to shared use
 2020-04-26  1:05 UTC  (3+ messages)
` [PATCH 2/4] riscv: support DEBUG_WX

[PATCH] mm/slub: do not place freelist pointer to middle of object if redzone is on
 2020-04-26  0:07 UTC  (3+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-25 16:49 UTC  (9+ messages)
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order

[PATCH 0/3] mm: improve proportional memcg protection
 2020-04-25 15:24 UTC  (4+ messages)
` [PATCH 1/3] mm: move struct scan_control into internal.h
` [PATCH 2/3] mm: add reclaim context as a new parameter in mem_cgroup_protected()
` [PATCH 3/3] mm: improvements on memcg protection functions

Tmpfs size accounting misses memory allocations
 2020-04-25 12:33 UTC 

[PATCH, RFC] x86/mm/pat: Restore large pages after fragmentation
 2020-04-25 11:43 UTC  (2+ messages)
` [x86/mm/pat] ae64ac1a83: BUG:Bad_page_state_in_process

[PATCH v2 06/10] blk-debugfs: upgrade warns to BUG_ON() if directory is already found
 2020-04-25 11:43 UTC  (2+ messages)
` [blk] 90d38c0e30: kernel_BUG_at_block/blk-debugfs.c

1c430a6123 ("mm/madvise: employ mmget_still_valid() for write .."): BUG: kernel reboot-without-warning in boot stage
 2020-04-25 11:19 UTC 

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-25  9:46 UTC  (26+ messages)
` [PATCH v5 03/38] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH v5 05/38] kmsan: reduce vmalloc space
` [PATCH v5 09/38] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH v5 10/38] kmsan: define READ_ONCE_NOCHECK()
` [PATCH v5 11/38] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v5 12/38] kmsan: x86: sync metadata pages on page fault
` [PATCH v5 13/38] kmsan: add tests for KMSAN
` [PATCH v5 14/38] crypto: kmsan: disable accelerated configs under KMSAN

[PATCH v2] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
 2020-04-25  5:58 UTC 

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-04-25  2:46 UTC  (10+ messages)
` [PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()
` [PATCH v3 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages

[PATCH v2 00/10] block: fix blktrace debugfs use after free
 2020-04-25  2:12 UTC  (13+ messages)
` [PATCH v2 03/10] blktrace: fix "
` [PATCH v2 10/10] block: put_device() if device_add() fails

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-24 23:28 UTC  (8+ messages)
` [PATCH v3 18/23] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 21/23] arm64: mte: Check the DT memory nodes for MTE support

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-04-24 22:58 UTC  (6+ messages)
` [PATCH v6 06/12] "
  ` [regression] "

[PATCH 1/2] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
 2020-04-24 19:44 UTC  (5+ messages)
` [PATCH 2/2] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()

[PATCH v4 7/7] kernel.h: Split out might_sleep() and friends
 2020-04-24 17:45 UTC  (2+ messages)

[PATCH v4 6/7] kernel.h: Split out panic and oops helpers
 2020-04-24 17:27 UTC  (2+ messages)

[PATCH] mm, memcg: fix wrong mem cgroup protection
 2020-04-24 16:51 UTC  (24+ messages)

IOVA allocation dependency between firmware buffer and remaining buffers
 2020-04-24 16:15 UTC  (4+ messages)

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

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-24 15:05 UTC  (12+ messages)

[PATCH v4 0/2] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-04-24 14:55 UTC  (3+ messages)
` [PATCH v4 1/2] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH v4 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN

[PATCH] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
 2020-04-24 14:53 UTC  (10+ messages)

[PATCH v3 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-04-24 14:37 UTC  (7+ messages)
` [PATCH v3 1/3] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH v3 2/3] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [PATCH v3 3/3] kasan: initialise array in kasan_memcmp test

[PATCH v2] mm/vmscan: count layzfree pages and fix nr_isolated_* mismatch
 2020-04-24 13:17 UTC  (7+ messages)

[PATCH v2] s390: simplify memory notifier for protecting kdump crash kernel area
 2020-04-24  8:39 UTC 

[PATCH v1] s390: drop memory notifier for protecting kdump crash kernel area
 2020-04-24  8:18 UTC  (2+ messages)

[RFC PATCH 4/4] mm: Add PG_zero support
 2020-04-24  7:57 UTC  (10+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-04-24  7:41 UTC  (9+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-04-24  3:01 UTC  (19+ messages)
` [PATCH 11/18] mm: memcontrol: switch to native NR_ANON_THPS counter
` [PATCH 12/18] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [PATCH 13/18] mm: memcontrol: drop unused try/commit/cancel charge API
` [PATCH 14/18] mm: memcontrol: prepare swap controller setup for integration
` [PATCH 15/18] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/18] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 17/18] mm: memcontrol: delete unused lrucare handling
` [PATCH 18/18] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH] memcg: optimize memory.numa_stat like memory.stat
 2020-04-24  2:38 UTC  (6+ messages)

[PATCH v5 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-24  1:44 UTC  (12+ messages)
` [PATCH v5 09/10] mmap locking API: add mmap_assert_locked
` [PATCH v5 10/10] mmap locking API: rename mmap_sem to mmap_lock
          ` [PATCH v5.5 09/10] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
          ` [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 1/2] fs: use current->mm for io_uring
 2020-04-23 19:58 UTC  (4+ messages)
` [PATCH 2/2] mm: support vector address ranges for process_madvise

[PATCH RESEND] slub: Remove userspace notifier for cache add/remove
 2020-04-23 19:51 UTC  (2+ messages)

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-23 15:58 UTC  (3+ messages)
` [PATCH v3 09/11] mm: Convert writeback BUG to WARN_ON


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