linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 07:01:30 to 2025-08-27 22:10:05 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-27 22:01 UTC  (28+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "

[PATCH v1 0/2] mm/show_mem: Bug fix for print mem alloc info
 2025-08-27 22:06 UTC  (5+ messages)
` [PATCH v1 1/2] mm/show_mem: No print when not mem_alloc_profiling_enabled()
` [PATCH v1 2/2] mm/show_mem: Add trylock while printing alloc info

[syzbot] [mm?] [usb?] WARNING in __alloc_skb (4)
 2025-08-27 21:55 UTC 

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-27 21:50 UTC  (18+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment

[PATCH] mm: add `const` to lots of pointer parameters
 2025-08-27 21:48 UTC  (2+ messages)

6.16-pre-rc1: BUG: Bad page state in process swapper on parisc
 2025-08-27 21:31 UTC  (2+ messages)

[PATCH v4] memcg: Don't wait writeback completion when release memcg
 2025-08-27 21:25 UTC  (2+ messages)

[PATCH v5] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-27 21:16 UTC  (5+ messages)

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-08-27 21:15 UTC  (6+ messages)

[PATCH v3] memcg: Don't wait writeback completion when release memcg
 2025-08-27 20:49 UTC  (3+ messages)
  ` [External] "

[PATCH 1/2] huge_mm.h: is_huge_zero_folio(NULL) should return false
 2025-08-27 20:44 UTC  (18+ messages)
` [PATCH 2/2] mm/swap: add BUG_ON(folio==NULL) to folios_put_refs()
              ` [PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-27 20:43 UTC  (13+ messages)
` [PATCH v4 2/2] "

[v3 00/11] mm: support device-private THP
 2025-08-27 20:29 UTC  (7+ messages)
` [v3 02/11] mm/thp: zone_device awareness in THP handling code
` [v3 07/11] mm/thp: add split during migration support

[PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
 2025-08-27 20:15 UTC  (2+ messages)
` [PATCH v10 05/11] unwind_user/sframe: Detect .sframe sections in executables

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-27 20:06 UTC  (20+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[PATCH] mm: fix lockdep issues in writeback handling
 2025-08-27 19:57 UTC  (3+ messages)

[PATCH 0/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
 2025-08-27 18:43 UTC  (10+ messages)
` [PATCH 1/3] tools: testing: Allow importing arch headers in shared.mk
` [PATCH 2/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
` [PATCH 3/3] tools: testing: Support EXTRA_CFLAGS in shared.mk

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-27 18:34 UTC  (4+ messages)

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-08-27 18:29 UTC  (6+ messages)
` [PATCH v2 6/7] arm64: Stop calling page_address() in free_pages()
` [PATCH v2 7/7] virtio_balloon: "

[PATCH v1 00/14] mm: BPF OOM
 2025-08-27 18:28 UTC  (9+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH v5 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-08-27 18:10 UTC  (3+ messages)
` [PATCH v5 1/5] mm: introduce num_pages_contiguous()

[PATCH 1/2] mm/ksm: Reset KSM counters in mm_struct during fork
 2025-08-27 18:09 UTC  (9+ messages)
` [PATCH 2/2] selftests/mm: add fork inheritance test for ksm_merging_pages counter

[PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
 2025-08-27 18:07 UTC  (3+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-27 17:52 UTC  (8+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH kvm-next V11 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH kvm-next V11 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-27 17:47 UTC  (2+ messages)

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-08-27 17:44 UTC  (14+ messages)
` [PATCH 1/9] mm, swap: use unified helper for swap cache look up
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
` [PATCH 4/9] mm, swap: tidy up swap device and cluster info helpers

[PATCH 0/2] mm/damon: void divide-by-zero in DAMON module's parameters application
 2025-08-27 17:28 UTC  (4+ messages)
` [PATCH 1/2] mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()
` [PATCH 2/2] mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()

[PATCH v2 1/7] mm/page_alloc: Add kernel-docs for free_pages()
 2025-08-27 17:18 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3c642997252eef4449cb6b6e02af3dc22515d817
 2025-08-27 17:10 UTC 

[PATCH 0/3] use vm_flags_t consistently
 2025-08-27 16:59 UTC  (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH v2] memcg: Don't wait writeback completion when release memcg
 2025-08-27 16:47 UTC  (3+ messages)
  ` [External] "

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-27 16:46 UTC  (8+ messages)

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-27 16:09 UTC  (5+ messages)

[PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order
 2025-08-27 15:57 UTC  (3+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-27 15:34 UTC  (15+ messages)
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH] mm/page_alloc: Harmonize should_compact_retry() type
 2025-08-27 15:30 UTC  (3+ messages)

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-27 14:47 UTC  (3+ messages)
` [PATCH 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
` [PATCH 2/2] selftests: Replace relative includes with non-relative "

[Patch v2 0/2] mm/pageblock: improve readability of some pageblock handling
 2025-08-27 14:43 UTC  (12+ messages)
` [Patch v2 1/2] mm/page_alloc: use xxx_pageblock_isolate() for better reading
` [Patch v2 2/2] mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_end
` [syzbot ci] Re: mm/pageblock: improve readability of some pageblock handling

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-27 13:57 UTC  (4+ messages)
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-27 13:23 UTC  (2+ messages)

Re: [PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
 2025-08-27 12:37 UTC  (2+ messages)
`  "

[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
 2025-08-27 12:14 UTC  (4+ messages)
` [PATCH v5 1/2] mm/oom_kill: "

Re: [PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
 2025-08-27 11:51 UTC  (2+ messages)
`  "

[PATCH 0/2] Fix va_high_addr_switch.sh test failure
 2025-08-27 11:41 UTC  (4+ messages)
` [PATCH 1/2] selftests/mm: fix hugepages cleanup too early
  ` [PATCH 2/2] selftests/mm: fix va_high_addr_switch.sh failure on x86_64

[RFC PATCH] mm/slab: save memory by allocating slabobj_ext array from leftover
 2025-08-27 11:40 UTC  (7+ messages)

[RFC V2 PATCH 0/5] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-08-27 11:37 UTC  (6+ messages)
` [RFC V2 PATCH 1/5] mm/slab: ensure all metadata in slab object is word-aligned
` [RFC V2 PATCH 2/5] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC V2 PATCH 3/5] mm/slab: use stride to access slabobj_ext
` [RFC V2 PATCH 4/5] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC V2 PATCH 5/5] mm/slab: place slabobj_ext metadata in unused space within s->size

[Patch v3 0/2] mm/pageblock: improve readability of some pageblock handling
 2025-08-27 11:30 UTC  (4+ messages)
` [Patch v3 1/2] mm/page_alloc: use xxx_pageblock_isolate() for better reading
` [Patch v3 2/2] mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_end

[PATCH V1 1/2] docs/mm: explain when and why rmap locks need to be taken during mremap()
 2025-08-27 11:16 UTC  (11+ messages)
` [PATCH V1 2/2] mm: document when rmap locks can be skipped when setting need_rmap_locks

[PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
 2025-08-27  9:55 UTC  (2+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (5+ messages)
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage

[PATCH] mm: make folio page count functions return unsigned
 2025-08-27  9:14 UTC  (7+ messages)

[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-27  8:44 UTC  (8+ messages)
      `  "

[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
 2025-08-27  8:34 UTC  (4+ messages)

[PATCH v6 00/10] SLUB percpu sheaves
 2025-08-27  8:26 UTC  (11+ messages)
` [PATCH v6 01/10] slab: simplify init_kmem_cache_nodes() error handling
` [PATCH v6 02/10] slab: add opt-in caching layer of percpu sheaves
` [PATCH v6 03/10] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v6 04/10] slab: sheaf prefilling for guaranteed allocations
` [PATCH v6 05/10] slab: determine barn status racily outside of lock
` [PATCH v6 06/10] slab: skip percpu sheaves for remote object freeing
` [PATCH v6 07/10] slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v6 08/10] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v6 09/10] tools/testing: Add testing support for slab caches with sheaves
` [PATCH v6 10/10] maple_tree: use percpu sheaves for maple_node_cache

[PATCH] mm/memory-failure: Do not call action_result() on already poisoned pages
 2025-08-27  8:06 UTC  (12+ messages)

[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
 2025-08-27  8:04 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).