[PATCH 0/8] Misc folio patches for 6.16
2025-04-04 21:00 UTC (17+ messages)
` [PATCH 1/8] filemap: Remove readahead_page()
` [PATCH 2/8] mm: Remove offset_in_thp()
` [PATCH 3/8] iov_iter: Convert iter_xarray_populate_pages() to use folios
` [PATCH 4/8] iov_iter: Convert iov_iter_extract_xarray_pages() "
` [PATCH 5/8] filemap: Remove find_subpage()
` [PATCH 6/8] filemap: Convert __readahead_batch() to use a folio
` [PATCH 7/8] filemap: Remove readahead_page_batch()
` [PATCH 8/8] mm: Delete thp_nr_pages()
[PATCH v6 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
2025-04-04 20:45 UTC (9+ messages)
` [PATCH v6 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
` [PATCH v6 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
` [PATCH v6 3/3] mm/mempolicy: Support memory hotplug in weighted interleave
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-04 20:28 UTC (6+ messages)
` [PATCH v4 3/5] cgroup: change rstat function signatures from cgroup-based to css-based
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
[PATCH v7 0/3] fuse: remove temp page copies in writeback
2025-04-04 20:13 UTC (7+ messages)
` [PATCH v7 1/3] mm: add AS_WRITEBACK_INDETERMINATE mapping flag
` [PATCH v7 2/3] mm: skip reclaiming folios in legacy memcg writeback indeterminate contexts
` [PATCH v7 3/3] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v7 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-04-04 20:10 UTC (8+ messages)
` [PATCH v7 4/7] KVM: guest_memfd: Folio sharing states and functions that manage their transition
[PATCH v2] mm: add zblock allocator
2025-04-04 20:03 UTC (2+ messages)
[PATCH v3] docs: update THP admin guide about non-tmpfs filesystem support
2025-04-04 20:01 UTC (10+ messages)
[PATCH v2 1/2] memcg: Don't generate low/min events if either low/min or elow/emin is 0
2025-04-04 19:38 UTC (8+ messages)
[PATCH v3 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2025-04-04 18:08 UTC (22+ messages)
` [PATCH v3 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v3 02/14] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v3 03/14] x86: Add arch specific kasan functions
` [PATCH v3 04/14] kasan: arm64: x86: Make special tags arch specific
` [PATCH v3 05/14] x86: Reset tag for virtual to physical address conversions
` [PATCH v3 06/14] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v3 07/14] x86: KASAN raw shadow memory PTE init
` [PATCH v3 08/14] x86: LAM initialization
` [PATCH v3 09/14] x86: Minimal SLAB alignment
` [PATCH v3 10/14] x86: Update the KASAN non-canonical hook
` [PATCH v3 11/14] x86: Handle int3 for inline KASAN reports
` [PATCH v3 12/14] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v3 13/14] mm: Unpoison pcpu chunks with base address tag
` [PATCH v3 14/14] x86: Make software tag-based kasan available
[PATCH] memcg: vmalloc: simplify MEMCG_VMALLOC updates
2025-04-04 17:44 UTC (5+ messages)
[PATCH] docs: Remove literal markup from Documentation/ paths
2025-04-04 17:43 UTC (4+ messages)
[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
2025-04-04 17:31 UTC (18+ messages)
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
[PATCH v2 0/3] Dynamically allocate memory to store task's full name
2025-04-04 17:24 UTC (14+ messages)
` [PATCH v2 1/3] exec: "
` [PATCH v2 3/3] kthread: Use 'task_struct->full_name' to store kthread's "
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-04-04 17:12 UTC (11+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 2/6] mm: provide can_userfault vma operation
` [PATCH v3 3/6] mm: userfaultfd: use "
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v3 5/6] mm: userfaultfd: add UFFD_FEATURE_MINOR_GUEST_MEMFD
` [PATCH v3 6/6] KVM: selftests: test userfaultfd minor for guest_memfd
Does GUP page unpinning have to be done in the pinning context?
2025-04-04 16:59 UTC (3+ messages)
[RFC PATCH v2] mm: use per-numa-node atomics instead of percpu_counters
2025-04-04 16:51 UTC (7+ messages)
[PATCH] selftests/mm: Generate a temporary mountpoint for cgroup filesystem
2025-04-04 16:42 UTC
[PATCH net-next v7 0/2] Fix late DMA unmap crash for page pool
2025-04-04 16:14 UTC (5+ messages)
` [PATCH net-next v7 1/2] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v7 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[RFC PATCH v2 1/7] mm: Introduce for_each_valid_pfn() and use it from reserve_bootmem_region()
2025-04-04 15:59 UTC (7+ messages)
` [RFC PATCH v2 2/7] mm: Implement for_each_valid_pfn() for CONFIG_FLATMEM
` [RFC PATCH v2 3/7] mm: Implement for_each_valid_pfn() for CONFIG_SPARSEMEM
` [RFC PATCH v2 4/7] mm: Optimise SPARSEMEM implementation of for_each_valid_pfn()
` [RFC PATCH v2 5/7] mm, PM: Use for_each_valid_pfn() in kernel/power/snapshot.c
` [RFC PATCH v2 6/7] mm, x86: Use for_each_valid_pfn() from __ioremap_check_ram()
` [RFC PATCH v2 7/7] mm: use for_each_valid_pfn() in memory_hotplug
[PATCH 0/3] mm: move migration work around to buffer-heads
2025-04-04 15:55 UTC (5+ messages)
` [PATCH 2/3] fs/buffer: avoid races with folio migrations on __find_get_block_slow()
[PATCH 0/2] minimize swapping on zswap store failure
2025-04-04 15:39 UTC (3+ messages)
[PATCH] proc: Avoid costly high-order page allocations when reading proc files
2025-04-04 15:33 UTC (10+ messages)
` [PATCH] mm: kvmalloc: make kmalloc fast path real fast path
[PATCH 0/2] minimize swapping on zswap store failure
2025-04-04 15:29 UTC (3+ messages)
[PATCH v1] x86/mm/pat: (un)track_pfn_copy() fix + improvements
2025-04-04 14:19 UTC (2+ messages)
[PATCH] mm: vmscan: apply proportional reclaim pressure for memcg when MGLRU is enabled
2025-04-04 14:11 UTC
slub - extended kmalloc redzone and dma alignment
2025-04-04 13:53 UTC (5+ messages)
Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
2025-04-04 13:50 UTC (6+ messages)
[PATCH v2 0/9] Remove aops->writepage
2025-04-04 13:42 UTC (6+ messages)
` [PATCH v2 6/9] i915: Use writeback_iter()
[PATCH v2] mm/vmscan: batch TLB flush during memory reclaim
2025-04-04 13:37 UTC (4+ messages)
[PATCH v2] mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
2025-04-04 13:18 UTC (3+ messages)
[PATCH 0/2] Implement numa node notifier
2025-04-04 13:14 UTC (13+ messages)
` [PATCH 1/2] mm,memory_hotplug: "
[PATCH 0/6 v2] mm: LRU drain flush on nohz_full
2025-04-04 13:14 UTC (4+ messages)
` [PATCH 6/6 v2] mm: Drain LRUs upon resume to userspace on nohz_full CPUs
[PATCH 0/3] fix incorrectly disallowed anonymous VMA merges
2025-04-04 13:04 UTC (4+ messages)
` [PATCH 1/3] mm/vma: "
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-04-04 13:03 UTC (7+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
[PATCH v2 0/2] update thp admin doc
2025-04-04 12:55 UTC (5+ messages)
` [PATCH v2 1/2] docs: update THP admin guide about non-tmpfs filesystem support
` [PATCH v2 2/2] docs: clarify THP admin guide about (File|Shmem)PmdMapped and ShmemHugePage
(no subject)
2025-04-04 12:27 UTC (6+ messages)
` [PATCH v3] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
2025-04-04 11:20 UTC (3+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [RESEND PATCH v18 2/2] ACPI: APEI: handle synchronous exceptions in task work
[PATCH v4 0/2] mm/compaction: allow more aggressive proactive compaction
2025-04-04 11:11 UTC (3+ messages)
` [PATCH v4 1/2] mm/compaction: remove low watermark cap for "
` [PATCH v4 2/2] mm/compaction: reduce the difference between low and high watermarks
[LSF/MM/BPF TOPIC v2] Unifying sources of page temperature information - what info is actually wanted?
2025-04-04 10:39 UTC (2+ messages)
[RFC PATCH 0/6] Deep talk about folio vmap
2025-04-04 10:07 UTC (4+ messages)
` CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP is broken, was "
[PATCH net-next v6 0/2] Fix late DMA unmap crash for page pool
2025-04-04 9:53 UTC (4+ messages)
` [PATCH net-next v6 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
2025-04-04 8:47 UTC (9+ messages)
[RFC PATCH v3 00/15] pkeys-based page table hardening
2025-04-04 7:57 UTC (7+ messages)
[PATCH v7 7/7] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as shared
2025-04-04 7:39 UTC (3+ messages)
[PATCH v2 0/2] drm/panic: Add support to scanout buffer as array of pages
2025-04-04 7:33 UTC (3+ messages)
` [PATCH v2 1/2] mm/kmap: Add kmap_local_page_try_from_panic()
[PATCH v7 3/7] KVM: guest_memfd: Track folio sharing within a struct kvm_gmem_private
2025-04-04 6:43 UTC (6+ messages)
[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-04-04 6:29 UTC (2+ messages)
Proper way to copy de-compressed data into a bio, in folio style?
2025-04-04 6:16 UTC (3+ messages)
[PATCH v3 00/11] Perf improvements for hugetlb and vmalloc on arm64
2025-04-04 6:02 UTC (11+ messages)
` [PATCH v3 01/11] arm64: hugetlb: Cleanup huge_pte size discovery mechanisms
` [PATCH v3 02/11] arm64: hugetlb: Refine tlb maintenance scope
` [PATCH v3 06/11] arm64/mm: Hoist barriers out of set_ptes_anysz() loop
` [PATCH v3 10/11] mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes
` [PATCH v3 11/11] arm64/mm: Batch barriers when updating kernel mappings
Large folios and filemap_get_folios_contig()
2025-04-04 4:15 UTC (5+ messages)
[RFC] slab: introduce auto_kfree macro
2025-04-04 3:05 UTC (2+ messages)
[PATCH v2 00/20] Add support for shared PTEs across processes
2025-04-04 2:19 UTC (15+ messages)
` [PATCH v2 03/20] mm/mshare: make msharefs writable and support directories
` [PATCH v2 05/20] mm/mshare: add ways to set the size of an mshare region
` [PATCH v2 09/20] sched/numa: do not scan msharefs vmas
` [PATCH v2 10/20] mm: add mmap_read_lock_killable_nested()
` [PATCH v2 11/20] mm: add and use unmap_page_range vm_ops hook
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support
` [PATCH v2 13/20] x86/mm: enable page table sharing
` [PATCH v2 14/20] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH v2 15/20] mm: pass the mm in vma_munmap_struct
` [PATCH v2 16/20] mm/mshare: Add an ioctl for mapping objects in an mshare region
` [PATCH v2 17/20] mm/mshare: Add an ioctl for unmapping "
` [PATCH v2 18/20] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH v2 19/20] mm/mshare: get memcg from current->mm instead of mshare mm
` [PATCH v2 20/20] mm/mshare: associate a mem cgroup with an mshare file
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