linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-16  0:46 UTC  (7+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h

[Patch v2 0/2] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-16  0:46 UTC  (3+ messages)
` [Patch v2 1/2] mm/huge_memory: cache folio attribute in __split_unmapped_folio()
` [Patch v2 2/2] mm/huge_memory: Optimize and simplify __split_unmapped_folio() logic

[PATCH 0/5] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-16  0:36 UTC  (5+ messages)

[PATCH v2 0/2] memcg: reading memcg stats more efficiently
 2025-10-16  0:21 UTC  (8+ messages)
` [PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
` [PATCH v2 2/2] memcg: selftests for memcg stat kfuncs

[PATCH 0/2] Do not change split folio target order
 2025-10-15 22:57 UTC  (4+ messages)
` [PATCH 1/2] mm/huge_memory: do not change split_huge_page*() target order silently

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-15 22:48 UTC  (7+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
      ` [f2fs-dev] "

[PATCH] mempool: clarify behavior of mempool_alloc_preallocated()
 2025-10-15 22:46 UTC  (4+ messages)

[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
 2025-10-15 22:36 UTC  (11+ messages)
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches

[syzbot] [net?] [mm?] INFO: rcu detected stall in inet_rtm_newaddr (2)
 2025-10-15 22:30 UTC  (9+ messages)

Optimizing small reads
 2025-10-15 21:31 UTC  (3+ messages)

[PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
 2025-10-15 20:56 UTC  (3+ messages)

allow file systems to increase the minimum writeback chunk size
 2025-10-15 20:49 UTC  (9+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems

[PATCH v4 00/13] drm: Reduce page tables overhead with THP
 2025-10-15 20:41 UTC  (17+ messages)
` [PATCH v4 01/13] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v4 02/13] drm/shmem-helper: Implement map_pages fault-around handler
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers
` [PATCH v4 04/13] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v4 05/13] drm/gem: Add huge tmpfs mount point helper
` [PATCH v4 06/13] drm/i915: Use "
` [PATCH v4 07/13] drm/v3d: "
` [PATCH v4 08/13] drm/v3d: Fix builds with CONFIG_TRANSPARENT_HUGEPAGE=n
` [PATCH v4 09/13] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v4 10/13] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH v4 11/13] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v4 12/13] drm/panfrost: Introduce huge tmpfs mount point option
` [PATCH v4 13/13] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH v5] memcg: expose socket memory pressure in a cgroup
 2025-10-15 20:17 UTC  (16+ messages)

[PATCH v2] mm: skip folio_activate() for mlocked folios
 2025-10-15 20:09 UTC  (5+ messages)

[RFC PATCH 0/3] mm: Fix MF_DELAYED handling on memory failure
 2025-10-15 18:58 UTC  (8+ messages)
` [RFC PATCH 1/3] mm: memory_failure: Fix MF_DELAYED handling on truncation during failure
  ` [RFC PATCH RESEND "
` [RFC PATCH 2/3] KVM: selftests: Add memory failure tests in guest_memfd_test
  ` [RFC PATCH RESEND "
` [RFC PATCH 3/3] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
  ` [RFC PATCH RESEND "
` [RFC PATCH RESEND 0/3] mm: Fix MF_DELAYED handling on memory failure

[PATCH v2] mm/page_alloc: simplify and cleanup pcp locking
 2025-10-15 18:54 UTC  (2+ messages)

[PATCH] mm/page_alloc: simplify and cleanup pcp locking
 2025-10-15 18:50 UTC  (4+ messages)

[PATCH v4] slab: clear OBJEXTS_ALLOC_FAIL when freeing a slab
 2025-10-15 18:47 UTC  (4+ messages)
