linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 19:01:32 to 2025-07-17 15:54:25 UTC [more...]

[PATCH v3 0/4] mm: introduce snapshot_page()
 2025-07-17 15:54 UTC  (8+ messages)
` [PATCH v3 2/4] mm/util: "

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-17 15:47 UTC  (13+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH] mm/huge_memory: refactor after-split (page) cache code
 2025-07-17 15:45 UTC  (10+ messages)

[PATCH v3 0/2] __folio_split() clean up
 2025-07-17 15:41 UTC  (8+ messages)
` [PATCH v3 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v3 2/2] mm/huge_memory: use folio_expected_ref_count() to calculate ref_count

[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
 2025-07-17 15:31 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] tcp: account for "

[RFC PATCH v3 0/5] mm, bpf: BPF based THP adjustment
 2025-07-17 15:30 UTC  (9+ messages)
` [RFC PATCH v3 1/5] mm, thp: use __thp_vma_allowable_orders() in khugepaged_enter_vma()
` [RFC PATCH v3 2/5] mm, thp: add bpf thp hook to determine thp allocator

[PATCH v2 RESEND 0/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));" and some cleanup
 2025-07-17 14:49 UTC  (5+ messages)
` [PATCH 1/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
` [PATCH 2/2] selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()

[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-07-17 14:27 UTC  (13+ messages)
` [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
` [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
` [PATCH v3 03/12] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 04/12] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v3 05/12] kasan/arm: "
` [PATCH v3 06/12] kasan/xtensa: "
` [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 08/12] kasan/um: "
` [PATCH v3 09/12] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v3 10/12] kasan/s390: "
` [PATCH v3 11/12] kasan/riscv: "
` [PATCH v3 12/12] kasan: add shadow checks to wrappers and rename kasan_arch_is_ready

[PATCH] selftests/damon: introduce _common.sh to host shared function
 2025-07-17 13:54 UTC  (2+ messages)

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-07-17 13:49 UTC  (18+ messages)
` [PATCH v5 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v5 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v5 03/15] kbuild: doc: add label for userprogs section
` [PATCH v5 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v5 05/15] init: add nolibc build support
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v5 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v5 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v5 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v5 10/15] kunit: Always descend into kunit directory during build
` [PATCH v5 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v5 12/15] kunit: Introduce UAPI testing framework
` [PATCH v5 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v5 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v5 15/15] kunit: uapi: Validate usability of /proc

[PATCH] mm: ignore nomap memory during mirror init
 2025-07-17 13:37 UTC  (4+ messages)

