linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-19 02:16:36 to 2024-08-19 20:16:11 UTC [more...]

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-19 20:15 UTC  (5+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-19 20:15 UTC  (3+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-19 20:12 UTC  (2+ messages)

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-19 20:02 UTC  (13+ messages)
` [RFC 5/5] block: implement io_uring discard cmd

gcc-8: mm/swapfile.c:863:40: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds]
 2024-08-19 19:57 UTC  (4+ messages)

[PATCH 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
 2024-08-19 19:52 UTC  (7+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests

[PATCH 0/5] page allocation tag compression
 2024-08-19 19:34 UTC  (7+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
` [PATCH 2/5] alloc_tag: eliminate alloc_tag_ref_set
` [PATCH 3/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH 4/5] alloc_tag: make page allocation tag reference size configurable
` [PATCH 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-19 19:33 UTC  (46+ messages)
` [PATCH v3 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH v3 4/4] mm: prohibit NULL deference exposed for unsupported non-blockable __GFP_NOFAIL

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-19 19:19 UTC  (4+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[linux-next:pending-fixes] BUILD SUCCESS 9675ba1ff716baea4302c5a11e926d444f2d2ae0
 2024-08-19 19:15 UTC 

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-19 19:05 UTC  (9+ messages)

[PATCH v4 0/6] mm: split underused THPs
 2024-08-19 19:00 UTC  (11+ messages)
` [PATCH v4 1/6] mm: free zapped tail pages when splitting isolated thp
` [PATCH v4 2/6] mm: remap unused subpages to shared zeropage "
` [PATCH v4 3/6] mm: selftest to verify zero-filled pages are mapped to zeropage
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios
` [PATCH v4 5/6] mm: split underused THPs
` [PATCH v4 6/6] mm: add sysfs entry to disable splitting "

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-19 18:54 UTC 

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-19 18:40 UTC  (15+ messages)

[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-19 18:30 UTC 

[linux-next:master] BUILD REGRESSION 469f1bad3c1c6e268059f78c0eec7e9552b3894c
 2024-08-19 17:59 UTC 

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-08-19 17:29 UTC  (13+ messages)
` [PATCH v12 1/6] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v12 2/6] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v12 3/6] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v12 4/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v12 6/6] arm64: send SIGBUS to user process for SEA exception

[PATCH v2] mm: Give kmap_lock before call flush_tlb_kernel_rang,avoid kmap_high deadlock
 2024-08-19 16:10 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-19 17:09 UTC  (11+ messages)
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-19 17:00 UTC  (3+ messages)

[RFC PATCH v5 0/3] Add memory.max.effective for application's allocators
 2024-08-19 16:42 UTC  (4+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-19 16:33 UTC  (21+ messages)
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS

[PATCH RFC] Avoid memory barrier in read_seqcount() through load acquire
 2024-08-19 16:25 UTC  (3+ messages)

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-19 16:11 UTC  (4+ messages)

[PATCH net-next v13 11/14] mm: page_frag: introduce prepare/probe/commit API
 2024-08-19 16:00 UTC  (15+ messages)
  ` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
  ` [PATCH net-next v13 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-19 15:53 UTC  (4+ messages)
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage page table format

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-08-19 15:40 UTC  (3+ messages)

[PATCH] mm: kmem: fix split_page_memcg()
 2024-08-19 15:37 UTC  (2+ messages)

[PATCH 0/3] mm,TPP: Enable promotion of unmapped pagecache
 2024-08-19 15:15 UTC  (2+ messages)

[linux-next:master 4491/5342] arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb: board-control@2,0: 'mdio-mux-emi1@54' does not match any of the regexes: '^mdio-mux@[a-f0-9,]+$', 'pinctrl-[0-9]+'
 2024-08-19 14:26 UTC 

[PATCH v2 0/2] mm: collect the number of anon mTHP
 2024-08-19 14:22 UTC  (7+ messages)

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-19 14:19 UTC  (15+ messages)
  ` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()

[PATCH 09/16] iommupt: Add a kunit test for Generic Page Table and the IOMMU implementation
 2024-08-19 14:16 UTC  (3+ messages)

[linux-next:master] [of] 4be66e3207: BUG:kernel_NULL_pointer_dereference,address
 2024-08-19 14:03 UTC 

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-19 13:45 UTC  (11+ messages)

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-19 13:41 UTC  (3+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH 0/5] mm: finish three more folio conversion
 2024-08-19 13:27 UTC  (8+ messages)
` [PATCH 1/5] mm: remove find_subpage()

[PATCH] selftests/mm: remove unnecessary ia64 code and comment
 2024-08-19 13:06 UTC 

[PATCH] mm/util: Fix meminfo CommitLimit
 2024-08-19 11:36 UTC 

[PATCH v2] mm: skip less than check for MAX_NR_ZONES
 2024-08-19 11:26 UTC 

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-19 10:41 UTC  (4+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-19 10:09 UTC  (3+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[PATCH] selftests: mm: Fix build errors on armhf
 2024-08-19 10:05 UTC  (3+ messages)

[PATCH 0/5] support shmem mTHP collapse
 2024-08-19 10:05 UTC  (10+ messages)
` [PATCH 1/5] mm: khugepaged: expand the is_refcount_suitable() to support file folios
` [PATCH 2/5] mm: khugepaged: use the number of pages in the folio to check the reference count
` [PATCH 3/5] mm: khugepaged: support shmem mTHP copy
` [PATCH 4/5] mm: khugepaged: support shmem mTHP collapse
` [PATCH 5/5] selftests: mm: support shmem mTHP collapse testing

[PATCH] mm/hugetlb_cgroup: use folio in hugetlb_cgroup_move_parent()
 2024-08-19  9:52 UTC 

[RFC] mm, slub: avoid zeroing kmalloc redzone
 2024-08-19  9:39 UTC  (3+ messages)

[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
 2024-08-19  9:33 UTC  (2+ messages)

[PATCH] mm: skip less than check for MAX_NR_ZONES
 2024-08-19  9:30 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in do_vmi_munmap (2)
 2024-08-19  9:10 UTC 

[PATCH] mm/mmap.c: make brk() check RLIMIT_AS before page-aligning requested amount
 2024-08-19  9:06 UTC  (2+ messages)

[linux-next:master 4788/5190] arch/arm64/boot/dts/qcom/sa8775p-ride.dtb: remoteproc@2a300000: glink-edge:fastrpc:compute-cb@1:iommus: [[35, 10561, 1184], [35, 10593, 1184], [35, 10625, 1024], [35, 10689, 1184], [35, 10721, 1184], [35, 11585, 1184], [35, 11617, 1184], [35, 11649, 1024]
 2024-08-19  9:01 UTC  (2+ messages)

[linux-next:master 4789/5190] arch/arm64/boot/dts/qcom/sa8775p-ride.dtb: remoteproc@2a300000: glink-edge: Unevaluated properties are not allowed ('fastrpc' was unexpected)
 2024-08-19  9:01 UTC  (2+ messages)

[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
 2024-08-19  8:47 UTC  (9+ messages)
` [PATCH v5 2/9] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH v2] mm/memory: Don't require head page for do_set_pmd()
 2024-08-19  8:16 UTC  (5+ messages)

[PATCH -v2] Resource: fix region_intersects() for CXL memory
 2024-08-19  8:13 UTC  (2+ messages)

[syzbot] [cgroups?] [mm?] WARNING in folio_memcg
 2024-08-19  8:05 UTC  (2+ messages)

[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
 2024-08-19  7:57 UTC  (11+ messages)
              ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-19  6:58 UTC  (12+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-19  6:35 UTC  (8+ messages)

[RFC PATCH] mm: control mthp per process/cgroup
 2024-08-19  5:58 UTC  (3+ messages)

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-19  5:51 UTC  (5+ messages)
` [PATCH v4 4/4] mm: swap: Count successful mTHP ZSWAP stores in sysfs mTHP stats

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-08-19  4:40 UTC  (2+ messages)

Patch "netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"" has been added to the 6.10-stable tree
 2024-08-19  4:24 UTC 

[PATCH net-next v20 05/13] page_pool: devmem support
 2024-08-19  3:54 UTC 

[PATCH v3] slub: Fixes freepointer encoding for single free
 2024-08-19  2:43 UTC  (2+ messages)

[PATCH] mm: remove migration for HugePage in isolate_single_pageblock()
 2024-08-19  2:42 UTC  (7+ messages)

[PATCH v3 0/6] mm: split underutilized THPs
 2024-08-19  2:38 UTC  (5+ 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).