linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-14 23:44:35 to 2025-05-15 18:23:47 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-05-15 18:23 UTC  (7+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 02/16] kho: allow to drive kho from within kernel
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration

[PATCH 0/6] prctl: introduce PR_SET/GET_THP_POLICY
 2025-05-15 18:21 UTC  (29+ messages)
` [PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
` [PATCH 2/6] prctl: introduce PR_THP_POLICY_DEFAULT_NOHUGE "
` [PATCH 3/6] prctl: introduce PR_THP_POLICY_SYSTEM "
` [PATCH 4/6] selftests: prctl: introduce tests for PR_THP_POLICY_DEFAULT_NOHUGE
` [PATCH 5/6] selftests: prctl: introduce tests for PR_THP_POLICY_DEFAULT_HUGE
` [PATCH 6/6] docs: transhuge: document process level THP controls

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-15 18:03 UTC  (36+ messages)
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
` [RFC PATCH v2 24/51] mm: hugetlb: Add option to create new subpool without using surplus
` [RFC PATCH v2 25/51] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH v2 26/51] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v2 27/51] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages()
` [RFC PATCH v2 28/51] mm: Introduce guestmem_hugetlb to support folio_put() handling of guestmem pages
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
` [RFC PATCH v2 30/51] mm: truncate: Expose truncate_inode_folio()
` [RFC PATCH v2 31/51] KVM: x86: Set disallow_lpage on base_gfn and guest_memfd pgoff misalignment
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from "
` [RFC PATCH v2 34/51] mm: hugetlb: Add functions to add/delete folio from hugetlb lists
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function
` [RFC PATCH v2 37/51] filemap: Pass address_space mapping to ->free_folio()
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
` [RFC PATCH v2 40/51] KVM: guest_memfd: Update kvm_gmem_mapping_order to account for page status
` [RFC PATCH v2 41/51] KVM: Add CAP to indicate support for HugeTLB as custom allocator
` [RFC PATCH v2 42/51] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd
` [RFC PATCH v2 43/51] KVM: selftests: Update conversion flows test for HugeTLB
` [RFC PATCH v2 44/51] KVM: selftests: Test truncation paths of guest_memfd
` [RFC PATCH v2 45/51] KVM: selftests: Test allocation and conversion of subfolios
` [RFC PATCH v2 46/51] KVM: selftests: Test that guest_memfd usage is reported via hugetlb
` [RFC PATCH v2 47/51] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH v2 48/51] KVM: selftests: Update test for various private memory backing source types
` [RFC PATCH v2 49/51] KVM: selftests: Update private_mem_conversions_test.sh to test with HugeTLB pages
` [RFC PATCH v2 50/51] KVM: selftests: Add script to test HugeTLB statistics

[REGRESSION] bpf verifier slowdown due to vrealloc() change since 6.15-rc6
 2025-05-15 17:53 UTC  (11+ messages)

[PATCH] XArray: fix kmemleak false positive in xas_shrink()
 2025-05-15 17:34 UTC  (4+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2025-05-15 16:48 UTC  (12+ messages)
` [PATCH 1/2] "

[PATCH v2 0/7] memcg: make memcg stats irq safe
 2025-05-15 15:28 UTC  (9+ messages)
