linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/2] exec: Add KUnit test for bprm_stack_limits()
 2024-05-20 15:17 UTC  (4+ messages)
` [PATCH 2/2] exec: Avoid pathological argc, envc, and bprm->p values

[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 

[PATCH v3 0/3] Add update_mmu_tlb_range() to simplify code
 2024-05-20 14:45 UTC  (5+ 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

[LSFMM] automating measuring memory fragmentation
 2024-05-20 14:34 UTC  (7+ 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

[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-20 12:54 UTC  (26+ messages)
` [RFC PATCH v2 01/20] mm: Provide pagesize to pmd_populate()
` [RFC PATCH v2 02/20] mm: Provide page size to pte_alloc_huge()
` [RFC PATCH v2 03/20] mm: Provide pmd to pte_leaf_size()
` [RFC PATCH v2 04/20] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH v2 05/20] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH v2 06/20] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v2 07/20] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v2 08/20] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v2 09/20] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v2 10/20] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v2 11/20] powerpc/mm: Complement huge_pte_alloc() for all non HUGEPD setups
` [RFC PATCH v2 12/20] powerpc/64e: Remove unneeded #ifdef CONFIG_PPC_E500
` [RFC PATCH v2 13/20] powerpc/64e: Clean up impossible setups
` [RFC PATCH v2 14/20] powerpc/e500: Remove enc field from struct mmu_psize_def
` [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD
` [RFC PATCH v2 16/20] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v2 17/20] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v2 18/20] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v2 19/20] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v2 20/20] mm: Remove CONFIG_ARCH_HAS_HUGEPD

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

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-20 11:58 UTC  (15+ messages)

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

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-20 10:16 UTC  (6+ 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 v2] percpu_counter: add a cmpxchg-based _add_batch variant
 2024-05-20  7:14 UTC 

[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] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression
 2024-05-20  3:49 UTC  (7+ messages)

