Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-23 23:04:14 to 2024-05-26 09:29:14 UTC [more...]

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-05-26  9:29 UTC  (7+ messages)
` [RFC PATCH 1/8] mm: Provide pagesize to pmd_populate()
` [RFC PATCH 4/8] mm: Provide mm_struct and address to huge_ptep_get()

[RFC PATCH v3 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-26  9:22 UTC  (17+ messages)
` [RFC PATCH v3 01/16] powerpc/64e: Remove unused IBM HTW code [SQUASHED]
` [RFC PATCH v3 02/16] mm: Define __pte_leaf_size() to also take a PMD entry
` [RFC PATCH v3 03/16] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH v3 04/16] powerpc/mm: Remove _PAGE_PSIZE
` [RFC PATCH v3 05/16] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [RFC PATCH v3 06/16] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH v3 07/16] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH v3 08/16] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v3 09/16] powerpc/8xx: Simplify struct mmu_psize_def
` [RFC PATCH v3 10/16] powerpc/e500: Remove enc and ind fields from "
` [RFC PATCH v3 11/16] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [RFC PATCH v3 12/16] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v3 13/16] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v3 14/16] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v3 15/16] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v3 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD

[linux-next:master 12103/13737] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:540:18: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2024-05-26  9:06 UTC 

[PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
 2024-05-26  9:05 UTC  (6+ messages)

[GIT PULL] hotfixes for 6.10-rc1
 2024-05-25 22:25 UTC  (2+ messages)

[RFC PATCH v2 0/3] Add NUMA-aware DAMOS watermarks
 2024-05-25 17:47 UTC  (4+ messages)

[Patch v3 1/3] mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn
 2024-05-25 15:36 UTC  (4+ messages)
` [Patch v3 2/3] mm/memblock: fix a typo of for_each_mem_region()
` [Patch v3 3/3] mm/mm_init.c: move nr_initialised reset down a bit

[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-25 10:33 UTC  (26+ messages)
` [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 14/20] powerpc/e500: Remove enc field from struct mmu_psize_def
` [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD

include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id'
 2024-05-25  8:32 UTC  (4+ messages)

[PATCH 00/13] Some cleanups for memory-failure
 2024-05-25  6:39 UTC  (22+ messages)
` [PATCH 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH 02/13] mm/memory-failure: remove MF_MSG_SLAB
` [PATCH 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
` [PATCH 04/13] mm/memory-failure: save a page_folio() call
` [PATCH 05/13] mm/memory-failure: remove unneeded empty string
` [PATCH 06/13] mm/memory-failure: remove confusing initialization to count
` [PATCH 07/13] mm/memory-failure: remove unneeded hwpoison_filter() variant
` [PATCH 08/13] mm/memory-failure: use helper macro task_pid_nr()
` [PATCH 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory()
` [PATCH 10/13] mm/memory-failure: move some function declarations into internal.h
` [PATCH 11/13] mm/memory-failure: fix comment of get_hwpoison_page()
` [PATCH 12/13] mm/memory-failure: remove obsolete comment in kill_proc()
` [PATCH 13/13] mm/memory-failure: correct comment in me_swapcache_dirty

[linux-next:master 13533/13585] powerpc-linux-ld: drivers/gpu/drm/amd/display/dc/dml/dcn401/dcn401_fpu.o uses hard float, arch/powerpc/kernel/udbg.o uses soft float
 2024-05-25  6:17 UTC 

[PATCH] selftests/mm: Fix build warnings on ppc64
 2024-05-25  4:32 UTC  (2+ messages)

[akpm-mm:mm-nonmm-unstable 40/43] drivers/md/bcache/movinggc.o: warning: objtool: unexpected relocation symbol type in .rela.discard.reachable
 2024-05-25  2:39 UTC 

[Patch v2 1/2] mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn
 2024-05-25  2:23 UTC  (4+ messages)
` [Patch v2 2/2] mm/mm_init.c: move nr_initialised reset down a bit

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-25  1:03 UTC  (4+ messages)
` [PATCH rfc 6/9] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c

powerpc-linux-ld: drivers/gpu/drm/amd/display/dc/dml/dml1_display_rq_dlg_calc.o uses hard float, arch/powerpc/kernel/udbg.o uses soft float
 2024-05-25  0:43 UTC 

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

[PATCH RFC 0/2] mm/x86/pat: Fix two possible issues
 2024-05-24 23:55 UTC  (7+ messages)
` [PATCH RFC 2/2] mm/x86/pat: Do proper PAT bit shift for large mappings

[RFC] Huge remap_pfn_range for vfio-pci
 2024-05-24 23:31 UTC  (2+ messages)

[PATCH] kmsan: introduce test_unpoison_memory()
 2024-05-24 23:28 UTC 

[PATCH] mm, slab: don't wrap internal functions with alloc_hooks()
 2024-05-24 23:26 UTC  (2+ messages)

[PATCH 0/3] mm: zswap: trivial folio conversions
 2024-05-24 23:12 UTC  (7+ messages)
` [PATCH 1/3] mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()
` [PATCH 2/3] mm :zswap: use kmap_local_folio() in zswap_load()
` [PATCH 3/3] mm: zswap: make same_filled functions folio-friendly

[GIT PULL] final MM update for 6.10-rc1
 2024-05-24 22:54 UTC  (2+ messages)

[PATCH] x86: kmsan: Fix hook for unaligned accesses
 2024-05-24 22:35 UTC  (3+ messages)

[PATCH v12] mm: report per-page metadata information
 2024-05-24 20:36 UTC  (4+ messages)

[PATCH] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-05-24 20:12 UTC  (10+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-24 19:47 UTC  (13+ messages)
` [PATCH v2 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v2 2/9] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v2 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
` [PATCH v2 5/9] fs/procfs: add build ID fetching to "
` [PATCH v2 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v2 7/9] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v2 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v2 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-24 19:11 UTC  (9+ messages)
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext

[PATCH] mm: remove page_mapping()
 2024-05-24 18:19 UTC  (2+ messages)

[linux-next:master] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression
 2024-05-24 18:06 UTC  (12+ messages)

(2) [RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
 2024-05-24 17:33 UTC  (7+ messages)
`  "
      `  "

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-05-24 17:17 UTC  (3+ messages)
` [PATCH 1/2] mm: swap: swap cluster switch to double link list
` [PATCH 2/2] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-24 17:16 UTC  (2+ messages)

[PATCH] mm: arm64: Fix the out-of-bounds issue in contpte_clear_young_dirty_ptes
 2024-05-24 17:10 UTC  (5+ messages)

[PATCH] mm: vmscan: restore incremental cgroup iteration
 2024-05-24 16:35 UTC  (2+ messages)

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-24 16:12 UTC  (9+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-05-24 15:19 UTC  (6+ messages)

[PATCH 0/4] mm/ksm: cmp_and_merge_page() optimizations and cleanup
 2024-05-24 15:12 UTC  (6+ messages)
` [PATCH 1/4] mm/ksm: refactor out try_to_merge_with_zero_page()
` [PATCH 2/4] mm/ksm: don't waste time searching stable tree for fast changing page
` [PATCH 3/4] mm/ksm: optimize the chain()/chain_prune() interfaces
` [PATCH 4/4] mm/ksm: use ksm page itself if no another ksm page is found on stable tree

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-05-24 15:01 UTC  (7+ messages)
` [PATCH v3 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v3 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH v2 0/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable
 2024-05-24 14:15 UTC  (5+ messages)
` [PATCH v2 1/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable by default
` [PATCH v2 2/2] memfd:add MEMFD_NOEXEC_SEAL documentation

[PATCH v5 1/2] filemap: add helper mapping_max_folio_size()
 2024-05-24 12:18 UTC  (8+ 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-24 12:02 UTC  (5+ messages)
` [PATCH 1/2] mm,memory_hotplug: Remove un-taken lock

[PATCH RFC 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
 2024-05-24 10:04 UTC  (8+ messages)
` [PATCH RFC 1/6] mm: update _mapcount and page_type documentation
` [PATCH RFC 2/6] mm: allow reuse of the lower 16bit of the page type with an actual type
` [PATCH RFC 3/6] mm/zsmalloc: use a proper page type

[Chapter One] THP zones: the use cases of policy zones
 2024-05-24  8:38 UTC  (2+ messages)

[Patch v2] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-24  8:08 UTC  (4+ messages)

[syzbot] [kernel?] WARNING in flush_cpu_slab
 2024-05-24  8:02 UTC  (3+ messages)

[PATCH] rmap: remove DEFINE_PAGE_VMA_WALK()
 2024-05-24  6:57 UTC  (2+ messages)

[PATCH 0/5] mm: cleanup MIGRATE_SYNC_NO_COPY mode
 2024-05-24  5:28 UTC  (6+ messages)
` [PATCH 1/5] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH 2/5] mm: migrate_device: use a newfolio in __migrate_device_pages()
` [PATCH 3/5] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH 4/5] mm: migrate: remove migrate_folio_extra()
` [PATCH 5/5] mm: remove MIGRATE_SYNC_NO_COPY mode

[PATCH v10 0/4] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-05-24  3:20 UTC  (5+ messages)
` [PATCH v10 4/4] mm/madvise: optimize "

[akpm-mm:mm-unstable 67/107] udmabuf.c:undefined reference to `vmf_insert_pfn'
 2024-05-24  3:17 UTC 

[PATCH] Modified XArray entry bit flags as macro constants
 2024-05-24  3:05 UTC  (2+ messages)

include/linux/huge_mm.h:285:undefined reference to `mthp_stats'
 2024-05-24  2:33 UTC  (3+ messages)

[PATCH v2] mm: memcontrol: remove page_memcg()
 2024-05-24  1:49 UTC 

[PATCH 1/2] mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn
 2024-05-24  0:59 UTC  (4+ messages)
` [PATCH 2/2] mm/mm_init.c: count nr_initialised only for last zone

[PATCH] mm: let kswapd work again for node that used to be hopeless but may not now
 2024-05-24  0:47 UTC  (3+ messages)

[PATCH] mm/debug_vm_pgtable: Drop RANDOM_ORVALUE trick
 2024-05-23 23:23 UTC  (2+ messages)

[PATCH v14 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-05-23 23:04 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).