linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 16:06:03 to 2024-02-14 10:43:50 UTC [more...]

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 10:43 UTC  (21+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 10:20 UTC  (36+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-14 10:13 UTC  (42+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded()
` [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 11/14] xfs: expose block size in stat
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
 2024-02-14  9:54 UTC  (6+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2024-02-14  9:15 UTC  (12+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2024-02-14  9:13 UTC  (7+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem

[PATCH v2 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-14  8:54 UTC  (3+ 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

[PATCH] selftests/mm: Don't needlessly use sudo to obtain root in run_vmtests.sh
 2024-02-14  8:53 UTC  (6+ messages)

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-14  8:36 UTC  (44+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 07/20] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions
` [PATCH v2 bpf-next 08/20] bpf: Add x86-64 JIT support for bpf_cast_user instruction
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 11/20] libbpf: Add __arg_arena to bpf_helpers.h
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 17/20] selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-14  8:31 UTC  (4+ messages)
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel

shmem patches headsup: Re: [ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe
 2024-02-14  8:21 UTC  (3+ messages)

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (14+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[PATCH] mm/huge_memory: fix swap entry values of tail pages of THP
 2024-02-14  6:34 UTC  (5+ messages)

[PATCH mm-unstable v1 0/5] mm/mglru: code cleanup and
 2024-02-14  6:05 UTC  (6+ messages)
` [PATCH mm-unstable v1 1/5] mm/mglru: drop unused parameter
` [PATCH mm-unstable v1 2/5] mm/mglru: improve should_run_aging()
` [PATCH mm-unstable v1 3/5] mm/mglru: improve reset_mm_stats()
` [PATCH mm-unstable v1 4/5] mm/mglru: improve struct lru_gen_mm_walk
` [PATCH mm-unstable v1 5/5] mm/mglru: improve swappiness handling

[PATCH] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-14  3:53 UTC 

[PATCH v3] mm: swap: async free swap slot cache entries
 2024-02-14  0:08 UTC  (2+ messages)

[PATCH] selftests: damon: add access_memory to .gitignore
 2024-02-13 23:57 UTC 

[PATCH v3 0/4] selftests: add missing gitignore files and include generated objects
 2024-02-13 23:38 UTC  (6+ messages)
` [PATCH v3 1/4] selftests: uevent: add missing gitignore
` [PATCH v3 2/4] selftests: thermal: intel: power_floor: "
` [PATCH v3 3/4] selftests: thermal: intel: workload_hint: "
` [PATCH v3 4/4] selftests: damon: add access_memory to .gitignore

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-13 22:46 UTC  (10+ messages)

[linux-next:master 4835/6424] io_uring/io_uring.c:2175:23: sparse: sparse: cast to restricted io_req_flags_t
 2024-02-13 22:38 UTC 

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-13 21:57 UTC  (4+ messages)
` [PATCH v6 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v6 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v6 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-02-13 21:56 UTC 

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-13 21:40 UTC  (9+ messages)
` [PATCH RFC 1/7] libfs: Rename "so_ctx"
` [PATCH RFC 2/7] libfs: Define a minimum directory offset
` [PATCH RFC 3/7] libfs: Add simple_offset_empty()
` [PATCH RFC 4/7] maple_tree: Add mtree_alloc_cyclic()
` [PATCH RFC 5/7] test_maple_tree: testing the cyclic allocation
` [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] arm64: allow post-init vmalloc PXNTable
 2024-02-13 20:18 UTC  (8+ messages)
  ` [External] "

[linux-next:master 5601/6082] drivers/md/dm.c:2131:undefined reference to `set_dax_nocache'
 2024-02-13 20:44 UTC  (2+ messages)

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 20:40 UTC  (17+ messages)
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-13 19:39 UTC  (6+ messages)

[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit
 2024-02-13 19:08 UTC  (2+ messages)

[PATCH v5 00/25] Transparent Contiguous PTEs for User Mappings
 2024-02-13 18:05 UTC  (15+ messages)
` [PATCH v5 20/25] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v5 21/25] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v5 23/25] arm64/mm: Implement pte_batch_hint()
` [PATCH v5 24/25] arm64/mm: __always_inline to improve fork() perf
` [PATCH v5 25/25] arm64/mm: Automatically fold contpte mappings

[PATCH 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-13 17:45 UTC  (9+ messages)
` [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[PATCH v4 00/10] IOMMU memory observability
 2024-02-13 17:26 UTC  (5+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

[PATCH] mm: memcontrol: clarify swapaccount=0 deprecation warning
 2024-02-13 17:01 UTC  (2+ messages)

[linux-next:master 5469/6424] loongarch64-linux-ld: drivers/md/dm.c:2132:undefined reference to `set_dax_nomc'
 2024-02-13 16:48 UTC 


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).