linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
 2024-12-17 17:14 UTC  (27+ messages)
` [RFC PATCH 01/12] khugepaged: Rename hpage_collapse_scan_pmd() -> ptes()
` [RFC PATCH 02/12] khugepaged: Generalize alloc_charge_folio()
` [RFC PATCH 03/12] khugepaged: Generalize hugepage_vma_revalidate()
` [RFC PATCH 04/12] khugepaged: Generalize __collapse_huge_page_swapin()
` [RFC PATCH 05/12] khugepaged: Generalize __collapse_huge_page_isolate()
` [RFC PATCH 09/12] khugepaged: Introduce vma_collapse_anon_folio()

[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
 2024-12-17 17:11 UTC  (8+ messages)

[next -v1 0/5] Some cleanup for memcg
 2024-12-17 16:55 UTC  (6+ messages)
` [next -v1 1/5] memcg: use OFP_PEAK_UNSET instead of -1
` [next -v1 2/5] memcg: call the free function when allocation of pn fails

[PATCH 0/2] mm: alloc_pages_bulk: small API refactor
 2024-12-17 16:31 UTC  (3+ messages)
` [PATCH 1/2] mm: alloc_pages_bulk_noprof: drop page_list argument
` [PATCH 2/2] mm: alloc_pages_bulk: rename API

[Bug] KASAN: slab-use-after-free Read in zswap_decompress
 2024-12-17 16:30 UTC  (2+ messages)

[PATCH v6 00/16] move per-vma lock into vm_area_struct
 2024-12-17 16:27 UTC  (26+ messages)
` [PATCH v6 06/16] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v6 10/16] mm: replace vm_lock and detached flag with a reference count
` [PATCH v6 11/16] mm: enforce vma to be in detached state before freeing
` [PATCH v6 12/16] mm: remove extra vma_numab_state_init() call
` [PATCH v6 13/16] mm: introduce vma_ensure_detached()
` [PATCH v6 14/16] mm: prepare lock_vma_under_rcu() for vma reuse possibility
` [PATCH v6 15/16] mm: make vma cache SLAB_TYPESAFE_BY_RCU
` [PATCH v6 16/16] docs/mm: document latest changes to vm_lock

[PATCHSET v7 0/11] Uncached buffered IO
 2024-12-17 15:58 UTC  (2+ messages)

[PATCH V7] mm, compaction: don't use ALLOC_CMA for unmovable allocations
 2024-12-17 15:55 UTC  (2+ messages)

[PATCH v2] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-12-17 14:20 UTC 

[PATCH 14/26] drm/xe/eudebug: implement userptr_vma access
 2024-12-17 14:12 UTC  (9+ messages)

[RFC PATCH 0/2] mm: update mips to use do_mmap(), make mmap_region() internal
 2024-12-17 14:11 UTC  (3+ messages)

[PATCH v5 00/17] Provide a new two step DMA mapping API
 2024-12-17 13:00 UTC  (18+ messages)
` [PATCH v5 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v5 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v5 03/17] iommu: generalize the batched sync after map interface
` [PATCH v5 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v5 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v5 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v5 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v5 09/17] docs: core-api: document the IOVA-based API
` [PATCH v5 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v5 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v5 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v5 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v5 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v5 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v5 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v5 17/17] vfio/mlx5: Enable the DMA link API

[PATCH v1] memcg: fix soft lockup in the OOM process
 2024-12-17 12:54 UTC  (2+ messages)

[PATCH] docs: mm: fix the incorrect 'FileHugeMapped' field
 2024-12-17 11:59 UTC  (2+ messages)

[PATCH] mm: hugetlb: independent PMD page table shared count
 2024-12-17 11:56 UTC  (6+ messages)

[PATCH 0/2] Fix mas_alloc_cyclic retry
 2024-12-17 11:41 UTC  (5+ messages)
` [PATCH 1/2] maple_tree: Fix mas_alloc_cyclic() second search
` [PATCH 2/2] test_maple_tree: Test exhausted upper limit of mtree_alloc_cyclic()

[PATCH V6] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-17 11:02 UTC  (9+ messages)

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-17 10:05 UTC  (16+ messages)
` [RFC v2 01/11] fs/buffer: move async batch read code into a helper
` [RFC v2 02/11] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [RFC v2 03/11] fs/buffer: add iteration support "
` [RFC v2 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-12-17  9:31 UTC  (5+ messages)
` [PATCH v11 8/8] task: rust: rework how current is accessed
  ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()

[PATCH 00/12] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-17  9:10 UTC  (8+ messages)
` [PATCH 11/12] mm: pgtable: introduce generic __tlb_remove_table()

[PATCH V1] mm: fix bug in some memory information update
 2024-12-17  8:30 UTC  (2+ messages)

[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
 2024-12-17  7:47 UTC  (2+ messages)

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17  5:20 UTC  (6+ messages)

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17  5:13 UTC  (26+ messages)
` [PATCH v4 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v4 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v4 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v4 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v4 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v4 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v4 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v4 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 11/25] mm: Allow compound zone device pages
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v4 17/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v4 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v4 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v4 23/25] mm: Remove pXX_devmap callers
` [PATCH v4 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v4 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH V5] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-17  3:32 UTC  (4+ messages)
` [PATCH] mm: compaction: fix "

