linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
 2025-10-24 14:21 UTC  (2+ messages)

[PATCH 0/2] KHO: Fix metadata allocation in scratch area
 2025-10-24 14:20 UTC  (8+ messages)
` [PATCH 2/2] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH] mm/slab: ensure all metadata in slab object are word-aligned
 2025-10-24 14:17 UTC  (9+ messages)

allow file systems to increase the minimum writeback chunk size v2
 2025-10-24 14:11 UTC  (3+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size

[Patch v3 0/4] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-24 14:08 UTC  (3+ messages)
` [Patch v3 1/4] mm/huge_memory: avoid reinvoking folio_test_anon()

[PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
 2025-10-24 14:04 UTC  (2+ messages)

[PATCH v3] mm/shmem: fix THP allocation and fallback loop
 2025-10-24 14:02 UTC  (8+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-24 13:54 UTC  (8+ messages)
` [PATCH v12 mm-new 15/15] Documentation: mm: update the admin guide for mTHP collapse

[GIT PULL] slab fixes for 6.18-rc3
 2025-10-24 13:50 UTC 

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-24 13:44 UTC  (3+ messages)
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe

[PATCHv7 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-24 13:33 UTC  (16+ messages)
` [PATCHv7 3/7] kho: drop notifiers
` [PATCHv7 4/7] kho: add interfaces to unpreserve folios and page ranges
` [PATCHv7 5/7] kho: don't unpreserve memory during abort
` [PATCHv7 7/7] liveupdate: kho: move kho debugfs directory to liveupdate

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-24 13:27 UTC  (31+ messages)
` [PATCH v3 03/13] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v3 04/13] sparc/mm: "
` [PATCH v3 05/13] mm: introduce CONFIG_ARCH_LAZY_MMU
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
` [PATCH v3 07/13] mm: enable lazy_mmu sections to nest
` [PATCH v3 09/13] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
` [PATCH v3 10/13] sparc/mm: "
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v3 12/13] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v3 13/13] mm: introduce arch_wants_lazy_mmu_mode()

[PATCH v2 0/5] mm, swap: misc cleanup and bugfix
 2025-10-24 13:26 UTC  (8+ messages)
` [PATCH v2 2/5] mm, swap: rename helper for setup bad slots
` [PATCH v2 3/5] mm, swap: cleanup swap entry allocation parameter
` [PATCH v2 4/5] mm/migrate, swap: drop usage of folio_index
` [PATCH v2 5/5] mm, swap: remove redundant argument for isolating a cluster

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-10-24 12:24 UTC  (9+ messages)

