linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-12-01 17:55 UTC  (3+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb

[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-12-01 16:54 UTC  (8+ messages)

[RFC PATCH V0 0/10] mm: slowtier page promotion based on PTE A bit
 2024-12-01 15:38 UTC  (11+ messages)
` [RFC PATCH V0 01/10] mm: Add kmmscand kernel daemon
` [RFC PATCH V0 02/10] mm: Maintain mm_struct list in the system
` [RFC PATCH V0 03/10] mm: Scan the mm and create a migration list
` [RFC PATCH V0 04/10] mm/migration: Migrate accessed folios to toptier node
` [RFC PATCH V0 05/10] mm: Add throttling of mm scanning using scan_period
` [RFC PATCH V0 06/10] mm: Add throttling of mm scanning using scan_size
` [RFC PATCH V0 07/10] sysfs: Add sysfs support to tune scanning
` [RFC PATCH V0 08/10] vmstat: Add vmstat counters
` [RFC PATCH V0 09/10] trace/kmmscand: Add tracing of scanning and migration
` [RFC PATCH V0 DO NOT MERGE 10/10] kmmscand: Add scanning

[QUESTION] Resizing shared mapping without clashing with others
 2024-12-01 11:55 UTC  (2+ messages)

[PATCH] mm/hugetlb: change ENOSPC to ENOMEM in alloc_hugetlb_folio
 2024-12-01 11:49 UTC  (3+ messages)

[RFC 0/5] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-12-01 10:36 UTC  (6+ messages)
` [RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
` [RFC 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
` [RFC 3/5] IB/core: P2P DMA for device private pages
` [RFC 4/5] RDMA/mlx5: Add fallback for P2P DMA errors
` [RFC 5/5] RDMA/mlx5: Enabling ATS for ODP memory

[PATCH] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2024-12-01  6:59 UTC  (12+ messages)

[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
 2024-12-01  6:52 UTC  (2+ messages)

[PATCH v3 1/3] seqlock: add raw_seqcount_try_begin
 2024-12-01  6:44 UTC  (6+ messages)
` [PATCH v3 3/3] mm: introduce mmap_lock_speculate_{try_begin|retry}

[PATCH v2 1/2] mm: use aligned address in clear_gigantic_page()
 2024-12-01  5:37 UTC  (17+ messages)

[PATCH] mm: vmscan: ensure kswapd is woken up if the wait queue is active
 2024-12-01  4:11 UTC  (6+ messages)
  ` [PATCH] mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()

[PATCH v3 0/3] simplify split calculation
 2024-12-01  2:02 UTC  (3+ messages)

[syzbot] [bpf?] WARNING: locking bug in emon
 2024-11-30 23:57 UTC 

[PATCH] riscv/ptrace: add new regset to get original a0 register
 2024-11-30 21:47 UTC 

[PATCH] exec: Make sure task->comm is always NUL-terminated
 2024-11-30 21:40 UTC  (5+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2024-11-18
 2024-11-30 18:33 UTC  (2+ messages)

[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
 2024-11-30 17:03 UTC  (6+ messages)
` [RFC PATCH v2 2/5] libfs: Check dentry before locking in simple_offset_empty()

[PATCH v2] mm: add per-order mTHP swap-in fallback/fallback_charge counters
 2024-11-30 16:22 UTC  (10+ messages)

[PATCH] Fix issue: Writing a block devices case dead loop
 2024-11-30  7:33 UTC 

[PATCH] Fix issue: Writing a block devices case dead loop. generic_perform_write()-> balance_dirty_pages_ratelimited()-> balance_dirty_pages() At this point, if the block device removed, the process may trapped in a dead loop. and the memory of the bdi device hass also been released. I found this issue through SCSI devices
 2024-11-30  7:02 UTC 

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-30  7:01 UTC  (8+ messages)

[PATCH v2] mm/vmscan: Fix hard LOCKUP in function isolate_lru_folios
 2024-11-30  3:22 UTC  (3+ messages)
` [PATCH v2 RESEND] "

[PATCH 1/2] alloc_tag: fix module allocation tags populated area calculation
 2024-11-30  0:14 UTC  (2+ messages)
` [PATCH 2/2] alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUG

[PATCH] mm/codetag: swap tags when migrate pages
 2024-11-29 23:43 UTC  (7+ messages)
` [PATCH v2] "

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-29 22:19 UTC  (10+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[PATCH] perf: map pages in advance
 2024-11-29 20:42 UTC  (25+ messages)

[PATCH man-pages v2] madvise.2: add MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
 2024-11-29 18:13 UTC  (2+ messages)

[PATCH v3 00/15] Allocate and free frozen pages
 2024-11-29 17:18 UTC  (36+ messages)
` [PATCH v3 01/15] mm/page_alloc: Cache page_zone() result in free_unref_page()
` [PATCH v3 02/15] mm: Make alloc_pages_mpol() static
` [PATCH v3 03/15] mm/page_alloc: Export free_frozen_pages() instead of free_unref_page()
` [PATCH v3 04/15] mm/page_alloc: Move set_page_refcounted() to callers of post_alloc_hook()
` [PATCH v3 05/15] mm/page_alloc: Move set_page_refcounted() to callers of prep_new_page()
` [PATCH v3 06/15] mm/page_alloc: Move set_page_refcounted() to callers of get_page_from_freelist()
` [PATCH v3 07/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_cpuset_fallback()
` [PATCH v3 08/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_may_oom()
` [PATCH v3 09/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_direct_compact()
` [PATCH v3 10/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_direct_reclaim()
` [PATCH v3 11/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_slowpath()
` [PATCH v3 12/15] mm/page_alloc: Move set_page_refcounted() to end of __alloc_pages()
` [PATCH v3 13/15] mm/page_alloc: Add __alloc_frozen_pages()
` [PATCH v3 14/15] mm/mempolicy: Add alloc_frozen_pages()

[PATCH man-pages v2] process_madvise.2: describe 6.13 behaviour permitting all madvise flags
 2024-11-29 16:44 UTC 

[PATCH 0/6] Enable strict percpu address space checks
 2024-11-29 16:33 UTC  (4+ messages)
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH v10 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-29 16:32 UTC  (9+ messages)
` [PATCH v10 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v10 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v10 3/8] mm: rust: add vm_insert_page
` [PATCH v10 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v10 5/8] mm: rust: add mmput_async support
` [PATCH v10 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v10 7/8] rust: miscdevice: add mmap support
` [PATCH v10 8/8] task: rust: rework how current is accessed

[PATCH v2] perf: map pages in advance
 2024-11-29 16:27 UTC  (3+ messages)

[PATCH] list_lru: expand list_lru_add() docs with info about sublists
 2024-11-29 14:59 UTC  (6+ messages)

[PATCH v2] list_lru: expand list_lru_add() docs with info about sublists
 2024-11-29 14:58 UTC 

[PATCH man-pages] process_madvise.2: describe 6.13 behaviour permitting all madvise flags
 2024-11-29 14:38 UTC  (5+ messages)

[PATCH man-pages] madvise.2: add MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
 2024-11-29 14:36 UTC  (3+ messages)

[PATCH RFC 0/6] SLUB percpu sheaves
 2024-11-29 14:20 UTC  (10+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations

[PATCH v1] mm/filemap: don't call folio_test_locked() without a reference in next_uptodate_folio()
 2024-11-29 13:40 UTC  (2+ messages)

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-11-29 12:57 UTC  (2+ messages)

[RFC PATCH v2 0/2] KVM: guest_memfd: use write for population
 2024-11-29 12:39 UTC  (3+ messages)
` [RFC PATCH v2 1/2] KVM: guest_memfd: add generic population via write
` [RFC PATCH v2 2/2] KVM: selftests: update guest_memfd write tests

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-29 11:58 UTC  (7+ messages)
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access

[PATCH 0/2] mm: reinstate ability to map write-sealed memfd mappings read-only
 2024-11-29 11:36 UTC  (15+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/memfd: add test for mapping write-sealed memfd read-only

[QUESTION] mmap lock in khugepaged
 2024-11-29 11:30 UTC  (2+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-29 10:38 UTC  (6+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened

[RFC PATCH 0/1] Large folios in block buffered IO path
 2024-11-29 10:32 UTC  (11+ messages)

[linus:master] [madvise] 2f406263e3: stress-ng.mremap.ops_per_sec 6.7% regression
 2024-11-29  9:45 UTC  (2+ messages)

[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
 2024-11-29  9:07 UTC  (8+ messages)

[RFC PATCH] mm/damon: explain "effective quota" on kernel-doc comment
 2024-11-29  7:49 UTC  (3+ messages)

[RFC PATCH 0/4] Promotion of Unmapped Page Cache Folios
 2024-11-29  6:21 UTC  (3+ messages)
` [PATCH 1/4] migrate: Allow migrate_misplaced_folio APIs without a VMA

[RFC PATCH v2 0/1] mm/vmscan: move the written-back folios to the tail of LRU after shrinking
 2024-11-29  3:07 UTC  (9+ messages)
` [RFC PATCH v2 1/1] "

[PATCH v1] makedumpfile: fix detection of typed (compound) pages (Linux 6.12)
 2024-11-29  1:29 UTC  (2+ messages)

[PATCH] mm: memcg: declare do_memsw_account inline
 2024-11-28 22:48 UTC  (2+ messages)

[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-28 20:56 UTC  (9+ messages)

[linux-next:fs-next] BUILD SUCCESS 6e2914cbfb152833d9b337440d6fe6e2da80f19b
 2024-11-28 20:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 4eac2c2ed13d0e00ce35abb35e4d175b5925fb7c
 2024-11-28 17:54 UTC 

[linux-next:master] BUILD REGRESSION f486c8aa16b8172f63bddc70116a0c897a7f3f02
 2024-11-28 16:36 UTC 

[PATCH next 6/7] minmax.h: Simplify the variants of clamp()
 2024-11-28 15:52 UTC  (3+ messages)

[PATCH] mm/vma: next is already retrieved
 2024-11-28 15:48 UTC  (4+ messages)

[PATCH v2 0/6] mm/arm64: re-enable HVO
 2024-11-28 14:20 UTC  (4+ 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