messages from 2026-03-20 03:09:22 to 2026-03-20 14:53:14 UTC [more...]
[PATCH v2] x86/efi: defer freeing of boot services memory
2026-03-20 14:53 UTC (5+ messages)
[PATCH] Docs/mm/damon: document min_nr_regions constraint and rationale
2026-03-20 14:51 UTC (5+ messages)
[PATCH 2/4] mm/damon/sysfs: check contexts->nr before clear_schemes_tried_regions
2026-03-20 14:47 UTC (3+ messages)
[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
2026-03-20 14:42 UTC (9+ messages)
` [PATCH v2 1/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
` [PATCH v2 4/4] mm: align file-backed mmap to max folio order in thp_get_unmapped_area
balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
2026-03-20 14:38 UTC (3+ messages)
[PATCH v2] mm/damon/core: document damos_commit_dests() failure semantics
2026-03-20 14:36 UTC
[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-20 14:33 UTC (16+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
` [PATCH v2 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[RFC] liveupdate: prevent double preservation
2026-03-20 14:27 UTC (5+ messages)
[PATCH] mm/swap: fix swap cache memcg accounting
2026-03-20 14:24 UTC (3+ messages)
[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-20 14:22 UTC
NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
2026-03-20 14:20 UTC (7+ messages)
[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
2026-03-20 14:14 UTC (18+ messages)
` [PATCH v2 4/9] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v2 5/9] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v2 6/9] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v2 7/9] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v2 8/9] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state
[PATCH v3] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-20 14:10 UTC (3+ messages)
Linux 7.0-rc4: v4l2src0:src: page allocation failure - increased memory usage in 7.0?
2026-03-20 14:07 UTC (6+ messages)
[PATCH v6 0/5] pid_namespace: make init creation more flexible
2026-03-20 13:47 UTC (2+ messages)
[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
2026-03-20 13:41 UTC (42+ messages)
` [PATCH 01/41] ext4: Use inode_has_buffers()
` [PATCH 02/41] gfs2: Don't zero i_private_data
` [PATCH 03/41] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/41] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/41] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/41] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 09/41] minix: "
` [PATCH 10/41] bfs: "
` [PATCH 11/41] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 13/41] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 14/41] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 15/41] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 16/41] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 17/41] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 18/41] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 19/41] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data
` [PATCH 25/41] kvm: Use private inode list instead of i_private_list
` [PATCH 26/41] fs: Drop osync_buffers_list()
` [PATCH 27/41] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 28/41] fs: Move metadata bhs tracking to a separate struct
` [PATCH 29/41] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 30/41] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 32/41] ext2: Track metadata bhs in fs-private inode part
` [PATCH 33/41] affs: "
` [PATCH 34/41] bfs: "
` [PATCH 35/41] fat: "
` [PATCH 36/41] udf: "
` [PATCH 37/41] minix: "
` [PATCH 38/41] ext4: "
` [PATCH 39/41] fs: Drop mapping_metadata_bhs from address space
` [PATCH 40/41] fs: Drop i_private_list from address_space
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 13:42 UTC (21+ messages)
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "
[PATCH 0/5] mm: Switch gfp_t to unsigned long
2026-03-20 13:22 UTC (12+ messages)
[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-20 13:20 UTC (9+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
2026-03-20 13:17 UTC (3+ messages)
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim
[syzbot] [mm?] kernel BUG in collapse_scan_file
2026-03-20 13:17 UTC (6+ messages)
[PATCH v3 0/8] dma-buf: heaps: Turn heaps into modules
2026-03-20 13:09 UTC (3+ messages)
[PATCH] MAINTAINERS, mailmap: update email address for Harry Yoo
2026-03-20 12:59 UTC
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-20 12:55 UTC (7+ messages)
` [PATCH v2 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
[PATCH] percpu: Fix hint invariant breakage
2026-03-20 11:52 UTC
[PATCH 0/4] mm/mprotect: micro-optimization work
2026-03-20 11:45 UTC (27+ messages)
` [PATCH 1/4] mm/mprotect: encourage inlining with __always_inline
` [PATCH 2/4] mm/mprotect: move softleaf code out of the main function
` [PATCH 3/4] mm/mprotect: un-inline folio_pte_batch_flags()
` [PATCH 4/4] mm/mprotect: special-case small folios when applying write permissions
[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-20 11:44 UTC (4+ messages)
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-03-20 11:44 UTC (5+ messages)
` [PATCH v5] "
[PATCH v3] mm: migrate: requeue destination folio on deferred split queue
2026-03-20 11:41 UTC (4+ messages)
[PATCH v1 0/3] Modify memfd_luo code
2026-03-20 11:37 UTC (11+ messages)
` [PATCH v1 1/3] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
` [PATCH v1 2/3] mm/memfd_luo: remove unnecessary memset in zero-size memfd path
` [PATCH v1 3/3] mm/memfd_luo: use i_size_write() to set inode size during retrieve
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-03-20 11:26 UTC (6+ messages)
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-20 11:20 UTC (2+ messages)
[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
2026-03-20 11:09 UTC (6+ messages)
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-20 10:34 UTC (2+ messages)
[PATCH 1/2] kho: make sure preservations do not span multiple NUMA nodes
2026-03-20 10:24 UTC (6+ messages)
` [PATCH 2/2] kho: drop restriction on maximum page order
[PATCH v3] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
2026-03-20 10:22 UTC (8+ messages)
[RFC PATCH 0/5] Separate compound page from folio
2026-03-20 10:21 UTC (2+ messages)
[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
2026-03-20 9:59 UTC (7+ messages)
` 答复: "
[PATCH v2] mm/vmalloc: use dedicated unbound workqueue for vmap area draining
2026-03-20 9:51 UTC (7+ messages)
` 答复: [????] "
` 答复: [????] Re: ??: "
` [syzbot ci] "
[PATCH v5 0/3] Fix swapoff race and cleanup in hibernation swap path
2026-03-20 9:49 UTC (6+ messages)
` [PATCH v5 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path
[PATCH v5 0/3] mm/vmalloc: free unused pages on vrealloc() shrink
2026-03-20 9:42 UTC (4+ messages)
` [PATCH v5 1/3] mm/vmalloc: extract vm_area_free_pages() helper from vfree()
[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
2026-03-20 9:34 UTC (4+ messages)
[PATCH v2] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
2026-03-20 9:32 UTC (5+ messages)
` [PATCH v3] "
[PATCH] mm: skip dirty file folios during isolation of legacy LRU
2026-03-20 9:30 UTC (3+ messages)
[PATCH] memory tiering: Do not allow promotion if NUMA_BALANCING_MEMORY_TIERING is disabled
2026-03-20 9:22 UTC
[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
2026-03-20 9:15 UTC (3+ messages)
` [PATCH 2/4] "
[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
2026-03-20 8:53 UTC (3+ messages)
[PATCH v4 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
2026-03-20 7:59 UTC (4+ messages)
` [PATCH v4 1/3] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting swap reference
[PATCH v4] mm/execmem: Make the populate and alloc atomic
2026-03-20 7:57 UTC
[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-03-20 7:53 UTC (5+ messages)
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[RFC PATCH] mm/damon/ops-common: optimize damon_hot_score() using fls()
2026-03-20 7:24 UTC
[PATCH v6 00/13] Remove device private pages from physical address space
2026-03-20 5:52 UTC (8+ messages)
` [PATCH v6 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags to track device private pages
[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
2026-03-20 4:18 UTC (3+ messages)
[syzbot] [mm?] WARNING in create_strip_zones
2026-03-20 4:08 UTC (3+ messages)
` [PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
[PATCH v2] zram: do not slot_free() written-back slots
2026-03-20 3:22 UTC (2+ messages)
[PATCH 0/6] change young flag check functions to return bool
2026-03-20 3:21 UTC (9+ messages)
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check
[PATCH] mm/hugetlb: fix memory offline failure due to hwpoisoned file hugetlb
2026-03-20 3:15 UTC (5+ messages)
[PATCH] mm/damon/core: avoid use of half-online-committed context
2026-03-20 3:15 UTC (2+ messages)
[PATCH] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
2026-03-20 3:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox