linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 14:09:32 to 2022-04-28 16:23:06 UTC [more...]

[linux-next:master 6746/7265] tools/lib/bpf/relo_core.c:1064:8-11: Unneeded variable: "len". Return "0" on line 1086
 2022-04-28 16:22 UTC  (4+ messages)
` [PATCH] libbpf: fix returnvar.cocci warnings

[PATCH 1/3] kasan: clean up comments in internal kasan.h
 2022-04-28 16:21 UTC  (3+ messages)
` [PATCH 2/3] kasan: use tabs to align shadow values
` [PATCH 3/3] kasan: give better names to "

[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
 2022-04-28 16:19 UTC  (11+ messages)

DAMON VA regions don't split on an large Android APP
 2022-04-28 16:16 UTC  (4+ messages)

[RFC] Expose a memory poison detector ioctl to user space
 2022-04-28 16:15 UTC  (2+ messages)

[RFC 0/3] Slight improvements for OOM/Futex
 2022-04-28 16:14 UTC  (5+ messages)
` [RFC 1/3] mm: change vma_is_anonymous to vma_is_private_anon

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-04-28 16:12 UTC  (4+ messages)

[PATCH v8 00/70] Introducing the Maple Tree
 2022-04-28 16:09 UTC  (18+ messages)
` [PATCH v8 07/70] Maple Tree: add new data structure
` [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v8 45/70] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v8 66/70] nommu: remove uses of VMA linked list

[PATCH 0/2] mm/memory-failure: rework fix on huge_zero_page splitting
 2022-04-28 16:04 UTC  (12+ messages)
` [PATCH 1/2] Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
` [PATCH 2/2] mm/huge_memory: do not overkill when splitting huge_zero_page
  ` [PATCH 2/2 RESEND] "

[PATCH 1/2] mm: slab: fix comment for ARCH_KMALLOC_MINALIGN
 2022-04-28 15:59 UTC  (2+ messages)
` [PATCH 2/2] mm: slab: fix comment for __assume_kmalloc_alignment

[PATCH] mm/mmap: delete dead code in do_brk_flags()
 2022-04-28 15:59 UTC  (2+ messages)

[PATCH v3 00/12] mm: userspace hugepage collapse
 2022-04-28 15:52 UTC  (19+ messages)
` [PATCH v3 01/12] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v3 02/12] mm/khugepaged: add struct collapse_control
` [PATCH v3 03/12] mm/khugepaged: make hugepage allocation context-specific
` [PATCH v3 04/12] mm/khugepaged: add struct collapse_result
` [PATCH v3 06/12] mm/khugepaged: remove khugepaged prefix from shared collapse functions
` [PATCH v3 07/12] mm/khugepaged: add flag to ignore khugepaged_max_ptes_*

[PATCH 0/4] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-04-28 15:48 UTC  (19+ messages)
` [PATCH 1/4] mm: ioremap: Setup phys_addr of struct vm_struct
` [PATCH 2/4] mm: ioremap: Add arch_ioremap/iounmap_check()
` [PATCH 3/4] arm64: mm: Convert to GENERIC_IOREMAP

[PATCH 0/5] zswap: cgroup accounting & control
 2022-04-28 15:16 UTC  (21+ messages)
` [PATCH 1/5] mm: Kconfig: move swap and slab config options to the MM section
` [PATCH 2/5] mm: Kconfig: group swap, slab, hotplug and thp options into submenus
` [PATCH 3/5] mm: Kconfig: simplify zswap configuration
` [PATCH 4/5] mm: zswap: add basic meminfo and vmstat coverage
` [PATCH 5/5] zswap: memcg accounting

[PATCH v3] mm/khugepaged: sched to numa node when collapse huge page
 2022-04-28 15:17 UTC  (6+ messages)

[PATCH 0/4] m68knommu: add support for elf-fdpic
 2022-04-28 13:41 UTC  (8+ messages)
` [PATCH 1/4] m68knommu: use asm-generic/mmu.h for nommu setups
` [PATCH 2/4] m68knommu: implement minimal regset support
` [PATCH 3/4] m68knommu: add definitions to support elf_fdpic program loader
` [PATCH 4/4] m68knommu: allow elf_fdpic loader to be selected

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:37 UTC  (4+ messages)
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages

[PATCH 0/3] A minor hotplug refactoring
 2022-04-28 12:35 UTC  (8+ messages)
` [PATCH 1/3] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
` [PATCH 2/3] mm/memory_hotplug: Reset node's state when empty during offline
` [PATCH 3/3] mm/memory_hotplug: Refactor hotadd_init_pgdat and try_online_node

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:29 UTC  (11+ messages)

[hnaz-mm:master 34/291] WARNING: modpost: vmlinux.o(.data+0x234bc8): Section mismatch in reference from the variable fc2580_driver to the function .init.text:set_reset_devices()
 2022-04-28 11:42 UTC  (3+ messages)

