linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/hugetlb: change ENOSPC to ENOMEM in alloc_hugetlb_folio
 2024-12-01  2:51 UTC  (2+ messages)

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

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

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

[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-11-30 21:34 UTC  (6+ 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()

[QUESTION] Resizing shared mapping without clashing with others
 2024-11-30 16:24 UTC 

[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  (4+ messages)
` [PATCH v2 18/21] ceph: Convert timeouts to secs_to_jiffies()

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

[RFC PATCH 0/4] Promotion of Unmapped Page Cache Folios
 2024-11-29  6:21 UTC  (4+ 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)

[syzbot] [mm?] kernel BUG in const_folio_flags (2)
 2024-11-28 13:37 UTC  (9+ messages)

[linux-next:fs-current] BUILD SUCCESS 19f9183f07633e2c4102bc0f553afc21e56cf67d
 2024-11-28 12:49 UTC 

[PATCH] selftest: hugetlb_dio: Fix test naming
 2024-11-28 12:44 UTC  (3+ messages)

[PATCH fixes] riscv: mm: Do not call pmd dtor on vmemmap page table teardown
 2024-11-28 12:38 UTC  (2+ messages)

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-11-28 12:29 UTC  (3+ messages)
` [PATCH 18/22] ceph: Convert timeouts to secs_to_jiffies()

[QUESTION] What memcg lifetime is required by list_lru_add?
 2024-11-28 12:27 UTC  (3+ messages)

[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
 2024-11-28 12:11 UTC  (11+ messages)

[RFC PATCH 0/4] Add support for File Based Memory Management
 2024-11-28 10:22 UTC  (3+ messages)

[PATCH] stackdepot: fix stack_depot_save_flags() in NMI context
 2024-11-28  9:13 UTC  (3+ messages)

Kexec HandOver (KHO) discussion recap and open questions
 2024-11-28  8:26 UTC 

[PATCH v3 0/6] Support large folios for tmpfs
 2024-11-28  7:40 UTC  (3+ messages)
` [PATCH v3 3/6] mm: shmem: add large folio support "
` [PATCH v3 6/6] docs: tmpfs: drop 'fadvise()' from the documentation

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox