[PATCH v4 0/5] Fix and cleanups to xarray
2024-12-18 15:46 UTC (6+ messages)
` [PATCH v4 1/5] Xarray: Do not return sibling entries from xas_find_marked()
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()
` [PATCH v4 3/5] Xarray: distinguish large entries correctly in xas_split_alloc()
` [PATCH v4 4/5] Xarray: remove repeat check in xas_squash_marks()
` [PATCH v4 5/5] Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
Slow-tier Page Promotion discussion recap and open questions
2024-12-18 15:21 UTC (3+ messages)
[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
2024-12-18 15:10 UTC (3+ messages)
` ceph xfstests failures [was Re: [PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes]
[PATCH v2 00/15] move pagetable_*_dtor() to __tlb_remove_table()
2024-12-18 14:53 UTC (17+ messages)
` [PATCH v2 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v2 02/15] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
` [PATCH v2 02/15 fix] fix: "
` [PATCH v2 03/15] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v2 04/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v2 05/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v2 06/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v2 07/15] arm64: "
` [PATCH v2 08/15] riscv: "
` [PATCH v2 09/15] x86: "
` [PATCH v2 10/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v2 11/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v2 12/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v2 13/15] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v2 14/15] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v2 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
[PATCH 00/12] move pagetable_*_dtor() to __tlb_remove_table()
2024-12-18 14:42 UTC (4+ messages)
` [PATCH 02/12] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
[PATCH 1/7] mm/hugetlb: Fix avoid_reserve to allow taking folio from subpool
2024-12-18 14:33 UTC (2+ messages)
[PATCH 0/2] block size limit cleanups
2024-12-18 14:22 UTC (7+ messages)
` [PATCH 1/2] block/bdev: use helper for max block size check
` [PATCH 2/2] nvme: use blk_validate_block_size() for max LBA check
[PATCH v2] lib/alloc_tag: Add accumulative call counter for memory allocation profiling
2024-12-18 12:49 UTC (2+ messages)
` "
qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
2024-12-18 12:03 UTC
[PATCH v3 0/4] mm/swap_cgroup: remove global swap cgroup lock
2024-12-18 11:46 UTC (5+ messages)
` [PATCH v3 1/4] mm, memcontrol: avoid duplicated memcg enable check
` [PATCH v3 2/4] mm/swap_cgroup: remove swap_cgroup_cmpxchg
` [PATCH v3 3/4] mm/swap_cgroup: remove global swap cgroup lock
` [PATCH v3 4/4] mm/swap_cgroup: decouple swap cgroup recording and clearing
[PATCH bpf-next v3 0/6] bpf, mm: Introduce try_alloc_pages()
2024-12-18 11:32 UTC (17+ messages)
` [PATCH bpf-next v3 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v3 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v3 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v3 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v3 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v3 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs
[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
2024-12-18 10:28 UTC (13+ messages)
[PATCH v1] memcg: fix soft lockup in the OOM process
2024-12-18 10:22 UTC (6+ messages)
[PATCH v6 00/16] move per-vma lock into vm_area_struct
2024-12-18 10:06 UTC (17+ 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 13/16] mm: introduce vma_ensure_detached()
[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
2024-12-18 9:50 UTC (37+ 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 05/12] khugepaged: Generalize __collapse_huge_page_isolate()
` [RFC PATCH 06/12] khugepaged: Generalize __collapse_huge_page_copy_failed()
` [RFC PATCH 07/12] khugepaged: Scan PTEs order-wise
` [RFC PATCH 08/12] khugepaged: Abstract PMD-THP collapse
` [RFC PATCH 09/12] khugepaged: Introduce vma_collapse_anon_folio()
` [RFC PATCH 10/12] khugepaged: Skip PTE range if a larger mTHP is already mapped
` [RFC PATCH 12/12] selftests/mm: khugepaged: Enlighten for mTHP collapse
[Bug] KASAN: slab-use-after-free Read in zswap_decompress
2024-12-18 9:17 UTC (4+ messages)
[PATCH 1/3] percpu: Merge VERIFY_PERCPU_PTR() into its only user
2024-12-18 8:52 UTC (6+ messages)
` [PATCH 3/3] percpu: Cast percpu pointer in PERCPU_PTR() via unsigned long
[PATCH v2] mm/kmemleak: Fix sleeping function called from invalid context at print message
2024-12-18 8:38 UTC (3+ messages)
[PATCH V7] mm, compaction: don't use ALLOC_CMA for unmovable allocations
2024-12-18 7:57 UTC (7+ messages)
[PATCH] mm/ptdump: Drop GENERIC_PTDUMP
2024-12-18 6:59 UTC (3+ messages)
[PATCHv2 0/7] zram: split page type read/write handling
2024-12-18 6:34 UTC (8+ messages)
` [PATCHv2 1/7] zram: free slot memory early during write
` [PATCHv2 2/7] zram: remove entry element member
` [PATCHv2 3/7] zram: factor out ZRAM_SAME write
` [PATCHv2 4/7] zram: factor out ZRAM_HUGE write
` [PATCHv2 5/7] zram: factor out different page types read
` [PATCHv2 6/7] zram: use zram_read_from_zspool() in writeback
` [PATCHv2 7/7] zram: cond_resched() in writeback loop
[PATCH] replace free hugepage folios after migration
2024-12-18 6:33 UTC
[syzbot] [mm?] INFO: task hung in __lru_add_drain_all (2)
2024-12-18 6:31 UTC
[PATCH] docs: mm: fix the incorrect 'FileHugeMapped' field
2024-12-18 6:28 UTC (3+ messages)
[PATCH v5 02/13] x86/um: nommu: elf loader for fdpic
2024-12-18 5:13 UTC (2+ messages)
[PATCH] niu: Use page->private instead of page->index
2024-12-18 3:50 UTC (2+ messages)
[PATCH 0/5] fs/buffer: strack reduction on async read
2024-12-18 2:47 UTC (7+ messages)
` [PATCH 1/5] fs/buffer: move async batch read code into a helper
` [PATCH 2/5] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH 3/5] fs/buffer: add a for_each_bh() for block_read_full_folio()
` [PATCH 4/5] fs/buffer: add iteration support "
` [PATCH 5/5] fs/buffer: reduce stack usage on bh_read_iter()
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-12-17 22:33 UTC (13+ messages)
` [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 14/25] rmap: Add support for PUD sized mappings to rmap
` [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 0/1] Seal system mappings
2024-12-17 22:18 UTC (3+ messages)
` [PATCH v4 1/1] exec: seal "
[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-17 21:12 UTC (11+ messages)
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies()
[RFC v2 00/11] enable bs > ps for block devices
2024-12-17 21:00 UTC (12+ messages)
` [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 v1] fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit
2024-12-17 19:50 UTC
[next -v1 0/5] Some cleanup for memcg
2024-12-17 18:19 UTC (10+ 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
` [next -v1 4/5] memcg: factor out the __refill_obj_stock function
[syzbot] [mm?] WARNING in lock_list_lru_of_memcg
2024-12-17 18:19 UTC (7+ messages)
[linux-next:master 2260/2462] drivers/gpu/drm/xe/xe_gt_idle.c:127:33: error: static assertion expression is not an integral constant expression
2024-12-17 17:34 UTC (3+ messages)
[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
[PATCHSET v7 0/11] Uncached buffered IO
2024-12-17 15:58 UTC (2+ messages)
[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] 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 (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox