linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/1] Seal system mappings
 2024-11-25 20:40 UTC  (3+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH for-next v3] selftests/mm: Add a few missing gitignore files
 2024-11-25 20:38 UTC  (5+ messages)
` [PATCH for-next v4] "

[PATCH v4 00/10] zswap IAA compress batching
 2024-11-25 20:20 UTC  (15+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v4 02/10] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v4 03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
` [PATCH v4 04/10] crypto: iaa - Make async mode the default
` [PATCH v4 05/10] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v4 06/10] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v4 07/10] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v4 08/10] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v4 09/10] mm: zswap: Allocate pool batching resources if the crypto_alg supports batching
` [PATCH v4 10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios

[PATCH] mm/mempolicy: Fix decision-making issues for memory migration during NUMA balancing
 2024-11-25 20:18 UTC  (6+ messages)

[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: mmap_lock: optimize mmap_lock tracepoints
 2024-11-25 19:51 UTC  (3+ messages)

[PATCH v2] mm/damon/core: remove duplicate list_empty quota->goals check
 2024-11-25 18:43 UTC 

[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-25 18:32 UTC  (6+ messages)
` [PATCH RFC v3 4/4] mm: fall back to four small folios if mTHP allocation fails

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-25 18:04 UTC  (6+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library

[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  (6+ messages)
` [PATCH v3 2/3] mm: convert mm_lock_seq to a proper seqcount
` [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)

[PATCH v2 0/6] mm/arm64: re-enable HVO
 2024-11-25 15:22 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

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-25 10:44 UTC  (4+ messages)

[PATCH 04/11] hugetlbfs: reorder capability check last
 2024-11-25 10:39 UTC 

[GIT PULL] slab updates for 6.13 v2
 2024-11-25  9:56 UTC 

[PATCH v6 0/5] fuse: remove temp page copies in writeback
 2024-11-25  9:46 UTC  (7+ messages)
` [PATCH v6 1/5] mm: add AS_WRITEBACK_INDETERMINATE mapping flag
` [PATCH v6 2/5] mm: skip reclaiming folios in legacy memcg writeback indeterminate contexts
` [PATCH v6 3/5] fs/writeback: in wait_sb_inodes(), skip wait for AS_WRITEBACK_INDETERMINATE mappings
` [PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with "
` [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 

[PATCH] Removed unused argument vma from migrate_misplaced_folio
 2024-11-25  7:57 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  (7+ messages)
` [RFC PATCH 1/4] mm: "
` [RFC PATCH 2/4] fbmm: Add helper functions for FBMM MM Filesystems
` [RFC PATCH 3/4] mm: Export functions for writing "
` [RFC PATCH 4/4] Add base implementation of an MFS

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

[GIT PULL] non-MM updates for 6.13-rc1
 2024-11-24 10:08 UTC 

[PATCH v2] mm: add per-order mTHP swap-in fallback/fallback_charge counters
 2024-11-24  7:28 UTC  (8+ messages)

Regression in NFS probably due to very large amounts of readahead
 2024-11-23 22:32 UTC 

[GIT PULL] MM updates for 6.13-rc1
 2024-11-23 22:01 UTC  (8+ messages)

[linux-next:fs-current] BUILD SUCCESS 92073cfdae866bd5397606b57d67e0cce3516910
 2024-11-23  1:06 UTC 

[linux-next:master] BUILD REGRESSION cfba9f07a1d6aeca38f47f1f472cfb0ba133d341
 2024-11-22 23:41 UTC 

[syzbot] [kernel?] WARNING in enqueue_dl_entity
 2024-11-22 22:48 UTC  (2+ messages)

[PATCH v4 0/5] move per-vma lock into vm_area_struct
 2024-11-22 22:43 UTC  (8+ messages)
` [PATCH v4 3/5] mm: mark vma as detached until it's added into vma tree
` [PATCH v4 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[linux-next:pending-fixes] BUILD SUCCESS 45cb25d69c6304a305e531daeffad024bfc4a3da
 2024-11-22 22:16 UTC 

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-22 22:02 UTC  (12+ messages)

[PATCH printk v1] printk: ringbuffer: Add KUnit test
 2024-11-22 21:54 UTC 

[linux-next:fs-next] BUILD SUCCESS 0d95084546d9f9079a41bd9f3010695ed93d80ec
 2024-11-22 21:17 UTC 

[PATCH v3 3/3] dmapool: Use xarray for vaddr-to-block lookup
 2024-11-22 21:11 UTC  (4+ messages)
` [PATCH v3 2/3] dmapool: Use pool_find_block() in pool_block_err()
` [PATCH v3 1/3] dmapool: Move pool metadata into non-DMA memory
` [PATCH v3 0/3] dmapool: Mitigate dev-controllable mem. corruption

[PATCH next 6/7] minmax.h: Simplify the variants of clamp()
 2024-11-22 20:20 UTC  (2+ messages)

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 20:16 UTC  (17+ messages)
` [PATCH v9 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 8/8] task: rust: rework how current is accessed

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-11-22 20:08 UTC  (2+ messages)

[RFC v2 0/2] dmapool: Mitigate device-controllable mem. corruption
 2024-11-22 19:19 UTC  (9+ messages)

[PATCH] slab: Fix too strict alignment check in create_cache()
 2024-11-22 18:54 UTC  (11+ messages)

[syzbot] [mm?] WARNING: locking bug in __rmqueue_pcplist
 2024-11-22 18:04 UTC  (9+ messages)
        ` [PATCH] kasan: Remove kasan_record_aux_stack_noalloc()
            ` [PATCH v2] kasan: Make kasan_record_aux_stack_noalloc() the default behaviour

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-22 18:04 UTC  (19+ messages)
` [PATCH v17 01/18] EDAC: Add support for EDAC device features control
` [PATCH v17 02/18] EDAC: Add scrub control feature
` [PATCH v17 03/18] EDAC: Add ECS "
` [PATCH v17 04/18] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v17 06/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v17 07/18] cxl: Add Get Feature command support for user submission
` [PATCH v17 08/18] cxl/mbox: Add SET_FEATURE mailbox command
` [PATCH v17 09/18] cxl: Add Set Feature command support for user submission
` [PATCH v17 10/18] cxl: Add UUIDs for the CXL RAS features
` [PATCH v17 11/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v17 12/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v17 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v17 14/18] ras: mem: Add memory "
` [PATCH v17 15/18] EDAC: Add memory repair control feature
` [PATCH v17 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v17 17/18] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v17 18/18] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH] kasan: make report_lock a raw spinlock
 2024-11-22 18:03 UTC  (3+ messages)

[PATCH v8 0/7] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-22 17:41 UTC  (5+ messages)
` [PATCH v8 1/7] mm: rust: add abstraction for struct mm_struct

[PATCH] stackdepot: fix stack_depot_save_flags() in NMI context
 2024-11-22 17:38 UTC  (2+ messages)

[PATCH] mm/hugetlb_cgroup: avoid useless return in void function
 2024-11-22 17:35 UTC 

page:  |  | latest

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