` [syzbot ci] "

[PATCH V2] mm/khugepaged: fix comment for default scan sleep duration
 2025-10-15 18:30 UTC  (5+ messages)

[RFC PATCH] mm: net: disable kswapd for high-order network buffer allocation
 2025-10-15 18:26 UTC  (22+ messages)

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

Regression in generic/749 with 8k fsblock size on 6.18-rc1
 2025-10-15 17:57 UTC  (5+ messages)

[PATCH] mm/page_isolation: clarify FIXME around shrink_slab() in memory hotplug
 2025-10-15 17:50 UTC 

[PATCH v3 0/3] mm: some optimizations for prot numa
 2025-10-15 17:45 UTC  (7+ messages)
` [PATCH v3 1/3] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v3 2/3] mm: mprotect: avoid unnecessary struct page accessing if pte_protnone()
` [PATCH v3 3/3] mm: huge_memory: use folio_needs_prot_numa() for pmd folio

[PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()
 2025-10-15 17:27 UTC  (2+ messages)

[PATCH v2 0/2] drivers/base/node: fold node register and unregister functions
 2025-10-15 17:26 UTC  (6+ messages)
` [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()

[PATCH v2] tools/mm: use <stdbool.h> in page_owner_sort.c
 2025-10-15 17:10 UTC  (3+ messages)

[PATCH v5] slab: reset obj_ext when it is not actually valid during freeing
 2025-10-15 16:52 UTC  (6+ messages)

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-15 16:52 UTC  (3+ messages)
` [PATCH v3 02/13] x86/xen: simplify flush_lazy_mmu()

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

[RFC PATCH v10 mm-new 0/9] mm, bpf: BPF-MM, BPF-THP
 2025-10-15 16:35 UTC  (11+ messages)
` [RFC PATCH v10 mm-new 1/9] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [RFC PATCH v10 mm-new 2/9] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [RFC PATCH v10 mm-new 3/9] mm: thp: add support for BPF based THP order selection
` [RFC PATCH v10 mm-new 4/9] mm: thp: decouple THP allocation between swap and page fault paths
` [RFC PATCH v10 mm-new 5/9] mm: thp: enable THP allocation exclusively through khugepaged
` [RFC PATCH v10 mm-new 6/9] bpf: mark mm->owner as __safe_rcu_or_null
` [RFC PATCH v10 mm-new 7/9] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [RFC PATCH v10 mm-new 8/9] selftests/bpf: add a simple BPF based THP policy
` [RFC PATCH v10 mm-new 9/9] Documentation: add BPF-based THP policy management

[syzbot ci] Re: Fix stale IOTLB entries for kernel address space
 2025-10-15 16:25 UTC  (2+ messages)

[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
 2025-10-15 15:55 UTC  (4+ messages)

[PATCH -v2 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-15 15:28 UTC  (8+ messages)
` [PATCH -v2 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v2 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[PATCH] mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme
 2025-10-15 15:07 UTC  (2+ messages)

[PATCH v5 0/7] liveupdate: Rework KHO for in-kernel users
 2025-10-15 14:36 UTC  (6+ messages)
` [PATCH v5 1/7] kho: allow to drive kho from within kernel
` [PATCH v5 6/7] liveupdate: kho: move to kernel/liveupdate

[PATCH 0/2] KHO: Fix metadata allocation in scratch area
 2025-10-15 14:36 UTC  (14+ messages)
` [PATCH 1/2] liveupdate: kho: warn and fail on metadata or preserved memory "
` [PATCH 2/2] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-15 14:28 UTC  (5+ messages)

[RFC PATCH] mm/vmalloc: request large order pages from buddy allocator
 2025-10-15 13:42 UTC  (7+ messages)

[PATCH v4 mm-new 1/2] mm/swap: do not choose swap device according to numa node
 2025-10-15 13:27 UTC  (3+ messages)

[PATCH v3 00/10] drm: Reduce page tables overhead with THP
 2025-10-15 13:12 UTC  (5+ messages)
` [PATCH v3 07/10] drm/panthor: Introduce huge tmpfs mount point option

[Bug 220605] New: Very slow access on HDD when a swap partition is used on this HDD on kernel 6.16
 2025-10-15 13:00 UTC  (2+ messages)

[PATCH v2 0/3] mm: some optimizations for prot numa
 2025-10-15 12:37 UTC  (8+ messages)
` [PATCH v2 3/3] mm: huge_memory: use folio_skip_prot_numa() for pmd folio

[PATCH 0/2] optimization of dma-buf system_heap allocation
 2025-10-15 12:35 UTC  (4+ messages)
` [PATCH 1/2] mm: call back alloc_pages_bulk_list since it is useful

[PATCH v2] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
 2025-10-15 12:22 UTC  (2+ messages)

[PATCH] csky/mm: fix build errors cause by folio flags changes
 2025-10-15 12:09 UTC  (3+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-10-15
 2025-10-15 11:51 UTC 

[PATCH v3] slab: Add check for memcg_data != OBJEXTS_ALLOC_FAIL in folio_memcg_kmem
 2025-10-15 11:40 UTC  (8+ messages)

[PATCH v2 bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures
 2025-10-15 10:31 UTC  (5+ messages)

[PATCH] tools/mm: use <stdbool.h> in page_owner_sort.c
 2025-10-15  9:37 UTC  (3+ messages)

[PATCH mm-new v3 0/3] refactor and merge PTE scanning logic
 2025-10-15  9:31 UTC  (7+ messages)
` [PATCH mm-new v3 1/3] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain

page:  |  | latest

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