linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[GIT PULL] non-MM updates for 6.9-rc1
 2024-03-15  1:20 UTC  (2+ messages)

[GIT PULL] MM updates for 6.9-rc1
 2024-03-15  1:20 UTC  (2+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-15  1:16 UTC  (11+ messages)
` [RFC PATCH v3 2/5] mm: swap: introduce swap_nr_free() for batched swap_free()
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-15  0:45 UTC  (6+ messages)
` [PATCH v10 09/12] powerpc: mm: Add common pud_pfn stub for all platforms
  ` [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages

[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-03-14 23:45 UTC  (17+ messages)

MGLRU premature memcg OOM on slow writes
 2024-03-14 22:23 UTC  (10+ messages)

[PATCH 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-03-14 22:13 UTC  (15+ messages)
` [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-14 21:46 UTC  (3+ messages)
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace

Unmapping KVM Guest Memory from Host Kernel
 2024-03-14 21:45 UTC  (3+ messages)

[RFC PATCH v2 00/19] PKS write protected page tables
 2024-03-14 21:02 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 9bb9b28d0568991b1d63e66fe75afa5f97ad1156
 2024-03-14 20:49 UTC 

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-14 19:58 UTC  (28+ messages)
` [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset()
` [RFC 08/14] fork: separate vmap stack alloction and free calls
` [RFC 11/14] x86: add support for Dynamic Kernel Stacks

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-14 18:15 UTC  (15+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH 6/8] mm/memory-failure: Convert memory_failure() to use a folio

Splitting pinned folios
 2024-03-14 17:57 UTC  (11+ messages)
  ` updated documentation: "

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-03-14 17:47 UTC  (2+ messages)

[PATCH] cpufreq: dt: always allocate zeroed cpumask
 2024-03-14 17:18 UTC  (2+ messages)

[PATCH v1] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-03-14 17:12 UTC  (4+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-14 17:01 UTC  (16+ messages)

[PATCH] mm: cachestat: avoid bogus workingset test during swapping & invalidation races
 2024-03-14 16:49 UTC 

[PATCH v1 0/2] mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
 2024-03-14 16:13 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)

[PATCH] x86/pm: Fix false positive kmemleak report in msr_build_context()
 2024-03-14 15:55 UTC  (4+ messages)

[PATCH v2] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-14 14:54 UTC 

[PATCH] mm,page_owner: Fix refcount imbalance
 2024-03-14 14:47 UTC 

[PATCH 0/2] Reliable testing for hugetlb
 2024-03-14 14:33 UTC  (6+ messages)
` [PATCH 1/2] mm: Turn folio_test_hugetlb into a PageType
` [PATCH 2/2] mm: Remove a call to compound_head() from is_page_hwpoison()

[PATCH 1/1] mm/khugepaged: reduce process visible downtime by pre-zeroing hugepage
 2024-03-14 14:19 UTC  (6+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-14 14:03 UTC  (11+ messages)
` [musl] "

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-14 14:03 UTC  (9+ messages)
` [PATCH v17 16/35] gunyah: Add hypercalls for demand paging
` [PATCH v17 17/35] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v17 29/35] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v17 30/35] virt: gunyah: Allow userspace to initialize context of primary vCPU

[PATCH] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-14 13:42 UTC  (3+ messages)

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-14 13:11 UTC  (11+ messages)
` [PATCH 03/13] mm/gup: Check p4d presence before going on
` [PATCH 06/13] mm/arm: Use macros to define pmd/pud helpers
` [PATCH 07/13] mm/arm: Redefine pmd_huge() with pmd_leaf()
` [PATCH 08/13] mm/arm64: Merge pXd_huge() and pXd_leaf() definitions
` [PATCH 10/13] mm/gup: Merge pXd huge mapping checks
  ` [PATCH 09/13] mm/powerpc: Redefine pXd_huge() with pXd_leaf()
  ` [PATCH 11/13] mm/treewide: Replace "
  ` [PATCH 12/13] mm/treewide: Remove pXd_huge()

[PATCH v2 00/12] conform tests to TAP format output
 2024-03-14 12:33 UTC  (6+ messages)
` [PATCH v2 12/12] selftests/mm: virtual_address_range: conform "
      ` [PATCH] selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msg

[linux-next:master 8475/13571] sound/core/pcm_native.c:4106:5-11: inconsistent IS_ERR and PTR_ERR on line 4107
 2024-03-14 12:32 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d5f8ee808c593453ce8e74b31159acca3cfe04a3
 2024-03-14 11:57 UTC 

[PATCH 0/3] mm: random cleanups
 2024-03-14 11:40 UTC  (7+ messages)
` [PATCH 1/3] mm/show_mem: simplify ifdef on si_meminfo_node()
` [PATCH 2/3] mm/compaction: add and use for_each_populated_zone_pgdat() helper
` [PATCH 3/3] mm/vmstat: simplfy extfrag_show_print with fragmentation_index()

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-03-14 11:19 UTC  (10+ messages)
  ` [Lsf-pc] "

[PATCH] selftests: mm: restore settings from only parent process
 2024-03-14  9:40 UTC 

[PATCH v3 0/5] selftests/mm: Improve run_vmtests.sh
 2024-03-14  9:31 UTC  (5+ messages)
` [PATCH v3 4/5] selftests/mm: protection_keys: save/restore nr_hugepages settings

[PATCH v6] zswap: replace RB tree with xarray
 2024-03-14  9:24 UTC  (4+ messages)

[PATCH] selftests/exec: execveat: Improve debug reporting
 2024-03-14  8:54 UTC  (2+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-14  8:49 UTC  (7+ messages)

[PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-14  8:39 UTC 

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-14  7:52 UTC  (5+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH] mm,page_owner: Fix recursion
 2024-03-14  7:01 UTC  (5+ messages)

[PATCH] ext4: remove SLAB_MEM_SPREAD flag usage
 2024-03-14  4:06 UTC  (3+ messages)

[RFC IDEA] ACMA: Access/Contiguity-aware Memory Auto-scaling
 2024-03-14  1:51 UTC  (2+ messages)

[RFC] mm/vmstat: add a single value debugfs fragmentation metric
 2024-03-14  0:57 UTC 

[PATCH v2] mm/slub: Simplify get_partial_node()
 2024-03-13 23:36 UTC  (4+ messages)

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-03-13 23:32 UTC  (9+ messages)

[PATCH v9 0/1] mm: report per-page metadata information
 2024-03-13 22:40 UTC  (5+ messages)
` [PATCH v9 1/1] "

[PATCH] mm/memory: Fix missing pte marker for !page on pte zaps
 2024-03-13 22:29 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] TAO: THP Allocator Optimizations
 2024-03-13 22:09 UTC  (2+ messages)

[PATCH v3 00/12] Cover a guard gap corner case
 2024-03-13 21:58 UTC  (24+ messages)
` [PATCH v3 01/12] mm: Switch mm->get_unmapped_area() to a flag
` [PATCH v3 03/12] mm: Use get_unmapped_area_vmflags()
` [PATCH v3 07/12] powerpc: Use initializer for struct vm_unmapped_area_info
` [PATCH v3 08/12] treewide: "
` [PATCH v3 09/12] mm: Take placement mappings gap into account
` [PATCH v3 10/12] x86/mm: Implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-13 21:44 UTC  (11+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-13 21:05 UTC  (8+ messages)

[PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
 2024-03-13 21:03 UTC  (7+ messages)

[linux-next:master 12265/12944] arch/arm64/include/asm/pgtable.h:904:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?
 2024-03-13 19:59 UTC  (4+ messages)

[PATCH 1/3] selftests/exec: Add the overall result line accourding to TAP
 2024-03-13 19:05 UTC  (3+ messages)

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-13 17:34 UTC  (5+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook

[linux-next:master] BUILD REGRESSION dad309222e4c3fc7f88b20ce725ce1e0eea07cc7
 2024-03-13 17:33 UTC 

[PATCH] memtest: use {READ,WRITE}_ONCE in memory scanning
 2024-03-13 17:21 UTC  (2+ messages)

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-13 17:11 UTC  (9+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-13 17:02 UTC  (12+ messages)
` [PATCH v3 01/11] mm: Support order-1 folios in the page cache
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 06/11] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 08/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v3 09/11] xfs: expose block size in stat
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v3 11/11] xfs: enable block size larger than page size support

[PATCH v2 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-13 15:51 UTC  (4+ messages)
` [PATCH v2 2/2] mm/numa_balancing:Allow "

[PATCH v5 00/37] Memory allocation profiling
 2024-03-13 15:31 UTC  (4+ messages)
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages

page:  |  | latest

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