linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC v3 00/21] Preserved-over-Kexec RAM
 2023-04-27  0:08 UTC  (4+ messages)
` [RFC v3 02/21] mm: PKRAM: implement node load and save functions
` [RFC v3 06/21] mm: PKRAM: link nodes by pfn before reboot
` [RFC v3 07/21] mm: PKRAM: introduce super block

[GIT PULL] ext4 changes for the 6.4 merge window
 2023-04-26 23:16 UTC  (15+ messages)

[PATCH v2 0/4] migrate: Avoid unbounded blocks in MIGRATE_SYNC_LIGHT
 2023-04-26 21:39 UTC  (14+ messages)
` [PATCH v2 1/4] mm/filemap: Add folio_lock_timeout()

drivers/infiniband/hw/qedr/verbs.c:4238:33: sparse: sparse: incorrect type in assignment (different base types)
 2023-04-26 21:30 UTC 

[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-04-26 21:27 UTC  (6+ messages)
` [PATCH RFC v2 1/4] mm/ptshare: Add vm flag for shared PTE
` [PATCH RFC v2 2/4] mm/ptshare: Add flag MAP_SHARED_PT to mmap()
` [PATCH RFC v2 3/4] mm/ptshare: Create new mm struct for page table sharing
` [PATCH RFC v2 4/4] mm/ptshare: Add page fault handling for page table shared regions

[RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
 2023-04-26 21:17 UTC  (4+ messages)

[PATCH 00/34] Maple tree mas_{next,prev}_range() and cleanup
 2023-04-26 21:07 UTC  (46+ 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

[linux-next:master 13283/14037] drivers/watchdog/starfive-wdt.c:584:34: warning: unused variable 'starfive_wdt_match'
 2023-04-26 20:17 UTC 

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-04-26 20:15 UTC  (6+ messages)

[PATCH v4] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-26 20:04 UTC  (9+ messages)

[PATCH 0/1] mm/oom_kill: system enters a state something like hang when running stress-ng
 2023-04-26 19:34 UTC  (9+ messages)
` [PATCH 1/1] mm/oom_kill: trigger the oom killer if oom occurs without __GFP_FS

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-26 18:02 UTC  (4+ messages)
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

drivers/net/ethernet/mediatek/mtk_eth_soc.c:2237:38: sparse: sparse: incorrect type in assignment (different base types)
 2023-04-26 17:42 UTC 

[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-04-26 16:10 UTC  (13+ messages)

[PATCH v2] mm: hwpoison: coredump: support recovery from dump_user_range()
 2023-04-26 15:45 UTC  (15+ messages)

[PATCH] Revert "Revert "mm/compaction: fix set skip in fast_find_migrateblock""
 2023-04-26 15:33 UTC  (3+ messages)

[PATCH 0/2] memcg: OOM log improvements
 2023-04-26 15:27 UTC  (7+ messages)
` [PATCH 1/2] memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()
` [PATCH 2/2] memcg: dump memory.stat during cgroup OOM for v1

[RFC PATCH 00/26] mm: reliable huge page allocator
 2023-04-26 15:22 UTC  (12+ 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 20/26] mm: vmscan: use compaction_suitable() check in kswapd

[PATCH RFC net-next/mm V1 0/3] page_pool: new approach for leak detection and shutdown phase
 2023-04-26 15:15 UTC  (6+ 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 RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-26 14:13 UTC  (4+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[RFC 00/48] RISC-V CoVE support
 2023-04-26 13:55 UTC  (10+ messages)
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks

[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-04-26 13:07 UTC  (3+ messages)
` [PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES

RFC: allow building a kernel without buffer_heads
 2023-04-26 13:00 UTC  (3+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices
    ` [f2fs-dev] "

[PATCH 0/9] fix, rework and clean up for maple tree
 2023-04-26 12:34 UTC  (19+ messages)
` [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

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-26 10:41 UTC  (7+ messages)

[PATCH V4 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-26 10:20 UTC  (7+ messages)
` [PATCH 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

[PATCH] module: add debugging auto-load duplicate module support
 2023-04-26 10:13 UTC  (10+ messages)

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-26  9:48 UTC  (13+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH v2 0/2] Reduce lock contention related with large folio
 2023-04-26  8:17 UTC  (9+ messages)
` [PATCH v2 1/2] THP: avoid lock when check whether THP is in deferred list

[RFC 0/8] shmem: add support for blocksize > PAGE_SIZE
 2023-04-26  7:43 UTC  (6+ messages)
` [RFC 2/8] shmem: convert to use folio_test_hwpoison()

[syzbot] upstream boot error: Internal error in __dabt_svc
 2023-04-26  6:38 UTC 

[PATCH v11 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-04-26  2:37 UTC  (9+ messages)
` [RFC PATCH v11.1 "

[linux-next:master] BUILD REGRESSION f600e0bbde8562a06bee31b3eb1b69d49acac4c5
 2023-04-26  2:21 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 527c4dda86b89603a482009eeec3611f0306dc6e
 2023-04-26  2:03 UTC 

[PATCH v3 2/2] mm/page_alloc: add some comments to explain the possible hole in __pageblock_pfn_to_page()
 2023-04-26  1:23 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-25 23:01 UTC  (3+ messages)

[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 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 v2] kasan: Fix lockdep report invalid wait context
 2023-04-25 15:03 UTC  (4+ messages)

[PATCH 6/6] Add default quota limit mount options
 2023-04-25 13:21 UTC  (5+ messages)
` [PATCH V3 "

[PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
 2023-04-25 13:13 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox