linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/1] Seal system mappings
 2024-12-16 18:56 UTC  (7+ messages)
` [PATCH v4 1/1] exec: seal "

[RFC v2 00/11] enable bs > ps for block devices
 2024-12-16 18:56 UTC  (18+ 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 04/11] fs/buffer: reduce stack usage on bh_read_iter()
` [RFC v2 05/11] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC v2 07/11] fs/buffer fs/mpage: remove large folio restriction
` [RFC v2 08/11] block/bdev: enable large folio support for large logical block sizes
` [RFC v2 09/11] block/bdev: lift block size restrictions and use common definition
` [RFC v2 10/11] nvme: remove superfluous block size check
` [RFC v2 11/11] bdev: use bdev_io_min() for statx block size

[RFC] mm: alloc_pages_bulk_noprof: drop page_list argument
 2024-12-16 18:56 UTC  (2+ messages)

[syzbot] [mm?] WARNING in lock_list_lru_of_memcg
 2024-12-16 18:39 UTC  (6+ messages)

[PATCH] mm: hugetlb: independent PMD page table shared count
 2024-12-16 18:33 UTC  (6+ messages)

[PATCH 00/12] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-16 18:12 UTC  (27+ messages)
` [PATCH 01/12] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH 02/12] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()
` [PATCH 03/12] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH 04/12] s390: pgtable: add statistics for PUD and P4D "
` [PATCH 05/12] mm: pgtable: introduce pagetable_dtor()
` [PATCH 06/12] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH 07/12] arm64: "
` [PATCH 08/12] riscv: "
` [PATCH 09/12] x86: "
` [PATCH 10/12] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH 11/12] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH 12/12] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file

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

[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
 2024-12-16 17:31 UTC  (15+ 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 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 11/12] khugepaged: Enable sysfs to control order of collapse
` [RFC PATCH 12/12] selftests/mm: khugepaged: Enlighten for mTHP collapse

[RFC PATCH] mm/mglru: keep the root_memcg reclaim behavior the same as memcg reclaim
 2024-12-16 17:13 UTC  (6+ messages)

[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
 2024-12-16 16:46 UTC  (10+ messages)

[PATCH 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2024-12-16 16:26 UTC  (5+ messages)
` [PATCH 2/5] squashfs: Pass a folio to squashfs_readpage_fragment()
` [PATCH 3/5] squashfs: Convert squashfs_readpage_block() to take a folio
` [PATCH 4/5] squashfs; Convert squashfs_copy_cache() "
` [PATCH 5/5] squashfs: Convert squashfs_fill_page() "

[PATCH] iov_iter: Remove setting of page->index
 2024-12-16 16:12 UTC 

[PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
 2024-12-16 16:06 UTC  (5+ messages)

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-16 16:03 UTC  (9+ messages)

[PATCH] niu: Use page->private instead of page->index
 2024-12-16 15:51 UTC 

[External Mail] [RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
 2024-12-16 15:46 UTC  (4+ messages)
  `  "

[PATCH v2] memcg: allow exiting tasks to write back data to swap
 2024-12-16 15:39 UTC  (4+ messages)

[PATCH v9 mm-unstable 00/18] Add zpdesc memory descriptor for zswap.zpool
 2024-12-16 15:04 UTC  (19+ messages)
` [PATCH v9 mm-unstable 01/18] mm/zsmalloc: add "
` [PATCH v9 mm-unstable 02/18] mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
` [PATCH v9 mm-unstable 03/18] mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
` [PATCH v9 mm-unstable 04/18] mm/zsmalloc: add and use pfn/zpdesc seeking funcs
` [PATCH v9 mm-unstable 05/18] mm/zsmalloc: convert obj_malloc() to use zpdesc
` [PATCH v9 mm-unstable 06/18] mm/zsmalloc: convert create_page_chain() and its users "
` [PATCH v9 mm-unstable 07/18] mm/zsmalloc: convert obj_allocated() and related helpers "
` [PATCH v9 mm-unstable 08/18] mm/zsmalloc: convert init_zspage() "
` [PATCH v9 mm-unstable 09/18] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [PATCH v9 mm-unstable 10/18] mm/zsmalloc: add two helpers for zs_page_migrate() and make it "
` [PATCH v9 mm-unstable 11/18] mm/zsmalloc: convert reset_page to reset_zpdesc
` [PATCH v9 mm-unstable 12/18] mm/zsmalloc: convert __free_zspage() to use zpdesc
` [PATCH v9 mm-unstable 13/18] mm/zsmalloc: convert location_to_obj() to take zpdesc
` [PATCH v9 mm-unstable 14/18] mm/zsmalloc: convert migrate_zspage() to use zpdesc
` [PATCH v9 mm-unstable 15/18] mm/zsmalloc: convert get_zspage() to take zpdesc
` [PATCH v9 mm-unstable 16/18] mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
` [PATCH v9 mm-unstable 17/18] mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
` [PATCH v9 mm-unstable 18/18] mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-12-16 14:47 UTC  (19+ messages)
    ` [PATCH v11 1/8] mm: rust: add abstraction for struct mm_struct
    ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
    ` [PATCH v11 3/8] mm: rust: add vm_insert_page
    ` [PATCH v11 4/8] mm: rust: add lock_vma_under_rcu
    ` [PATCH v11 5/8] mm: rust: add mmput_async support
    ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
    ` [PATCH v11 7/8] rust: miscdevice: add mmap support
    ` [PATCH v11 8/8] task: rust: rework how current is accessed

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

[PATCH v5 0/5] Improve simple directory offset wrap behavior
 2024-12-16 13:51 UTC  (9+ messages)
` [PATCH v5 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v5 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v5 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v5 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v5 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH v3 0/3] sched: Restructure task_mm_cid_work for predictability
 2024-12-16 13:09 UTC  (4+ messages)
` [PATCH v3 1/3] sched: Compact RSEQ concurrency IDs with reduced threads and affinity
` [PATCH v3 2/3] sched: Move task_mm_cid_work to mm delayed work
` [PATCH v3 3/3] rseq/selftests: Add test for mm_cid compaction

[PATCH] mm/page_idle: Constify 'struct bin_attribute'
 2024-12-16 12:20 UTC 

[PATCH V5] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-16 11:54 UTC 

[PATCH V4] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-16 11:53 UTC  (3+ messages)

[PATCH 00/10] netfs, ceph, nfs, cachefiles: Miscellaneous fixes/changes
 2024-12-16 10:13 UTC  (7+ messages)
` [PATCH 06/10] netfs: Remove redundant use of smp_rmb()
` [PATCH 07/10] netfs: Fix missing barriers by using clear_and_wake_up_bit()

[PATCH 00/14] pkeys kselftests improvements
 2024-12-16  9:28 UTC  (4+ messages)
` [PATCH 11/14] selftests/mm: Use sys_pkey helpers consistently
    ` [PATCH] selftests/mm: fix dependency on pkey_util.c

[PATCH v2] mm: hugetlb: independent PMD page table shared count
 2024-12-16  7:11 UTC 

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-16  6:26 UTC  (7+ messages)
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages

[syzbot] [mm?] general protection fault in vsscanf (2)
 2024-12-16  5:52 UTC  (3+ messages)
` [PATCH] mm: huge_memory: Handle strsep not finding delimiter

[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-12-16  5:46 UTC  (2+ messages)

[PATCH -next] mm: usercopy: add a debugfs interface to bypass the vmalloc check
 2024-12-16  4:24 UTC  (11+ messages)

[PATCH next] linux/bits.h: Simplify GENMASK()
 2024-12-16  4:03 UTC  (2+ messages)

[PATCH 3/3] memcg/hugetlb: Remove memcg hugetlb try-commit-cancel protocol
 2024-12-16  3:03 UTC  (2+ messages)

[linux-next:master 3078/3764] mm/z3fold.c:353:3: error: call to undeclared function 'lock_page'; ISO C99 and later do not support implicit function declarations
 2024-12-16  0:40 UTC 

[akpm-mm:mm-unstable 56/239] drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c:35:19: error: unused function 'rcar_cmm_read'
 2024-12-16  0:40 UTC 

[PATCH v1 mm-unstable] mm/migrate: Remove slab checks in isolate_movable_page()
 2024-12-16  0:01 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2024-12-16
 2024-12-15 20:02 UTC 

[PATCH v2 0/3] mm/swap_cgroup: remove global swap cgroup lock
 2024-12-15 15:04 UTC  (5+ messages)
` [PATCH v2 3/3] mm, swap_cgroup: "

[syzbot] [mm?] WARNING: locking bug in __rmqueue_pcplist
 2024-12-15 10:12 UTC  (2+ messages)

[PATCH V3] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-15  7:49 UTC 

[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
 2024-12-15  7:34 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/memcontrol: add a new cgroup file memory.nomlock
` [RFC PATCH 2/2] mm: Add support for nomlock to avoid folios beling mlocked in a memcg

[PATCH V2] mm, compaction: don't use ALLOC_CMA in long term GUP flow
 2024-12-15  5:32 UTC  (3+ messages)

[PATCH v3] mm/readahead: fix large folio support in async readahead
 2024-12-15  3:10 UTC  (2+ messages)

[PATCH 0/4] ARM: towards 32-bit preempt-rt support
 2024-12-14 22:11 UTC  (9+ messages)
` [PATCH 2/4] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH 3/4] ARM: drop CONFIG_HIGHPTE support

[PATCH v4 0/5] Improve simple directory offset wrap behavior
 2024-12-14 19:59 UTC  (7+ messages)
` [PATCH v4 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH] mm/hugetlb: change ENOSPC to ENOMEM in alloc_hugetlb_folio
 2024-12-14  9:18 UTC  (3+ messages)

[PATCH -next] ovl: respect underlying filesystem's get_unmapped_area()
 2024-12-14  7:58 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 4176cf5c5651c33769de83bb61b0287f4ec7719f
 2024-12-14  5:40 UTC 

page:  |  | latest

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