linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-02-16 12:53 UTC  (26+ messages)
` [PATCH v6 04/18] arm64/mm: Convert pte_next_pfn() to pte_advance_pfn()
` [PATCH v6 07/18] arm64/mm: Convert READ_ONCE(*ptep) to ptep_get(ptep)
` [PATCH v6 08/18] arm64/mm: Convert set_pte_at() to set_ptes(..., 1)
` [PATCH v6 09/18] arm64/mm: Convert ptep_clear() to ptep_get_and_clear()
` [PATCH v6 10/18] arm64/mm: New ptep layer to manage contig bit
` [PATCH v6 11/18] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [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 v2 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-16 12:38 UTC  (7+ 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

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-16 12:30 UTC  (12+ messages)
` [RFC PATCH 1/8] mm: Switch mm->get_unmapped_area() to a flag
` [RFC PATCH 2/8] mm: Introduce arch_get_unmapped_area_vmflags()
` [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
` [RFC PATCH 6/8] x86/mm: Implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS
` [RFC PATCH 7/8] x86/mm: Care about shadow stack guard gap during placement
` [RFC PATCH 8/8] selftests/x86: Add placement guard gap test for shstk

[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 12:22 UTC  (4+ messages)
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature

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

[PATCH v3] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-16 11:40 UTC 

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

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

[PATCH v3] mm/swap: fix race when skipping swapcache
 2024-02-16 10:55 UTC  (3+ messages)

[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 RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-16 10:15 UTC  (9+ messages)
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

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

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

[PATCH v3 00/35] Memory allocation profiling
 2024-02-16  9:45 UTC  (55+ messages)
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [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 31/35] lib: add memory allocations report in show_mem()

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-16  9:31 UTC  (18+ 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] mm: zswap: increase reject_compress_poor but not reject_compress_fail if compression returns ENOSPC
 2024-02-16  9:17 UTC  (5+ messages)

[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

put the xfs xfile abstraction on a diet v3
 2024-02-16  7:40 UTC  (11+ 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] mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority
 2024-02-16  7:24 UTC  (3+ messages)

[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 

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

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

[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

[PATCH v8 0/1] mm: report per-page metadata information
 2024-02-16  0:39 UTC  (4+ messages)
` [PATCH v8 1/1] "

[PATCH v10 0/7] page_owner: print stacks and their outstanding allocations
 2024-02-16  0:25 UTC  (11+ messages)
` [PATCH v10 1/7] lib/stackdepot: Fix first entry having a 0-handle
` [PATCH v10 2/7] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v10 3/7] mm,page_owner: Maintain own list of stack_records structs
` [PATCH v10 4/7] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v10 5/7] mm,page_owner: Display all stacks and their count
` [PATCH v10 6/7] mm,page_owner: Filter out stacks by a threshold
` [PATCH v10 7/7] mm,page_owner: Update Documentation regarding page_owner_stacks

[PATCH v2] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
 2024-02-15 23:55 UTC  (2+ messages)

[RFC PATCH 0/6] Implement initial CXL Timeout & Isolation support
 2024-02-15 23:43 UTC 

[PATCH] kasan: Increase the number of bits to shift when recording extra timestamps
 2024-02-15 23:38 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-02-15 23:17 UTC  (9+ messages)

[PATCH v7 0/4] per-vma locks in userfaultfd
 2024-02-15 22:19 UTC  (6+ messages)
` [PATCH v7 1/4] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v7 2/4] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v7 3/4] mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCK
` [PATCH v7 4/4] userfaultfd: use per-vma locks in userfaultfd operations

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-15 22:17 UTC  (5+ messages)
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-02-15 21:14 UTC 

[PATCH] rmap: Replace two calls to compound_order with folio_order
 2024-02-15 20:53 UTC 

[linux-next:master 6204/6884] dm.c:undefined reference to `set_dax_nocache'
 2024-02-15 20:37 UTC 

[PATCH v5 0/3] Enable >0 order folio memory compaction
 2024-02-15 20:04 UTC  (12+ messages)
` [PATCH v5 1/3] mm/compaction: enable compacting >0 order folios
` [PATCH v5 2/3] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v5 3/3] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH v1 00/14] Fast kernel headers: split linux/mm.h
 2024-02-15 19:41 UTC  (12+ messages)
` [PATCH v1 06/14] linux/mm.h: move page_size() to mm/page_size.h
` [PATCH v1 07/14] linux/mm.h: move folio_next() to mm/folio_next.h
` [PATCH v1 09/14] linux/mm.h: move usage count functions to mm/page_usage.h
` [PATCH v1 13/14] linux/mm.h: move high_memory to mm/high_memory.h
` [PATCH v1 14/14] include: reduce dependencies on linux/mm.h

[RFC PATCH 1/1] sched/rseq: Consider rseq abort in page fault handler
 2024-02-15 19:14 UTC 

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-15 19:07 UTC  (12+ messages)

[PATCH] kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()
 2024-02-15 17:20 UTC  (2+ messages)

mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests
 2024-02-15 17:16 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