linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/2] mm: collect the number of anon mTHP
 2024-08-19  8:33 UTC  (5+ messages)

[PATCH v4 0/6] mm: split underused THPs
 2024-08-19  8:30 UTC  (9+ 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 "

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  8:28 UTC 

[PATCH v5 0/9] mm: swap: mTHP swap allocator base on swap cluster order
 2024-08-19  8:27 UTC  (11+ 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 0/5] support shmem mTHP collapse
 2024-08-19  8:14 UTC  (6+ 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 -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] mm: kmem: fix split_page_memcg()
 2024-08-19  8:04 UTC 

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

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-19  7:51 UTC  (14+ messages)
` [PATCH v3 1/4] vduse: avoid using __GFP_NOFAIL
` [PATCH v3 2/4] mm: document __GFP_NOFAIL must be blockable
` [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 0/3] mm,TPP: Enable promotion of unmapped pagecache
 2024-08-19  7:46 UTC 

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-19  7:37 UTC  (6+ messages)

[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
 2024-08-19  7:02 UTC 

[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

[RFC] mm, slub: avoid zeroing kmalloc redzone
 2024-08-19  6:41 UTC 

[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 v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-19  5:55 UTC  (3+ messages)

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-19  5:51 UTC  (8+ messages)
` [PATCH v4 1/4] mm: zswap: zswap_is_folio_same_filled() takes an index in the folio
` [PATCH v4 2/4] mm: zswap: zswap_store() extended to handle mTHP folios
` [PATCH v4 3/4] mm: Add MTHP_STAT_ZSWPOUT to sysfs per-order mthp stats
` [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 0/3] binfmt_elf: Honor PT_LOAD alignment for static PIE
 2024-08-19  3:55 UTC  (5+ messages)
` [PATCH 1/3] selftests/exec: Build both static and non-static load_address tests

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

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

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-19  2:51 UTC  (6+ messages)
` [PATCH 13/16] iommupt: Add the x86 PAE page table format
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage "

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

[PATCH v3 0/6] mm: split underutilized THPs
 2024-08-19  2:38 UTC  (11+ messages)
` [PATCH v3 1/6] mm: free zapped tail pages when splitting isolated thp

[PATCH v3 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-19  2:15 UTC  (8+ messages)
` [PATCH v3 1/4] mm: zswap: zswap_is_folio_same_filled() takes an index in the folio
` [PATCH v3 2/4] mm: zswap: zswap_store() extended to handle mTHP folios
` [PATCH v3 3/4] mm: Add MTHP_STAT_ZSWPOUT to sysfs per-order mthp stats
` [PATCH v3 4/4] mm: swap: Count successful mTHP ZSWAP stores in sysfs mTHP stats

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

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-19  1:31 UTC  (2+ messages)

[PATCH] mm/mmap.c: make brk() check RLIMIT_AS before page-aligning requested amount
 2024-08-19  0:35 UTC 

[PATCH v11 01/14] EDAC: Add support for EDAC device feature's control
 2024-08-19  0:29 UTC  (3+ messages)

[PATCH v2 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
 2024-08-18 21:01 UTC  (2+ messages)
` [PATCH v2 2/2] mm/kmemleak: Use IS_ERR_PCPU() for pointer in the percpu address space

[PATCH 0/5] mm: finish three more folio conversion
 2024-08-18 20:33 UTC  (7+ messages)
` [PATCH 1/5] mm: remove find_subpage()
` [PATCH 2/5] pagemap: use a folio in __readahead_batch()
` [PATCH 3/5] mm: remove thp_nr_pages()
` [PATCH 4/5] mm: khugepaged: pass a folio for set_huge_pmd()
` [PATCH 5/5] mm: remove PageTransHuge()

[PATCH v2] mm/kmemleak: Use explicit cast to cast pointer from percpu to generic AS
 2024-08-18 19:51 UTC  (2+ messages)

[PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
 2024-08-18 19:23 UTC  (2+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-18  8:25 UTC  (17+ messages)
` [PATCH v7 1/8] Get rid of __get_task_comm()
` [PATCH v7 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v7 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v7 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v7 7/8] net: Replace strcpy() with strscpy()
` [PATCH v7 8/8] drm: "

[PATCH v11 14/14] cxl/memfeature: Add CXL memory device PPR control feature
 2024-08-18  7:52 UTC  (2+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-18  6:36 UTC  (9+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 5/7] mseal: Replace can_modify_mm_madv with a vma variant
` [PATCH v3 6/7] mm: Remove can_modify_mm()
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[GIT PULL] hotfixes for 6.11-rc4
 2024-08-18  3:11 UTC  (2+ messages)

[linux-next:master 4977/5190] arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb: codec@3240000: clocks: [[125, 57, 1], [125, 58, 1], [125, 102, 1], [125, 103, 1], [126]] is too short
 2024-08-17 13:39 UTC 

[PATCH] ratelimit: convert flags to int to save 8 bytes in size
 2024-08-17 12:41 UTC  (2+ messages)

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-17 11:05 UTC  (12+ messages)
` [PATCH 09/19] mm: New follow_pfnmap API
  ` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-17  8:49 UTC  (6+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()
` [PATCH v2 2/5] mm: memory-failure: add unmap_posioned_folio()
` [PATCH v2 3/5] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()
` [PATCH v2 5/5] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation

[PATCH v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-17  8:43 UTC  (2+ messages)

[RFC PATCH v5 0/3] Add memory.max.effective for application's allocators
 2024-08-17  6:00 UTC  (3+ messages)

[PATCH v5] mm: override mTHP "enabled" defaults at kernel cmdline
 2024-08-17  4:55 UTC 

[PATCH v3 04/10] x86/insn: Read and decode insn without crossing the page boundary
 2024-08-17  3:28 UTC 

[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-17  2:47 UTC 

[RFC][PATCH 0/5] slab: Allocate and use per-call-site caches
 2024-08-17  1:30 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-17  1:05 UTC  (10+ messages)
` [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v6 03/11] KVM: arm64: "
` [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit

[linux-next:fs-next] BUILD SUCCESS acdbedbc8dbc3bc60c99c757583873aef000d1f4
 2024-08-17  0:53 UTC 

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-17  0:22 UTC  (2+ messages)

[syzbot] [jfs?] KASAN: slab-use-after-free Read in dbFreeBits
 2024-08-17  0:08 UTC 

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-16 23:52 UTC  (10+ messages)
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages

[linux-next:fs-current] BUILD SUCCESS ac3baca764a45578ae7a38815a01528e277afc24
 2024-08-16 23:21 UTC 

[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-16 22:02 UTC 

[PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
 2024-08-16 21:58 UTC  (4+ messages)
` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS

[PATCH v6 2/2] mm: support large folios swap-in for zRAM-like devices
 2024-08-16 21:39 UTC  (6+ messages)

[PATCH v11 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
 2024-08-16 21:21 UTC  (2+ messages)

[PATCH v4] filemap: add trace events for get_pages, map_pages, and fault
 2024-08-16 21:10 UTC 

[linux-next:master 3822/5190] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3301:17: error: implicit declaration of function 'pci_prepare_ats'; did you mean 'pci_enable_ats'?
 2024-08-16 21:00 UTC 

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-16 19:52 UTC 

[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-08-16 19:32 UTC  (3+ messages)
` [RFC PATCH v2 03/10] KVM: Implement kvm_(read|/write)_guest_page for private memory slots

[linux-next:pending-fixes] BUILD SUCCESS 8add3b66d4f542485e2d694e005f855dc64ea5eb
 2024-08-16 19:32 UTC 

[PATCH] mm/slub: Add check for s->flags in the alloc_tagging_slab_free_hook
 2024-08-16 19:20 UTC  (4+ messages)

[RFC bpf-next v4 4/6] bpf: pin, translate, and unpin __uptr from syscalls
 2024-08-16 19:12 UTC 

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-16 18:42 UTC  (10+ messages)

[RFC PATCH] selftests/mm: compaction_test: Move often used filepaths to strings
 2024-08-16 18:08 UTC 

[PATCH 03/16] iommupt: Add the basic structure of the iommu implementation
 2024-08-16 17:58 UTC  (2+ messages)

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

[RFC PATCH] selftests/mm: compaction_test: Move often used filepaths to strings
 2024-08-16 17:54 UTC  (2+ messages)

[PATCH v2 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-16 17:50 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