[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-12-17  3:05 UTC  (10+ messages)
` [PATCH v17 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v17 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v17 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 0/2] Fix subsection vmemmap_populate logic
 2024-12-17  1:47 UTC  (2+ messages)

[PATCH v2] mm: hugetlb: independent PMD page table shared count
 2024-12-17  1:42 UTC  (3+ messages)

[PATCH v3 0/5] Fixes and cleanups to xarray
 2024-12-17  0:59 UTC  (6+ messages)
` [PATCH v3 1/5] Xarray: Do not return sibling entries from xas_find_marked()

[linux-next:pending-fixes] BUILD REGRESSION 33d673e8ef5cf91d052869da25373503c28ee734
 2024-12-17  0:40 UTC 

[linux-next:fs-current] BUILD SUCCESS e296f18411003a416baea0751cdcea9bb57f99e4
 2024-12-17  0:31 UTC 

[linux-next:fs-next] BUILD REGRESSION 6b818c2b83f93b1116d27b5d5ef3f0608021c1d4
 2024-12-17  0:30 UTC 

[PATCH 1/2] dax: Remove access to page->index
 2024-12-16 22:25 UTC  (3+ messages)
` [PATCH 2/2] dax: Use folios more widely within DAX

[syzbot] [selinux?] [mm?] [overlayfs?] INFO: rcu detected stall in sys_mkdirat (2)
 2024-12-16 21:38 UTC 

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2024-12-16 20:41 UTC  (33+ messages)
` [PATCH v5 01/32] netfs: Clean up some whitespace in trace header
` [PATCH v5 02/32] cachefiles: "
` [PATCH v5 03/32] netfs: Use a folio_queue allocation and free functions
` [PATCH v5 04/32] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v5 05/32] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v5 06/32] netfs: Make netfs_advance_write() return size_t
` [PATCH v5 07/32] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v5 08/32] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v5 09/32] netfs: Drop the was_async "
` [PATCH v5 10/32] netfs: Don't use bh spinlock
` [PATCH v5 11/32] afs: Don't use mutex for I/O operation lock
` [PATCH v5 12/32] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v5 13/32] afs: Fix directory format encoding struct
` [PATCH v5 14/32] netfs: Remove some extraneous directory invalidations
` [PATCH v5 15/32] cachefiles: Add some subrequest tracepoints
` [PATCH v5 16/32] cachefiles: Add auxiliary data trace
` [PATCH v5 17/32] afs: Add more tracepoints to do with tracking validity
` [PATCH v5 18/32] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v5 19/32] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v5 20/32] afs: Make afs_init_request() get a key if not given a file
` [PATCH v5 21/32] afs: Use netfslib for directories
` [PATCH v5 22/32] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v5 23/32] afs: Eliminate afs_read
` [PATCH v5 24/32] afs: Fix cleanup of immediately failed async calls
` [PATCH v5 25/32] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v5 26/32] Display waited-on page index after 1min of waiting
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item
` [PATCH v5 28/32] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v5 29/32] afs: Use the contained hashtable to search a directory
` [PATCH v5 30/32] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v5 31/32] afs: Add a tracepoint for afs_read_receive()
` [PATCH v5 32/32] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 20:34 UTC  (2+ messages)
` [PATCH 11/10] netfs: Fix is-caching check in read-retry

[PATCH v4 0/1] Seal system mappings
 2024-12-16 20:20 UTC  (8+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock
 2024-12-16 19:32 UTC  (13+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:51 UTC  (13+ messages)
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 12/18] mm/hmm: provide generic DMA managing logic

page:  |  | latest

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