` [PATCH v2 1/7] memcg: memcg_rstat_updated re-entrant safe against irqs

[linux-next:master 10717/11408] include/uapi/asm-generic/mman-common.h:16:25: error: expected identifier before numeric constant
 2025-05-15 15:17 UTC  (2+ messages)

[PATCH] mm: vmscan: Avoid signedness error for GCC 5.4
 2025-05-15 15:11 UTC  (5+ messages)

[PATCH v4 0/9] SLUB percpu sheaves
 2025-05-15 15:03 UTC  (14+ messages)
` [PATCH v4 2/9] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v4 3/9] slab: sheaf prefilling for guaranteed allocations
` [PATCH v4 9/9] mm, slub: skip percpu sheaves for remote object freeing

[PATCH] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-15 14:42 UTC  (11+ messages)

[PATCH v9 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-15 13:55 UTC  (2+ messages)
` [PATCH v9 1/1] "

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-15 14:10 UTC  (5+ messages)
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-15 12:45 UTC  (5+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-15 12:03 UTC 

[PATCH] hugetlb: Show nr_huge_pages in report_hugepages()
 2025-05-15 11:42 UTC 

[BUG] WARNING in gup_vma_lookup
 2025-05-15 11:22 UTC 

[PATCH v8 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-15 10:41 UTC  (3+ messages)

[Overview] guest_memfd extensions and dependencies 2025-05-15
 2025-05-15  9:58 UTC 

[PATCH] selftests/mm: Deduplicate default page size test results in thuge-gen
 2025-05-15  9:44 UTC  (2+ messages)

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-15  9:43 UTC  (4+ messages)

[PATCH v2 0/5] Some random fixes and cleanup to shmem
 2025-05-15 15:47 UTC  (7+ messages)
` [PATCH v2 1/5] mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()
` [PATCH v2 2/5] mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()
` [PATCH v2 3/5] mm/shmem: Fix potential dead loop in shmem_unuse()
` [PATCH v2 4/5] mm: shmem: only remove inode from swaplist when it's swapped page count is 0
` [PATCH v2 5/5] mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()

[PATCH 00/28] mm, swap: introduce swap table
 2025-05-15  9:40 UTC  (6+ messages)
` [PATCH 11/28] mm, swap: clean up and consolidate helper for mTHP swapin check
` [PATCH 24/28] mm, swap: implement helpers for reserving data in swap table

[PATCH] selftests/mm: Deduplicate test logging in test_mlock_lock()
 2025-05-15  9:30 UTC  (2+ messages)

[PATCH v9 13/17] KVM: arm64: Handle guest_memfd()-backed guest page faults
 2025-05-15  9:27 UTC  (3+ messages)

[PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
 2025-05-15  9:24 UTC  (3+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-15  8:48 UTC  (7+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[tip:locking/futex] [futex] bd54df5ea7: will-it-scale.per_thread_ops 85.7% regression
 2025-05-15  7:34 UTC 

[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-05-15  7:25 UTC  (4+ messages)
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v6 00/12] khugepaged: mTHP support
 2025-05-15  6:45 UTC  (15+ messages)
` [PATCH v6 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
  ` [PATCH v6 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
    ` [PATCH v6 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
      ` [PATCH v6 04/12] khugepaged: generalize alloc_charge_folio()
        ` [PATCH v6 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
          ` [PATCH v6 06/12] khugepaged: introduce khugepaged_scan_bitmap "
            ` [PATCH v6 07/12] khugepaged: add "
              ` [PATCH v6 08/12] khugepaged: skip collapsing mTHP to smaller orders
                ` [PATCH v6 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
                  ` [PATCH v6 10/12] khugepaged: improve tracepoints for mTHP orders
                    ` [PATCH v6 11/12] khugepaged: add per-order mTHP khugepaged stats
                      ` [PATCH v6 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-15  5:50 UTC  (15+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v7 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v7 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v7 07/12] khugepaged: add "
` [PATCH v7 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v7 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v7 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v7 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v7 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH 0/5] Some random fixes and cleanup to shmem
 2025-05-15  3:59 UTC  (8+ messages)
` [PATCH 3/5] mm/shmem: Fix potential dead loop in shmem_unuse()
` [PATCH 4/5] mm: shmem: keep inode in swaplist when failed to allocate swap entry in shmem_writepage()

[PATCH RFC] mm: make try_to_unmap_one support batched unmap for anon large folios
 2025-05-15  3:40 UTC  (6+ messages)

[PATCH v6 0/4] mm: introduce THP deferred setting
 2025-05-15  3:38 UTC  (5+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged
` [PATCH v6 2/4] mm: document (m)THP defer usage
` [PATCH v6 3/4] khugepaged: add defer option to mTHP options
` [PATCH v6 4/4] selftests: mm: add defer to thp setting parser

[PATCH 0/2] zram: support algorithm-specific parameters
 2025-05-15  3:38 UTC  (9+ messages)
` [PATCH 2/2] zram: support deflate-specific params

[PATCH] mm/page_alloc.c: Avoid infinite retries caused by cpuset race
 2025-05-15  3:19 UTC  (10+ messages)

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-15  3:01 UTC  (7+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)

[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
 2025-05-15  2:22 UTC  (4+ messages)

[PATCH 0/4] memcg: nmi-safe kmem charging
 2025-05-15  1:49 UTC  (7+ messages)

[PATCH v6 0/6] cgroup: separate rstat trees
 2025-05-15  0:19 UTC  (7+ messages)
` [PATCH v6 1/6] cgroup: warn on rstat usage by early init subsystems
` [PATCH v6 2/6] cgroup: compare css to cgroup::self in helper for distingushing css
` [PATCH v6 3/6] cgroup: use separate rstat trees for each subsystem
` [PATCH v6 4/6] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH v6 5/6] cgroup: helper for checking rstat participation of css
` [PATCH v6 6/6] cgroup: document the rstat per-cpu initialization


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