[PATCH v2 0/7] mm/hugetlb: Refactor hugetlb allocation resv accounting
2025-01-07 20:40 UTC (8+ messages)
` [PATCH v2 1/7] mm/hugetlb: Fix avoid_reserve to allow taking folio from subpool
` [PATCH v2 2/7] mm/hugetlb: Stop using avoid_reserve flag in fork()
` [PATCH v2 3/7] mm/hugetlb: Rename avoid_reserve to cow_from_owner
` [PATCH v2 4/7] mm/hugetlb: Clean up map/global resv accounting when allocate
` [PATCH v2 5/7] mm/hugetlb: Simplify vma_has_reserves()
` [PATCH v2 6/7] mm/hugetlb: Drop vma_has_reserves()
` [PATCH v2 7/7] mm/hugetlb: Unify restore reserve accounting for new allocations
[PATCH 00/10] mm/damon: extend DAMOS filters for inclusion
2025-01-07 20:17 UTC (11+ messages)
` [PATCH 01/10] mm/damon: fixup damos_filter kernel-doc
` [PATCH 02/10] mm/damon/core: add damos_filter->pass field
` [PATCH 03/10] mm/damon/core: support damos_filter->pass
` [PATCH 04/10] mm/damon/paddr: "
` [PATCH 05/10] mm/damon: add pass argument to damos_new_filter()
` [PATCH 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->pass
` [PATCH 07/10] Docs/mm/damon/design: document pass/block filters behaviors
` [PATCH 08/10] Docs/ABI/damon: document DAMOS filter pass sysfs file
` [PATCH 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc
` [PATCH 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'pass' sysfs file
[PATCH RESEND 1/2] Revert "mm: zswap: fix race between [de]compression and CPU hotunplug"
2025-01-07 20:16 UTC (5+ messages)
` [PATCH RESEND 2/2] mm: zswap: use SRCU to synchronize with CPU hotunplug
WARNING: CPU: 1 PID: 23 at kernel/workqueue.c:4317 enable_work (kernel/workqueue.c:4317 (discriminator 1) kernel/workqueue.c:4488 (discriminator 1))
2025-01-07 19:41 UTC (3+ messages)
[PATCH v7 00/17] move per-vma lock into vm_area_struct
2025-01-07 19:38 UTC (23+ messages)
` [PATCH v7 04/17] mm: modify vma_iter_store{_gfp} to indicate if it's storing a new vma
` [PATCH v7 05/17] mm: mark vmas detached upon exit
` [PATCH v7 06/17] mm/nommu: fix the last places where vma is not locked before being attached
` [PATCH v7 08/17] mm: allow vma_start_read_locked/vma_start_read_locked_nested to fail
` [PATCH v7 09/17] mm: move mmap_init_lock() out of the header file
` [PATCH v7 10/17] mm: uninline the main body of vma_start_write()
` [PATCH v7 12/17] mm: replace vm_lock and detached flag with a reference count
[PATCH v2] rust: generalize userSliceReader to support any Vec
2025-01-07 19:25 UTC
[PATCH v4] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
2025-01-07 19:22 UTC (2+ messages)
ERROR: modpost: "_restfpr_20" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
2025-01-07 19:15 UTC
[PATCH 1/1] fixup for mm/debug: print vm_refcnt state when dumping the vma
2025-01-07 18:57 UTC (3+ messages)
[PATCH v1 0/2] Cleanup for memfd_create()
2025-01-07 18:52 UTC (3+ messages)
[PATCH v2 0/2] Cleanup for memfd_create()
2025-01-07 18:48 UTC (3+ messages)
` [PATCH v2 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v2 2/2] mm/memfd: Use strncpy_from_user() to read memfd name
[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
2025-01-07 18:07 UTC (14+ messages)
include/linux/minmax.h:93:37: warning: conversion from 'long long unsigned int' to 'resource_size_t' {aka 'unsigned int'} changes value from '68719476735' to '4294967295'
2025-01-07 18:02 UTC
[PATCH] mm/page_alloc: add cond_resched in __drain_all_pages()
2025-01-07 17:39 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Non-lru page migration in a memdesc world
2025-01-07 17:27 UTC (5+ messages)
[PATCH mm-unstable v4 0/7] mm/mglru: performance optimizations
2025-01-07 17:14 UTC (3+ messages)
` [PATCH mm-unstable v4 3/7] mm/mglru: rework aging feedback
[PATCH] mm/memfd: reserve hugetlb folios before allocation
2025-01-07 17:12 UTC (3+ messages)
[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix memory loads ordering
2025-01-07 17:02 UTC (5+ messages)
[PATCH 05/14] selftests/mm: Build with -O2
2025-01-07 17:01 UTC (2+ messages)
` [PATCH] selftests/mm: silence unused-result warnings
Swap Min Odrer
2025-01-07 16:41 UTC (4+ messages)
[PATCH v3 0/6] elf: Define note name macros
2025-01-07 16:18 UTC (10+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] binfmt_elf: Use "
` [PATCH v3 3/6] powwerpc: "
` [PATCH v3 4/6] crash: "
` [PATCH v3 5/6] s390/crash: "
` [PATCH v3 6/6] crash: Remove KEXEC_CORE_NOTE_NAME
ROX allocations broke livepatch for modules since 6.13-rc1
2025-01-07 15:34 UTC (2+ messages)
` [PATCH] module: Fix writing of livepatch relocations in ROX text
[PATCH 0/3] selftests/mm: virtual_address_range: Two bugfixes and a cleanup
2025-01-07 15:14 UTC (4+ messages)
` [PATCH 1/3] selftests/mm: virtual_address_range: Fix error when CommitLimit < 1GiB
` [PATCH 2/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings
` [PATCH 3/3] selftests/mm: virtual_address_range: Dump to /dev/null
[PATCH v2 0/7] kernel/cgroups: Add "dmem" memory accounting cgroup
2025-01-07 15:13 UTC (11+ messages)
[PATCH] tools/mm: Introduce a tool to handle entries in allocinfo
2025-01-07 15:11 UTC (3+ messages)
[PATCH v7] mm/memblock: Add memblock_alloc_or_panic interface
2025-01-07 15:02 UTC (2+ messages)
[syzbot] [fs?] [mm?] KCSAN: data-race in __xa_clear_mark / file_write_and_wait_range (2)
2025-01-07 14:55 UTC
[PATCH 1/1] lib/list_debug.c: add object information in case of invalid object
2025-01-07 14:53 UTC (2+ messages)
[PATCH v1] selftests/mm: static process_madvise() wrapper for guard-pages
2025-01-07 14:51 UTC (3+ messages)
[PATCH v1 0/2] mm: Clear uffd-wp PTE/PMD state on mremap()
2025-01-07 14:47 UTC (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] selftests/mm: Introduce uffd-wp-mremap regression test
[PATCH v1] selftests/mm: Set allocated memory to non-zero content in cow test
2025-01-07 14:44 UTC (2+ messages)
[PATCH net-next v6 0/8] fix two bugs related to page_pool
2025-01-07 14:26 UTC (4+ messages)
[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-07 14:22 UTC (26+ messages)
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 10/15] riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()
[LSF/MM/BPF TOPIC] Proposal of a research paper presentation: Developers rationale analysis from the OOM-Killer of the MM module
2025-01-07 14:20 UTC (3+ messages)
` [Lsf-pc] "
kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
2025-01-07 14:10 UTC
[PATCH 1/1] mm: remove extra check for VMA_LOCK_OFFSET when read-locking a vma
2025-01-07 12:28 UTC (2+ messages)
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-01-07 12:11 UTC (3+ messages)
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 11:36 UTC (27+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-07 11:29 UTC (6+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
[PATCH v2] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
2025-01-07 11:00 UTC (7+ messages)
` [PATCH] Simple fix
[PATCH] drivers/base/memory: simplify outputting of valid_zones_show()
2025-01-07 10:52 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/2] s390: Remove uses of page->index
2025-01-07 10:23 UTC (3+ messages)
[syzbot] [mm?] WARNING in vma_merge_existing_range
2025-01-07 10:15 UTC (5+ messages)
[PATCH 0/1] mm/fake-numa: allow later numa node hotplug
2025-01-07 10:08 UTC (2+ messages)
[RFC PATCH 0/2] memcg: add nomlock to avoid folios beling mlocked in a memcg
2025-01-07 10:04 UTC (13+ messages)
[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-01-07 9:23 UTC (6+ messages)
` [PATCH v18 02/19] EDAC: Add scrub control feature
[PATCH v1] mm: fix div by zero in bdi_ratio_from_pages
2025-01-07 9:20 UTC (2+ messages)
[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
2025-01-07 9:17 UTC
[PATCH v2 0/6] Account page tables at all levels
2025-01-07 9:15 UTC (3+ messages)
[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
2025-01-07 8:32 UTC (9+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process
[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
2025-01-07 8:17 UTC (4+ messages)
` [PATCH v18 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v18 3/3] ACPI: APEI: handle synchronous exceptions in task work
[RFC PATCH 00/12] khugepaged: Asynchronous mTHP collapse
2025-01-07 8:12 UTC (7+ messages)
` [RFC PATCH 07/12] khugepaged: Scan PTEs order-wise
` [RFC PATCH 09/12] khugepaged: Introduce vma_collapse_anon_folio()
[PATCH] zram: fix potential UAF of zram table
2025-01-07 7:38 UTC (2+ messages)
[PATCH v3] arm64: mm: Populate vmemmap at the page level for hotplugged sections
2025-01-07 7:38 UTC (3+ messages)
[PATCH v2 0/6] mm/arm64: re-enable HVO
2025-01-07 6:07 UTC (5+ messages)
[PATCH] mm: avoid implicit type conversion
2025-01-07 5:48 UTC (3+ messages)
[RFC PATCH RESEND v2 0/2] Add file seal to prevent future exec mappings
2025-01-07 5:21 UTC (6+ messages)
` [RFC PATCH RESEND v2 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd
[PATCH] mm: remove an avoidable load of page refcount in page_ref_add_unless
2025-01-07 4:41 UTC (9+ messages)
[PATCH v3 00/12] AMD broadcast TLB invalidation
2025-01-07 3:25 UTC (3+ messages)
[PATCH v5 00/12] zswap IAA compress batching
2025-01-07 3:10 UTC (11+ messages)
` [PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching
[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
2025-01-07 2:06 UTC (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str
[PATCH 0/3] mm: batched unmap lazyfree large folios during reclamation
2025-01-07 1:33 UTC (7+ messages)
` [PATCH 1/3] mm: set folio swapbacked iff folios are dirty in try_to_unmap_one
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