linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-10 14:16 UTC 

[RFC 00/11] khugepaged: mTHP support
 2025-01-10 13:36 UTC  (19+ messages)
` [RFC 01/11] introduce khugepaged_collapse_single_pmd to collapse a single pmd
` [RFC 03/11] khugepaged: Don't allocate khugepaged mm_slot early
` [RFC 06/11] khugepaged: generalize alloc_charge_folio for mTHP support
` [RFC 07/11] khugepaged: generalize __collapse_huge_page_* "
` [RFC 08/11] khugepaged: introduce khugepaged_scan_bitmap "
` [RFC 09/11] khugepaged: add "

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-10 13:34 UTC  (11+ messages)
` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
  ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access

[PATCH v7 00/17] move per-vma lock into vm_area_struct
 2025-01-10 13:32 UTC  (5+ messages)
` [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-10 13:06 UTC  (2+ messages)
` [PATCH net-next v7 3/8] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v2 0/3] selftests/mm: virtual_address_range: Reduce memory usage and avoid VVAR access
 2025-01-10 13:05 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/mm: virtual_address_range: mmap() without PROT_WRITE
` [PATCH v2 2/3] selftests/mm: virtual_address_range: Unmap chunks after validation
` [PATCH v2 3/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings

[PATCH 1/2] mm/vmscan: Accumulate nr_demoted for accurate demotion statistics
 2025-01-10 12:49 UTC  (3+ messages)
` [PATCH 2/2] mm/vmscan: Fix pgdemote_* accounting with lru_gen_enabled

[PATCH v3 0/2] Cleanup for memfd_create()
 2025-01-10 12:48 UTC  (6+ messages)
` [PATCH v3 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v3 2/2] mm/memfd: Use strncpy_from_user() to read memfd name

[PATCH] kcov: add unique cover, edge, and cmp modes
 2025-01-10 12:16 UTC  (3+ messages)

[syzbot] [mm?] upstream test error: WARNING in enable_work
 2025-01-10 12:06 UTC  (2+ messages)

[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
 2025-01-10 11:51 UTC  (2+ messages)

[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings
 2025-01-10 11:37 UTC  (3+ messages)
` [RFC PATCH v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC

[PATCH v3 00/13] mm, swap: rework of swap allocator locks
 2025-01-10 11:23 UTC  (5+ messages)
` [PATCH v3 09/13] mm, swap: reduce contention on device lock

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-10 11:01 UTC  (12+ messages)
` [PATCH v18 04/19] EDAC: Add memory repair control feature

[LSF/MM/BPF TOPIC] Large folio (z)swapin
 2025-01-10 10:47 UTC  (9+ messages)

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-10 10:36 UTC  (3+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation

[PATCH 1/3] mm/memblock: Modify the default failure behavior of memblock_alloc to panic
 2025-01-10 10:17 UTC  (5+ messages)

[PATCH v8] mm/memblock: Add memblock_alloc_or_panic interface
 2025-01-10 10:15 UTC  (3+ messages)

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2025-01-10  9:57 UTC  (2+ messages)

[PATCH v5] ksm: add ksm involvement information for each process
 2025-01-10  9:40 UTC 

[syzbot] [mm?] bpf test error: WARNING in enable_work
 2025-01-10  9:40 UTC 

[PATCH] mm/hugetlb: Fix hugepage allocation for interleaved memory nodes
 2025-01-10  9:37 UTC  (4+ messages)

[syzbot] [mm?] linux-next test error: WARNING in enable_work
 2025-01-10  8:23 UTC 

[PATCH] mm/hugetlb: prevent reuse of isolated free hugepages
 2025-01-10  8:14 UTC  (2+ messages)

[PATCH] arch/s390: save_area_alloc default failure behavior changed to panic
 2025-01-10  7:45 UTC  (8+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  7:05 UTC  (28+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 02/26] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v6 03/26] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v6 04/26] fs/dax: Refactor wait for dax idle page
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"

[bug report] mm: allow compound zone device pages
 2025-01-10  7:04 UTC 

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:56 UTC  (7+ messages)
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts

[PATCH] mm/memfd: reserve hugetlb folios before allocation
 2025-01-10  6:17 UTC  (5+ messages)

[PATCH v9 mm-unstable 00/18] Add zpdesc memory descriptor for zswap.zpool
 2025-01-10  6:08 UTC  (4+ messages)
` [PATCH v9 mm-unstable 11/18] mm/zsmalloc: convert reset_page to reset_zpdesc

[PATCH v3 00/12] AMD broadcast TLB invalidation
 2025-01-10  6:07 UTC  (7+ messages)
` [PATCH 06/12] x86/mm: use INVLPGB for kernel TLB flushes

[PATCH] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
 2025-01-10  4:31 UTC  (7+ messages)

[PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register
 2025-01-10  3:34 UTC  (5+ messages)
` [PATCH v4 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification

[PATCH] mm/vmscan: extract calculated pressure balance as a function
 2025-01-10  3:17 UTC 

[PATCH v4] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-01-10  3:13 UTC  (7+ messages)

[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
 2025-01-10  0:48 UTC  (2+ messages)

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-01-10  0:28 UTC  (12+ messages)

[PATCH v8 00/16] move per-vma lock into vm_area_struct
 2025-01-10  0:16 UTC  (15+ messages)
` [PATCH v8 04/16] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v8 10/16] refcount: introduce __refcount_{add|inc}_not_zero_limited
` [PATCH v8 11/16] mm: replace vm_lock and detached flag with a reference count

[PATCH 00/16] selftest/mm: Remove warnings found by adding compiler flags
 2025-01-10  0:12 UTC  (21+ messages)
` [PATCH 01/16] selftests/mm: remove argc and argv unused parameters
` [PATCH 02/16] selftests/mm: Fix unused parameter warnings
` [PATCH 03/16] "
` [PATCH 04/16] selftests/mm: Fix type mismatch warnings
` [PATCH 05/16] selftests/mm: kselftest_harness: Fix warnings
` [PATCH 06/16] selftests/mm: cow: remove unused variables and fix type mismatch errors
` [PATCH 07/16] selftests/mm: hmm-tests: Remove always false expressions
` [PATCH 08/16] selftests/mm: guard-pages: Fix type mismatch warnings
` [PATCH 09/16] selftests/mm: hugetlb-madvise: fix type mismatch issues
` [PATCH 10/16] selftests/mm: hugepage-vmemmap: fix type mismatch warnings
` [PATCH 11/16] selftests/mm: hugetlb-read-hwpoison: Fix "
` [PATCH 12/16] selftests/mm: khugepaged: "
` [PATCH 13/16] selftests/mm: protection_keys: Fix variables types "
` [PATCH 14/16] selftests/mm: thuge-gen: Fix type "
` [PATCH 15/16] selftests/mm: uffd-*: Fix all "
` [PATCH 16/16] selftests/mm: Makefile: Add the compiler flags

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2025-01-09 23:30 UTC  (8+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[PATCH v3 00/12] AMD broadcast TLB invalidation
 2025-01-09 23:26 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 6ecd20965bdc21b265a0671ccf36d9ad8043f5ab
 2025-01-09 20:47 UTC 

[RFC PATCH 0/5] Accelerate page migration with batching and multi threads
 2025-01-09 19:32 UTC  (8+ messages)
` [RFC PATCH 3/5] mm/migrate: add migrate_folios_batch_move to batch the folio move operations

[External Mail] [RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
 2025-01-09 19:10 UTC  (10+ messages)
          ` [External Mail] "

[LSF/MM/BPF TOPIC] Weighted interleave auto-tuning
 2025-01-09 18:50 UTC 

[PATCH v2 0/2] Cleanup for memfd_create()
 2025-01-09 18:14 UTC  (6+ messages)
` [PATCH v2 2/2] mm/memfd: Use strncpy_from_user() to read memfd name

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-09 18:05 UTC  (7+ messages)

[PATCH v2 00/10] mm/damon: extend DAMOS filters for inclusion
 2025-01-09 17:51 UTC  (11+ messages)
` [PATCH v2 01/10] mm/damon: fixup damos_filter kernel-doc
` [PATCH v2 02/10] mm/damon/core: add damos_filter->allow field
` [PATCH v2 03/10] mm/damon/core: support damos_filter->allow
` [PATCH v2 04/10] mm/damon/paddr: "
` [PATCH v2 05/10] mm/damon: add 'allow' argument to damos_new_filter()
` [PATCH v2 06/10] mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
` [PATCH v2 07/10] Docs/mm/damon/design: document allow/reject DAMOS filter behaviors
` [PATCH v2 08/10] Docs/ABI/damon: document DAMOS filter allow sysfs file
` [PATCH v2 09/10] Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design doc
` [PATCH v2 10/10] Docs/admin-guide/mm/damon/usage: document DAMOS filter 'allow' sysfs file

[PATCH] mm/util: make memdup_user_nul() similar to memdup_user()
 2025-01-09 17:38 UTC  (2+ messages)

[PATCH] mm: Remove PageTransTail()
 2025-01-09 17:27 UTC  (3+ messages)

[RFC PATCH v4 00/14] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-09 16:34 UTC  (2+ messages)

[PATCH] mm/memory.c: Add return NUMA_NO_NODE in numa_migrate_check() when folio_nid() and numa_node_id() are the same
 2025-01-09 14:40 UTC  (4+ messages)

[PATCH] mm/mm_init: Fix the zone->managed_pages comment to match the code
 2025-01-09 14:28 UTC  (2+ messages)

[PATCH 0/3] selftests/mm: virtual_address_range: Two bugfixes and a cleanup
 2025-01-09 13:38 UTC  (11+ messages)
` [PATCH 1/3] selftests/mm: virtual_address_range: Fix error when CommitLimit < 1GiB

[syzbot] [mm?] INFO: rcu detected stall in sys_mprotect (8)
 2025-01-09 13:23 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Physical LRU scanning feasibility
 2025-01-09 12:38 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox