linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-11 08:37:42 to 2025-08-12 04:53:33 UTC [more...]

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-12  4:52 UTC  (13+ messages)
` [PATCH v3 01/11] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v3 02/11] mm/huge_memory: move more common code into insert_pud()
` [PATCH v3 03/11] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v3 04/11] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2] mm/swapfile.c: introduce function alloc_swap_scan_list()
 2025-08-12  4:47 UTC  (4+ messages)

[PATCH] Fix the data type inconsistency issue of min (tier, MAX_CR_TIERS-1) in read_ctrl_pos
 2025-08-12  4:40 UTC  (3+ messages)

[PATCH 6.17 0/3] mm/mremap: allow multi-VMA move for huge folio, find ineligible earlier
 2025-08-12  4:01 UTC  (2+ messages)

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-12  3:58 UTC  (8+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-12  3:52 UTC  (21+ messages)
` [PATCH v3 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v3 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v3 3/5] mm: add persistent huge zero folio
` [PATCH v3 4/5] mm: add largest_zero_folio() routine
` [PATCH v3 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[PATCH v7 0/4] Add support for long task name
 2025-08-12  3:47 UTC  (12+ messages)
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[RFC PATCH v4 01/28] sched: Cache aware load-balancing
 2025-08-12  3:26 UTC  (2+ messages)

[PATCH v2] mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)
 2025-08-12  3:13 UTC  (5+ messages)

[v3 00/11] mm: support device-private THP
 2025-08-12  2:40 UTC  (12+ messages)
` [v3 01/11] mm/zone_device: support large zone device private folios
` [v3 02/11] mm/thp: zone_device awareness in THP handling code
` [v3 03/11] mm/migrate_device: THP migration of zone device pages
` [v3 04/11] mm/memory/fault: add support for zone device THP fault handling
` [v3 05/11] lib/test_hmm: test cases and support for zone device private THP
` [v3 06/11] mm/memremap: add folio_split support
` [v3 07/11] mm/thp: add split during migration support
` [v3 08/11] lib/test_hmm: add test case for split pages
` [v3 09/11] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v3 10/11] gpu/drm/nouveau: add THP migration support
` [v3 11/11] selftests/mm/hmm-tests: new throughput tests including THP

[v3 00/11] mm: support device-private THP
 2025-08-12  2:40 UTC 

[Patch v2] selftests/mm: do check_huge_anon() with a number been passed in
 2025-08-12  2:26 UTC  (4+ messages)

[PATCH v2] mm/memory-failure: fix infinite UCE for VM_PFNMAP'ed page
 2025-08-12  2:01 UTC  (2+ messages)

[PATCH V3] init: Handle bootloader identifier in kernel parameters
 2025-08-12  1:56 UTC  (2+ messages)

[REGRESSION][BISECTED] Unexpected OOM instead of reclaiming inactive file pages
 2025-08-12  0:45 UTC  (4+ messages)

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-11 23:14 UTC  (3+ messages)
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-11 23:11 UTC  (3+ messages)
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags

[PATCH] mm: limit THP alignment – performance gain observed in AI inference workloads
 2025-08-11 22:14 UTC 

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-11 21:31 UTC  (3+ messages)

[PATCH v2 0/3] Better split_huge_page_test result check
 2025-08-11 21:28 UTC  (12+ messages)
` [PATCH v2 2/3] selftests/mm: add check_folio_orders() helper
` [PATCH v2 3/3] selftests/mm: check after-split folio orders in split_huge_page_test

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

[RFC PATCH 0/6] Multi-pass MMU interval notifiers
 2025-08-11 20:46 UTC  (3+ messages)
` [RFC PATCH 6/6] drm/xe: Implement two pass MMU notifiers for SVM

[PATCH RESEND] mm/vmscan: remove redundant folio_test_swapbacked()
 2025-08-11 19:40 UTC  (4+ messages)

[PATCH] mm: remove unnecessary pointer variables
 2025-08-11 19:18 UTC  (3+ messages)

[PATCH 0/2] mm/mincore: minor clean up for swap cache checking
 2025-08-11 19:11 UTC  (4+ messages)