filemap_* writeback interface cleanups v2
 2025-10-24 12:13 UTC  (14+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range

[PATCH v3 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-10-24 11:59 UTC  (18+ messages)
` [PATCH v3 1/3] mm: handle poisoning of pfn without struct pages
` [PATCH v3 2/3] mm: Change ghes code to allow poison of non-struct pfn

[PATCH] mm: shmem/tmpfs hugepage defaults config choice
 2025-10-24 11:57 UTC  (6+ messages)

[PATCH v2 0/3] Make KHO Stateless
 2025-10-24 11:43 UTC  (6+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures

[PATCH V2 0/2] mm: MISC follow-up patches for linux/pgalloc.h
 2025-10-24 11:30 UTC  (3+ messages)
` [PATCH V2 1/2] MAINTAINERS: add include/linux/pgalloc.h to MM CORE section
` [PATCH V2 2/2] treewide: include linux/pgalloc.h instead of asm/pgalloc.h

[PATCH v2] slab: Fix obj_ext is mistakenly considered NULL due to race condition
 2025-10-24 10:34 UTC  (6+ messages)

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-24 10:23 UTC  (3+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH v2] mm: do not install PMD mappings when handling a COW fault
 2025-10-24 10:22 UTC 

[PATCH v2] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-10-24  9:42 UTC 

[PATCH v2] slab: fix slab accounting imbalance due to defer_deactivate_slab()
 2025-10-24  9:36 UTC  (7+ messages)

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-24  9:26 UTC  (10+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

[PATCH] mm/vma: small VMA lock cleanups
 2025-10-24  9:09 UTC 

make block layer auto-PI deadlock safe
 2025-10-24  9:05 UTC  (9+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp
` [PATCH 2/3] block: blocking mempool_alloc doesn't fail
` [PATCH 3/3] block: make bio auto-integrity deadlock safe

[PATCH] mm/hugetlb: Fix incorrect error return from hugetlb_reserve_pages()
 2025-10-24  9:02 UTC  (3+ messages)

[PATCH] spell check: Edited spelling errors
 2025-10-24  8:53 UTC 

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-24  8:42 UTC  (6+ messages)
` [RFC PATCH 1/5] sched, fork: Wire BLOG contexts into task lifecycle
` [RFC PATCH 2/5] lib: Introduce BLOG (Binary LOGging) subsystem
` [RFC PATCH 3/5] ceph: Add BLOG scaffolding
` [RFC PATCH 4/5] ceph: Add BLOG debugfs support
` [RFC PATCH 5/5] ceph: Activate BLOG logging

[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-10-24  8:37 UTC  (4+ messages)

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-24  8:31 UTC  (7+ messages)

[PATCH] slab: add flags in cache_show
 2025-10-24  8:22 UTC  (4+ messages)

[PATCH] mm: do not install PMD mappings when handling a COW fault
 2025-10-24  7:47 UTC  (2+ messages)

[PATCH V3] mm/debug_vm_pgtable: Add [pte|pmd]_mkwrite_novma() tests
 2025-10-24  7:44 UTC  (3+ messages)

[RFC, PATCH 0/2] Large folios vs. SIGBUS semantics
 2025-10-24  7:43 UTC  (7+ messages)

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-24  7:41 UTC  (13+ messages)
` [RFC PATCH 01/12] mm: introduce and use pte_to_swp_entry_or_zero()
` [RFC PATCH 02/12] mm: avoid unnecessary uses of is_swap_pte()
` [RFC PATCH 03/12] mm: introduce get_pte_swap_entry() and use it
` [RFC PATCH 04/12] mm: use get_pte_swap_entry() in debug pgtable + remove is_swap_pte()
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 06/12] mm: avoid unnecessary use of is_swap_pmd()
` [RFC PATCH 07/12] mm: introduce is_huge_pmd() and use where appropriate
` [RFC PATCH 08/12] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() "
` [RFC PATCH 10/12] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()
` [RFC PATCH 12/12] mm: provide is_swap_entry() and use it

[PATCH] memcg: manually uninline __memcg_memory_event
 2025-10-24  6:50 UTC  (4+ messages)

[PATCH 0/4] mm, swap: misc cleanup and bugfix
 2025-10-24  4:00 UTC  (10+ messages)
` [PATCH 1/4] mm, swap: do not perform synchronous discard during allocation

[PATCH v4 0/6] mm: hugetlb: allocate frozen gigantic folio
 2025-10-24  1:31 UTC  (4+ messages)
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()

[DISCUSS] Proposal: move slab shrinking into a dedicated kernel thread to improve reclaim efficiency
 2025-10-24  0:47 UTC  (3+ messages)

[syzbot] [net?] [mm?] INFO: rcu detected stall in inet_rtm_newaddr (2)
 2025-10-24  0:11 UTC  (7+ messages)

[akpm-mm:mm-nonmm-unstable 40/49] ld.lld: error: undefined symbol: hw_nmi_get_sample_period
 2025-10-23 23:44 UTC 

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 23:20 UTC  (30+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v22 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v22 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v22 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v22 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v22 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v22 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v22 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v22 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v22 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v22 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v22 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v22 28/28] kselftest/riscv: kselftest for user mode cfi

arch/um/include/asm/kasan.h:29:2: error: UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-10-23 22:52 UTC 

[linux-next:master] BUILD REGRESSION efb26a23ed5f5dc3554886ab398f559dcb1de96b
 2025-10-23 19:02 UTC 

[PATCH v2 1/5] mm, swap: do not perform synchronous discard during allocation
 2025-10-23 18:34 UTC 

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-23 17:58 UTC  (5+ messages)
` [PATCH v4 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH v2] arm64: mte: Do not warn if the page is already tagged in copy_highpage()
 2025-10-23 17:58 UTC  (2+ messages)

[PATCH] mm/filemap: Implement fast short reads
 2025-10-23 17:42 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