linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 14:37:11 to 2020-04-27 21:18:21 UTC [more...]

[PATCH] swap: Try to scan more free slots even when fragmented
 2020-04-27 21:18 UTC  (2+ messages)

mmotm 2020-04-26-00-15 uploaded
 2020-04-27 20:50 UTC  (4+ messages)
` mmotm 2020-04-26-00-15 uploaded (mm/madvise.c)

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-27 20:31 UTC  (7+ 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 20:30 UTC  (9+ messages)

[PATCH 0/4] Extract DEBUG_WX to shared use
 2020-04-27 19:42 UTC  (9+ messages)
` [PATCH 1/4] mm: add DEBUG_WX support
` [PATCH 2/4] riscv: support DEBUG_WX
` [PATCH 4/4] arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch defined

[PATCH] mm/gup.c: Updating the documentation
 2020-04-27 19:31 UTC  (3+ messages)

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

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-04-27 18:39 UTC  (9+ messages)
` [PATCH v3 1/5] kernel/sysctl: "
` [PATCH v3 2/5] kernel/sysctl: support handling command line aliases
` [PATCH v3 3/5] kernel/hung_task convert hung_task_panic boot parameter to sysctl
` [PATCH v3 4/5] tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

[PATCH v2] mm/slub: Fix incorrect interpretation of s->offset
 2020-04-27 17:49 UTC  (5+ messages)

memleak in cgroup
 2020-04-27 17:24 UTC  (3+ messages)

[PATCH 0/3] mm: improve proportional memcg protection
 2020-04-27 17:05 UTC  (11+ 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

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-27 16:58 UTC  (13+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 21/23] arm64: mte: Check the DT memory nodes for MTE support

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

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-04-27 16:46 UTC  (10+ messages)
` [PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-04-27 14:02 UTC  (13+ messages)
` [PATCH v5 03/38] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH v5 09/38] kmsan: stackdepot: don't allocate KMSAN metadata for stackdepot
` [PATCH v5 22/38] kmsan: net: check the value of skb before sending it to the network

[PATCH v5 20/38] kmsan: handle memory sent to/from USB
 2020-04-27 13:59 UTC  (3+ messages)

[PATCH] mm/slub: Fix incorrect checkings of s->offset
 2020-04-27 13:56 UTC  (6+ messages)

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-04-27 13:45 UTC  (3+ messages)

[RFC PATCH 0/8] dax: Add a dax-rmap tree to support reflink
 2020-04-27 12:28 UTC  (10+ messages)
` [RFC PATCH 1/8] fs/dax: Introduce dax-rmap btree for reflink
` [RFC PATCH 2/8] mm: add dax-rmap for memory-failure and rmap
` [RFC PATCH 3/8] fs/dax: Introduce dax_copy_edges() for COW
` [RFC PATCH 4/8] fs/dax: copy data before write
` [RFC PATCH 5/8] fs/dax: replace mmap entry in case of CoW
` [RFC PATCH 6/8] fs/dax: dedup file range to use a compare function
` [RFC PATCH 7/8] fs/xfs: handle CoW for fsdax write() path
` [RFC PATCH 8/8] fs/xfs: support dedupe for fsdax

[PATCH v9 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-27 12:04 UTC  (16+ messages)
` [PATCH v9 01/15] scripts/spelling: Add a few more typos
` [PATCH v9 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v9 03/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v9 04/15] mm/damon: Implement region based sampling
` [PATCH v9 05/15] mm/damon: Adaptively adjust regions
` [PATCH v9 06/15] mm/damon: Apply dynamic memory mapping changes
` [PATCH v9 07/15] mm/damon: Implement callbacks
` [PATCH v9 08/15] mm/damon: Implement access pattern recording
` [PATCH v9 09/15] mm/damon: Add debugfs interface
` [PATCH v9 10/15] mm/damon: Add tracepoints
` [PATCH v9 11/15] tools: Add a minimal user-space tool for DAMON
` [PATCH v9 12/15] Documentation/admin-guide/mm: Add a document "
` [PATCH v9 13/15] mm/damon: Add kunit tests
` [PATCH v9 14/15] mm/damon: Add user space selftests
` [PATCH v9 15/15] MAINTAINERS: Update for DAMON

[PATCH 15/24] mm/list_lru.c: Rename kvfree_rcu() to local variant
 2020-04-27 11:23 UTC  (4+ messages)
` [PATCH 18/24] mm/list_lru.c: Remove kvfree_rcu_local() function

[PATCH] [RFC]hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
 2020-04-27 11:10 UTC 

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27  7:15 UTC  (9+ messages)
` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH v10 00/15] per memcg lru lock
 2020-04-27  7:03 UTC  (17+ 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 04/15] mm/thp: move lru_add_page_tail func to huge_memory.c
` [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: ClearPageLRU before get lru lock in munlock page isolation
` [PATCH v10 10/15] mm/mlock: isolation page before get lru lock in munlock
` [PATCH v10 11/15] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v10 12/15] mm/lru: introduce the relock_page_lruvec function
` [PATCH v10 13/15] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v10 14/15] mm/pgdat: remove pgdat lru_lock
` [PATCH v10 15/15] mm/lru: revise the comments of lru_lock

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

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

[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] 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  (4+ messages)
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN

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 v2] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
 2020-04-25  5:58 UTC 

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

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

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  (11+ messages)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-24 15:05 UTC  (11+ 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  (4+ messages)
` [PATCH v3 3/3] kasan: initialise array in kasan_memcmp 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).