[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2024-11-26 21:50 UTC (7+ messages)
` [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 0/2] rust: page: Add support for existing struct page mappings
2024-11-26 20:43 UTC (7+ messages)
[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
2024-11-26 20:31 UTC (12+ messages)
` [PATCH RFC v3 1/4] mm: zsmalloc: support objects compressed based on multiple pages
` [PATCH RFC v3 4/4] mm: fall back to four small folios if mTHP allocation fails
Regression in NFS probably due to very large amounts of readahead
2024-11-26 20:22 UTC (13+ messages)
[RFC PATCH] mm/damon: explain "effective quota" on kernel-doc comment
2024-11-26 19:43 UTC (3+ messages)
[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
2024-11-26 19:32 UTC (4+ messages)
[PATCH v2] mm: mmap_lock: optimize mmap_lock tracepoints
2024-11-26 19:29 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION ed9a4ad6e5bd3a443e81446476718abebee47e82
2024-11-26 17:42 UTC
[PATCH 0/6] Enable strict percpu address space checks
2024-11-26 17:21 UTC (7+ messages)
` [PATCH 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2024-11-26 17:10 UTC (2+ messages)
[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
2024-11-26 16:59 UTC (8+ 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()
` [RFC PATCH v2 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [RFC PATCH v2 4/5] libfs: Refactor end-of-directory detection for simple_offset directories
` [RFC PATCH v2 5/5] libfs: Refactor offset_iterate_dir()
[PATCH v4 0/1] Seal system mappings
2024-11-26 16:39 UTC (4+ messages)
` [PATCH v4 1/1] exec: seal "
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-26 16:04 UTC (10+ messages)
[linux-next:fs-current] BUILD SUCCESS 00328354d016a7014898dcdd2d93959f061285ba
2024-11-26 15:33 UTC
[RFC PATCH v1 00/57] Boot-time page size selection for arm64
2024-11-26 15:33 UTC (17+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
` [RFC PATCH] mm/slab: Avoid build bug for calls to kmalloc with a large constant
` [RFC PATCH v1 15/57] stackdepot: Remove PAGE_SIZE compile-time constant assumption
[PATCH] mm: vmscan: ensure kswapd is woken up if the wait queue is active
2024-11-26 15:06 UTC
[PATCH] Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()"
2024-11-26 15:01 UTC (2+ messages)
[PATCH] Removed unused argument vma from migrate_misplaced_folio
2024-11-26 14:38 UTC (3+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 75259237c67ca8b4d1cc9af1089b41ce8f2c287b
2024-11-26 14:15 UTC
[linux-next:fs-next] BUILD SUCCESS fd6359d103b48a1465b7bbed068d7b6eb49f27f0
2024-11-26 13:56 UTC
[PATCH] mm/kmemleak: Fix sleeping function called from invalid context in kmemleak_seq_show
2024-11-26 10:49 UTC (9+ messages)
[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
2024-11-26 8:43 UTC (7+ messages)
[PATCH v4 03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
2024-11-26 7:05 UTC (2+ messages)
[syzbot] [mm?] WARNING: locking bug in __sysvec_apic_timer_interrupt
2024-11-26 6:31 UTC
[PATCH v3 00/15] Allocate and free frozen pages
2024-11-26 5:04 UTC (17+ 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 v3 15/15] slab: Allocate frozen pages
[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
2024-11-26 3:09 UTC (2+ messages)
[PATCH v4 00/10] zswap IAA compress batching
2024-11-26 2:37 UTC (13+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v4 10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios
[GIT PULL] slab updates for 6.13 v2
2024-11-26 1:41 UTC (2+ messages)
[GIT PULL] non-MM updates for 6.13-rc1
2024-11-26 1:41 UTC (2+ messages)
[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
2024-11-26 0:52 UTC
[linux-next:master] BUILD REGRESSION 85a2dd7d7c8152cb125712a1ecae1d0a6ccac250
2024-11-25 23:54 UTC
[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
2024-11-25 22:35 UTC (4+ messages)
` [PATCH v6 2/3] x86: probe memory block size advisement value during mm init
[PATCH v2 0/6] mm/arm64: re-enable HVO
2024-11-25 22:22 UTC (3+ messages)
[PATCH] mm/mempolicy: Fix decision-making issues for memory migration during NUMA balancing
2024-11-25 20:41 UTC (7+ messages)
[PATCH for-next v3] selftests/mm: Add a few missing gitignore files
2024-11-25 20:38 UTC (4+ messages)
` [PATCH for-next v4] "
[PATCH 1/2] mm: Open-code PageTail in folio_flags() and const_folio_flags()
2024-11-25 20:17 UTC (2+ messages)
` [PATCH 2/2] mm: Open-code page_folio() in dump_page()
[PATCH v2] mm/damon/core: remove duplicate list_empty quota->goals check
2024-11-25 18:43 UTC
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-25 18:04 UTC (2+ messages)
[PATCH] watch_queue: Use page->private instead of page->index
2024-11-25 17:54 UTC
[Invitation] Linux MM Alignment Session on Kexec Hand Over (KHO) on Wednesday
2024-11-25 17:02 UTC (2+ messages)
[PATCH v3 1/3] seqlock: add raw_seqcount_try_begin
2024-11-25 16:53 UTC (5+ messages)
` [PATCH v3 3/3] mm: introduce mmap_lock_speculate_{try_begin|retry}
[PATCH v3 11/25] mm: Allow compound zone device pages
2024-11-25 15:51 UTC (3+ messages)
[PATCH 5.10.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-25 15:28 UTC (2+ messages)
[linux-next:fs-current] BUILD SUCCESS 419159bc19d7d7483ad6c577e3ac1c75ef00e8b8
2024-11-25 15:18 UTC
[linux-next:pending-fixes] BUILD SUCCESS 2e90aa51be0f8d55eee1d3167cdeda0fcbfab73e
2024-11-25 14:43 UTC
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-11-25 14:41 UTC (5+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
[PATCH 5.15.y 0/4] fix error handling in mmap_region() and refactor (hotfixes)
2024-11-25 14:36 UTC (2+ messages)
[PATCH] maple_tree: use mas_next_slot() directly
2024-11-25 14:27 UTC (2+ messages)
[syzbot] [mm?] kernel BUG in const_folio_flags (2)
2024-11-25 13:43 UTC (13+ messages)
[PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
2024-11-25 13:27 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in sys_mmap (3)
2024-11-25 13:27 UTC
[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2024-11-25 13:13 UTC (3+ messages)
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"
[linux-next:fs-next] BUILD SUCCESS 111133a98098240e5396bfbb6828acb08101c965
2024-11-25 12:00 UTC
[PATCH RFC 0/6] SLUB percpu sheaves
2024-11-25 11:18 UTC (7+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations
[PATCH 04/11] hugetlbfs: reorder capability check last
2024-11-25 10:39 UTC
[PATCH v6 0/5] fuse: remove temp page copies in writeback
2024-11-25 9:46 UTC (3+ messages)
` [PATCH v6 5/5] fuse: remove tmp folio for writebacks and internal rb tree
[syzbot] [mm?] INFO: rcu detected stall in sys_setsockopt (4)
2024-11-25 8:53 UTC
[syzbot] [ext4?] WARNING: locking bug in get_page_from_freelist
2024-11-25 2:49 UTC
[RFC PATCH v2 0/1] mm/vmscan: move the written-back folios to the tail of LRU after shrinking
2024-11-25 1:19 UTC (6+ messages)
` [RFC PATCH v2 1/1] "
[PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
2024-11-25 1:05 UTC (3+ messages)
` [PATCH v14 2/28] "
[PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
2024-11-24 22:39 UTC (3+ messages)
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-11-24 21:46 UTC (8+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure
[RFC PATCH 0/2] Improve simple directory offset wrap behavior
2024-11-24 21:28 UTC (10+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap
[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
2024-11-24 19:56 UTC (6+ messages)
ERROR: modpost: "_savefpr_24" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
2024-11-24 18:29 UTC
[RFC PATCH 0/4] Add support for File Based Memory Management
2024-11-24 16:53 UTC (3+ messages)
[PATCH] mm: Remove braces for single statement block
2024-11-24 14:30 UTC
[PATCH] mm: mmap_lock: optimize mmap_lock tracepoints
2024-11-24 13:39 UTC (10+ messages)
[PATCH] mm: shmem: Fix variable type to int to evaluate negative conditions
2024-11-24 11:33 UTC (4+ messages)
[PATCH v2] mm: add per-order mTHP swap-in fallback/fallback_charge counters
2024-11-24 7:28 UTC (8+ messages)
[GIT PULL] MM updates for 6.13-rc1
2024-11-23 22:01 UTC (8+ 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