Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-26 09:20:34 to 2024-04-28 20:59:29 UTC [more...]

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-28 20:59 UTC  (30+ messages)
` [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v4 06/11] filemap: cap PTE range to be created to i_size in folio_map_range()
` [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v4 09/11] xfs: expose block size in stat
` [PATCH v4 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v4 11/11] xfs: enable block size larger than page size support

[PATCH] mm/slab: make __free(kfree) accept error pointers
 2024-04-28 20:20 UTC  (2+ messages)

[PATCH 0/2] mm/gup: Fix hugepd for longterm R/O pin on Power
 2024-04-28 19:01 UTC  (3+ messages)
` [PATCH 1/2] mm/gup: Fix hugepd handling in hugetlb rework
` [PATCH 2/2] mm/selftests: Don't prefault in gup_longterm tests

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-28 17:45 UTC  (11+ messages)

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-04-28 17:02 UTC  (3+ messages)

[Patch v2 0/8] memblock: clenup
 2024-04-28 13:07 UTC  (11+ messages)
` [Patch v2 1/8] memblock tests: reserve the 129th memory block at all possible position
` [Patch v2 4/8] mm/memblock: remove consecutive regions at once
  ` [Patch v2 2/8] memblock tests: add memblock_reserve_many_may_conflict_check()
  ` [Patch v2 3/8] mm/memblock: fix comment for memblock_isolate_range()

[PATCH v2] memblock: add no-map alloc functions
 2024-04-28 12:52 UTC  (15+ messages)

[PATCH 1/4] mm/ksm: rename mm_slot members to ksm_slot for better readability
 2024-04-28 10:06 UTC  (4+ messages)
` [PATCH 2/4] mm/ksm: rename variable mm_slot to ksm_slot in unmerge_and_remove_all_rmap_items
` [PATCH 3/4] mm/ksm: rename mm_slot_cache to ksm_slot_cache
` [PATCH 4/4] mm/ksm: rename mm_slot for get_next_rmap_item

[PATCH v11] mm: report per-page metadata information
 2024-04-28  8:28 UTC  (2+ messages)

[PATCH] mm/slub: mark racy access on slab->freelist
 2024-04-28  8:10 UTC  (2+ messages)

[PATCH v6 00/16] mm: jit/text allocator
 2024-04-28  6:55 UTC  (11+ messages)
` [PATCH v6 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH v6 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v6 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v6 08/16] mm/execmem, arch: convert remaining "

[PATCH v2 0/8] mm/swap: optimize swap cache search space
 2024-04-28  3:17 UTC  (4+ messages)
` [PATCH v2 3/8] f2fs: drop usage of page_index

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-04-28  3:00 UTC 

[PATCH] mm/memory-failure: remove shake_page()
 2024-04-28  2:24 UTC  (9+ messages)

[PATCH] mm/pagemap: Make trylock_page return bool
 2024-04-28  1:47 UTC 

[PATCH] mm/rmap: change the type of we_locked from int to bool
 2024-04-28  1:20 UTC 

[PATCH] mm: use memalloc_nofs_save() in page_cache_ra_order()
 2024-04-28  1:08 UTC  (4+ messages)

[PATCH v2 01/10] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
 2024-04-28  0:49 UTC  (5+ messages)

[PATCH v1] mm: Fix race between __split_huge_pmd_locked() and GUP-fast
 2024-04-27 20:48 UTC  (15+ messages)

Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP)
 2024-04-27 18:50 UTC 

[akpm-mm:mm-unstable 457/479] arch/s390/kernel/uv.c:196:13: error: call to undeclared function 'page_mapping'; ISO C99 and later do not support implicit function declarations
 2024-04-27 15:16 UTC  (2+ messages)

[PATCH v2 0/7] memcg: reduce memory consumption by memcg stats
 2024-04-27 14:22 UTC  (17+ messages)