[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  (5+ messages)

[RESEND PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-20  2:17 UTC  (13+ messages)
` [RESEND PATCH v10 01/12] x86/tlb: add APIs manipulating tlb batch's arch data
` [RESEND PATCH v10 02/12] arm64: tlbflush: "
` [RESEND PATCH v10 03/12] riscv, tlb: "
` [RESEND PATCH v10 04/12] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [RESEND PATCH v10 05/12] mm: buddy: make room for a new variable, ugen, in struct page
` [RESEND PATCH v10 06/12] mm: add folio_put_ugen() to deliver unmap generation number to pcp or buddy
` [RESEND PATCH v10 07/12] mm: add a parameter, unmap generation number, to free_unref_folios()
` [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

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-20  2:14 UTC  (8+ messages)

[PATCH v3] mm/huge_memory: don't unpoison huge_zero_folio
 2024-05-20  1:51 UTC  (3+ messages)

[PATCH -rc7] mm/huge_memory: mark huge_zero_page reserved
 2024-05-20  1:47 UTC  (3+ messages)

[PATCH] selftests/mm: va_high_addr_switch: Do not skip test and give warning message post FEAT_LPA2
 2024-05-19 23:48 UTC  (2+ messages)

Machine freezes after running KASAN KUnit test 21 with a GCC 13.2 built kernel but runs tests fine with a CLANG 18 build kernel (v6.9-rc5, 32bit ppc, PowerMac G4 DP)
 2024-05-19 23:01 UTC  (4+ messages)

[GIT PULL] non-MM updates for 6.10-rc1
 2024-05-19 21:17 UTC  (2+ messages)

[GIT PULL] MM updates for 6.10-rc1
 2024-05-19 21:16 UTC  (9+ messages)

DAMON Beer/Coffee/Tea chat series
 2024-05-19 16:33 UTC  (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder and extending for office hour

[RFC PATCH v2 0/2] mm: convert mm's rss stats to use atomic mode
 2024-05-19 14:13 UTC  (9+ messages)
` [RFC PATCH v2 2/2] "

[Resend LSF/MM/BPF TOPIC] A case of a CXL compressed memory tier
 2024-05-19 10:37 UTC  (3+ messages)

[PATCH] mm: batch unlink_file_vma calls in free_pgd_range
 2024-05-19 10:07 UTC  (3+ messages)

[PATCH v12] mm: report per-page metadata information
 2024-05-19  0:47 UTC  (2+ messages)

[linux-next:master 13118/13355] ERROR: modpost: "__aeabi_uldivmod" [drivers/vdpa/octeon_ep/octep_vdpa.ko] undefined!
 2024-05-18 15:56 UTC 

[PATCH 0/2] Drop support for memory-hotplug and memory-hotremove on superH
 2024-05-18 11:58 UTC  (3+ messages)
` [PATCH 1/2] arch/sh: Remove code that handles memory-hotplug and memory-hotremove
` [PATCH 2/2] arch/sh: Drop support for "

[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties
 2024-05-18  7:24 UTC  (2+ messages)
` [PATCH v1 2/2] virt: pvmemcontrol: add Yuanchu and Pasha as maintainers

[RFC PATCH v1 0/7] DAMON multiple contexts support
 2024-05-17 22:59 UTC  (3+ messages)

[PATCH] kasan, fortify: properly rename memintrinsics
 2024-05-17 22:53 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-05-17 21:32 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Sharing page tables across processes (mshare)
 2024-05-17 21:23 UTC  (3+ messages)

[linux-next:master 13118/13355] ERROR: modpost: "__udivdi3" [drivers/vdpa/octeon_ep/octep_vdpa.ko] undefined!
 2024-05-17 19:59 UTC 

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

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

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

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

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-05-17 14:27 UTC  (2+ messages)

[PATCH v5 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-05-17 13:30 UTC  (11+ messages)
` [RFC] iomap: use huge zero folio in iomap_dio_zero

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-05-17 12:12 UTC  (14+ messages)
  ` [Lsf-pc] "

[linux-next:pending-fixes] BUILD REGRESSION 458b2d56b05cf5ea311066403c07fece5e9d4584
 2024-05-17 11:59 UTC 

[PATCH] mm/vmscan: Update stale references to shrink_page_list
 2024-05-17  9:13 UTC 

[PATCH] mm: refactor folio_undo_large_rmappable()
 2024-05-17  5:18 UTC  (5+ messages)

[PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
 2024-05-17  3:47 UTC  (8+ messages)

[PATCH v2 0/1] arch/fault: don't print logs for simulated poison errors
 2024-05-16 20:28 UTC  (9+ messages)
` [PATCH v2 1/1] arch/fault: don't print logs for pte marker "

[PATCH v1 0/7] mm: workingset reporting
 2024-05-16 19:39 UTC  (4+ messages)
` [PATCH v1 7/7] selftest: test system-wide "

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 

[linux-next:master 12978/13339] arch/riscv/errata/andes/errata.c:68:38: error: use of undeclared identifier 'RISCV_VENDOR_EXT_ALTERNATIVES_BASE'
 2024-05-16 15:33 UTC 

page-flags.rst
 2024-05-16 15:33 UTC  (2+ messages)

[PATCH v5 00/11] enable bs > ps in XFS
 2024-05-16 14:56 UTC  (4+ messages)
` [PATCH v5 05/11] mm: split a folio in minimum folio order chunks

[PATCH] vfs: Delete the associated dentry when deleting a file
 2024-05-16 13:44 UTC  (3+ messages)

[PATCH 07/12] shmem: check if a block is uptodate before splice into pipe
 2024-05-16 13:19 UTC  (2+ messages)

[PATCH v2 0/5] Enhance soft hwpoison handling and injection
 2024-05-16 12:47 UTC  (7+ 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

[linux-next:pending-fixes] BUILD REGRESSION b449e3dad2d62b390466a0f721095585e2646164
 2024-05-16 12:23 UTC 

[PATCH 1/4] mm/ksm: rename mm_slot members to ksm_slot for better readability
 2024-05-16 12:15 UTC  (4+ messages)
` [PATCH 3/4] mm/ksm: rename mm_slot_cache to ksm_slot_cache

[PATCH] mm/cma: get nid from physical address
 2024-05-16 11:16 UTC  (3+ messages)

[linux-next:master 13225/13339] arch/riscv/errata/andes/errata.c:68:45: error: 'RISCV_VENDOR_EXT_ALTERNATIVES_BASE' undeclared
 2024-05-16  9:29 UTC 

[PATCH v2] mm/huge_memory: don't unpoison huge_zero_folio
 2024-05-16  9:07 UTC  (5+ messages)

[LSF/MM/BPF TOPIC]mTHP reliable allocation and reclamation
 2024-05-16  7:07 UTC  (6+ messages)

[RFC PATCH] percpu_counter: reimplement _add_batch with __this_cpu_cmpxchg
 2024-05-16  6:28 UTC 

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-16  6:11 UTC  (2+ messages)

Memdesc wiki pages
 2024-05-16  2:28 UTC  (2+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-05-16  0:59 UTC  (6+ messages)


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