[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
 2022-04-28 11:30 UTC  (6+ messages)
` [PATCH v2 12/23] mm/slab_common: cleanup kmalloc()
  ` [PATCH v2 08/23] mm/slab_common: make kmalloc_large_node() consistent with kmalloc_large()

DAMON VA regions don't split on an large Android APP
 2022-04-28 11:19 UTC  (8+ messages)

[PATCH] mm/vmscan: use helper folio_is_file_lru()
 2022-04-28 10:58 UTC 

[hnaz-mm:master 214/410] mm/madvise.c:632:8: error: call to undeclared function 'is_swapin_error_entry'; ISO C99 and later do not support implicit function declarations
 2022-04-28 10:47 UTC  (3+ messages)

[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
 2022-04-28 10:05 UTC  (8+ messages)
` [PATCHv5 02/12] mm: Add "
` [PATCHv5 03/12] efi/x86: Get full memory map in allocate_e820()
` [PATCHv5 06/12] x86/boot/compressed: Handle unaccepted memory

Questions about folio allocation
 2022-04-28  9:09 UTC  (5+ messages)

[RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-04-28  8:44 UTC  (12+ messages)
` [RFC PATCH v1 1/4] mm, hwpoison, hugetlb: introduce SUBPAGE_INDEX_HWPOISON to save raw error page
` [RFC PATCH v1 4/4] mm, memory_hotplug: fix inconsistent num_poisoned_pages on memory hotremove

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-28  8:37 UTC  (20+ messages)

[PATCH v4 00/17] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-04-28  8:37 UTC  (19+ messages)
` [PATCH v4 01/17] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v4 02/17] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v4 03/17] mm/memory: slightly simplify copy_present_pte()
` [PATCH v4 04/17] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v4 05/17] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v4 06/17] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v4 07/17] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v4 08/17] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v4 09/17] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v4 10/17] mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
` [PATCH v4 11/17] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v4 12/17] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v4 13/17] mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
` [PATCH v4 14/17] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v4 15/17] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v4 16/17] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v4 17/17] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[PATCH v2 0/3] Fix cache flush issues considering PMD sharing
 2022-04-28  7:06 UTC  (6+ messages)
` [PATCH v2 1/3] mm: hugetlb: Considering PMD sharing when flushing cache/TLBs
` [PATCH v2 2/3] mm: rmap: Move the cache flushing to the correct place for hugetlb PMD sharing

[PATCH 1/1] mm/rmap: Fix typos in comments
 2022-04-28  6:15 UTC 

[syzbot] WARNING in vma_merge
 2022-04-28  5:13 UTC  (7+ messages)

[linux-next:master 3906/7265] path.c:undefined reference to `intel_nhlt_get_endpoint_blob'
 2022-04-28  2:00 UTC 

[PATCH v3 05/46] x86: asm: instrument usercopy in get_user() and __put_user_size()
 2022-04-28  1:59 UTC  (3+ messages)

[linux-next:master 4808/7265] arch/arm/mach-omap1/timer32k.c:215:12: warning: no previous prototype for function 'omap_init_clocksource_32k'
 2022-04-28  1:59 UTC 

[PATCH v2] mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
 2022-04-28  1:46 UTC  (5+ messages)

[PATCH v2 0/7] mm: introduce shrinker debugfs interface
 2022-04-28  0:25 UTC  (4+ messages)
` [PATCH v2 5/7] mm: provide shrinkers with names

[PATCH 1/3] mm/vmscan: not necessary to re-init the list for each iteration
 2022-04-27 23:29 UTC  (5+ messages)
` [PATCH 2/3] mm/vmscan: filter empty page_list at the beginning

[v3 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-04-27 23:16 UTC  (6+ messages)

[PATCH 0/2] mm: mremap: fix sign for EFAULT error return value
 2022-04-27 22:44 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftest/vm: test that mremap fails on non-existent vma

[PATCH] mm/smaps_rollup: return empty file for kthreads instead of ESRCH
 2022-04-27 20:34 UTC  (8+ messages)

[PATCH v5 1/2] printk: stop including cache.h from printk.h
 2022-04-27 20:27 UTC  (3+ messages)
` [PATCH v5 2/2] mm: make minimum slab alignment a runtime property

incoming
 2022-04-27 19:41 UTC  (3+ messages)
` [patch 1/2] kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
` [patch 2/2] docs: vm/page_owner: use literal blocks for param description

Linux 5.18-rc4
 2022-04-27 18:31 UTC  (2+ messages)

[PATCH v3 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
 2022-04-27 18:19 UTC  (5+ messages)

[PATCH v3] x86/pm: fix false positive kmemleak report in msr_build_context()
 2022-04-27 16:33 UTC  (2+ messages)

[linux-next:master 6482/7265] drivers/gpu/drm/sun4i/sun4i_frontend.c:225:18: error: 'PHYS_OFFSET' undeclared; did you mean 'PAGE_OFFSET'?
 2022-04-27 16:06 UTC 

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-27 16:00 UTC  (5+ messages)

[PATCH v2 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
 2022-04-27 15:17 UTC  (3+ messages)
` [PATCH v2 2/2] mm: Covert sysfs input to bool using kstrtobool()

[RFC PATCH 0/6] Drain remote per-cpu directly
 2022-04-27 15:21 UTC  (4+ messages)

[PATCH v3] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-27 14:54 UTC 

[RFC PATCH v3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-04-27 14:49 UTC  (10+ messages)

[PATCH v2] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-27 14:33 UTC  (3+ messages)

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-04-27 14:09 UTC  (3+ messages)
` [PATCH v3 12/46] kmsan: add KMSAN runtime core

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-04-27 14:09 UTC  (3+ messages)
` [PATCH v2 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()


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