[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
2023-05-19 7:40 UTC (8+ messages)
` [PATCH v20 01/32] splice: Fix filemap of a blockdev
` [PATCH v20 02/32] splice: Clean up direct_splice_read() a bit
` [PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
` [PATCH v20 04/32] splice: Make do_splice_to() generic and export it
` [PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
` [PATCH v20 06/32] shmem: Implement splice-read
` [PATCH v20 07/32] overlayfs: "
[PATCH v3] memblock: Add flags and nid info in memblock debugfs
2023-05-19 7:34 UTC (4+ messages)
[PATCH v3 0/2] Copy-on-write poison recovery
2023-05-19 7:28 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] mm, hwpoison: When copy-on-write hits poison, take page offline
[linux-next:master 2908/3314] lib/stackdepot.c:544 stack_print() warn: unsigned 'stack->size' is never less than zero
2023-05-19 7:21 UTC (3+ messages)
[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
2023-05-19 6:43 UTC (2+ messages)
[PATCH] mm: kfence: Fix false positives on big endian
2023-05-19 6:29 UTC (6+ messages)
next: qemu-arm64: kernel BUG at fs/inode.c:1763!
2023-05-19 5:39 UTC (3+ messages)
[syzbot] [mm?] linux-next boot error: WARNING: refcount bug in __reset_page_owner
2023-05-19 5:07 UTC
[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
2023-05-19 2:53 UTC (9+ messages)
[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
2023-05-19 1:24 UTC (22+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
[PATCH v1 0/6] Memory Mapping (VMA) protection using PKU - set 1
2023-05-19 1:21 UTC (8+ messages)
` [PATCH v1 1/6] PKEY: Introduce PKEY_ENFORCE_API flag
` [PATCH v1 2/6] PKEY: Add arch_check_pkey_enforce_api()
` [PATCH v1 3/6] PKEY: Apply PKEY_ENFORCE_API to mprotect
` [PATCH v1 4/6] PKEY:selftest pkey_enforce_api for mprotect
` [PATCH v1 5/6] PKEY: Apply PKEY_ENFORCE_API to munmap
` [PATCH v1 6/6] PKEY:selftest pkey_enforce_api for munmap
[PATCH] mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to static
2023-05-19 1:19 UTC (2+ messages)
[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
2023-05-19 0:19 UTC (4+ messages)
[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
2023-05-19 0:00 UTC (16+ messages)
` [PATCH 2/6] PKEY: Add arch_check_pkey_enforce_api()
[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
2023-05-18 23:19 UTC (9+ messages)
` [PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v2 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v2 5/5] mm: ptep_deref() conversion
[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
2023-05-18 23:14 UTC (10+ messages)
` [PATCHv12 1/9] mm: Add "
` [PATCHv12 2/9] efi/x86: Get full memory map in allocate_e820()
` [PATCHv12 3/9] efi/libstub: Implement support for unaccepted memory
` [PATCHv12 4/9] x86/boot/compressed: Handle "
` [PATCHv12 5/9] efi: Add unaccepted memory support
` [PATCHv12 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory
` [PATCHv12 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv12 8/9] x86/tdx: Refactor try_accept_one()
` [PATCHv12 9/9] x86/tdx: Add unaccepted memory support
[GIT PULL] hotfixes for 6.4-rc2
2023-05-18 22:56 UTC
[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
2023-05-18 22:24 UTC (7+ messages)
` [PATCH v1 2/3] hugetlbfs: improve read HWPOISON hugepage
[PATCH 00/20] x86: address -Wmissing-prototype warnings
2023-05-18 21:56 UTC (7+ messages)
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 10/20] x86: xen: add missing prototypes
[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
2023-05-18 21:50 UTC (10+ messages)
[PATCH 0/3] mm: Fix bug affecting swapping in MTE tagged pages
2023-05-18 20:06 UTC (9+ messages)
` [PATCH 1/3] mm: Move arch_do_swap_page() call to before swap_free()
[linux-next:master 2909/3314] mm/page_owner.c:748:5: sparse: sparse: symbol 'page_owner_threshold_get' was not declared. Should it be static?
2023-05-18 20:01 UTC
DAMON Beer/Coffee/Tea chat series
2023-05-18 18:53 UTC (2+ messages)
[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
2023-05-18 18:50 UTC (20+ messages)
` [PATCH v4 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v4 02/15] dma: Allow dma_get_cache_alignment() to return the smaller cache_line_size()
` [PATCH v4 03/15] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v4 04/15] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v4 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v4 06/15] drivers/gpu: "
` [PATCH v4 07/15] drivers/usb: "
` [PATCH v4 08/15] drivers/spi: "
` [PATCH v4 09/15] drivers/md: "
` [PATCH v4 10/15] arm64: Allow kmalloc() caches aligned to 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 14/15] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v4 15/15] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64
[RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
2023-05-18 17:03 UTC (6+ messages)
[linux-next:master] BUILD SUCCESS WITH WARNING 798d276b39e984345d52b933a900a71fa0815928
2023-05-18 16:01 UTC
[linux-next:pending-fixes] BUILD SUCCESS dec469ae119550628b89f6139804c050d7eac5af
2023-05-18 16:01 UTC
[PATCH v4 0/9] fs: implement multigrain timestamps
2023-05-18 15:31 UTC (12+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v4 3/9] overlayfs: allow it to handle multigrain timestamps
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime
` [PATCH v4 5/9] ksmbd: use ctime_peek to grab the ctime out of the inode
` [PATCH v4 6/9] tmpfs: add support for multigrain timestamps
` [PATCH v4 7/9] xfs: switch to "
` [PATCH v4 8/9] ext4: convert "
` [PATCH v4 9/9] btrfs: "
[PATCH v4 00/35] Maple tree mas_{next,prev}_range() and cleanup
2023-05-18 14:55 UTC (36+ messages)
` [PATCH v4 01/35] maple_tree: Fix static analyser cppcheck issue
` [PATCH v4 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v4 03/35] maple_tree: Avoid unnecessary ascending
` [PATCH v4 04/35] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v4 05/35] maple_tree: Add format option to mt_dump()
` [PATCH v4 06/35] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v4 07/35] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v4 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v4 09/35] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v4 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v4 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v4 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v4 13/35] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v4 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v4 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v4 16/35] maple_tree: Make test code work without debug enabled
` [PATCH v4 17/35] mm: Update validate_mm() to use vma iterator
` [PATCH v4 18/35] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v4 19/35] maple_tree: Add __init and __exit to test module
` [PATCH v4 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v4 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v4 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v4 23/35] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v4 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v4 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v4 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v4 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v4 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v4 29/35] maple_tree: Relocate mas_rewalk() and mas_rewalk_if_dead()
` [PATCH v4 30/35] maple_tree: Introduce mas_prev_slot() interface
` [PATCH v4 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v4 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v4 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v4 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v4 35/35] mm: Avoid rewalk in mmap_region
[PATCH RFC 0/4] Optimize mremap during mutual alignment within PMD
2023-05-18 14:44 UTC (4+ messages)
` [PATCH RFC 1/4] mm/mremap: Optimize the start addresses in move_page_tables()
[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
2023-05-18 13:56 UTC (10+ messages)
` FOLL_LONGTERM vs FOLL_EPHEMERAL "
[PATCH] mm/page_owner: set page_owner_* storage-class-specifier to static
2023-05-18 13:47 UTC
[PATCH v2 00/10] Clean ups for maple tree
2023-05-18 13:47 UTC (5+ messages)
` [PATCH v2 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
[PATCH] decompressor: provide missing prototypes
2023-05-18 13:23 UTC (3+ messages)
[PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 13:09 UTC (14+ messages)
` [PATCH net-next v8 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v8 08/16] tls: "
` [PATCH net-next v8 09/16] siw: "
` [PATCH net-next v8 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v8 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 12/16] ip6, udp6: "
` [PATCH net-next v8 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v8 14/16] ip: Remove ip_append_page()
` [PATCH net-next v8 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v8 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES
[PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 13:07 UTC (17+ messages)
` [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v9 08/16] tls: "
` [PATCH net-next v9 09/16] siw: "
` [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 12/16] ip6, udp6: "
` [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v9 14/16] ip: Remove ip_append_page()
` [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES
[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2023-05-18 12:46 UTC (6+ messages)
` [PATCH V7 2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-18 12:12 UTC (2+ messages)
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