linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-21  7:42 UTC  (9+ messages)
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v9 11/11] vfio/nvgrace: Support get_dmabuf_phys

[RFC PATCHv5 0/6] zram: introduce writeback bio batching
 2025-11-21  7:40 UTC  (19+ messages)
` [RFC PATCHv5 1/6] "
` [RFC PATCHv5 2/6] zram: add writeback batch size device attr
` [RFC PATCHv5 3/6] zram: take write lock in wb limit store handlers
` [RFC PATCHv5 4/6] zram: drop wb_limit_lock
` [RFC PATCHv5 5/6] zram: rework bdev block allocation
` [RFC PATCHv5 6/6] zram: read slot block idx under slot lock

[PATCH v3] mm/memory-failure: remove the selection of RAS
 2025-11-21  7:39 UTC  (4+ messages)

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-21  7:29 UTC  (5+ messages)

[PATCH] mm/mremap: allow VMAs with VM_DONTEXPAND|VM_PFNMAP when creating new mapping
 2025-11-21  7:26 UTC  (8+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-21  7:18 UTC  (11+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

[PATCH v2 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-21  6:58 UTC  (13+ messages)
` [PATCH v2 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v2 10/19] mm, swap: consolidate cluster reclaim and check logic

[PATCH] mm/swap: fix wrong plist empty check in swap_alloc_slow()
 2025-11-21  6:54 UTC  (5+ messages)

[PATCH] f2fs: add a way to change the desired readahead folio order
 2025-11-21  6:50 UTC 

[PATCH 1/2] f2fs: improve readahead for POSIX_FADV_WILLNEED
 2025-11-21  6:49 UTC 

[PATCH V2 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2025-11-21  6:27 UTC  (12+ messages)
` [PATCH V2 1/2] mm/khugepaged: do synchronous writeback "
` [PATCH V2 2/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN

[PATCH net-next 1/3] netmem, io_uring/zcrx: access pp fields through @desc in net_iov
 2025-11-21  4:00 UTC  (3+ messages)
` [PATCH net-next 2/3] netmem, devmem, tcp: "
` [PATCH net-next 3/3] netmem: remove the pp fields from net_iov

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-21  3:58 UTC  (22+ messages)
` [PATCH v1 03/26] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v1 05/26] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v1 07/26] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v1 11/26] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v1 13/26] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v1 19/26] mm: swap: prevent lruvec release in swap module
` [PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH v1 25/26] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH net-next] eth: fbnic: access @pp through netmem_desc instead of page
 2025-11-21  2:50 UTC  (2+ messages)

error[E0609]: no field `vm_mm` on type `bindings::vm_area_struct`
 2025-11-21  2:49 UTC 

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-21  2:46 UTC  (5+ messages)

[Linux Memory Hotness and Promotion] Notes from October 23, 2025
 2025-11-21  2:27 UTC  (2+ messages)

[PATCHv4 0/6] zram: introduce writeback bio batching
 2025-11-21  1:55 UTC  (4+ messages)
` [PATCHv4 2/6] zram: add writeback batch size device attr

[linux-next:master] [mempool] 022e94e2c3: BUG:KASAN:double-free_in_mempool_free
 2025-11-21  1:50 UTC  (5+ messages)

[Patch v3 0/2] mm/huge_memory: Define split_type and consolidate split support checks
 2025-11-21  0:55 UTC  (12+ messages)
` [Patch v3 2/2] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()

[PATCH] mm/vmalloc: fix build error
 2025-11-21  0:16 UTC  (2+ messages)

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 23:51 UTC  (38+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 09/35] compiler-context-analysis: Change __cond_acquires to take return value
  ` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
  ` [PATCH v4 11/35] locking/seqlock: "
  ` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
  ` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 15/35] srcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations
  ` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
  ` [PATCH v4 18/35] locking/local_lock: Include missing headers
  ` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
  ` [PATCH v4 20/35] locking/ww_mutex: "
  ` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
  ` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
  ` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
  ` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
  ` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
  ` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
  ` [PATCH v4 27/35] kfence: Enable context analysis
  ` [PATCH v4 28/35] kcov: "
  ` [PATCH v4 29/35] kcsan: "
  ` [PATCH v4 30/35] stackdepot: "
  ` [PATCH v4 31/35] rhashtable: "
  ` [PATCH v4 32/35] printk: Move locking annotation to printk.c
  ` [PATCH v4 33/35] security/tomoyo: Enable context analysis
  ` [PATCH v4 34/35] crypto: "
  ` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 23:45 UTC  (11+ messages)
