linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 07/68] selftests/cachestat: Drop define _GNU_SOURCE
 2024-05-22  0:57 UTC  (4+ messages)
` [PATCH v5 09/68] selftests/cgroup: "
` [PATCH v5 12/68] selftests/damon: "
` [PATCH v5 14/68] selftests/exec: Drop duplicate -D_GNU_SOURCE

[PATCH v6 00/11] mm/swap: clean up and optimize swap cache index
 2024-05-22  0:37 UTC  (13+ messages)
` [PATCH v6 01/11] f2fs: drop usage of page_index
` [PATCH v6 02/11] nilfs2: "
` [PATCH v6 03/11] ceph: "
` [PATCH v6 04/11] NFS: remove nfs_page_lengthg and "
` [PATCH v6 05/11] afs: drop usage of folio_file_pos
` [PATCH v6 06/11] netfs: "
` [PATCH v6 07/11] nfs: "
` [PATCH v6 08/11] mm/swap: get the swap device offset directly
` [PATCH v6 09/11] mm: remove page_file_offset and folio_file_pos
` [PATCH v6 10/11] mm: drop page_index and simplify folio_index
` [PATCH v6 11/11] mm/swap: reduce swap cache search space

[PATCH v3 0/5] Enhance soft hwpoison handling and injection
 2024-05-21 23:54 UTC  (6+ messages)
` [PATCH v3 1/5] mm/memory-failure: try to send SIGBUS even if unmap failed
` [PATCH v3 2/5] mm/madvise: Add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)
` [PATCH v3 3/5] mm/memory-failure: improve memory failure action_result messages
` [PATCH v3 4/5] mm/memory-failure: move hwpoison_filter() higher up
` [PATCH v3 5/5] mm/memory-failure: send SIGBUS in the event of thp split fail

[PATCH v2] mm: batch unlink_file_vma calls in free_pgd_range
 2024-05-21 23:43 UTC 

[PATCH v3] percpu_counter: add a cmpxchg-based _add_batch variant
 2024-05-21 23:31 UTC 

access_tracking_perf_test kvm selftest doesn't work when Multi-Gen LRU is in use
 2024-05-21 23:29 UTC 

6.10/bisected/regression - commit 8430557fc584 cause warning at mm/page_table_check.c:198 __page_table_check_ptes_set+0x306
 2024-05-21 23:26 UTC  (6+ messages)

[PATCH v4 0/6] large folios swap-in: handle refault cases first
 2024-05-21 21:59 UTC  (3+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-21 21:49 UTC  (14+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v15 13/20] KVM: SEV: Implement gmem hook for initializing private pages

[PATCH] arm64: patching: fix handling of execmem addresses
 2024-05-21 21:38 UTC 

[PATCH] Convert __unmap_hugepage_range() to folios
 2024-05-21 21:13 UTC  (3+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-05-21 20:55 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-05-21 20:40 UTC  (5+ messages)
  ` [Lsf-pc] "

[PATCH v2] mm: refactor folio_undo_large_rmappable()
 2024-05-21 20:21 UTC  (2+ messages)

[PATCH] mm: memcontrol: remove page_memcg()
 2024-05-21 19:29 UTC  (6+ messages)

[PATCH v3] ptdump: add intermediate directory support
 2024-05-21 16:54 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773
 2024-05-21 16:43 UTC  (2+ messages)

[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support
 2024-05-21 16:36 UTC  (5+ messages)
  ` [PATCH 11/12] shmem: add file length arg in shmem_get_folio() path

[PATCH v3 0/9] riscv: Memory Hot(Un)Plug support
 2024-05-21 16:09 UTC  (19+ messages)
` [PATCH v3 1/9] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v3 2/9] riscv: mm: Pre-allocate vmemmap/direct map PGD entries
` [PATCH v3 3/9] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v3 4/9] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v3 5/9] riscv: mm: Add memory hotplugging support
` [PATCH v3 6/9] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v3 7/9] riscv: Enable memory hotplugging for RISC-V
` [PATCH v3 8/9] virtio-mem: Enable virtio-mem "
` [PATCH v3 9/9] riscv: mm: Add support for ZONE_DEVICE

[PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration
 2024-05-21 15:47 UTC  (9+ messages)

[PATCH v3 0/3] Add update_mmu_tlb_range() to simplify code
 2024-05-21 15:36 UTC  (9+ messages)
` [PATCH v3 1/3] mm: Add update_mmu_tlb_range()
` [PATCH v3 2/3] mm: Refactor update_mmu_tlb()
` [PATCH v3 3/3] mm: Use update_mmu_tlb_range() to simplify code

[PATCH v5 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-21 14:22 UTC  (3+ messages)
` [PATCH v5 2/2] iomap: fault in smaller chunks for non-large folio mappings

[PATCH 0/2] Clean up hotplug zone data synchronization
 2024-05-21 12:57 UTC  (3+ messages)
` [PATCH 1/2] mm,memory_hotplug: Remove un-taken lock
` [PATCH 2/2] mm,memory_hotplug: {READ,WRITE}_ONCE unsynchronized zone data

[PATCH] selftests/mm: va_high_addr_switch: Do not skip test and give warning message post FEAT_LPA2
 2024-05-21 12:52 UTC  (3+ messages)

[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-21 11:57 UTC  (16+ messages)
` [RFC PATCH v2 01/20] mm: Provide pagesize to pmd_populate()
` [RFC PATCH v2 03/20] mm: Provide pmd to pte_leaf_size()
` [RFC PATCH v2 06/20] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v2 18/20] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD

[PATCH v4 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-21 11:36 UTC  (2+ messages)
` [PATCH v4 2/2] iomap: fault in smaller chunks for non-large folio mappings

[PATCH v15 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-05-21 11:18 UTC 

[RFC PATCH 0/8] support large folio swap-out and swap-in for shmem
 2024-05-21 11:03 UTC  (9+ messages)
` [RFC PATCH 1/8] mm: fix shmem swapout statistic
` [RFC PATCH 2/8] mm: vmscan: add validation before spliting shmem large folio
` [RFC PATCH 3/8] mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
` [RFC PATCH 4/8] mm: shmem: support large folio allocation for shmem_replace_folio()
` [RFC PATCH 5/8] mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
` [RFC PATCH 6/8] mm: add new 'orders' parameter for find_get_entries() and find_lock_entries()
` [RFC PATCH 7/8] mm: shmem: use swap_free_nr() to free shmem swap entries
` [RFC PATCH 8/8] mm: shmem: support large folio swap out

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-21 11:00 UTC  (2+ messages)

[PATCH] mm/hugetlb: remove {Set,Clear}Hpage macros
 2024-05-21 10:51 UTC  (6+ messages)

[PATCH] mm/hugetlb: Move vmf_anon_prepare upfront in hugetlb_wp
 2024-05-21 10:23 UTC  (3+ messages)

[RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
 2024-05-21 10:17 UTC  (14+ messages)
    ` [RESEND PATCH 01/10] "
    ` [RESEND PATCH 02/10] memblock: detect hidden memory hole size
    ` [RESEND PATCH 03/10] memblock: handle overlapped reserved memory region
    ` [RESEND PATCH 04/10] memblock: take a region intersecting an unknown region
    ` [RESEND PATCH 05/10] memblock: track memblock changed at early param
    ` [RESEND PATCH 06/10] memblock: recognize late freed size by checking PageReserved
    ` [RESEND PATCH 07/10] memblock: track kernel size on memsize
    ` [RESEND PATCH 08/10] memblock: print memsize summary information
    ` [RESEND PATCH 09/10] memblock: print kernel internal size
    ` [RESEND PATCH 10/10] memblock: support memsize reusable to consider as reusable
        ` RE:(2) [RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory

[PATCH v1 0/2] mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and vmf_insert_mixed()
 2024-05-21 10:10 UTC  (7+ messages)
` [PATCH v1 1/2] "

[linus:master] [mm] aab6103b97: kernel-selftests.cgroup.test_kmem.test_percpu_basic.fail
 2024-05-21  8:50 UTC 

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-21  8:06 UTC  (16+ messages)

[PATCH v2 0/3] Fixes for compaction_test
 2024-05-21  7:43 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/mm: compaction_test: Fix bogus test success on Aarch64
` [PATCH v2 2/3] selftests/mm: compaction_test: Fix incorrect write of zero to nr_hugepages
` [PATCH v2 3/3] selftests/mm: compaction_test: Fix bogus test success and reduce probability of OOM-killer invocation

[Patch v2] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-21  7:21 UTC  (2+ messages)

[linux-next:master 13226/13585] ERROR: modpost: "crc16" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2024-05-21  6:22 UTC 

[PATCH v6 0/3] Reclaim lazyfree THP without splitting
 2024-05-21  4:02 UTC  (4+ messages)
` [PATCH v6 1/3] mm/rmap: remove duplicated exit code in pagewalk loop
` [PATCH v6 2/3] mm/rmap: integrate PMD-mapped folio splitting into "
` [PATCH v6 3/3] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()

[PATCH] selftests/mm: Fix build warnings on ppc64
 2024-05-21  3:02 UTC 

[linux-next:master] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression
 2024-05-21  2:43 UTC  (7+ messages)

[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-05-21  2:41 UTC  (2+ messages)

[PATCH 0/6] Remove page_mapping()
 2024-05-20 21:16 UTC  (2+ messages)
` [f2fs-dev] "

[LSF/MM/BPF TOPIC] SLUB: what's next?
 2024-05-20 20:52 UTC  (2+ messages)

[PATCH] selftests: mm: check return values
 2024-05-20 18:52 UTC 

[PATCH v2 0/5] Enhance soft hwpoison handling and injection
 2024-05-20 18:48 UTC  (10+ messages)
` [PATCH v2 3/5] mm/memory-failure: improve memory failure action_result messages
` [PATCH v2 4/5] mm/memory-failure: move hwpoison_filter() higher up
` [PATCH v2 5/5] mm/memory-failure: send SIGBUS in the event of thp split fail

[PATCH v2] percpu_counter: add a cmpxchg-based _add_batch variant
 2024-05-20 17:30 UTC  (2+ messages)

[linux-next:master 13437/13491] powerpc-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/amdgpu/amdgpu_ras.o uses soft float
 2024-05-20 17:04 UTC 

include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id'
 2024-05-20 16:31 UTC 

[linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158
 2024-05-20 16:25 UTC 

[linux-next:master 13207/13491] drivers/thermal/thermal_trip.o: warning: objtool: unexpected relocation symbol type in .rela.discard.reachable
 2024-05-20 16:20 UTC 

[PATCH 1/2] exec: Add KUnit test for bprm_stack_limits()
 2024-05-20 15:17 UTC  (3+ messages)

[linux-next:master 12471/13491] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:1006 dc_stream_get_max_flickerless_instant_vtotal_delta() warn: always true condition '((stream->timing.v_total - safe_refresh_v_total) >= 0) => (0-u32max >= 0)'
 2024-05-20 15:06 UTC 

[LSFMM] automating measuring memory fragmentation
 2024-05-20 14:34 UTC  (6+ messages)

[RFC PATCH v2 0/3] Add NUMA-aware DAMOS watermarks
 2024-05-20 14:30 UTC  (4+ messages)
` [RFC PATCH v2 1/3] mm/damon: Add new metric type and target node for watermark
` [RFC PATCH v2 2/3] mm/damon: add module parameters for NUMA system
` [RFC PATCH v2 3/3] mm/damon: add NUMA-awareness to DAMON modules

[linux-next:pending-fixes] BUILD REGRESSION ebddc92261ee1afeaa80c6e814571de209b06913
 2024-05-20 12:18 UTC 

[GIT PULL] slab updates for 6.10
 2024-05-20 10:18 UTC  (3+ messages)

[PATCH 0/2] Fixes for compaction_test
 2024-05-20  5:33 UTC  (7+ messages)
` [PATCH 1/2] selftests/mm: compaction_test: Fix incorrect write of zero to nr_hugepages
` [PATCH 2/2] selftests/mm: compaction_test: Fix trivial test success and reduce probability of OOM-killer invocation

[linux-next:master] [mm/slab] 7bd230a266: WARNING:at_mm/util.c:#kvmalloc_node_noprof
 2024-05-20  3:30 UTC  (3+ messages)

[PATCH] mm/hugetlb: constify ctl_table arguments of utility functions
 2024-05-20  2:57 UTC  (2+ messages)

[PATCH] mm/hugetlb: Drop node_alloc_noretry from alloc_fresh_hugetlb_folio
 2024-05-20  2:45 UTC  (2+ messages)

[RESEND PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-20  2:17 UTC  (6+ messages)
` [RESEND PATCH v10 08/12] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [RESEND PATCH v10 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [RESEND PATCH v10 10/12] mm: separate move/undo parts from migrate_pages_batch()
` [RESEND PATCH v10 11/12] mm, migrate: apply luf mechanism to unmapping during migration
` [RESEND PATCH v10 12/12] mm, vmscan: apply luf mechanism to unmapping during folio reclaim

page:  |  | latest

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