linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/3] mm/mempolicy: Use the already fetched local variable
 2024-02-17  7:31 UTC 

[akpm-mm:mm-unstable 82/320] kismet: WARNING: unmet direct dependencies detected for CRASH_DUMP when selected by FA_DUMP
 2024-02-17  6:48 UTC 

[PATCH 0/2] Adjust brk randomness
 2024-02-17  6:25 UTC  (3+ messages)
` [PATCH 1/2] x86: Increase brk randomness entropy on x86_64
` [PATCH 2/2] binfmt_elf: Leave a gap between .bss and brk

[PATCH v2] mm: zswap: increase reject_compress_poor but not reject_compress_fail if compression returns ENOSPC
 2024-02-17  5:36 UTC 

[PATCH] x86/vdso: Move vDSO to mmap region
 2024-02-17  5:31 UTC  (2+ messages)

[PATCH] mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority
 2024-02-17  5:11 UTC  (4+ messages)

[PATCH v3 0/3] mm/zswap & crypto/compress: remove a couple of memcpy
 2024-02-17  4:51 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: introduce acomp_is_sleepable to expose if comp drivers might sleep
` [PATCH v3 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v3 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH v2 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-17  4:38 UTC  (9+ messages)
` [PATCH v2 1/3] crypto: introduce acomp_is_sleepable to expose if a acomp has a scomp backend
` [PATCH v2 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v2 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[linux-next:master] BUILD REGRESSION d37e1e4c52bc60578969f391fb81f947c3e83118
 2024-02-17  4:08 UTC 

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-02-17  4:04 UTC  (13+ messages)
                  ` init_on_alloc digression: "

[PATCH] mm: compaction: refactor compact_node()
 2024-02-17  2:55 UTC  (5+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()

[PATCH v2 00/18] Rearrange batched folio freeing
 2024-02-17  2:25 UTC  (19+ messages)
` [PATCH v2 01/18] mm: Make folios_put() the basis of release_pages()
` [PATCH v2 02/18] mm: Convert free_unref_page_list() to use folios
` [PATCH v2 03/18] mm: Add free_unref_folios()
` [PATCH v2 04/18] mm: Use folios_put() in __folio_batch_release()
` [PATCH v2 05/18] memcg: Add mem_cgroup_uncharge_folios()
` [PATCH v2 06/18] mm: Remove use of folio list from folios_put()
` [PATCH v2 07/18] mm: Use free_unref_folios() in put_pages_list()
` [PATCH v2 08/18] mm: use __page_cache_release() in folios_put()
` [PATCH v2 09/18] mm: Handle large folios in free_unref_folios()
` [PATCH v2 10/18] mm: Allow non-hugetlb large folios to be batch processed
` [PATCH v2 11/18] mm: Free folios in a batch in shrink_folio_list()
` [PATCH v2 12/18] mm: Free folios directly in move_folios_to_lru()
` [PATCH v2 13/18] memcg: Remove mem_cgroup_uncharge_list()
` [PATCH v2 14/18] mm: Remove free_unref_page_list()
` [PATCH v2 15/18] mm: Remove lru_to_page()
` [PATCH v2 16/18] mm: Convert free_pages_and_swap_cache() to use folios_put()
` [PATCH v2 17/18] mm: Use a folio in __collapse_huge_page_copy_succeeded()
` [PATCH v2 18/18] mm: Convert free_swap_cache() to take a folio

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-17  1:11 UTC  (15+ messages)
` [RFC PATCH 1/8] mm: Switch mm->get_unmapped_area() to a flag
` [RFC PATCH 3/8] mm: Use get_unmapped_area_vmflags()
` [RFC PATCH 4/8] thp: Add thp_get_unmapped_area_vmflags()
` [RFC PATCH 5/8] mm: Take placement mappings gap into account

[PATCH 0/5] Docs/mm/damon: misc readability improvements
 2024-02-17  0:58 UTC  (6+ messages)
` [PATCH 1/5] Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable tree
` [PATCH 2/5] Docs/mm/damon: move the list of DAMOS actions to design doc
` [PATCH 3/5] Docs/mm/damon: move DAMON operation sets list from the usage to the design document
` [PATCH 4/5] Docs/mm/damon: move monitoring target regions setup detail "
` [PATCH 5/5] Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling condition

[PATCH v3 00/35] Memory allocation profiling
 2024-02-17  0:08 UTC  (48+ messages)
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH v2 1/6] mm/migrate: introduce migrate_pfn_to_folio()
 2024-02-16 23:19 UTC  (12+ messages)
` [PATCH v2 2/6] mm/migrate_device: further convert migrate_device_unmap() to folios
` [PATCH v2 3/6] mm/migrate_device: further convert migrate_device_finalize() "
` [PATCH v2 4/6] mm/migrate_device: convert __migrate_device_pages() "
` [PATCH v2 5/6] mm/migrate_device: convert migrate_device_coherent_page() to migrate_device_coherent_folio()
` [PATCH v2 6/6] mm/migrate_device: convert migrate_device_range() to folios

[linux-next:pending-fixes] BUILD REGRESSION a8f5f47b9dc3b207e4d0f7bfcc893907a5047d59
 2024-02-16 22:56 UTC 

[PATCH] mm: zswap: increase reject_compress_poor but not reject_compress_fail if compression returns ENOSPC
 2024-02-16 20:01 UTC  (6+ messages)

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-02-16 19:54 UTC  (16+ messages)
` [PATCH v6 12/18] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v6 13/18] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v6 14/18] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v6 16/18] arm64/mm: Implement pte_batch_hint()
` [PATCH v6 17/18] arm64/mm: __always_inline to improve fork() perf
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings

[PATCH v3 00/10] IOMMU memory observability
 2024-02-16 19:48 UTC  (6+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH] test_xarray: fix soft lockup for advanced-api tests
 2024-02-16 19:43 UTC 

[PATCH 0/2] mm/damon: fix quota status loss due to online tunings
 2024-02-16 19:40 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: fix quota stauts "
` [PATCH 2/2] mm/damon/lru_sort: fix quota status "

[PATCH v2] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
 2024-02-16 18:04 UTC  (3+ messages)

[PATCH v3] mm/swap: fix race when skipping swapcache
 2024-02-16 18:01 UTC  (5+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-16 17:58 UTC  (6+ messages)
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v5 05/12] cxl/memscrub: Add CXL device ECS "

[PATCH v6 0/4] Enable >0 order folio memory compaction
 2024-02-16 17:19 UTC  (6+ messages)
` [PATCH v6 1/4] mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
` [PATCH v6 2/4] mm/compaction: enable compacting >0 order folios
` [PATCH v6 3/4] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v6 4/4] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-16 17:18 UTC  (19+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles

[PATCH v4] mm: swap: async free swap slot cache entries
 2024-02-16 16:57 UTC  (5+ messages)

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-16 16:33 UTC  (13+ messages)
` [PATCH RFC 6/7] libfs: Convert simple directory offsets to use a Maple Tree
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-16 16:16 UTC  (9+ messages)

[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-16 16:12 UTC  (2+ messages)

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-16 15:57 UTC  (8+ messages)
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v3 11/17] tracing: Introduce kho serialization

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-16 15:51 UTC  (3+ messages)

[linux-next:master 6971/7658] mm/page_owner.c:860 stack_print() warn: unsigned 'nr_entries' is never less than zero
 2024-02-16 14:52 UTC  (2+ messages)

put the xfs xfile abstraction on a diet v3
 2024-02-16 13:53 UTC  (12+ messages)
` [PATCH 02/20] shmem: move shmem_mapping out of line
` [PATCH 05/20] shmem: export shmem_get_folio
` [PATCH 12/20] xfs: don't modify file and inode flags for shmem files
` [PATCH 13/20] xfs: don't allow highmem pages in xfile mappings
` [PATCH 14/20] xfs: use shmem_get_folio in xfile_obj_store

[PATCH v3] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-16 13:51 UTC  (2+ messages)

[syzbot] [gfs2?] INFO: task hung in write_cache_pages (3)
 2024-02-16 11:43 UTC  (2+ messages)

[PATCH] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-16 11:26 UTC  (11+ messages)

[PATCH v2] mm/filemap: Allow arch to request folio size for exec memory
 2024-02-16 11:18 UTC  (5+ messages)

[PATCH] mm/vmscan: Fix a bug calling wakeup_kswapd() with a wrong zone index
 2024-02-16 11:15 UTC 

[PATCH v3 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-16 10:41 UTC  (4+ messages)
` [PATCH v3 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH v3 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[PATCH v2] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-16  9:13 UTC  (3+ messages)

[PATCH v2 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-16  8:49 UTC  (7+ messages)
` [PATCH v2 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH v2 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[linux-next:master 2857/7658] ktd2801-backlight.c:undefined reference to `expresswire_write_u8'
 2024-02-16  6:38 UTC 

[syzbot] [mm?] possible deadlock in lock_vma
 2024-02-16  6:07 UTC 

[linux-next:master 6591/7658] drivers/gpu/drm/tests/drm_buddy_test.c:(.text.drm_test_buddy_alloc_contiguous+0xb0): undefined reference to `__umoddi3'
 2024-02-16  5:55 UTC 

[syzbot] [mm?] WARNING in move_pages
 2024-02-16  5:45 UTC 

[linux-next:pending-fixes 326/436] xtensa-linux-ld: drivers/gpu/drm/tests/drm_buddy_test.o:undefined reference to `__umoddi3'
 2024-02-16  4:00 UTC 

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-16  3:55 UTC  (7+ messages)
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous
` [PATCH 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
 2024-02-16  2:21 UTC  (4+ messages)

[PATCH v1 4/5] sbm: SandBox Mode KUnit test suite
 2024-02-16  1:53 UTC 

[PATCH v4 00/10] IOMMU memory observability
 2024-02-16  1:05 UTC  (6+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

page:  |  | latest

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