linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-18 14:57:27 to 2023-05-19 11:14:04 UTC [more...]

[PATCH] mm: compaction: avoid GFP_NOFS ABBA deadlock
 2023-05-19 11:13 UTC 

[PATCH 00/20] x86: address -Wmissing-prototype warnings
 2023-05-19 11:04 UTC  (9+ messages)
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 10/20] x86: xen: add missing prototypes

[PATCH] tee: add FOLL_LONGTERM for CMA case when alloc shm
 2023-05-19 11:03 UTC  (9+ messages)

[PATCH v4 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-19 11:00 UTC  (23+ 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

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-19 10:53 UTC 

next: arm64: build/gcc-12-lkftconfig-64k_page_size - error: call to '__compiletime_assert_494' declared with attribute error: BUILD_BUG_ON failed: (((16 - 3) * (4 - (2)) + 3)-16) > 10
 2023-05-19 10:45 UTC  (3+ messages)

[PATCH 0/2] SPDX conversion for UDF
 2023-05-19 10:44 UTC  (3+ messages)

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-19 10:36 UTC  (5+ messages)
` [PATCH v4 4/9] nfsd: ensure we use ctime_peek to grab the inode->i_ctime

[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
 2023-05-19 10:27 UTC  (4+ messages)
` [PATCH v1 1/3] selftests/mm: factor out detection of hugetlb page sizes into vm_util
` [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
` [PATCH v1 3/3] selftests/mm: gup_longterm: add liburing tests

[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-19 10:16 UTC  (11+ 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

Excessive TLB flush ranges
 2023-05-19 10:01 UTC  (11+ messages)

cleanup the filemap / direct I/O interaction
 2023-05-19  9:35 UTC  (14+ 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

[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-19  9:51 UTC  (7+ messages)

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-19  9:39 UTC 

[PATCH] mm,page_owner: mark page_owner_threshold helpers as static
 2023-05-19  9:27 UTC 

[PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
 2023-05-19  9:24 UTC  (46+ 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 v20 08/32] coda: "
` [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v20 10/32] net: Make sock_splice_read() use direct_splice_read() by default
` [PATCH v20 11/32] 9p: Add splice_read stub
` [PATCH v20 12/32] afs: Provide a splice-read stub
` [PATCH v20 13/32] ceph: "
` [PATCH v20 14/32] ecryptfs: "
` [PATCH v20 15/32] ext4: "
` [PATCH v20 16/32] f2fs: "
` [PATCH v20 17/32] nfs: "
` [PATCH v20 18/32] ntfs3: "
` [PATCH v20 19/32] ocfs2: "
` [PATCH v20 20/32] orangefs: "
` [PATCH v20 21/32] xfs: "
` [PATCH v20 22/32] zonefs: "
` [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
` [PATCH v20 24/32] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v20 25/32] cifs: Use generic_file_splice_read()
` [PATCH v20 26/32] iov_iter: Kill ITER_PIPE
` [PATCH v20 27/32] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v20 28/32] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v20 30/32] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v20 31/32] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v20 32/32] block: convert bio_map_user_iov "
` [PATCH] iov_iter: Add automatic-alloc for ITER_BVEC and use in direct_splice_read()

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

[PATCH v2 0/5] Encapsulate PTE contents from non-arch code
 2023-05-19  9:12 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

[Resend PATCHv2] mm: skip CMA pages when they are not available
 2023-05-19  8:41 UTC  (2+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-19  8:38 UTC  (11+ messages)

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

[RFC PATCH V2 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-05-19  7:56 UTC  (3+ messages)
` [RFC PATCH V2 1/1] "

[linux-next:master 2908/3314] lib/stackdepot.c:544 stack_print() warn: unsigned 'stack->size' is never less than zero
 2023-05-19  7:55 UTC  (4+ messages)

[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

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

[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 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()

[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

[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/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-18 14:55 UTC  (6+ messages)
` [PATCH v4 19/35] maple_tree: Add __init and __exit to test module
` [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 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v4 35/35] mm: Avoid rewalk in mmap_region

[PATCH v2 5/5] mm: ptep_deref() conversion
 2023-05-18 17:22 UTC  (2+ messages)

[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 


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