Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-17 07:07:43 to 2024-04-18 11:37:17 UTC [more...]

[PATCH net-next v10 00/10] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-18 11:36 UTC  (10+ messages)
` [PATCH net-next v10 01/10] net: intel: introduce {,Intel} Ethernet common library
` [PATCH net-next v10 02/10] iavf: kill "legacy-rx" for good
` [PATCH net-next v10 03/10] iavf: drop page splitting and recycling
` [PATCH net-next v10 04/10] slab: introduce kvmalloc_array_node() and kvcalloc_node()
` [PATCH net-next v10 05/10] page_pool: constify some read-only function arguments
` [PATCH net-next v10 06/10] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v10 07/10] libeth: add Rx buffer management
` [PATCH net-next v10 08/10] iavf: pack iavf_ring more efficiently
` [PATCH net-next v10 09/10] iavf: switch to Page Pool

[PATCH] mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
 2024-04-18 11:04 UTC  (4+ messages)

[PATCH v1 0/3] cgroup/rstat: global cgroup_rstat_lock changes
 2024-04-18 11:00 UTC  (12+ messages)
` [PATCH v1 1/3] cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints
` [PATCH v1 2/3] cgroup/rstat: convert cgroup_rstat_lock back to mutex
` [PATCH v1 3/3] cgroup/rstat: introduce ratelimited rstat flushing

[PATCH v9 0/4] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-18 10:57 UTC  (5+ messages)
` [PATCH v9 1/4] mm/madvise: introduce clear_young_dirty_ptes() batch helper
` [PATCH v9 2/4] mm/arm64: override "
` [PATCH v9 3/4] mm/memory: add any_dirty optional pointer to folio_pte_batch()
` [PATCH v9 4/4] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

[PATCH 0/3] Improve memory statistics for virtio balloon
 2024-04-18 10:58 UTC  (5+ messages)
` [PATCH 1/3] virtio_balloon: introduce oom-kill invocations
` [PATCH 2/3] virtio_balloon: introduce memory allocation stall counter
` [PATCH 3/3] virtio_balloon: introduce memory scan/reclaim info

[PATCH] mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
 2024-04-18 10:44 UTC  (5+ messages)

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 10:23 UTC  (9+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-18 10:19 UTC  (20+ messages)
` [PATCH 1/8] NFS: remove nfs_page_lengthg and usage of page_index
` [PATCH 2/8] nilfs2: drop "
` [PATCH 3/8] f2fs: "
` [PATCH 4/8] ceph: "
` [PATCH 5/8] cifs: drop usage of page_file_offset
` [PATCH 6/8] mm/swap: get the swap file offset directly
` [PATCH 7/8] mm: drop page_index/page_file_offset and convert swap helpers to use folio
` [PATCH 8/8] mm/swap: reduce swap cache search space

[PATCH v2 0/1] slub: limit number of slabs to scan in count_partial()
 2024-04-18 10:01 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-18  9:55 UTC  (23+ messages)
` [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache

[PATCH net-next v2 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()
 2024-04-18  9:39 UTC  (19+ messages)
` [PATCH net-next v2 06/15] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH net-next v2 10/15] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias

selftests: mm: seal_elf.c:140:45: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[5]' [-Wformat=]
 2024-04-18  9:37 UTC 

[PATCH v3 00/11] Some cleanups for memory-failure
 2024-04-18  9:31 UTC  (9+ messages)
` [PATCH v3 04/11] mm: Make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
` [PATCH v3 05/11] mm/memory-failure: Convert shake_page() to shake_folio()
` [PATCH v3 07/11] mm/memory-failure: Convert memory_failure() to use a folio
` [PATCH v3 10/11] mm/memory-failure: Use folio functions throughout collect_procs()

[PATCH] fstests: add fsstress + compaction test
 2024-04-18  9:19 UTC  (5+ messages)

[PATCH 1/6] mm/memblock: reduce the two round insertion of memblock_add_range()
 2024-04-18  9:02 UTC  (6+ messages)
