linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22  4:58 UTC  (9+ messages)
` [PATCH 01/31] mm: use pmdp_get_lockless() without surplus barrier()
` [PATCH 02/31] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH 03/31] mm/pgtable: kmap_local_page() instead of kmap_atomic()
` [PATCH 04/31] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 06/31] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
` [PATCH 07/31] mm/page_vma_mapped: reformat map_pte() with less indentation
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-22  4:50 UTC  (9+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list
` [PATCH v1 2/3] hugetlbfs: improve read HWPOISON hugepage

[PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
 2023-05-22  4:12 UTC  (3+ messages)

[PATCHv3] mm: skip CMA pages when they are not available
 2023-05-22  4:07 UTC  (2+ messages)

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-22  3:07 UTC  (7+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-22  2:49 UTC  (64+ messages)
` [PATCH v21 01/30] splice: Fix filemap of a blockdev
` [PATCH v21 02/30] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v21 04/30] splice: Clean up copy_splice_read() a bit
` [PATCH v21 05/30] splice: Make do_splice_to() generic and export it
` [PATCH v21 06/30] splice: Check for zero count in vfs_splice_read()
` [PATCH v21 07/30] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v21 08/30] splice: Make splice from a DAX file "
` [PATCH v21 09/30] shmem: Implement splice-read
` [PATCH v21 10/30] overlayfs: "
` [PATCH v21 11/30] coda: "
` [PATCH v21 12/30] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v21 13/30] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v21 14/30] 9p: Add splice_read stub
` [PATCH v21 15/30] afs: Provide a splice-read stub
` [PATCH v21 16/30] ceph: "
` [PATCH v21 17/30] ecryptfs: "
` [PATCH v21 18/30] ext4: "
` [PATCH v21 19/30] f2fs: "
` [PATCH v21 20/30] nfs: "
` [PATCH v21 21/30] ntfs3: "
` [PATCH v21 22/30] ocfs2: "
` [PATCH v21 23/30] orangefs: "
` [PATCH v21 24/30] xfs: "
` [PATCH v21 25/30] zonefs: "
` [PATCH v21 26/30] splice: Convert trace/seq to use copy_splice_read()
` [PATCH v21 27/30] cifs: Use filemap_splice_read()
` [PATCH v21 28/30] splice: Use filemap_splice_read() instead of generic_file_splice_read()
` [PATCH v21 29/30] splice: Remove generic_file_splice_read()
` [PATCH v21 30/30] iov_iter: Kill ITER_PIPE

cleanup the filemap / direct I/O interaction
 2023-05-22  2:22 UTC  (29+ messages)
` [PATCH 01/13] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 02/13] filemap: update ki_pos in generic_perform_write
` [PATCH 03/13] filemap: assign current->backing_dev_info "
` [PATCH 04/13] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/13] filemap: add a kiocb_invalidate_pages helper
` [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 09/13] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
` [PATCH 11/13] fuse: update ki_pos in fuse_perform_write
` [PATCH 12/13] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 13/13] fuse: use direct_write_fallback

[Resend PATCHv2] mm: skip CMA pages when they are not available
 2023-05-22  2:06 UTC  (4+ messages)

[PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
 2023-05-22  1:53 UTC  (23+ messages)
  ` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
    ` [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read()
    ` [PATCH v20 13/32] ceph: Provide a splice-read stub
    ` [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-22  1:26 UTC  (4+ messages)

[PATCH] swap: cleanup get/put_swap_device usage
 2023-05-22  1:26 UTC  (5+ messages)

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-22  0:54 UTC  (3+ 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: pagemap: restrict pagewalk to the requested range
 2023-05-21 23:55 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] mm documentation
 2023-05-21 23:50 UTC  (7+ messages)

Excessive TLB flush ranges
 2023-05-21 23:10 UTC  (14+ messages)
                  ` [RFC PATCH 3/3] mm/vmalloc.c: change _vm_unmap_aliases() to do purge firstly

[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
 2023-05-21 23:07 UTC 

[PATCH 07/32] mm: Bring back vmalloc_exec
 2023-05-21 22:04 UTC  (12+ messages)

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

[syzbot] [mm?] kernel BUG in __page_table_check_zero
 2023-05-21 16:20 UTC 

[PATCH] mm: shrinkers: fix race condition on debugfs cleanup
 2023-05-21 13:57 UTC  (2+ messages)

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-21  9:15 UTC  (4+ 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-21  0:12 UTC 

[linux-next:master 3171/3527] arch/sparc/kernel/setup_64.c:382:9: error: implicit declaration of function 'time_init_early'; did you mean 'inode_init_early'?
 2023-05-20 21:16 UTC 

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-20 20:29 UTC  (3+ messages)
` [PATCH v4 8/9] ext4: convert to "

[PATCH -next v9 0/3] Delay the initialization of zswap
 2023-05-20 15:33 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-20 15:31 UTC  (12+ messages)

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-20 10:34 UTC  (13+ messages)
` [PATCH v4 02/15] dma: Allow dma_get_cache_alignment() to return the smaller cache_line_size()
` [PATCH v4 11/15] scatterlist: Add dedicated config for DMA flags
` [PATCH v4 12/15] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-20  9:52 UTC  (4+ messages)

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-20  9:12 UTC  (6+ messages)

[PATCH RFC] kthread: Unify kernel_thread() and user_mode_thread()
 2023-05-20  8:50 UTC  (5+ messages)

[PATCH v2 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-20  5:04 UTC  (14+ messages)
` [PATCH v2 1/4] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v2 2/4] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v2 3/4] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v2 4/4] selftests: mm: Add a test for remapping to area immediately after existing mapping

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-20  5:04 UTC  (7+ messages)
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-19 22:37 UTC  (5+ messages)
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES

[RFC v2 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-05-19 22:01 UTC  (3+ messages)
` [RFC v2 1/2] mm/filemap: remove hugetlb special casing in filemap.c
` [RFC v2 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[LSF/MM/BPF TOPIC] VM Memory Overcommit
 2023-05-19 21:39 UTC  (2+ messages)

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

[PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
 2023-05-19 19:54 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.4-rc2
 2023-05-19 18:32 UTC  (2+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-05-19 18:25 UTC  (17+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

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

Excessive TLB flush ranges
 2023-05-19 17:02 UTC  (13+ messages)

[PATCH v3 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-19 16:54 UTC  (7+ messages)
` [PATCH v3 1/3] mm: Call arch_swap_restore() from do_swap_page()
` [PATCH v3 2/3] mm: Call arch_swap_restore() from unuse_pte()
` [PATCH v3 3/3] arm64: mte: Simplify swap tag restoration logic

[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
 2023-05-19 16:21 UTC  (11+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()

next: qemu-arm64: kernel BUG at fs/inode.c:1763!
 2023-05-19 16:14 UTC  (5+ messages)

[PATCH v20 13/32] ceph: Provide a splice-read stub
 2023-05-19  8:40 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