[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-28 20:56 UTC (12+ messages)
` [PATCH RFC v3 1/4] mm: zsmalloc: support objects compressed based on multiple pages
[PATCH] perf: map pages in advance
2024-11-28 20:47 UTC (6+ messages)
[linux-next:fs-next] BUILD SUCCESS 6e2914cbfb152833d9b337440d6fe6e2da80f19b
2024-11-28 20:40 UTC
[PATCH] mm: memcg: declare do_memsw_account inline
2024-11-28 20:39 UTC
[PATCH] mm/codetag: swap tags when migrate pages
2024-11-28 19:54 UTC (3+ messages)
[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
2024-11-28 18:56 UTC (2+ messages)
[PATCH 0/2] mm: reinstate ability to map write-sealed memfd mappings read-only
2024-11-28 18:35 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/memfd: add test for mapping write-sealed memfd read-only
[linux-next:pending-fixes] BUILD SUCCESS 4eac2c2ed13d0e00ce35abb35e4d175b5925fb7c
2024-11-28 17:54 UTC
[RFC PATCH] mm/damon: explain "effective quota" on kernel-doc comment
2024-11-28 17:50 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION f486c8aa16b8172f63bddc70116a0c897a7f3f02
2024-11-28 16:36 UTC
[PATCH RFC 0/6] SLUB percpu sheaves
2024-11-28 16:24 UTC (8+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations
[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 (4+ 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()
[PATCH v2 00/21] Converge on using secs_to_jiffies()
2024-11-28 12:28 UTC (3+ messages)
` [PATCH v2 18/21] 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)
[PATCH] list_lru: expand list_lru_add() docs with info about sublists
2024-11-28 12:12 UTC
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-28 12:11 UTC (11+ messages)
[RFC PATCH 0/1] Large folios in block buffered IO path
2024-11-28 11:23 UTC (19+ messages)
` [RFC PATCH 1/1] block/ioctl: Add an ioctl to enable large folios for "
[RFC PATCH 0/4] Promotion of Unmapped Page Cache Folios
2024-11-28 11:12 UTC (7+ messages)
` [PATCH 1/4] migrate: Allow migrate_misplaced_folio APIs without a VMA
` [PATCH 2/4] memory: allow non-fault migration in numa_migrate_check path
` [PATCH 3/4] vmstat: add page-cache numa hints
` [PATCH 4/4] migrate,sysfs: add pagecache promotion
[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 (7+ messages)
` [PATCH v3 1/6] mm: factor out the order calculation into a new helper
` [PATCH v3 2/6] mm: shmem: change shmem_huge_global_enabled() to return huge order bitmap
` [PATCH v3 3/6] mm: shmem: add large folio support for tmpfs
` [PATCH v3 4/6] mm: shmem: add a kernel command line to change the default huge policy "
` [PATCH v3 5/6] docs: tmpfs: update the large folios policy for tmpfs and shmem
` [PATCH v3 6/6] docs: tmpfs: drop 'fadvise()' from the documentation
[PATCH v1 0/2] Vectorize and simplify zswap_store_page()
2024-11-28 7:00 UTC (4+ messages)
` [PATCH v1 1/2] mm: zswap: Modified zswap_store_page() to process multiple pages in a folio
` [PATCH v1 2/2] mm: zswap: zswap_store_pages() simplifications for batching
[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
2024-11-28 6:15 UTC (3+ messages)
[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
2024-11-28 5:46 UTC (5+ messages)
[PATCH] mm/zswap: add LRU_STOP to comment about dropping the lru lock
2024-11-28 2:32 UTC (3+ messages)
[PATCH 0/7] spanning write related cleanup
2024-11-28 1:11 UTC (10+ messages)
` [PATCH 1/7] maple_tree: not necessary to check ahead if !content
` [PATCH 2/7] maple_tree: validate we won't split on NULL
` [PATCH 3/7] maple_tree: check mid_split only may have
` [PATCH 4/7] maple_tree: the return value of mast_spanning_rebalance() is not used
` [PATCH 5/7] maple_tree: the type of left subtree is already saved in bnode->type
` [PATCH 6/7] maple_tree: always need to update max of new left node
` [PATCH 7/7] maple_tree: only ascend left subtree to get the old node for replacement
[PATCH] mm: vmscan: ensure kswapd is woken up if the wait queue is active
2024-11-28 0:49 UTC (2+ messages)
[PATCH v4 0/9] mm: workingset reporting
2024-11-27 23:38 UTC (17+ messages)
` [PATCH v4 1/9] mm: aggregate workingset information into histograms
` [PATCH v4 2/9] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v4 3/9] mm: report workingset during memory pressure driven scanning
` [PATCH v4 4/9] mm: extend workingset reporting to memcgs
` [PATCH v4 5/9] mm: add kernel aging thread for workingset reporting
` [PATCH v4 6/9] selftest: test system-wide "
` [PATCH v4 7/9] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces
` [PATCH v4 8/9] Docs/admin-guide/cgroup-v2: document workingset reporting
` [PATCH v4 9/9] virtio-balloon: add "
Regression: mmap rejects shared, read-only mappings of write-sealed memfds
2024-11-27 21:59 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS ff4140995a48907223898080e2a173ff68e12a2c
2024-11-27 21:54 UTC
[RFC PATCH] mm/damon: introduce DAMOS filter type UNMAPPED
2024-11-27 20:56 UTC
[PATCH v2] mm: mmap_lock: optimize mmap_lock tracepoints
2024-11-27 20:09 UTC (3+ messages)
[GIT PULL] memblock updates for 6.13-rc1
2024-11-27 19:37 UTC (2+ messages)
[PATCH v4 24/26] arch_numa: switch over to numa_memblks
2024-11-27 19:32 UTC
[PATCH v2] mm: shmem: Fix variable type to int to evaluate negative conditions
2024-11-27 18:07 UTC
[PATCH] selftests/damon: Add _damon_sysfs.py to TEST_FILES
2024-11-27 17:04 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 6f3d2b5299b0a8bcb8a9405a8d3fceb24f79c4f0
2024-11-27 17:02 UTC
[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
2024-11-27 16:43 UTC (2+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
[linux-next:fs-current] BUILD SUCCESS 901e4c6bacaca8f32445e6181f642a6c8c601f86
2024-11-27 16:38 UTC
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-27 16:34 UTC (2+ messages)
[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-27 16:19 UTC (19+ messages)
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v9 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 8/8] task: rust: rework how current is accessed
[PATCH v3 00/15] Allocate and free frozen pages
2024-11-27 15:52 UTC (4+ messages)
` [PATCH v3 15/15] slab: Allocate "
[RFC PATCH v3 0/5] Improve simple directory offset wrap behavior
2024-11-27 15:28 UTC (6+ messages)
` [RFC PATCH v3 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v3 2/5] libfs: Remove unnecessary locking from simple_offset_empty()
` [RFC PATCH v3 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [RFC PATCH v3 4/5] libfs: Refactor end-of-directory detection for simple_offset directories
` [RFC PATCH v3 5/5] libfs: Refactor offset_iterate_dir()
[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
2024-11-27 15:03 UTC (5+ messages)
` [PATCH 2/2] selftests/exec: add a test for execveat()'s comm
[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
2024-11-27 14:36 UTC (6+ messages)
` [RFC PATCH v2 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v2 2/5] libfs: Check dentry before locking in simple_offset_empty()
[linux-next:fs-next] BUILD SUCCESS 2ffe3f871d042fa494aec8e353f8355cba37f0dc
2024-11-27 14:23 UTC
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-11-27 12:20 UTC (11+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
Regression in NFS probably due to very large amounts of readahead
2024-11-27 11:06 UTC (13+ messages)
[PATCH v2] mm: migrate: Removed unused argument vma from migrate_misplaced_folio
2024-11-27 10:53 UTC (2+ messages)
[PATCH] watch_queue: Use page->private instead of page->index
2024-11-27 10:05 UTC (2+ messages)
[PATCH v4 00/10] zswap IAA compress batching
2024-11-27 5:04 UTC (9+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
2024-11-27 4:49 UTC (4+ messages)
` [PATCH v5 tip/perf/core 1/2] uprobes: simplify find_active_uprobe_rcu() VMA checks
[RFC PATCH v2 0/1] mm/vmscan: move the written-back folios to the tail of LRU after shrinking
2024-11-27 0:17 UTC (9+ messages)
` [RFC PATCH v2 1/1] "
[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
2024-11-26 20:43 UTC (7+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox