linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 20:01:03 to 2023-09-15 20:32:05 UTC [more...]

[PATCH v2 00/19] stackdepot: allow evicting stack traces
 2023-09-15 20:31 UTC  (6+ messages)
` [PATCH v2 05/19] lib/stackdepot: use fixed-sized slots for stack records
` [PATCH v2 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-15 20:00 UTC  (6+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[RFC 00/23] Enable block size > page size in XFS
 2023-09-15 19:54 UTC  (34+ messages)
` [RFC 01/23] fs: Allow fine-grained control of folio sizes
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio
` [RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
` [RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
` [RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
` [RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
` [RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()
` [RFC 09/23] filemap: use mapping_min_order while allocating folios
` [RFC 10/23] filemap: align the index to mapping_min_order in filemap_get_pages()
` [RFC 11/23] filemap: align the index to mapping_min_order in do_[a]sync_mmap_readahead
` [RFC 12/23] filemap: align index to mapping_min_order in filemap_fault()
` [RFC 13/23] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC 14/23] readahead: allocate folios with mapping_min_order in ra_unbounded()
` [RFC 15/23] readahead: align with mapping_min_order in force_page_cache_ra()
` [RFC 16/23] readahead: add folio with at least mapping_min_order in page_cache_ra_order
` [RFC 17/23] readahead: set the minimum ra size in get_(init|next)_ra
` [RFC 18/23] readahead: align ra start and size to mapping_min_order in ondemand_ra()
` [RFC 19/23] truncate: align index to mapping_min_order
` [RFC 20/23] mm: round down folio split requirements
` [RFC 21/23] xfs: expose block size in stat
` [RFC 22/23] xfs: enable block size larger than page size support
` [RFC 23/23] xfs: set minimum order folio for page cache based on blocksize

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-15 19:35 UTC  (4+ messages)

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-09-15 18:32 UTC  (7+ messages)
` [PATCH v2 8/9] mm: vmalloc: Support multiple nodes in vmallocinfo
` [PATCH v2 9/9] mm: vmalloc: Set nr_nodes/node_size based on CPU-cores

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-15 18:26 UTC  (18+ messages)
    ` [PATCH 1/6] filemap: make the folio order calculation shareable
    ` [PATCH 2/6] shmem: drop BLOCKS_PER_PAGE macro
    ` [PATCH 3/6] shmem: account for large order folios
    ` [PATCH 4/6] shmem: add order parameter support to shmem_alloc_folio
    ` [PATCH 5/6] shmem: add file length in shmem_get_folio path
    ` [PATCH 6/6] shmem: add large folios support to the write path

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-15 18:26 UTC  (17+ messages)

[PATCH 0/3] Use arch_make_folio_accessible() everywhere
 2023-09-15 18:17 UTC  (6+ messages)
` [PATCH 1/3] mm: Use arch_make_folio_accessible() in gup_pte_range()
` [PATCH 2/3] mm: Convert follow_page_pte() to use a folio
` [PATCH 3/3] s390: Convert arch_make_page_accessible() to arch_make_folio_accessible()

[PATCH v2] kernel/sched: Modify initial boot task idle setup
 2023-09-15 17:44 UTC 

[linux-next:master 3472/5666] include/linux/compiler_types.h:425:45: error: call to '__compiletime_assert_360' declared with attribute error: BUILD_BUG failed
 2023-09-15 17:43 UTC 

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-09-15 17:28 UTC  (10+ messages)
` [RFC PATCH 1/9] memory: scrub: Add scrub driver supports configuring memory scrubbers in the system
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes
` [RFC PATCH 3/9] Documentation/scrub-configure.rst: Add documentation for scrub driver
` [RFC PATCH 4/9] ACPI:RASF: Add extract RASF table to register RASF platform devices
` [RFC PATCH 5/9] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH 6/9] memory: RASF: Add memory RASF driver
` [RFC PATCH 7/9] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH 8/9] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH 9/9] memory: RAS2: Add memory RAS2 driver

[PATCH] kasan:fix access invalid shadow address when input is illegal
 2023-09-15 17:04 UTC  (10+ messages)

[RFC PATCH 00/14] Prevent cross-cache attacks in the SLUB allocator
 2023-09-15 16:30 UTC  (17+ messages)
` [RFC PATCH 01/14] mm/slub: don't try to dereference invalid freepointers
` [RFC PATCH 02/14] mm/slub: add is_slab_addr/is_slab_page helpers
` [RFC PATCH 03/14] mm/slub: move kmem_cache_order_objects to slab.h
` [RFC PATCH 04/14] mm: use virt_to_slab instead of folio_slab
` [RFC PATCH 05/14] mm/slub: create folio_set/clear_slab helpers
` [RFC PATCH 06/14] mm/slub: pass additional args to alloc_slab_page
` [RFC PATCH 07/14] mm/slub: pass slab pointer to the freeptr decode helper
` [RFC PATCH 08/14] security: introduce CONFIG_SLAB_VIRTUAL
` [RFC PATCH 09/14] mm/slub: add the slab freelists to kmem_cache
` [RFC PATCH 10/14] x86: Create virtual memory region for SLUB
` [RFC PATCH 11/14] mm/slub: allocate slabs from virtual memory
` [RFC PATCH 12/14] mm/slub: introduce the deallocated_pages sysfs attribute
` [RFC PATCH 13/14] mm/slub: sanity-check freepointers
` [RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL

Possible 6.5 regression: Huge values for "commited memory"
 2023-09-15 16:27 UTC  (2+ messages)

[RFC Patch 0/3] mm/slub: reduce contention for per-node list_lock for large systems
 2023-09-15 16:13 UTC  (7+ messages)
` [RFC Patch 3/3] mm/slub: setup maxim per-node partial according to cpu numbers

[linux-next:master 3785/5666] fs/bcachefs/btree_key_cache.c:113:7: warning: result of comparison of constant 9223372036854775807 with expression of type 'u32' (aka 'unsigned int') is always true
 2023-09-15 16:07 UTC 

[PATCH] mm/rmap: convert __page_check_anon_rmap() to folio
 2023-09-15 15:26 UTC  (3+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-15 15:05 UTC  (4+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-15 14:26 UTC  (12+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[PATCH] block: Remove special-casing of compound pages
 2023-09-15 14:21 UTC  (3+ messages)

[PATCH 4/4] mm/slub: refactor calculate_order() and calc_slab_order()
 2023-09-15 13:36 UTC  (2+ messages)

[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-15 13:24 UTC  (19+ messages)
` [RFC PATCH 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH 7/9] iov_iter: Add extract "
` [RFC PATCH 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH 2/2] zswap: shrinks zswap pool based on memory pressure
 2023-09-15 12:13 UTC  (2+ messages)

[PATCH 00/15] stackdepot: allow evicting stack traces
 2023-09-15 10:36 UTC  (5+ messages)
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records

[PATCH] mm: vmscan: fix NULL pointer dereference in can_reclaim_anon_pages
 2023-09-15 10:11 UTC  (3+ messages)

[PATCH v2 0/2] Expose swapcache stat for memcg v1
 2023-09-15 10:58 UTC  (3+ messages)
` [PATCH v2 1/2] memcg: expose "
` [PATCH v2 2/2] memcg: remove unused do_memsw_account in memcg1_stat_format

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-09-15  9:41 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/compaction: add support for "
` [RFC PATCH 4/4] mm/compaction: enable compacting >0 order folios

[PATCH v4 05/13] iov: Move iterator functions to a header file
 2023-09-15  9:38 UTC  (4+ messages)
` [PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs

[PATCH v2] maple_tree: use mas_node_count_gfp on mas_expected_entries
 2023-09-15  9:32 UTC 

[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
 2023-09-15  8:47 UTC  (3+ messages)
  `  "

[PATCH net-next v8 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
 2023-09-15  8:28 UTC 

[linux-next:master 5242/5666] raid-stripe-tree.c:(.text.btrfs_insert_striped_mirrored_raid_extents+0x124): undefined reference to `__udivdi3'
 2023-09-15  8:11 UTC 

[PATCH v6] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-09-15  8:34 UTC 

[PATCH] arch: arm: remove redundant clear_page when CONFIG_INIT_ON_ALLOC_DEFAULT_ON is on
 2023-09-15  5:47 UTC  (6+ messages)

[PATCH 0/3] userfaultfd remap option
 2023-09-15  4:15 UTC  (8+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[PATCH] mm: mglru: fix add unevictable folio to lruvec->lists
 2023-09-15  3:37 UTC  (7+ messages)
  ` 答复: "

[PATCH 0/8] mm/damon: provide pseudo-moving sum based access rate
 2023-09-15  2:52 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: define and use a dedicated function for region access rate update
` [PATCH 2/8] mm/damon/vaddr: call damon_update_region_access_rate() always
` [PATCH 3/8] mm/damon/core: implement a pseudo-moving sum function
` [PATCH 4/8] mm/damon/core-test: add a unit test for damon_moving_sum()
` [PATCH 5/8] mm/damon/core: introduce nr_accesses_bp
` [PATCH 6/8] mm/damon/core: use pseudo-moving sum for nr_accesses_bp
` [PATCH 7/8] mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
` [PATCH 8/8] mm/damon/core: mark damon_moving_sum() as a static function

[linux-next:master 5242/5666] ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
 2023-09-15  2:54 UTC 

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-15  1:01 UTC  (7+ messages)
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH -rfc 0/3] mm: kasan: fix softlock when populate or depopulate pte
 2023-09-15  0:58 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (5+ messages)

[PATCH v1 0/1] Report perpage metadata information
 2023-09-14 22:47 UTC  (10+ messages)
` [PATCH v1 1/1] mm: report per-page "

grab_cache_page vs grab_cache_folio?
 2023-09-14 20:52 UTC  (3+ 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).