linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[BUG REPORT] mm/damon: softlockup when kdamond walk page with cpu hotplug
 2025-09-30  0:49 UTC  (2+ messages)

[PATCH] mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
 2025-09-30  0:44 UTC 

[PATCH net] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
 2025-09-30  0:04 UTC  (4+ messages)

[Bug 220605] New: Very slow access on HDD when a swap partition is used on this HDD on kernel 6.16
 2025-09-29 23:07 UTC 

[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
 2025-09-29 22:01 UTC  (2+ messages)

[PATCH] mm/thp: Drop follow_devmap_pmd() default stub
 2025-09-29 21:54 UTC  (5+ messages)

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-29 21:17 UTC  (14+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v4 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v4 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v4 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v4 05/10] types: move phys_vec definition to common header
` [PATCH v4 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[syzbot] [mm?] WARNING in memory_failure
 2025-09-29 20:52 UTC  (17+ messages)

[PATCH] rust: slab: add basic slab module
 2025-09-29 20:32 UTC  (5+ messages)

PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
 2025-09-29 20:30 UTC  (17+ messages)

[v2 PATCH] mm: hugetlb: avoid soft lockup when mprotect to large memory area
 2025-09-29 20:24 UTC 

[PATCH v5 1/5] mm: introduce num_pages_contiguous()
 2025-09-29 20:19 UTC  (3+ messages)

[PATCH 0/8] drm: Optimize page tables overhead with THP
 2025-09-29 20:03 UTC  (9+ messages)
` [PATCH 1/8] drm/shmem-helper: Add huge page fault handler
` [PATCH 2/8] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH 3/8] drm/shmem-helper: Add huge tmpfs mount point helpers
` [PATCH 4/8] drm/i915: Use "
` [PATCH 5/8] drm/v3d: "
` [PATCH 6/8] drm/panthor: Introduce huge tmpfs mount point option
` [PATCH 7/8] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH 8/8] drm/panfrost: Introduce huge tmpfs mount point option

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere

[PATCH] mm: Fix some typos in mm module
 2025-09-29 18:17 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-09-29 17:27 UTC  (2+ messages)

[PATCH 1/1] mm: prevent poison consumption when splitting THP
 2025-09-29 17:25 UTC  (12+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-09-29 16:51 UTC  (8+ messages)
` [PATCH v8 21/23] maple_tree: Prefilled sheaf conversion and testing
` [PATCH v8 22/23] maple_tree: Add single node allocation support to maple state

[PATCH] Documentation/mm: Drop pxx_mkdevmap() descriptions from page table helpers
 2025-09-29 16:15 UTC  (3+ messages)

[PATCH] mm: hugetlb: avoid soft lockup when mprotect with PROT_MTE
 2025-09-29 16:15 UTC  (5+ messages)

[PATCH 1/1] mm/rmap: fix soft-dirty bit loss when remapping zero-filled mTHP subpage to shared zeropage
 2025-09-29 16:11 UTC  (9+ messages)

[PATCH v2 4/4] mm/page_alloc: Batch page freeing in free_frozen_page_commit
 2025-09-29 15:17 UTC  (3+ messages)

[Patch v4 0/2] mm_slot: fix the usage of mm_slot_entry()
 2025-09-29 15:16 UTC  (9+ messages)
` [Patch v4 1/2] mm/ksm: don't call mm_slot_entry() when the slot is NULL
` [Patch v4 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-29 15:11 UTC  (11+ messages)

[PATCH v5] mm: Fix possible deadlock in kmemleak
 2025-09-29 14:40 UTC  (6+ messages)

[PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
 2025-09-29 13:56 UTC  (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 6.1-stable tree

[PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
 2025-09-29 13:56 UTC  (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 6.1-stable tree

[PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
 2025-09-29 13:56 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.1-stable tree

[PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 6.1-stable tree

[PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 6.1-stable tree

[PATCH 01/19 v6.1.y] minmax: add in_range() macro
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: add in_range() macro" has been added to the 6.1-stable tree

[PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
 2025-09-29 13:47 UTC  (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 6.1-stable tree

[PATCH v3 2/4] rseq: Schedule the mm_cid_compaction from rseq_sched_switch_event()
 2025-09-29 11:42 UTC  (2+ messages)
` [PATCH v3 3/4] sched: Compact RSEQ concurrency IDs in batches

[PATCH mm-new 1/1] mm/khugepaged: abort collapse scan on non-swap entries
 2025-09-29 10:39 UTC  (6+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-29 10:20 UTC  (12+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing

[PATCH 1/1] mm/ksm: fix spurious soft-dirty bit on zero-filled page merging
 2025-09-29 10:08 UTC  (3+ messages)

[RFC] mm: Is flush_cache_page() in wp_page_reuse() really necessary?
 2025-09-29  8:52 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in ksm_do_scan
 2025-09-29  8:22 UTC  (2+ messages)

[PATCH v3 0/4] reparent the THP split queue
 2025-09-29  7:54 UTC  (9+ messages)
` [PATCH v3 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v3 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH v3 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v3 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH 0/2] (no cover subject)
 2025-09-29  7:16 UTC  (4+ messages)
` [PATCH 2/2] mm/numa_emulation: Move the size calculation in split_nodes_interleave() to a separate function

[syzbot] [mm?] WARNING in xfs_init_fs_context
 2025-09-29  7:05 UTC  (4+ messages)

[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call
 2025-09-29  6:15 UTC  (2+ messages)

[PATCH v4 00/30] Live Update Orchestrator
 2025-09-29  1:03 UTC  (31+ messages)
` [PATCH v4 01/30] kho: allow to drive kho from within kernel
` [PATCH v4 02/30] kho: make debugfs interface optional
` [PATCH v4 03/30] kho: drop notifiers
` [PATCH v4 04/30] kho: add interfaces to unpreserve folios and page ranes
` [PATCH v4 05/30] kho: don't unpreserve memory during abort
` [PATCH v4 06/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v4 07/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v4 08/30] liveupdate: luo_core: integrate with KHO
` [PATCH v4 09/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v4 10/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v4 11/30] liveupdate: luo_session: Add sessions support
` [PATCH v4 12/30] liveupdate: luo_ioctl: add user interface
` [PATCH v4 13/30] liveupdate: luo_file: implement file systems callbacks
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management
` [PATCH v4 15/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v4 16/30] kho: move kho debugfs directory to liveupdate
` [PATCH v4 17/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v4 18/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v4 19/30] docs: add luo documentation
` [PATCH v4 20/30] MAINTAINERS: add liveupdate entry
` [PATCH v4 21/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v4 22/30] mm: shmem: allow freezing inode mapping
` [PATCH v4 23/30] mm: shmem: export some functions to internal.h
` [PATCH v4 24/30] luo: allow preserving memfd
` [PATCH v4 25/30] docs: add documentation for memfd preservation via LUO
` [PATCH v4 26/30] selftests/liveupdate: Add multi-kexec session lifecycle test
` [PATCH v4 27/30] selftests/liveupdate: Add multi-file and unreclaimed file test
` [PATCH v4 28/30] selftests/liveupdate: Add multi-session workflow and state interaction test
` [PATCH v4 29/30] selftests/liveupdate: Add test for unreclaimed resource cleanup
` [PATCH v4 30/30] selftests/liveupdate: Add tests for per-session state and cancel cycles

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-09-29  1:02 UTC  (7+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs

[PATCH] mm/hugetlb: Fix some typos in hugetlb module
 2025-09-29  0:58 UTC  (6+ messages)

[GIT PULL] hotfixes for 6.17
 2025-09-28 17:31 UTC  (2+ messages)

[PATCH] docs: admin-guide/mm/damon: Correct typo "directores"
 2025-09-28 17:26 UTC  (2+ messages)

[PATCH V2] mm: swap: check for stable address space before operating on the VMA
 2025-09-28 16:01 UTC  (4+ messages)

[BUG] Double-free in blk_mq_free_sched_tags() after commit f5a6604f7a44
 2025-09-28 15:09 UTC  (4+ messages)

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-28 14:41 UTC  (11+ messages)

[Question] About memory.c: process_huge_page
 2025-09-28 10:07 UTC  (2+ messages)

[PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
 2025-09-28  8:15 UTC  (11+ messages)

[Linux Memory Hotness and Promotion] Notes from September 25, 2025
 2025-09-28  3:26 UTC 

[PATCH v8 mm-new 00/12] mm, bpf: BPF based THP order selection
 2025-09-28  2:58 UTC  (13+ messages)
` [PATCH v8 mm-new 01/12] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v8 mm-new 02/12] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v8 mm-new 04/12] mm: thp: add support for BPF based THP order selection
` [PATCH v8 mm-new 06/12] mm: thp: enable THP allocation exclusively through khugepaged

[Question] Is flush_cache_page() in wp_page_reuse() really necessary?
 2025-09-28  2:56 UTC  (2+ messages)

[PATCH v2 1/1] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-28  2:22 UTC  (3+ messages)

[PATCH] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-28  2:14 UTC  (7+ 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