MDWE does not prevent read-only, executable, shared memory regions to be updated by backing file writes
 2025-07-17 13:15 UTC  (2+ messages)

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-07-17 13:05 UTC  (4+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm

[PATCH v2 0/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
 2025-07-17 12:09 UTC  (5+ messages)
` [PATCH 1/2] selftests/mm: refactor common code and improve test skipping in guard_region
` [PATCH 2/2] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"

[PATCH v2 0/5] add static PMD zero page support
 2025-07-17 12:07 UTC  (9+ messages)
` [PATCH v2 3/5] mm: add static PMD zero page

[PATCH 0/3] selftests/mm: assert rmap behave as expected
 2025-07-17 11:57 UTC  (14+ messages)
` [PATCH 1/3] selftests/mm: check a valid fd with negative value
` [PATCH 2/3] selftests/mm: put general ksm operation into vm_util
` [PATCH 3/3] selftests/mm: assert rmap behave as expected

[REGRESSION] mremap() returns EFAULT instead of EPERM in LTP mseal01
 2025-07-17 11:50 UTC 

[PATCH] selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
 2025-07-17 11:43 UTC  (5+ messages)

[PATCH 0/4] mm/swap, memcg: Support per-cgroup swap device priorities
 2025-07-17 11:20 UTC  (6+ messages)
` [PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
` [PATCH 2/4] mm: swap: Apply per-cgroup swap priority mechanism to swap layer
` [PATCH 3/4] mm: memcg: Add swap cgroup priority inheritance mechanism
` [PATCH 4/4] mm: swap: Per-cgroup per-CPU swap device cache with shared clusters

[PATCH] binfmt_elf: remove the 4k limitation of program header size
 2025-07-17 11:01 UTC 

[PATCH 0/3] rust: allocator: Vmalloc: Support alignments larger than PAGE_SIZE
 2025-07-17 10:02 UTC  (4+ messages)
` [PATCH 3/3] rust: add a sample allocator usage

[PATCH mm-new 1/2] mm/shmem: hold shmem_swaplist spinlock (not mutex) much less
 2025-07-17  9:44 UTC  (4+ messages)
` [PATCH mm-new 2/2] mm/shmem: writeout free swap if swap_writeout() reactivates

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-17  9:32 UTC  (15+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator

[PATCH v3 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-17  9:29 UTC  (9+ messages)
` [PATCH v3 5/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
` [PATCH v3 6/6] slab: Make slub local_trylock_t more precise for LOCKDEP

[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
 2025-07-17  9:25 UTC  (12+ messages)

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-17  9:23 UTC  (13+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[PATCH v14 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-17  9:00 UTC  (7+ messages)
` [PATCH v14 04/21] KVM: x86: Introduce kvm->arch.supports_gmem

[PATCH v19 0/2] ACPI: APEI: fix potential hardlockup due to infinite SEA excepction loop
 2025-07-17  8:52 UTC  (3+ messages)

[PATCH v1 0/9] mm: vm_normal_page*() improvements
 2025-07-17  8:39 UTC  (8+ messages)
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio

[PATCH] mm/mglru: Update MG-LRU proactive reclaim statistics only to memcg
 2025-07-17  8:28 UTC 

[PATCH -next v2 0/4] mm: per-node proactive reclaim
 2025-07-17  7:39 UTC  (10+ messages)
` [PATCH 1/4] mm/vmscan: respect psi_memstall region in node reclaim
` [PATCH 2/4] mm/memcg: make memory.reclaim interface generic
` [PATCH 3/4] mm/vmscan: make __node_reclaim() more generic
` [PATCH 4/4] mm: introduce per-node proactive reclaim interface

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-17  7:25 UTC  (23+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders

[PATCH net-next v11 00/12] Split netmem from struct page
 2025-07-17  7:00 UTC  (13+ messages)
` [PATCH net-next v11 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v11 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v11 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v11 04/12] netdevsim: access ->pp "
` [PATCH net-next v11 05/12] mt76: "
` [PATCH net-next v11 06/12] net: fec: "
` [PATCH net-next v11 07/12] octeontx2-pf: "
` [PATCH net-next v11 08/12] iavf: "
` [PATCH net-next v11 09/12] idpf: "
` [PATCH net-next v11 10/12] mlx5: "
` [PATCH net-next v11 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v11 12/12] libeth: xdp: "

[PATCH 0/4] mm/damon/sysfs: support periodic and automated stats update
 2025-07-17  5:54 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/sysfs: implement refresh_ms file under kdamond directory
` [PATCH 2/4] mm/damon/sysfs: implement refresh_ms file internal work
` [PATCH 3/4] Docs/admin-guide/mm/damon/usage: document refresh_ms file
` [PATCH 4/4] Docs/ABI/damon: update for refresh_ms

[syzbot] [mm?] possible deadlock in lock_next_vma
 2025-07-17  4:53 UTC 

[PATCH] mm: mempool: fix wake-up edge case bug for zero-minimum pools
 2025-07-17  2:07 UTC  (3+ messages)

[PATCH v5 0/3] Add support for long task name
 2025-07-17  4:23 UTC  (6+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_next_slot (2)
 2025-07-17  4:18 UTC  (2+ messages)

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-17  3:08 UTC  (6+ messages)
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
 2025-07-17  1:38 UTC  (3+ messages)

[PATCH v9 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
 2025-07-17  1:28 UTC 

[PATCH] memcg: Keep socket_pressure fresh on 32-bit kernel
 2025-07-17  1:02 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION e8352908bdcd2d0bcf0aca8c69fae85fd5ea5edb
 2025-07-17  0:31 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-16 23:06 UTC  (13+ messages)

[v1 resend 00/12] THP support for zone device page migration
 2025-07-16 21:53 UTC  (12+ messages)
` [v1 resend 08/12] mm/thp: add split during migration support

[PATCH v4 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-16 20:21 UTC  (2+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_next_slot (2)
 2025-07-16 19:38 UTC  (4+ messages)

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-16 19:36 UTC  (3+ messages)
` [PATCH v3 09/10] "

[RFC] mm/huge_memory: prevent potential NULL pointer dereference
 2025-07-16 19:13 UTC  (5+ 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).