` [PATCH 39/44] mm: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH v2 1/2] fixup: mm/migrate_device: handle partially mapped folios during
 2025-11-20 23:08 UTC  (2+ messages)
` [PATCH v2 2/2] fixup: mm/migrate_device: add THP splitting during migration

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-20 22:32 UTC  (4+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[linux-next:master 9912/10599] kernel/liveupdate/luo_session.c:392:86: sparse: sparse: Using plain integer as NULL pointer
 2025-11-20 22:06 UTC  (2+ messages)

[PATCH] fixup: mm/migrate_device: handle partially mapped folios during
 2025-11-20 22:04 UTC  (3+ messages)

[GIT PULL] slab fix for 6.18-rc7
 2025-11-20 21:55 UTC  (6+ messages)

[PATCH v1 0/2] mm: skip wait in wait_sb_inodes() for hangable-writeback mappings
 2025-11-20 21:28 UTC  (7+ messages)
` [PATCH v1 1/2] mm: rename AS_WRITEBACK_MAY_DEADLOCK_ON_RECLAIM to AS_WRITEBACK_MAY_HANG
` [PATCH v1 2/2] fs/writeback: skip inodes with potential writeback hang in wait_sb_inodes()

[PATCH v9 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-20 21:03 UTC  (3+ messages)
` [PATCH v9 1/2] lib: Introduce hierarchical per-cpu counters
` [PATCH v9 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-20 20:25 UTC  (22+ messages)
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd

[RFC PATCH 0/3] folio->mapping == NULL check issue
 2025-11-20 20:01 UTC  (16+ messages)
` [RFC PATCH 1/3] mm/huge_memory: prevent NULL pointer dereference in try_folio_split_to_order()
` [RFC PATCH 2/3] mm/huge_memory: add kernel-doc for folio_split_supported()
` [RFC PATCH 3/3] mm/memory-failure: handle min_order_for_split() error code properly

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-11-20 19:34 UTC  (3+ messages)
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v2 0/5] mm: swap: small fixes and comment cleanups
 2025-11-20 18:34 UTC  (8+ messages)
` [PATCH v2 3/5] mm, swap: Remove redundant comment for read_swap_cache_async

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-20 18:04 UTC  (3+ messages)

[v7 00/16] mm: support device-private THP
 2025-11-20 17:27 UTC  (11+ messages)

[PATCH] mm/filemap: Fix logic around SIGBUS in filemap_map_pages()
 2025-11-20 16:59 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
 2025-11-20 16:41 UTC 

[PATCH v2] fixup: mm/huge_memory.c: introduce folio_split_unmapped
 2025-11-20 16:21 UTC  (4+ messages)

[PATCH 0/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages
 2025-11-20 16:17 UTC  (4+ messages)
` [PATCH 1/2] mm: kmemleak: introduce kmemleak_no_scan_phys() helper
` [PATCH 2/2] liveupdate: Fix boot failure due to kmemleak access to unmapped pages

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-11-20 15:47 UTC  (14+ messages)

[linux-next:master 7315/10599] ld.lld: error: undefined symbol: _copy_from_user
 2025-11-20 15:44 UTC  (2+ messages)

[PATCH v3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-11-20 15:35 UTC  (2+ messages)

[PATCH v2 0/4] initial work on making VMA flags a bitmap
 2025-11-20 14:27 UTC  (3+ messages)
` [PATCH v2 1/4] mm: declare VMA flags by bit

[PATCH v2 0/3] tmpfs: zero post-eof ranges on file extension
 2025-11-20 14:21 UTC  (14+ messages)
` [PATCH v2 1/3] tmpfs: zero post-eof uptodate folios on swapout
` [PATCH v2 2/3] tmpfs: combine !uptodate and post-eof zeroing logic at swapout
` [PATCH v2 3/3] tmpfs: zero post-eof ranges on file extension

[PATCH v2] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
 2025-11-20 14:21 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/4] Convert pgtable to use frozen pages
 2025-11-20 13:56 UTC  (6+ messages)
` [PATCH 1/4] mm: Use frozen pages for page tables
` [PATCH 4/4] pgtable: Remove uses of page->lru

[linus:master] [slab] ec66e0d599: stress-ng.mmapfiles.ops_per_sec 51.6% regression
 2025-11-20 13:27 UTC  (2+ messages)

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-20 13:20 UTC  (8+ messages)
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
  ` [Linaro-mm-sig] "

[PATCH] process_vm_readv/writev: add flags for pidfd and nowait
 2025-11-20 13:16 UTC  (2+ messages)

[PATCH v2] fork: stop ignoring NUMA while handling cached thread stacks
 2025-11-20 13:09 UTC  (2+ messages)

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-20 12:14 UTC  (11+ messages)

[PATCH] fixup: mm/huge_memory.c: introduce folio_split_unmapped
 2025-11-20 10:43 UTC  (6+ messages)

[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
 2025-11-20 10:39 UTC  (8+ messages)
` [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access

page:  |  | latest

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