linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[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

Splitting pinned folios
 2024-03-13 16:53 UTC  (4+ messages)

[PATCH v3 00/12] Cover a guard gap corner case
 2024-03-13 16:51 UTC  (33+ messages)
` [PATCH v3 01/12] mm: Switch mm->get_unmapped_area() to a flag
` [PATCH v3 02/12] mm: Introduce arch_get_unmapped_area_vmflags()
` [PATCH v3 03/12] mm: Use get_unmapped_area_vmflags()
` [PATCH v3 04/12] thp: Add thp_get_unmapped_area_vmflags()
` [PATCH v3 05/12] csky: Use initializer for struct vm_unmapped_area_info
` [PATCH v3 06/12] parisc: "
` [PATCH v3 07/12] powerpc: "
` [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
` [PATCH v3 11/12] x86/mm: Care about shadow stack guard gap during placement
` [PATCH v3 12/12] selftests/x86: Add placement guard gap test for shstk

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

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-13 16:12 UTC  (17+ messages)
` [RFC 05/14] fork: check charging success before zeroing stack
` [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset()
` [RFC 11/14] x86: add support for Dynamic Kernel Stacks

[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 v17 00/35] Drivers for Gunyah hypervisor
 2024-03-13 15:35 UTC  (9+ messages)
` [PATCH v17 13/35] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v17 14/35] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v17 16/35] gunyah: Add hypercalls for demand paging

[PATCH v5 00/37] Memory allocation profiling
 2024-03-13 15:31 UTC  (14+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages

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

[linux-next:master 13138/13397] sound/usb/stream.c:306:13: error: use of undeclared identifier 'chmaps'; did you mean 'chmap'?
 2024-03-13 14:51 UTC 

[linux-next:master 13138/13397] sound/usb/stream.c:306:34: error: 'chmaps' undeclared; did you mean 'chmap'?
 2024-03-13 14:51 UTC 

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-13 14:02 UTC  (25+ messages)
` [PATCH v4 3/6] mm: swap: Simplify struct percpu_cluster
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[PATCH v2 1/3] x86/mm: Use IPIs to synchronize LAM enablement
 2024-03-13 13:38 UTC  (12+ messages)
` [PATCH v2 2/3] x86/mm: Fix LAM inconsistency during context switch
` [PATCH v2 3/3] x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking

[PATCH v2] mm: Remove folio from deferred split list before uncharging it
 2024-03-13 12:32 UTC  (2+ messages)

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

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-13 11:30 UTC  (11+ messages)
` [PATCH v10 01/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set"
` [PATCH v10 02/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v10 03/12] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v10 06/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v10 09/12] powerpc: mm: Add common pud_pfn stub for all platforms
` [PATCH v10 12/12] powerpc: mm: Support page table check
  ` [PATCH v10 08/12] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
  ` [PATCH v10 10/12] poweprc: mm: Implement *_user_accessible_page() for ptes
  ` [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages

[PATCH STABLE v6.1.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-13 11:23 UTC  (2+ messages)

MGLRU premature memcg OOM on slow writes
 2024-03-13 10:59 UTC  (13+ messages)

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-13 10:55 UTC  (15+ messages)
` [PATCH RFC 1/4] mm, slab: move memcg charging to post-alloc hook
` [PATCH RFC 2/4] mm, slab: move slab_memcg hooks to mm/memcontrol.c
` [PATCH RFC 4/4] UNFINISHED mm, fs: use kmem_cache_charge() in path_openat()

[linux-next:master 12842/12944] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data772' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data772'
 2024-03-13 10:43 UTC 

[GIT PULL] slab updates for 6.9
 2024-03-13  9:28 UTC  (5+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-13  9:24 UTC  (8+ messages)
` [RFC PATCH v3 3/5] mm: swap: make should_try_to_free_swap() support large-folio
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

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

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

ZONE_DEVICE refcounting
 2024-03-13  6:32 UTC  (2+ messages)

[PATCH v2] mm/slub: Simplify get_partial_node()
 2024-03-13  6:15 UTC  (3+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-13  5:23 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 60fac05b309de9d90a76c1658b2aa2edba68f5d4
 2024-03-13  4:31 UTC 

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

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-13  3:23 UTC  (10+ 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

[PATCH v2] mm/migrate: put dest folio on deferred split list if source was there
 2024-03-13  2:33 UTC  (11+ messages)

[PATCH] mm: mglru: Fix soft lockup attributed to scanning folios
 2024-03-13  2:21 UTC  (6+ messages)

[BUG] kmsan: instrumentation recursion problems
 2024-03-13  1:41 UTC  (6+ messages)

[PATCH] filemap: replace pte_offset_map() with pte_offset_map_nolock()
 2024-03-13  1:29 UTC 

[GIT PULL] execve updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-12 22:09 UTC  (11+ messages)
` [Lsf-pc] "

[linux-next:master 1546/13337] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data31' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data31'
 2024-03-12 21:19 UTC 

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-03-12 20:22 UTC  (5+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-12 20:11 UTC  (9+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed

[PATCH RFC 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-12 20:01 UTC  (3+ messages)

[PATCH v4 00/15] Fast kernel headers: split linux/mm.h
 2024-03-12 19:50 UTC  (7+ messages)

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

[PATCH] mm: zswap: remove unnecessary check in zswap_find_zpool()
 2024-03-12 19:17 UTC  (2+ messages)

[PATCH v6] zswap: replace RB tree with xarray
 2024-03-12 18:43 UTC  (2+ messages)

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-12 18:32 UTC  (3+ messages)
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces

[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0
 2024-03-12 17:28 UTC 

BUG selftests/mm]
 2024-03-12 16:47 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] Address Space Isolation
 2024-03-12 16:45 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