linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 10:40:15 to 2023-05-24 09:13:46 UTC [more...]

[PATCH] mm: deduct the number of pages reclaimed by madvise from workingset
 2023-05-24  9:12 UTC 

[PATCH v9 0/5] ksm: support tracking KSM-placed zero-pages
 2023-05-24  9:12 UTC  (9+ messages)
  ` [PATCH v9 1/5] ksm: support unsharing KSM-placed zero pages
  ` [PATCH v9 2/5] ksm: count all zero pages placed by KSM
  ` [PATCH v9 3/5] ksm: add ksm zero pages for each process
  ` [PATCH v9 4/5] ksm: consider KSM-placed zeropages when calculating KSM profit
  ` [PATCH v9 5/5] selftest: add a testcase of ksm zero pages

qemu-x86_64 compat: LTP: controllers: RIP: 0010:__alloc_pages
 2023-05-24  9:02 UTC 

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-24  8:57 UTC  (6+ messages)

[PATCH v21 0/6] block: Use page pinning
 2023-05-24  8:47 UTC  (13+ messages)
  ` [PATCH v21 1/6] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
  ` [PATCH v21 2/6] block: Fix bio_flagged() so that gcc can better optimise it
  ` Extending page pinning into fs/direct-io.c

[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
 2023-05-24  8:42 UTC  (10+ messages)

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-05-24  8:36 UTC  (4+ messages)

[PATCH] lib/test_vmalloc.c: avoid garbage in page array
 2023-05-24  8:24 UTC 

[PATCH] mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATOR
 2023-05-24  7:15 UTC  (11+ messages)

cleanup the filemap / direct I/O interaction v2
 2023-05-24  7:09 UTC  (15+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH] mm: zswap: shrink until can accept
 2023-05-24  6:50 UTC 

[PATCH] memblock: update numa node of memblk reserved type
 2023-05-24  6:47 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-24  6:12 UTC  (5+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH 1/2] lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
 2023-05-24  6:04 UTC  (2+ messages)
` [PATCH 2/2] lazy tlb: consolidate lazy tlb mm switching

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-24  5:54 UTC  (8+ messages)

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-24  5:16 UTC  (39+ messages)
` [PATCH 02/31] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH 04/31] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 24/31] mm/migrate_device: allow pte_offset_map_lock() to fail
` [PATCH 25/31] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH 27/31] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH 29/31] mm/memory: handle_pte_fault() use pte_offset_map_nolock()

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-24  4:57 UTC  (6+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

[PATCH] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-24  4:21 UTC  (7+ messages)

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-24  4:20 UTC  (2+ messages)

[PATCH v4 00/10] Clean ups for maple tree
 2023-05-24  3:12 UTC  (11+ messages)
` [PATCH v4 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v4 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v4 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v4 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v4 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH v4 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v4 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v4 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v4 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v4 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[PATCH v22 25/31] zonefs: Provide a splice-read wrapper
 2023-05-24  3:01 UTC  (7+ messages)
` [PATCH v22 00/31] splice: Kill ITER_PIPE
  ` [PATCH v22 19/31] f2fs: Provide a splice-read wrapper

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-24  1:49 UTC  (6+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-24  1:30 UTC  (16+ messages)
` [PATCH 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH 4/9] mm: vmalloc: Add a per-CPU-zone infrastructure
` [PATCH 5/9] mm: vmalloc: Insert busy-VA per-cpu zone

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-24  1:04 UTC  (7+ messages)
` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
` [PATCH v2 2/2] fs: udf: udftime: Replace LGPL boilerplate "

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-24  0:29 UTC  (3+ messages)

[linux-next:master 3676/4223] arch/parisc/kernel/traps.c:312:25: error: 'SPINLOCK_BREAK_INSN' undeclared
 2023-05-23 23:51 UTC 

RFC: allow building a kernel without buffer_heads
 2023-05-23 22:27 UTC  (4+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH] mm-unstable: Multi-gen LRU: Fix workingset accounting
 2023-05-23 22:04 UTC  (2+ messages)

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-23 22:02 UTC  (3+ messages)

[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-23 20:54 UTC  (3+ messages)

[PATCH] maple_tree: Fix a few documentation issues,
 2023-05-23 20:51 UTC  (5+ messages)
` your mail
      ` [PATCH v2] maple_tree: Fix a few documentation issues

[linux-next:master] BUILD REGRESSION 9f925874281f7e8855855d6210d6e29d844e4307
 2023-05-23 20:21 UTC 

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-23 19:43 UTC  (7+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[patch 0/6] mm/vmalloc: Assorted fixes and improvements
 2023-05-23 19:18 UTC  (24+ messages)
` [patch 1/6] mm/vmalloc: Prevent stale TLBs in fully utilized blocks
` [patch 2/6] mm/vmalloc: Avoid iterating over per CPU vmap blocks twice
` [patch 3/6] mm/vmalloc: Prevent flushing dirty space over and over
` [patch 4/6] mm/vmalloc: Check free space in vmap_block lockless
` [patch 5/6] mm/vmalloc: Add missing READ/WRITE_ONCE() annotations
` [patch 6/6] mm/vmalloc: Dont purge usable blocks unnecessarily

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-05-23 18:59 UTC  (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 09/31] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
 2023-05-23 18:07 UTC  (2+ messages)

[PATCH v3 00/10] Clean ups for maple tree
 2023-05-23 18:00 UTC  (19+ messages)
` [PATCH v3 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v3 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v3 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v3 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v3 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v3 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v3 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v3 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v3 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-23 17:59 UTC  (3+ messages)

[stable:linux-5.15.y 36/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2023-05-23 17:45 UTC  (3+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-23 17:27 UTC  (11+ messages)

[PATCH v2 0/5] MDWE without inheritance
 2023-05-23 16:36 UTC  (12+ messages)
` [PATCH v2 3/5] mm: Make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long
` [PATCH v2 4/5] mm: Add a NO_INHERIT flag to the PR_SET_MDWE prctl

[PATCH RFC net-next/mm V4 0/2] page_pool: new approach for leak detection and shutdown phase
 2023-05-23 16:16 UTC  (4+ messages)
` [PATCH RFC net-next/mm V4 1/2] mm/page_pool: catch page_pool memory leaks
` [PATCH RFC net-next/mm V4 2/2] page_pool: Remove workqueue in new shutdown scheme

cleanup the filemap / direct I/O interaction
 2023-05-23 16:03 UTC  (14+ messages)
` [PATCH 06/13] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 07/13] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/13] iomap: assign current->backing_dev_info "
` [PATCH 10/13] fs: factor out a direct_write_fallback helper

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-23 15:47 UTC  (7+ messages)
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned

[PATCH 2/2] selftests: cgroup: fix unexpected failure on test_memcg_low
 2023-05-23 14:40 UTC  (2+ messages)

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-23 14:27 UTC  (3+ messages)
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()

[PATCH v8 1/6] ksm: support unsharing KSM-placed zero pages
 2023-05-23 14:11 UTC  (5+ messages)

[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
 2023-05-23 13:47 UTC  (2+ messages)

[linux-stable-rc:queue/5.4 4610/23441] include/linux/compiler.h:350:45: error: call to '__compiletime_assert_215' declared with attribute error: FIELD_GET: mask is not constant
 2023-05-23 13:45 UTC  (3+ messages)

[PATCH] mm/mmap: refactor mlock_future_check()
 2023-05-23 13:13 UTC  (2+ messages)

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-23 12:46 UTC  (9+ messages)
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime

[linux-next:pending-fixes] BUILD SUCCESS 48bfaadff190661215048dec65019b6bd9dad4b2
 2023-05-23 12:13 UTC 

[linux-next:master 3753/4223] drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2295:31: error: 'struct hwseq_private_funcs' has no member named 'resync_fifo_dccg_dio'
 2023-05-23 11:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).