linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 02:25:06 to 2025-08-13 19:54:27 UTC [more...]

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13 19:53 UTC  (11+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 04/10] mm: convert arch-specific code "

[PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-13 19:42 UTC  (6+ messages)

[PATCH v5] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-13 19:30 UTC 

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-13 18:53 UTC  (9+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-13 18:52 UTC  (14+ messages)
` [PATCH v4 1/7] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v4 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[akpm-mm:mm-new 125/137] include/linux/sched/coredump.h:23:33: sparse: sparse: incorrect type in initializer (different modifiers)
 2025-08-13 18:48 UTC  (2+ messages)

[PATCH v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-13 18:43 UTC  (12+ messages)
` [PATCH v3 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v3 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

[PATCH v1 RFC 0/6] kfuzztest: a new kernel fuzzing framework
 2025-08-13 18:13 UTC  (8+ messages)
` [PATCH v1 RFC 1/6] mm/kasan: implement kasan_poison_range
` [PATCH v1 RFC 2/6] kfuzztest: add user-facing API and data structures
` [PATCH v1 RFC 3/6] kfuzztest: implement core module and input processing
` [PATCH v1 RFC 4/6] kfuzztest: add ReST documentation
` [PATCH v1 RFC 5/6] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-13 18:03 UTC  (4+ messages)

[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
 2025-08-13 17:53 UTC  (3+ messages)
` [PATCH v2 1/2] kasan/hw-tags: introduce kasan.store_only option
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases

[linux-next:master] BUILD REGRESSION 43c3c17f0c805882d1b48818b1085747a68c80ec
 2025-08-13 17:28 UTC 

[RFC PATCH -next 00/16] mm/damon: support ARM32 with LPAE
 2025-08-13 17:28 UTC  (25+ messages)
` [RFC PATCH -next 01/16] mm/damon/core: add damon_ctx->addr_unit
` [RFC PATCH -next 02/16] mm/damon/paddr: support addr_unit for access monitoring
` [RFC PATCH -next 03/16] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [RFC PATCH -next 04/16] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [RFC PATCH -next 05/16] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [RFC PATCH -next 06/16] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [RFC PATCH -next 07/16] mm/damon/sysfs: implement addr_unit file under context dir
` [RFC PATCH -next 08/16] Docs/mm/damon/design: document 'address unit' parameter
` [RFC PATCH -next 09/16] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [RFC PATCH -next 10/16] Docs/ABI/damon: "
` [RFC PATCH -next 11/16] mm/damon: add addr_unit for DAMON_RECLAIM and LRU_SORT
` [RFC PATCH -next 12/16] mm/damon: add damon_ctx->min_region and damon_target->min_region
` [RFC PATCH -next 13/16] mm/damon/sysfs: ensure valid addr_unit setting in damon_sysfs_apply_inputs()
` [RFC PATCH -next 14/16] mm/damon/core: convert sz to byte units when updating state
` [RFC PATCH -next 15/16] mm/damon: the byte statistics data type in damos_stat uses unsigned long long
` [RFC PATCH -next 16/16] mm/damon/core: handle quota->esz overflow issues

[PATCH] memcg: Optimize exit to user space
 2025-08-13 17:19 UTC  (4+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-08-13 17:11 UTC  (7+ messages)

[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-13 16:57 UTC  (3+ messages)
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction

[akpm-mm:mm-new 120/137] include/linux/mm.h:727:16: sparse: sparse: incorrect type in argument 2 (different modifiers)
 2025-08-13 16:45 UTC 

[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
 2025-08-13 16:22 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.17-rc2
 2025-08-13 15:42 UTC  (2+ messages)

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-13 15:37 UTC  (7+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-13 15:17 UTC  (10+ messages)
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports

[PATCH v3 0/2] mm/swapfile.c and swap.h cleanup
 2025-08-13 14:58 UTC  (8+ messages)
` [PATCH v3 1/2] mm/swapfile.c: introduce function alloc_swap_scan_list()
` [PATCH v3 2/2] mm: swap.h: Remove deleted field from comments

[PATCH 0/2] arm64/mm: prevent panic on -ENOMEM in arch_add_memory()
 2025-08-13 14:56 UTC  (3+ messages)
` [PATCH 1/2] arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errors
` [PATCH 2/2] arm64/mm: Update create_kpti_ng_temp_pgd() to handle pgtable_alloc failure

[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
 2025-08-13 14:52 UTC  (4+ messages)

[PATCH 0/3] kho: fixes and cleanups
 2025-08-13 14:25 UTC  (7+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling

[PATCH v4 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
 2025-08-13 14:17 UTC  (2+ messages)

[PATCH v4] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-13 14:15 UTC  (9+ messages)

[PATCH] maple_tree: Remove redundant semicolons
 2025-08-13 14:02 UTC  (3+ messages)

[akpm-mm:mm-new 123/137] arch/s390/mm/mmap.c:188:3: error: call to undeclared function 'mm_flag_set'; ISO C99 and later do not support implicit function declarations
 2025-08-13 14:00 UTC  (2+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-13 13:55 UTC  (21+ messages)
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-13 13:52 UTC  (7+ messages)

[syzbot] [mm?] WARNING in move_page_tables
 2025-08-13 12:20 UTC  (5+ messages)

[PATCH] binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
 2025-08-13 11:50 UTC 

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-08-13 11:33 UTC  (6+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-13 11:14 UTC  (4+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-13 10:43 UTC  (8+ messages)
` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator

[PATCH v7 0/4] Add support for long task name
 2025-08-13 10:29 UTC  (11+ messages)
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'

[PATCH v3] mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)
 2025-08-13  8:21 UTC  (2+ messages)

[PATCH][next] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap"
 2025-08-13  8:19 UTC  (2+ messages)

[PATCH][next] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap"
 2025-08-13  8:13 UTC  (3+ messages)

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-13  8:16 UTC  (3+ messages)

[PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-13  8:07 UTC  (3+ messages)

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-13  8:00 UTC  (7+ messages)
` [PATCH v2 3/3] "

[RFC PATCH] mm: shmem: fix the strategy for the tmpfs 'huge=' options
 2025-08-13  6:59 UTC  (3+ messages)

[PATCH v16 00/13] Support page table check on PowerPC
 2025-08-13  6:26 UTC  (14+ messages)
` [PATCH v16 01/13] arm64/mm: Add addr parameter to __set_ptes_anysz()
` [PATCH v16 02/13] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v16 03/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v16 04/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v16 05/13] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set()
` [PATCH v16 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v16 07/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v16 08/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v16 09/13] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v16 10/13] powerpc: mm: Add pud_pfn() stub
` [PATCH v16 11/13] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v16 12/13] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v16 13/13] powerpc: mm: Support page table check

[PATCH 0/2] introduce kasan stonly-mode in hw-tags
 2025-08-13  6:26 UTC  (11+ messages)
` [PATCH 1/2] kasan/hw-tags: introduce store only mode
` [PATCH 2/2] kasan: apply store-only mode in kasan kunit testcases

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-13  6:10 UTC  (7+ messages)
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-13  5:48 UTC  (11+ messages)

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-13  5:05 UTC  (3+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP

[syzbot] [mm?] WARNING in alloc_frozen_pages_noprof
 2025-08-13  4:49 UTC  (3+ messages)

[PATCH v2] mm: remove redundant __GFP_NOWARN
 2025-08-13  4:24 UTC  (5+ messages)

[PATCH v3 0/4] Better split_huge_page_test result check
 2025-08-13  3:38 UTC  (3+ messages)
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper

[PATCH] selftests/damon: fix damon selftests by installing _common.sh
 2025-08-13  3:04 UTC  (4+ messages)
    ` q[PATCH] "

[PATCH] selftests/damon: fix selftests by installing drgn related script
 2025-08-13  2:45 UTC  (2+ messages)

[PATCH] selftests/damon: fix selftests by installing drgn related script
 2025-08-13  2:29 UTC  (4+ messages)

[v3 10/11] gpu/drm/nouveau: add THP migration support
 2025-08-13  2:23 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).