[PATCH v21 0/6] block: Use page pinning
2023-05-22 20:57 UTC (5+ 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
` [PATCH v21 3/6] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v21 4/6] block: Add BIO_PAGE_PINNED and associated infrastructure
[PATCH] mm/mmap: refactor mlock_future_check()
2023-05-22 20:56 UTC (4+ messages)
Excessive TLB flush ranges
2023-05-22 20:44 UTC (15+ messages)
` [RFC PATCH 3/3] mm/vmalloc.c: change _vm_unmap_aliases() to do purge firstly
[RFC PATCH stable 5.4 1/8] uaccess: Add strict non-pagefault kernel-space read function
2023-05-22 20:33 UTC (8+ messages)
` [RFC PATCH stable 5.4 2/8] bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
` [RFC PATCH stable 5.4 3/8] bpf: Restrict bpf_probe_read{, str}() only to archs where they work
` [RFC PATCH stable 5.4 4/8] maccess: clarify kerneldoc comments
` [RFC PATCH stable 5.4 5/8] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
` [RFC PATCH stable 5.4 6/8] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
` [RFC PATCH stable 5.4 7/8] bpf: rework the compat kernel probe handling
` [RFC PATCH stable 5.4 8/8] bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
2023-05-22 19:09 UTC
[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
2023-05-22 18:48 UTC (4+ messages)
[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
2023-05-22 18:38 UTC (6+ messages)
` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
[PATCH] mmu_notifiers: Notify on pte permission upgrades
2023-05-22 18:34 UTC (6+ messages)
[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
2023-05-22 18:22 UTC (7+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list
[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
2023-05-22 18:02 UTC (5+ messages)
[PATCH v2 0/5] MDWE without inheritance
2023-05-22 16:22 UTC (11+ messages)
` [PATCH v2 1/5] kselftest: vm: Fix tabs/spaces inconsistency in the mdwe test
` [PATCH v2 2/5] kselftest: vm: Fix mdwe's mmap_FIXED test case
` [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
[linux-next:master] BUILD SUCCESS WITH WARNING 9f258af06b6268be8e960f63c3f66e88bdbbbdb0
2023-05-22 16:01 UTC
[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
2023-05-22 15:12 UTC (6+ messages)
[PATCH] mm/page_alloc: don't wake up kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM is specified
2023-05-22 14:58 UTC (8+ messages)
` [PATCH v2] mm/page_alloc: don't wake "
cleanup the filemap / direct I/O interaction
2023-05-22 14:19 UTC (3+ messages)
` [PATCH 10/13] fs: factor out a direct_write_fallback helper
[PATCH v22 00/31] splice: Kill ITER_PIPE
2023-05-22 13:50 UTC (32+ messages)
` [PATCH v22 01/31] splice: Fix filemap_splice_read() to use the correct inode
` [PATCH v22 02/31] splice: Make filemap_splice_read() check s_maxbytes
` [PATCH v22 03/31] splice: Rename direct_splice_read() to copy_splice_read()
` [PATCH v22 04/31] splice: Clean up copy_splice_read() a bit
` [PATCH v22 05/31] splice: Make do_splice_to() generic and export it
` [PATCH v22 06/31] splice: Check for zero count in vfs_splice_read()
` [PATCH v22 07/31] splice: Make splice from an O_DIRECT fd use copy_splice_read()
` [PATCH v22 08/31] splice: Make splice from a DAX file "
` [PATCH v22 09/31] shmem: Implement splice-read
` [PATCH v22 10/31] overlayfs: "
` [PATCH v22 11/31] coda: "
` [PATCH v22 12/31] tty, proc, kernfs, random: Use copy_splice_read()
` [PATCH v22 13/31] net: Make sock_splice_read() use copy_splice_read() by default
` [PATCH v22 14/31] 9p: Add splice_read wrapper
` [PATCH v22 15/31] afs: Provide a splice-read wrapper
` [PATCH v22 16/31] ceph: "
` [PATCH v22 17/31] ecryptfs: "
` [PATCH v22 18/31] ext4: "
` [PATCH v22 19/31] f2fs: "
` [PATCH v22 20/31] nfs: "
` [PATCH v22 21/31] ntfs3: "
` [PATCH v22 22/31] ocfs2: "
` [PATCH v22 23/31] orangefs: "
` [PATCH v22 24/31] xfs: "
` [PATCH v22 25/31] zonefs: "
` [PATCH v22 26/31] trace: Convert trace/seq to use copy_splice_read()
` [PATCH v22 27/31] cifs: Use filemap_splice_read()
` [PATCH v22 28/31] splice: Use filemap_splice_read() instead of generic_file_splice_read()
` [PATCH v22 29/31] splice: Remove generic_file_splice_read()
` [PATCH v22 30/31] iov_iter: Kill ITER_PIPE
` [PATCH v22 31/31] splice: kdoc for filemap_splice_read() and copy_splice_read()
[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
2023-05-22 13:03 UTC (3+ messages)
[PATCH v21 22/30] ocfs2: Provide a splice-read stub
2023-05-22 12:53 UTC (10+ messages)
` [PATCH v21 00/30] splice: Kill ITER_PIPE
` [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
2023-05-22 12:52 UTC (32+ messages)
` [PATCH 04/31] mm/pgtable: "
` [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 12/31] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails
` [PATCH 15/31] mm/userfaultfd: allow pte_offset_map_lock() to fail
` [PATCH 16/31] mm/debug_vm_pgtable,page_table_check: warn pte map fails
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 18/31] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
` [PATCH 19/31] mm/mremap: retry if either pte_offset_map_*lock() fails
` [PATCH 20/31] mm/madvise: clean up pte_offset_map_lock() scans
` [PATCH 21/31] mm/madvise: clean up force_shm_swapin_readahead()
` [PATCH 22/31] mm/swapoff: allow pte_offset_map[_lock]() to fail
` [PATCH 23/31] mm/mglru: allow pte_offset_map_nolock() "
` [PATCH 24/31] mm/migrate_device: allow pte_offset_map_lock() "
` [PATCH 25/31] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH 26/31] mm/huge_memory: split huge pmd under one pte_offset_map()
` [PATCH 27/31] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH 28/31] mm/memory: "
` [PATCH 29/31] mm/memory: handle_pte_fault() use pte_offset_map_nolock()
` [PATCH 30/31] mm/pgtable: delete pmd_trans_unstable() and friends
` [PATCH 31/31] perf/core: Allow pte_offset_map() to fail
[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-22 12:11 UTC (17+ messages)
` [PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v10 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v10 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v10 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v10 08/16] tls: "
` [PATCH net-next v10 09/16] siw: "
` [PATCH net-next v10 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v10 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 12/16] ip6, udp6: "
` [PATCH net-next v10 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 14/16] ip: Remove ip_append_page()
` [PATCH net-next v10 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 16/16] unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES
[linux-next:pending-fixes] BUILD SUCCESS e885abc8cc39d729ef87a853a5c245c28ffe11af
2023-05-22 12:09 UTC
[PATCH -V2 0/5] swap: cleanup get/put_swap_device() usage
2023-05-22 12:07 UTC (11+ messages)
` [PATCH -V2 1/5] swap: Remove get/put_swap_device() in __swap_count()
` [PATCH -V2 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V2 3/5] swap: remove __swp_swapcount()
` [PATCH -V2 4/5] swap: remove get/put_swap_device() in __swap_duplicate()
` [PATCH -V2 5/5] swap: comments get_swap_device() with usage rule
[PATCH v11 0/9] Implement copy offload support
2023-05-22 11:45 UTC (11+ messages)
` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v11 2/9] block: Add copy offload support infrastructure
` [PATCH v11 3/9] block: add emulation for copy
` [PATCH v11 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
` [PATCH v11 5/9] nvme: add copy offload support
` [PATCH v11 6/9] nvmet: add copy command support for bdev and file ns
` [PATCH v11 7/9] dm: Add support for copy offload
` [PATCH v11 8/9] dm: Enable copy offload for dm-linear target
` [PATCH v11 9/9] null_blk: add support for copy offload
[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
2023-05-22 11:33 UTC (8+ messages)
` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context
[PATCH mm-unstable 1/4] mm: multi-gen LRU: use macro for bitmap
2023-05-22 11:33 UTC (5+ messages)
` [PATCH mm-unstable 2/4] mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
` [PATCH mm-unstable 3/4] mm: multi-gen LRU: add helpers in page table walks
` [PATCH mm-unstable 4/4] mm: multi-gen LRU: cleanup lru_gen_test_recent()
[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
2023-05-22 11:26 UTC (6+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "
[PATCH 0/9] Mitigate a vmap lock contention
2023-05-22 11:08 UTC (10+ messages)
` [PATCH 1/9] mm: vmalloc: Add va_alloc() helper
` [PATCH 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH 3/9] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH 4/9] mm: vmalloc: Add a per-CPU-zone infrastructure
` [PATCH 5/9] mm: vmalloc: Insert busy-VA per-cpu zone
` [PATCH 6/9] mm: vmalloc: Support multiple zones in vmallocinfo
` [PATCH 7/9] mm: vmalloc: Insert lazy-VA per-cpu zone
` [PATCH 8/9] mm: vmalloc: Offload free_vmap_area_lock global lock
` [PATCH 9/9] mm: vmalloc: Scale and activate cvz_size
[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
2023-05-22 11:08 UTC (5+ messages)
` [PATCHv12 4/9] x86/boot/compressed: Handle "
[PATCH v4 0/9] fs: implement multigrain timestamps
2023-05-22 10:53 UTC (6+ messages)
` [PATCH v4 9/9] btrfs: convert to "
[PATCH v8 0/6] ksm: support tracking KSM-placed zero-pages
2023-05-22 10:42 UTC
[PATCH v2 0/2] SPDX conversion from UDF
2023-05-22 9:53 UTC (2+ messages)
[PATCH 2/2] selftests: cgroup: fix unexpected failure on test_memcg_low
2023-05-22 9:52 UTC
[PATCH 1/2] mm/memcontrol: fix typo in comment
2023-05-22 9:52 UTC
[PATCH RFC v2] Randomized slab caches for kmalloc()
2023-05-22 8:58 UTC (7+ messages)
[PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
2023-05-22 8:53 UTC (2+ messages)
[PATCH v5 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counte
2023-05-22 8:40 UTC (4+ messages)
` [PATCH v5 3/3] mm,page_owner: Filter out stacks by a threshold counter
[PATCH 0/7] riscv: Memory Hot(Un)Plug support
2023-05-22 8:21 UTC (5+ messages)
[LSF/MM/BPF TOPIC] mm documentation
2023-05-22 7:47 UTC (8+ messages)
[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-22 7:27 UTC (6+ messages)
` [PATCH v4 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned
[PATCHv4] mm: skip CMA pages when they are not available
2023-05-22 6:36 UTC
[PATCH v2] mm/folio: Avoid special handling for order value 0 in folio_set_order
2023-05-22 5:49 UTC (2+ messages)
[PATCH v3 00/10] Clean ups for maple tree
2023-05-22 5:06 UTC (7+ messages)
` [PATCH v3 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [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 v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
2023-05-20 9:23 UTC
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