linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 20:49:21 to 2023-05-18 17:35:09 UTC [more...]

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-18 17:34 UTC  (15+ 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 00/20] x86: address -Wmissing-prototype warnings
 2023-05-18 17:31 UTC  (6+ messages)
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 10/20] x86: xen: add missing prototypes

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

[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
 2023-05-18 17:22 UTC  (9+ messages)
` [PATCH v2 1/5] mm: vmalloc must set pte via arch code
` [PATCH v2 2/5] mm: damon must atomically clear young on ptes and pmds
` [PATCH v2 3/5] mm: Fix failure to unmap pte on highmem systems
` [PATCH v2 4/5] mm: Add new ptep_deref() helper to fully encapsulate pte_t
` [PATCH v2 5/5] mm: ptep_deref() conversion

[RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to the VMA"
 2023-05-18 17:03 UTC  (6+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-18 16:10 UTC  (6+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-18 16:05 UTC  (8+ 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 

[linux-next:master 2908/3314] lib/stackdepot.c:544 stack_print() warn: unsigned 'stack->size' is never less than zero
 2023-05-18 15:44 UTC 

[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
 2023-05-18 15:37 UTC  (10+ messages)

[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 v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-18 15:07 UTC  (6+ messages)

[PATCH v4 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-18 14:55 UTC  (33+ 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 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 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  (7+ messages)
` [PATCH RFC 1/4] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH RFC 2/4] selftests: mm: Fix failure case when new remap region was not found
` [PATCH RFC 3/4] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH RFC 4/4] selftests: mm: Add a test for remapping to area immediately after existing mapping

[PATCH] mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to static
 2023-05-18 14:11 UTC 

[PATCH v3] memblock: Add flags and nid info in memblock debugfs
 2023-05-18 14:05 UTC  (3+ messages)

[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
 2023-05-18 13:56 UTC  (11+ 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  (11+ messages)
` [PATCH v2 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v2 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v2 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient

[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  (18+ messages)
` [PATCH net-next v8 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
` [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)

[PATCH net-next v7 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-18 11:34 UTC  (9+ messages)
` [PATCH net-next v7 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v8 "

[PATCH RESEND 0/2] Make PCMCIA and QCOM_HIDMA depend on HAS_IOMEM
 2023-05-18 11:32 UTC  (5+ messages)
` [PATCH RESEND 2/2] dmaengine: make "

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-05-18 11:23 UTC  (9+ messages)

[RFC 0/6] mm: improve page allocator scalability via splitting zones
 2023-05-18  8:06 UTC  (9+ messages)

[PATCH] mm: page_owner: make some functions static
 2023-05-18  8:05 UTC 

[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-05-18  6:59 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH v2] memblock: Add flags and nid info in memblock debugfs
 2023-05-18  5:58 UTC  (4+ messages)

[PATCH v4 0/2] memcontrol: support cgroup level OOM protection
 2023-05-18  5:12 UTC  (2+ messages)

[PATCH 0/2] SPDX conversion for UDF
 2023-05-18  4:17 UTC  (2+ messages)

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-18  3:54 UTC  (3+ messages)
` [PATCH 09/14] kunit: include debugfs header file

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-18  3:45 UTC  (24+ messages)
` [PATCH v5 RESEND 04/17] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v5 RESEND 05/17] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v5 RESEND 06/17] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 08/17] ia64: "
` [PATCH v5 RESEND 11/17] sh: "
` [PATCH v5 RESEND 16/17] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v5 RESEND 17/17] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[PATCH -next v2 00/13] mm: page_alloc: misc cleanup and refector
 2023-05-18  2:10 UTC  (5+ messages)
` [PATCH v2 08/13] mm: page_alloc: split out DEBUG_PAGEALLOC

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-18  2:03 UTC  (2+ messages)

[PATCH v2] mm: userfaultfd: avoid passing an invalid range to vma_merge()
 2023-05-18  0:38 UTC  (11+ messages)

Excessive TLB flush ranges
 2023-05-17 23:14 UTC  (22+ messages)

[PATCH] mm: kfence: Fix false positives on big endian
 2023-05-17 22:20 UTC  (3+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-17 21:50 UTC  (4+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "


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).