linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 17:25:28 to 2025-08-13 13:55:35 UTC [more...]

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

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-13 13:50 UTC  (7+ 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 0/3] kho: fixes and cleanups
 2025-08-13 13:50 UTC  (5+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling

[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 13:34 UTC 

[PATCH v1 RFC 0/6] kfuzztest: a new kernel fuzzing framework
 2025-08-13 13:38 UTC  (7+ 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 v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-13 13:00 UTC  (24+ 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 03/12] tcp: Simplify error path in inet_csk_accept()
` [PATCH v3 net-next 04/12] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v3 net-next 05/12] net: Clean up __sk_mem_raise_allocated()
` [PATCH v3 net-next 06/12] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v3 net-next 07/12] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v3 net-next 08/12] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v3 net-next 09/12] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v3 net-next 10/12] net: Define sk_memcg under CONFIG_MEMCG
` [PATCH v3 net-next 11/12] net-memcg: Store MEMCG_SOCK_ISOLATED in sk->sk_memcg
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

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

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

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

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-13 11:44 UTC  (5+ messages)

[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] maple_tree: Remove redundant semicolons
 2025-08-13 11:30 UTC  (2+ messages)

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

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

[PATCH v3 0/2] mm/swapfile.c and swap.h cleanup
 2025-08-13 11:05 UTC  (6+ 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 v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-13 10:43 UTC  (9+ 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 v4] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-13  9:29 UTC  (7+ messages)

[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
 2025-08-13  8:53 UTC 

[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  (5+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

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

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13  4:18 UTC  (19+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[GIT PULL] hotfixes for 6.17-rc2
 2025-08-13  3:52 UTC 

[RFC PATCH -next 00/16] mm/damon: support ARM32 with LPAE
 2025-08-13  5:07 UTC  (17+ 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 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  (6+ messages)
    ` q[PATCH] "

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

[v3 10/11] gpu/drm/nouveau: add THP migration support
 2025-08-13  2:23 UTC  (2+ messages)

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-13  1:10 UTC  (4+ messages)
` [RFC PATCH v1 10/10] iomap: "

[v3 00/11] mm: support device-private THP
 2025-08-13  0:07 UTC  (5+ messages)
` [v3 03/11] mm/migrate_device: THP migration of zone device pages

[akpm-mm:mm-new 101/118] arch/powerpc/mm/ptdump/shared.c:70:1: error: use of 'pgtable_level' with tag type that does not match previous declaration
 2025-08-12 22:03 UTC  (4+ messages)

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-12 19:43 UTC  (17+ messages)
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2 1/3] testing/radix-tree/maple: Hack around kfree_rcu not existing
 2025-08-12 19:41 UTC  (2+ messages)

[PATCH v5 00/23] x86: text_poke() fixes and executable lockdowns
 2025-08-12 18:59 UTC  (7+ messages)
` [PATCH v5 18/23] bpf: Use vmalloc special flag

[PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-12 18:52 UTC  (2+ messages)

[PATCH 6.1 053/253] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
 2025-08-12 17:27 UTC 

[Discuss] First steps for ASI (ASI is fast again)
 2025-08-12 17:31 UTC 


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