` [PATCH v2 1/7] memcg: reduce memory size of mem_cgroup_events_index
` [PATCH v2 2/7] memcg: dynamically allocate lruvec_stats
` [PATCH v2 3/7] memcg: reduce memory for the lruvec and memcg stats
` [PATCH v2 4/7] memcg: cleanup __mod_memcg_lruvec_state
` [PATCH v2 5/7] memcg: pr_warn_once for unexpected events and stats
` [PATCH v2 6/7] memcg: use proper type for mod_memcg_state
` [PATCH v2 7/7] mm: cleanup WORKINGSET_NODES in workingset

[PATCH] Documentation/admin-guide/sysctl/vm.rst adding the importance of NUMA-node count to documentation
 2024-04-27 14:13 UTC  (5+ messages)

[PATCH v5] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-27  9:32 UTC  (10+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-27  7:40 UTC  (4+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-27  6:58 UTC  (10+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH] mm/swapfile: mark racy access on si->highest_bit
 2024-04-27  6:29 UTC 

[PATCH v3 0/2] clean-up for create_kmalloc_caches()
 2024-04-27  4:51 UTC  (4+ messages)
` [PATCH v3 1/2] mm/slub: create kmalloc 96 and 192 caches regardless cache size order
  ` [PATCH v3 2/2] mm/slub: remove the check for NULL kmalloc_caches

[RFC PATCH net-next v8 07/14] page_pool: devmem support
 2024-04-27  2:11 UTC  (3+ messages)

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-27  1:32 UTC  (19+ messages)
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v14 21/22] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v14 22/22] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[linux-next:pending-fixes] BUILD SUCCESS 68d7c66c8435bad8c74bb64a4422fb2aba6fa282
 2024-04-27  1:02 UTC 

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-26 23:56 UTC  (3+ messages)
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature

[syzbot] [xfs?] possible deadlock in xfs_ilock_data_map_shared
 2024-04-26 23:17 UTC  (2+ messages)

[linux-next:master 8795/8890] ERROR: modpost: "__aeabi_ul2d" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2024-04-26 22:21 UTC 

[GIT PULL] hotfixes for 6.9-rc6
 2024-04-26 20:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION bb7a2467e6beef44a80a17d45ebf2931e7631083
 2024-04-26 20:31 UTC 

[PATCH 0/7] mm/damon: add a DAMOS filter type for page granularity access recheck
 2024-04-26 19:52 UTC  (8+ messages)
` [PATCH 1/7] mm/damon/paddr: implement damon_folio_young()
` [PATCH 2/7] mm/damon/paddr: implement damon_folio_mkold()
` [PATCH 3/7] mm/damon: add DAMOS filter type YOUNG
` [PATCH 4/7] mm/damon/paddr: implement "
` [PATCH 5/7] Docs/mm/damon/design: document 'young page' type DAMOS filter
` [PATCH 6/7] Docs/admin-guide/mm/damon/usage: update for young page "
` [PATCH 7/7] Docs/ABI/damon: update for 'youg page' "

[RFC v2 0/3] iommu/intel: Free empty page tables on unmaps
 2024-04-26 19:39 UTC  (5+ messages)

[PATCH v4] mm/rmap: do not add fully unmapped large folio to deferred split list
 2024-04-26 18:41 UTC  (7+ messages)

[PATCH 0/4] Improve anon_vma scalability for anon VMAs
 2024-04-26 17:36 UTC  (9+ messages)
` [PATCH 1/4] mm: Assert the mmap_lock is held in __anon_vma_prepare()
` [PATCH 2/4] mm: Delay the check for a NULL anon_vma
` [PATCH 3/4] mm: Fix some minor per-VMA lock issues in userfaultfd
` [PATCH 4/4] mm: Optimise vmf_anon_prepare() for VMAs without an anon_vma

[RFC] Make find_tcp_vma() more efficient
 2024-04-26 17:15 UTC 

[PATCH] mm/slub: Avoid recursive loop with kmemleak
 2024-04-26 17:06 UTC  (3+ messages)

mm/kasan/report.c:143:20: error: unused function 'kasan_kunit_test_suite_executing'
 2024-04-26 16:08 UTC 

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-26 15:50 UTC  (12+ messages)

BUG_ON() in pfn_swap_entry_to_page()
 2024-04-26 14:56 UTC  (10+ messages)

lib/maple_tree.c:336:20: error: unused function 'mte_has_null'
 2024-04-26 14:24 UTC 

[linux-next:master 7112/8890] arch/riscv/mm/init.c:1495:25: error: 'MODULES_VADDR' undeclared
 2024-04-26 14:25 UTC 

[PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
 2024-04-26 13:19 UTC  (2+ messages)

[PATCH] slub: Fixes freepointer encoding for single free
 2024-04-26 13:14 UTC  (4+ messages)

[PATCH] netfs: Fix the pre-flush when appending to a file in writethrough mode
 2024-04-26 11:43 UTC  (2+ messages)

allow building a kernel without buffer_heads v3
 2024-04-26 10:37 UTC  (3+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
 2024-04-26  9:38 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).