` [PATCH 1/2] mm/mincore, swap: consolidate swap cache checking for mincore
` [PATCH 2/2] mm/mincore: use a helper for checking the swap cache

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-11 18:55 UTC 

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-11 18:02 UTC  (13+ messages)
` [PATCH v2 3/3] "
  ` [PATCH v2 1/3] rust: xarray: use the prelude
  ` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind

[ANNOUNCE/CFP] LPC 2025 Kernel Memory Management Microconference
 2025-08-11 17:54 UTC 

[PATCH 0/2] introduce kasan stonly-mode in hw-tags
 2025-08-11 17:36 UTC  (3+ messages)
` [PATCH 1/2] kasan/hw-tags: introduce store only mode
` [PATCH 2/2] kasan: apply store-only mode in kasan kunit testcases

[PATCH v2 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-11 17:30 UTC  (13+ messages)
` [PATCH v2 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v2 net-next 02/12] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v2 net-next 03/12] tcp: Simplify error path in inet_csk_accept()
` [PATCH v2 net-next 04/12] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v2 net-next 05/12] net: Clean up __sk_mem_raise_allocated()
` [PATCH v2 net-next 06/12] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v2 net-next 07/12] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v2 net-next 08/12] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v2 net-next 09/12] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v2 net-next 10/12] net: Define sk_memcg under CONFIG_MEMCG
` [PATCH v2 net-next 11/12] net-memcg: Store MEMCG_SOCK_ISOLATED in sk->sk_memcg
` [PATCH v2 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

[PATCH] [PATCH] docs: update physical memory documentation by adding N_GENERIC_INITIATOR to enum node_states
 2025-08-11 17:06 UTC  (2+ messages)

[PATCH 2/5] mm/damon/sysfs: Implement a command to only commit scheme dests
 2025-08-11 16:35 UTC  (2+ messages)

[PATCH] mm: swap: check for xa_zero_entry() on vma in swapoff path
 2025-08-11 16:29 UTC  (16+ messages)

[PATCH v10 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-11 15:28 UTC  (5+ messages)
` [PATCH v10 1/3] mm: Add node_to_range lookup facility to numa_memblks

[PATCH HOTFIX 6.17] mm/mremap: avoid expensive folio lookup on mremap folio pte batch
 2025-08-11 15:19 UTC  (6+ messages)

[PATCH v5 0/3] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-11 14:59 UTC  (4+ messages)
` [PATCH v5 1/3] man/man2/mremap.2: explicitly document the simple move operation
` [PATCH v5 2/3] man/man2/mremap.2: describe multiple mapping move
` [PATCH v5 3/3] man/man2/mremap.2: describe previously undocumented shrink behaviour

[PATCH] mm: Fix possible deadlock in console_trylock_spinning
 2025-08-11 14:33 UTC  (3+ messages)

[PATCH v3] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-11 14:00 UTC  (4+ messages)

[Hypervisor Live Update] Notes from July 28, 2025
 2025-08-11 13:51 UTC  (2+ messages)

[PATCH v2 0/2] Take ARCH_KMALLOC_MINALIGN into account for build-time XArray check
 2025-08-11 13:38 UTC  (4+ messages)
  ` [PATCH v2 1/2] rust: alloc: specify the minimum alignment of each allocator
  ` [PATCH v2 2/2] rust: alloc: take the allocator into account for FOREIGN_ALIGN

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-11 12:18 UTC  (16+ messages)
` [PATCH V4 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V4 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-11 10:58 UTC  (22+ messages)
` [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes
` [RFC PATCH v1 6/9] freezer: Set default freeze priority for zombie tasks
` [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-08-11  9:53 UTC  (2+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-11  9:41 UTC  (3+ messages)
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping

[PATCH v4 0/2] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-11  9:37 UTC  (11+ messages)
` [PATCH v4 1/2] man/man2/mremap.2: describe multiple mapping move
` [PATCH v4 2/2] man/man2/mremap.2: describe previously undocumented shrink behaviour

[PATCH] mm/hugetlb: Use max() to simplify hugetlb_vmemmap_optimizable_size()
 2025-08-11  9:14 UTC  (5+ messages)

[RFC PATCH 0/3] mm/mincore: clean up swap cache helper and PTL
 2025-08-11  8:41 UTC  (3+ messages)
` [RFC PATCH 3/3] mm/mincore: avoid touching the PTL


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).