[PATCH v2 0/2] Reduce lock contention related with large folio
2023-04-26 1:47 UTC (6+ messages)
` [PATCH v2 1/2] THP: avoid lock when check whether THP is in deferred list
` [PATCH v2 2/2] lru: allow large batched add large folio to lru list
[PATCH 00/34] Maple tree mas_{next,prev}_range() and cleanup
2023-04-26 1:41 UTC (38+ messages)
` [PATCH 01/34] maple_tree: Fix static analyser cppcheck issue
` [PATCH 02/34] maple_tree: Clean up mas_parent_enum()
` [PATCH 03/34] maple_tree: Avoid unnecessary ascending
` [PATCH 04/34] maple_tree: Clean up mas_dfs_postorder()
` [PATCH 05/34] maple_tree: Add format option to mt_dump()
` [PATCH 06/34] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH 07/34] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH 08/34] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH 09/34] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH 10/34] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH 11/34] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH 12/34] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH 13/34] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH 14/34] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH 15/34] maple_tree: Return error on mte_pivots() out of range
` [PATCH 16/34] maple_tree: Make test code work without debug enabled
` [PATCH 17/34] mm: Update validate_mm() to use vma iterator
` [PATCH 18/34] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH 19/34] maple_tree: Add __init and __exit to test module
` [PATCH 20/34] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH 21/34] maple_tree: mas_start() reset depth on dead node
` [PATCH 22/34] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH 23/34] maple_tree: Try harder to keep active node after mas_next()
` [PATCH 24/34] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH 25/34] maple_tree: Clear up index and last setting in single entry tree
` [PATCH 26/34] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH 27/34] maple_tree: Introduce mas_next_slot() interface
` [PATCH 28/34] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH 29/34] maple_tree: Introduce mas_prev_slot() interface
` [PATCH 30/34] maple_tree: Fix comments for mas_next_entry() and mas_prev_entry()
` [PATCH 31/34] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH 32/34] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH 33/34] maple_tree: Add testing for mas_{prev,next}_range()
` [PATCH 34/34] mm: Add vma_iter_{next,prev}_range() to vma iterator
[RFC PATCH 00/26] mm: reliable huge page allocator
2023-04-26 1:30 UTC (16+ messages)
` [RFC PATCH 08/26] mm: page_alloc: claim blocks during compaction capturing
` [RFC PATCH 10/26] mm: page_alloc: allow compaction capturing from larger blocks
` [RFC PATCH 14/26] mm: compaction: simplify should_compact_retry()
` [RFC PATCH 20/26] mm: vmscan: use compaction_suitable() check in kswapd
[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
2023-04-26 1:23 UTC (14+ messages)
[PATCH v3 1/2] mm/page_alloc: drop the unnecessary pfn_valid() for start pfn
2023-04-26 1:23 UTC (10+ messages)
` [PATCH v3 2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page()
` [PATCH v4] "
[PATCH RFC net-next/mm V1 0/3] page_pool: new approach for leak detection and shutdown phase
2023-04-25 23:30 UTC (5+ messages)
` [PATCH RFC net-next/mm V1 1/3] page_pool: Remove workqueue in new shutdown scheme
` [PATCH RFC net-next/mm V1 2/3] page_pool: Use static_key for shutdown phase
` [PATCH RFC net-next/mm V1 3/3] mm/page_pool: catch page_pool memory leaks
[PATCH v4] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-25 23:15 UTC
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-04-25 23:01 UTC (3+ messages)
[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
2023-04-25 22:47 UTC (9+ messages)
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()
[PATCH 0/3] kmemleak report format changes
2023-04-25 22:24 UTC (4+ messages)
` [PATCH 1/3] kmemleak: drop (age <increasing>) from leak record
` [PATCH 2/3] kmemleak: add checksum to backtrace report
` [PATCH 3/3] kmemleak-test: drop __init to get better backtrace
[linux-next:master 3963/14039] s390-linux-ld: arc-rimi.c:undefined reference to `iounmap'
2023-04-25 21:34 UTC
[GIT PULL] slab updates for 6.4
2023-04-25 20:10 UTC (2+ messages)
[PATCH v2 0/3] fs: multigrain timestamps
2023-04-25 19:12 UTC (10+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v2 2/3] shmem: mark for high-res timestamps on next update after getattr
` [PATCH v2 3/3] xfs: mark the inode for high-res timestamp update in getattr
[LSF/MM/BPF TOPIC] Reducing zombie memcgs
2023-04-25 18:53 UTC (5+ messages)
[PATCH 0/9] fix, rework and clean up for maple tree
2023-04-25 17:04 UTC (18+ messages)
` [PATCH 1/9] maple_tree: Fix allocation when min is equal to max in mas_empty_area/_area_rev()
` [PATCH 2/9] maple_tree: Make maple state reusable after mas_empty_area()
` [PATCH 3/9] maple_tree: Modify the allocation method of mtree_alloc_range/rrange()
` [PATCH 4/9] maple_tree: Update mtree_alloc_rrange() and mtree_alloc_range() testing
` [PATCH 5/9] maple_tree: Remove an if statement that cannot be true
` [PATCH 6/9] maple_tree: Remove a confusing check
` [PATCH 7/9] maple_tree: Delete redundant code in mas_next_node()
` [PATCH 8/9] maple_tree: Remove the redundant check of mas->offset in mas_empty_area/area_rev()
` [PATCH 9/9] maple_tree: Move declaration of mas_empty_area_rev() to a better place
[PATCH v3] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-25 16:45 UTC (3+ messages)
[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
2023-04-25 16:09 UTC (8+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
[PATCH v2] mm: compaction: optimize compact_memory to comply with the admin-guide
2023-04-25 15:52 UTC
[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
2023-04-25 15:51 UTC (12+ messages)
[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2023-04-25 15:18 UTC (7+ messages)
` [RFC PATCH v11.1 "
[PATCH v2] kasan: Fix lockdep report invalid wait context
2023-04-25 15:03 UTC (4+ messages)
[PATCH v2 0/4] migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT
2023-04-25 14:19 UTC (9+ messages)
` [PATCH v2 1/4] mm/filemap: Add folio_lock_timeout()
[PATCH 6/6] Add default quota limit mount options
2023-04-25 13:21 UTC (5+ messages)
` [PATCH V3 "
[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-04-25 13:13 UTC (5+ messages)
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
[RFC 00/48] RISC-V CoVE support
2023-04-25 13:10 UTC (7+ messages)
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
[PATCH V2 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
2023-04-25 12:32 UTC (3+ messages)
` [PATCH V3 "
[PATCH v2 0/1] A fix for StarFive JH7110 clock drivers
2023-04-25 12:02 UTC (4+ messages)
` [PATCH v2 1/1] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case
[linux-next:pending-fixes] BUILD SUCCESS 0a6daccdbdd65cc86e2c4479211cd7f5915c9cd8
2023-04-25 11:13 UTC
[PATCH] mmzone: Introduce for_each_populated_zone_pgdat()
2023-04-25 6:38 UTC (7+ messages)
[linux-next:master] BUILD REGRESSION 3b85b9b39960c08f29fa91b8d984d055dde6017e
2023-04-25 6:14 UTC
[GIT PULL] ext4 changes for the 6.4 merge window
2023-04-25 4:18 UTC
[PATCH RFC] Randomized slab caches for kmalloc()
2023-04-25 3:55 UTC (6+ messages)
[RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-04-25 1:43 UTC (3+ messages)
[RFC PATCH 0/4] change ->index to PAGE_SIZE for hugetlb pages
2023-04-25 1:27 UTC (2+ messages)
LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
2023-04-25 1:11 UTC (7+ messages)
` [Lsf-pc] "
[PATCH v2] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-24 23:30 UTC (16+ messages)
[PATCH mm-stable v2 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
2023-04-24 22:36 UTC (2+ messages)
[PATCH next] mm/khugepaged: fix conflicting mods to collapse_file()
2023-04-24 22:07 UTC (2+ messages)
[syzbot] [cgroups?] [mm?] KCSAN: data-race in drain_all_stock / drain_obj_stock (4)
2023-04-24 21:10 UTC (7+ messages)
` [PATCH] mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()
[linux-next:master 12780/13853] arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory
2023-04-24 21:00 UTC (2+ messages)
RFC: allow building a kernel without buffer_heads
2023-04-24 19:37 UTC (6+ messages)
` [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
` [PATCH 05/17] filemap: update ki_pos in generic_perform_write
` [Cluster-devel] "
[PATCH v2 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
2023-04-24 18:35 UTC (5+ messages)
` [PATCH v2 1/2] mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code
[PATCH v4 0/2] mm/slab: trivial fixup for SLAB_TYPESAFE_BY_RCU example code snippet
2023-04-24 18:34 UTC (3+ messages)
` [PATCH v4 2/2] mm/slab: break up RCU readers on SLAB_TYPESAFE_BY_RCU example code
[PATCH] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-24 17:59 UTC (11+ messages)
[PATCH v5 0/5] cgroup: eliminate atomic rstat flushing
2023-04-24 17:17 UTC (5+ messages)
` [PATCH v5 1/5] writeback: move wb_over_bg_thresh() call outside lock section
` [PATCH v5 5/5] cgroup: remove cgroup_rstat_flush_atomic()
drivers/interconnect/qcom/icc-rpmh.c:165:28: sparse: sparse: incorrect type in assignment (different base types)
2023-04-24 17:06 UTC
[PATCH] string: use __builtin_memcpy() in strlcpy/strlcat
2023-04-24 16:24 UTC (2+ messages)
[PATCH] mm/folio: Avoid special handling for order value 0 in folio_set_order
2023-04-24 15:40 UTC (5+ messages)
[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2023-04-24 15:04 UTC (4+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
[PATCH linux-next v2] mm: workingset: update description of the source file
2023-04-24 14:21 UTC (2+ messages)
[syzbot] [fs?] [mm?] KCSAN: data-race in __filemap_remove_folio / folio_mapping (2)
2023-04-24 14:21 UTC (6+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox