Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-27 18:08:52 to 2023-05-30 15:43:11 UTC [more...]

[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
 2023-05-30 15:42 UTC  (15+ messages)

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 15:14 UTC  (6+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

[PATCH 0/4] vmstat bug fixes for nohz_full CPUs
 2023-05-30 14:52 UTC  (5+ messages)
` [PATCH 1/4] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
` [PATCH 2/4] vmstat: skip periodic vmstat update for nohz full CPUs
` [PATCH 3/4] workqueue: add schedule_on_each_cpumask helper
` [PATCH 4/4] mm/vmstat: do not refresh stats for nohz_full CPUs

[PATCH] mm: zswap: shrink until can accept
 2023-05-30 14:51 UTC  (6+ messages)

[PATCH 08/16] btrfs: stop setting PageError in the data I/O path
 2023-05-30 14:26 UTC  (4+ messages)

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 14:22 UTC  (4+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-30 14:16 UTC  (11+ messages)
` [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next v2 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v2 03/10] Wrap lines at 80
` [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next v2 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next v2 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next v2 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next v2 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-30 14:07 UTC  (2+ messages)

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-30 14:06 UTC  (9+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-30 13:57 UTC  (3+ messages)

[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-30 13:38 UTC  (10+ messages)
` [PATCH v5 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned

[linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
 2023-05-30 12:58 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2cdae916010ff94b67ef5aadef4e67b04525dbd5
 2023-05-30 12:11 UTC 

[PATCH v4 0/4] sock: Improve condition on sockmem pressure
 2023-05-30 11:40 UTC  (5+ messages)
` [PATCH v4 1/4] net-memcg: Fold dependency into memcg pressure cond
` [PATCH v4 2/4] sock: Always take memcg pressure into consideration
` [PATCH v4 3/4] sock: Fix misuse of sk_under_memory_pressure()
` [PATCH v4 4/4] sock: Remove redundant cond of memcg pressure

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 11:29 UTC  (7+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[PATCH 0/2] module: avoid all memory pressure due to duplicates
 2023-05-30 10:01 UTC  (16+ messages)
` [PATCH 2/2] module: add support to avoid duplicates early on load

[PATCH v2 3/4] sock: Consider memcg pressure when raising sockmem
 2023-05-30  9:58 UTC  (2+ messages)
        `  "

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-30  9:37 UTC  (8+ messages)
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH v1 4/6] PKEY:selftest pkey_enforce_api for mprotect
 2023-05-30  9:32 UTC  (2+ messages)

[PATCH v10 0/5] ksm: support tracking KSM-placed zero-pages
 2023-05-30  9:12 UTC  (2+ messages)
  ` [PATCH v10 5/5] selftest: add a testcase of ksm zero pages

drivers/infiniband/hw/qedr/verbs.c:4238:33: sparse: sparse: incorrect type in assignment (different base types)
 2023-05-30  8:48 UTC 

[PATCH v2] string: use __builtin_memcpy() in strlcpy/strlcat
 2023-05-30  8:40 UTC  (2+ messages)

[PATCH 0/6] Misc cleanups and improvements for compaction
 2023-05-30  8:32 UTC  (13+ messages)
` [PATCH 1/6] mm: compaction: drop the redundant page validation in update_pageblock_skip()
` [PATCH 2/6] mm: compaction: change fast_isolate_freepages() to void type
` [PATCH 3/6] mm: compaction: skip more fully scanned pageblock
` [PATCH 4/6] mm: compaction: only set skip flag if cc->no_set_skip_hint is false
` [PATCH 5/6] mm: compaction: add trace event for fast freepages isolation
` [PATCH 6/6] mm: compaction: skip fast freepages isolation if enough freepages are isolated

[PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()
 2023-05-30  8:07 UTC  (6+ messages)
` [PATCH 0/4] New page table range API fixup patches
  ` [PATCH 1/4] filemap: avoid interfere with xas.xa_index
  ` [PATCH 2/4] rmap: fix typo in folio_add_file_rmap_range()
  ` [PATCH 3/4] mm: mark PTEs referencing the accessed folio young
  ` [PATCH 4/4] filemap: Check address range in filemap_map_folio_range()

[PATCH] Do not print page type when the page has no type
 2023-05-30  7:35 UTC  (5+ messages)

cleanup the filemap / direct I/O interaction v2
 2023-05-30  7:04 UTC  (23+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH -next] mm: page_alloc: simplify has_managed_dma()
 2023-05-30  6:40 UTC  (5+ messages)

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-05-30  6:37 UTC  (2+ messages)

[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (3+ messages)
`  "

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-05-30  3:07 UTC  (8+ messages)

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-29 23:26 UTC  (17+ messages)
` [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH 03/12] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH 04/12] powerpc: assert_pte_locked() "
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 06/12] sparc: "
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
` [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [PATCH 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH 12/12] mm: delete mmap_write_trylock() and vma_try_start_write()

Splitting dirty fs folios
 2023-05-29 22:44 UTC  (3+ messages)

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-29 20:37 UTC  (8+ 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

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-29 19:31 UTC  (11+ messages)

[PATCH] memcg: remove unused mem_cgroup_from_obj()
 2023-05-29 18:53 UTC  (9+ messages)

[PATCH 0/5] mm: compaction: cleanups & simplifications
 2023-05-29 17:12 UTC  (12+ messages)
` [PATCH 1/5] mm: compaction: remove compaction result helpers
` [PATCH 2/5] mm: compaction: simplify should_compact_retry()
` [PATCH 3/5] mm: compaction: refactor __compaction_suitable()
` [PATCH 4/5] mm: compaction: remove unnecessary is_via_compact_memory() checks
` [PATCH 5/5] mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()

[PATCH v3 0/2] memcontrol: support cgroup level OOM protection
 2023-05-29 14:02 UTC  (3+ messages)

[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
 2023-05-29 12:43 UTC  (5+ messages)
` [PATCH 3/4] mm: compaction: Update pageblock skip when first migration candidate is not at the start

[RFC PATCH stable 5.10/5.15] mm: Pass head page to clear_page_mlock for page_remove_rmap
 2023-05-29 12:37 UTC 

[PATCH] mm/mm_init.c: remove free_area_init_memoryless_node()
 2023-05-29 11:58 UTC  (3+ messages)

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-29  8:37 UTC  (3+ messages)

Fwd: ./include/linux/mmzone.h:1735:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE (v6.4-rc3 build regression)
 2023-05-29  8:24 UTC  (5+ messages)

[PATCH] memblock: Update nid info in memblock debugfs
 2023-05-29  6:20 UTC 

[PATCH -V3 0/5] swap: cleanup get/put_swap_device() usage
 2023-05-29  6:13 UTC  (6+ messages)
` [PATCH -V3 1/5] swap: Remove get/put_swap_device() in __swap_count()
` [PATCH -V3 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V3 3/5] swap: remove __swp_swapcount()
` [PATCH -V3 4/5] swap: remove get/put_swap_device() in __swap_duplicate()
` [PATCH -V3 5/5] swap: comments get_swap_device() with usage rule

[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
 2023-05-29  3:01 UTC  (2+ messages)

[PATCH v3 0/2] Reduce lock contention related with large folio
 2023-05-29  2:58 UTC  (4+ messages)
` [PATCH v3 1/2] THP: avoid lock when check whether THP is in deferred list

[PATCH v9 3/5] ksm: add ksm zero pages for each process
 2023-05-29  1:48 UTC  (2+ messages)

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

[PATCH -next v2] memblock: unify memblock dump and debugfs show
 2023-05-29  1:12 UTC  (3+ messages)

[PATCHv4] mm: skip CMA pages when they are not available
 2023-05-29  1:11 UTC  (5+ messages)

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-29  1:07 UTC  (5+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context
    ` [PATCH] kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
` [syzbot] [ntfs3?] possible deadlock in scheduler_tick (2)

[PATCH 5/6] kexec: add helper __crash_shrink_memory()
 2023-05-29  0:37 UTC  (4+ messages)

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-28 23:07 UTC  (10+ messages)

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-28 17:53 UTC  (4+ messages)

[PATCH 1/2] binfmt: Use struct_size()
 2023-05-28 16:34 UTC  (4+ messages)
` [PATCH 2/2] binfmt: Slightly simplify elf_fdpic_map_file()

[PATCH v1 0/3] selftests/mm: new test for FOLL_LONGTERM on file mappings
 2023-05-28 15:04 UTC  (7+ 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

[PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
 2023-05-28  8:33 UTC  (4+ messages)
` [PATCH net-next 0/8] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)

[linux-next:master 4813/4815] vmlinux.o: warning: objtool: synchronize_rcu_expedited_wait+0x9cc: preempt_schedule_thunk() is missing a __noreturn annotation
 2023-05-28  5:55 UTC 

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (9+ messages)
` [PATCH v2 05/34] mm: add utility functions for ptdesc

[linux-next:master 2111/4815] sound/pci/emu10k1/emufx.c:1124: undefined reference to `__divdi3'
 2023-05-28  1:23 UTC 

drivers/infiniband/hw/qedr/verbs.c:4238:33: sparse: sparse: incorrect type in assignment (different base types)
 2023-05-27 23:06 UTC 

[PATCH] lib/test_vmalloc.c: avoid garbage in page array
 2023-05-27 22:04 UTC  (7+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-27 20:13 UTC  (4+ messages)
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-27 19:46 UTC  (3+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()

[V2 patch 0/6] mm/vmalloc: Assorted fixes and improvements
 2023-05-27 19:28 UTC  (9+ messages)
` [V2 patch 3/6] mm/vmalloc: Prevent flushing dirty space over and over
` [V2 patch 4/6] mm/vmalloc: Check free space in vmap_block lockless
` [V2 patch 5/6] mm/vmalloc: Add missing READ/WRITE_ONCE() annotations
` [V2 patch 6/6] mm/vmalloc: Dont purge usable blocks unnecessarily


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 read-only IMAP folder(s) and NNTP newsgroup(s).