` [PATCH 2/6] memblock tests: add the 129th memory block at all possible position

[PATCH v6 0/4] Memory management patches needed by Rust Binder
 2024-04-18  8:59 UTC  (5+ messages)
` [PATCH v6 1/4] rust: uaccess: add userspace pointers
` [PATCH v6 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v6 4/4] rust: add abstraction for `struct page`

[PATCH 0/5] mm: code and data partitioning improvements
 2024-04-18  8:55 UTC  (3+ messages)
` [PATCH 1/5] mm: allow arch refinement/skip for vmap alloc

[PATCH 0/2] mm/hugetlb: a few fixup patches for hugetlb
 2024-04-18  8:00 UTC  (5+ messages)
` [PATCH 1/2] mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
` [PATCH 2/2] mm/hugetlb: fix unable to handle page fault for address dead000000000108

[syzbot] [mm?] KMSAN: kernel-infoleak in bpf_probe_write_user
 2024-04-18  7:58 UTC  (6+ messages)

[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-18  6:55 UTC  (2+ messages)

[PATCH 1/1] mm/vmscan: avoid split PMD-mapped THP during shrink_folio_list()
 2024-04-18  6:40 UTC  (4+ messages)

[PATCH v9 rebase on mm-unstable 0/8] Reduce tlb and interrupt numbers over 90% by improving folio migration
 2024-04-18  6:15 UTC  (9+ messages)
` [PATCH v9 rebase on mm-unstable 1/8] x86/tlb: add APIs manipulating tlb batch's arch data
` [PATCH v9 rebase on mm-unstable 2/8] arm64: tlbflush: "
` [PATCH v9 rebase on mm-unstable 3/8] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [PATCH v9 rebase on mm-unstable 4/8] x86/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [PATCH v9 rebase on mm-unstable 5/8] mm: separate move/undo parts from migrate_pages_batch()
` [PATCH v9 rebase on mm-unstable 6/8] mm: buddy: make room for a new variable, mgen, in struct page
` [PATCH v9 rebase on mm-unstable 7/8] mm: add folio_put_mgen() to deliver migrc's generation number to pcp or buddy
` [PATCH v9 rebase on mm-unstable 8/8] mm: defer tlb flush until the source folios at migration actually get used

[syzbot] [fs?] [mm?] KCSAN: data-race in __filemap_remove_folio / folio_mapping (2)
 2024-04-18  4:27 UTC  (3+ messages)

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-04-18  2:32 UTC  (5+ messages)
` [PATCH v1 04/11] mm: migrate: remove migrate_folio_extra()

Advice on cgroup rstat lock
 2024-04-18  2:04 UTC  (11+ messages)

[PATCH 0/3] mm/hugetlb: Fix missing hugetlb_lock for memcg resv uncharge
 2024-04-18  1:39 UTC  (6+ messages)
` [PATCH 1/3] fixup! mm: always initialise folio->_deferred_list
` [PATCH 2/3] mm/hugetlb: Fix missing hugetlb_lock for resv uncharge
` [PATCH 3/3] mm/hugetlb: Assert hugetlb_lock in __hugetlb_cgroup_commit_charge

[PATCH tip:x86/mm v3 1/3] x86/mm: Use IPIs to synchronize LAM enablement
 2024-04-18  1:28 UTC  (3+ messages)
` [PATCH tip:x86/mm v3 2/3] x86/mm: Fix LAM inconsistency during context switch
` [PATCH tip:x86/mm v3 3/3] x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking

[PATCH v9 0/8] Reduce tlb and interrupt numbers over 90% by improving folio migration
 2024-04-18  0:20 UTC  (13+ messages)
` [PATCH v9 1/8] x86/tlb: add APIs manipulating tlb batch's arch data
` [PATCH v9 2/8] arm64: tlbflush: "
` [PATCH v9 3/8] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [PATCH v9 4/8] x86/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [PATCH v9 5/8] mm: separate move/undo parts from migrate_pages_batch()
` [PATCH v9 6/8] mm: buddy: make room for a new variable, mgen, in struct page
` [PATCH v9 7/8] mm: add folio_put_mgen() to deliver migrc's generation number to pcp or buddy
` [PATCH v9 8/8] mm: defer tlb flush until the source folios at migration actually get used

[PATCH v8 0/3] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-18  0:18 UTC  (8+ messages)
` [PATCH v8 1/3] mm/madvise: introduce clear_young_dirty_ptes() batch helper
` [PATCH v8 2/3] mm/arm64: override "
` [PATCH v8 3/3] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-17 23:32 UTC  (9+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-17 22:41 UTC  (5+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in hugetlb_fault
 2024-04-17 22:30 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 59f179085dbfe7efe0f0d5c79229cc73bc95a560
 2024-04-17 22:29 UTC 

[PATCH v4] mm/page_table_check: Support userfault wr-protect entries
 2024-04-17 21:46 UTC  (2+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in __vma_reservation_common
 2024-04-17 21:31 UTC  (6+ messages)

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-17 20:57 UTC  (5+ messages)
` [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB

[PATCH v3] mm/page_table_check: Support userfault wr-protect entries
 2024-04-17 20:54 UTC  (3+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-04-17 19:20 UTC  (5+ messages)
` [RFC PATCH v2 30/31] kvx: Add power controller driver

[linux-next:master] BUILD REGRESSION 4eab358930711bbeb85bf5ee267d0d42d3394c2c
 2024-04-17 19:17 UTC 

[syzbot] [mm?] general protection fault in hpage_collapse_scan_file
 2024-04-17 18:56 UTC  (5+ messages)

[PATCH] mm/page_table_check: Support userfault wr-protect entries
 2024-04-17 18:55 UTC  (6+ messages)

[PATCH v2] mm/page_table_check: Support userfault wr-protect entries
 2024-04-17 18:52 UTC 

[REGRESSION] Null pointer dereference while shrinking zswap
 2024-04-17 17:18 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Running BOF
 2024-04-17 17:01 UTC 

[linux-next:master 6398/6705] mm/page_table_check.c:194:1: warning: control reaches end of non-void function
 2024-04-17 16:54 UTC  (2+ messages)

clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
 2024-04-17 15:52 UTC  (6+ messages)

[PATCH v5 0/4] Memory management patches needed by Rust Binder
 2024-04-17 15:35 UTC  (6+ messages)
` [PATCH v5 1/4] rust: uaccess: add userspace pointers

Request for clarification regarding huge pages and remapping of virtual to physical address
 2024-04-17 15:00 UTC  (4+ messages)

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-17 12:47 UTC  (3+ messages)

[linux-next:master 6398/6705] mm/page_table_check.c:193:14: error: use of undeclared identifier 'SWP_MIGRATION_WRITE'
 2024-04-17 12:41 UTC 

[PATCH v1 0/2] fs/proc/task_mmu: convert hugetlb functions to work on folis
 2024-04-17 12:31 UTC  (7+ messages)
` [PATCH v1 1/2] fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
` [PATCH v1 2/2] fs/proc/task_mmu: convert smaps_hugetlb_range() "

[PATCH v7 1/3] mm/madvise: introduce clear_young_dirty_ptes() batch helper
 2024-04-17 10:53 UTC  (5+ messages)

[PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
 2024-04-17 10:36 UTC  (8+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
  ` [PATCH 17/26] netfs: Fix writethrough-mode error handling
  ` [PATCH 24/26] netfs: Remove the old writeback code

[linux-next:master 6398/6705] mm/page_table_check.c:192:17: error: use of undeclared identifier 'SWP_DEVICE_EXCLUSIVE_WRITE'
 2024-04-17 10:01 UTC 

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-17  8:53 UTC  (8+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-17  8:23 UTC  (2+ messages)

[PATCH] selftests: mm: Fix undeclared function error
 2024-04-17  7:55 UTC 

[BUG?] BUG: unable to handle page fault for address: 00000000000a0955 - RIP: 0010:zswap_lru_del+0x4e/0x80
 2024-04-17  7:07 UTC 

[PATCH 17/26] netfs: Fix writethrough-mode error handling
 2024-04-15 12:40 UTC 

[PATCH 24/26] netfs: Remove the old writeback code
 2024-04-15 12:20 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 read-only IMAP folder(s) and NNTP newsgroup(s).