Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 08:18:14 to 2023-05-28 23:50:10 UTC [more...]

[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
 2023-05-28 23:49 UTC  (13+ messages)

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

[PATCH] memcg: remove unused mem_cgroup_from_obj()
 2023-05-28 20:19 UTC  (9+ messages)

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-28 20:02 UTC  (2+ 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] mm: zswap: shrink until can accept
 2023-05-28  8:53 UTC  (10+ messages)

[PATCH net-next 0/8] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-28  8:33 UTC  (12+ messages)
` [PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next 3/8] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next 4/8] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next 5/8] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next 6/8] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next 7/8] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next 8/8] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH] Do not print page type when the page has no type
 2023-05-28  8:01 UTC  (2+ messages)

[PATCH 5/6] kexec: add helper __crash_shrink_memory()
 2023-05-28  6:26 UTC  (3+ messages)

[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

[PATCH] mm/mm_init.c: remove free_area_init_memoryless_node()
 2023-05-28  4:57 UTC 

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

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-28  0:02 UTC  (3+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

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  (8+ messages)

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-27 21:52 UTC  (7+ 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

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-27 21:01 UTC  (4+ 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 mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-27 20:13 UTC  (13+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-27 19:46 UTC  (5+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[V2 patch 0/6] mm/vmalloc: Assorted fixes and improvements
 2023-05-27 19:28 UTC  (12+ messages)
` [V2 patch 2/6] mm/vmalloc: Avoid iterating over per CPU vmap blocks twice
` [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

[PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
 2023-05-27 15:54 UTC  (18+ messages)
` [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
` [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next 10/12] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES

[PATCH -next v2] memblock: unify memblock dump and debugfs show
 2023-05-27 10:32 UTC  (2+ messages)

[PATCH v2 2/2] mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pages_in_node()
 2023-05-27  8:00 UTC  (2+ messages)

[PATCH v2 1/2] mm/mm_init.c: introduce reset_memoryless_node_totalpages()
 2023-05-27  7:57 UTC  (2+ messages)

[PATCH net-next 0/4] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 2
 2023-05-27  3:12 UTC  (3+ messages)
` [PATCH net-next 3/4] kcm: Support MSG_SPLICE_PAGES

[PATCH v2] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
 2023-05-27  3:21 UTC 

[PATCH] mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
 2023-05-27  2:34 UTC  (3+ messages)

[PATCH] mm: page_alloc: remove unneeded header files
 2023-05-27 10:07 UTC 

[syzbot] [damon?] divide error in damon_set_attrs
 2023-05-27  2:08 UTC  (8+ messages)

[PATCHv4] mm: skip CMA pages when they are not available
 2023-05-26 23:03 UTC  (3+ messages)

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-26 22:42 UTC  (12+ messages)
` [PATCH 01/31] mm: use pmdp_get_lockless() without surplus barrier()
` [PATCH 03/31] mm/pgtable: kmap_local_page() instead of kmap_atomic()
` [PATCH 15/31] mm/userfaultfd: allow pte_offset_map_lock() to fail

mm/kasan/kasan_test.c:36:6: sparse: sparse: symbol 'kasan_ptr_result' was not declared. Should it be static?
 2023-05-26 22:02 UTC 

[PATCH 00/10] Docs/mm/damon: Minor fixes and design doc update
 2023-05-26 21:14 UTC  (2+ messages)

[PATCH] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-26 21:11 UTC  (5+ messages)

[PATCH] tmpfs.5: extend with new noswap documentation
 2023-05-26 21:07 UTC 

[PATCH] mm/gup_test:fix ioctl fail for compat task
 2023-05-26 19:42 UTC  (2+ messages)

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

[PATCH v3] mm: zswap: shrink until can accept
 2023-05-26 19:14 UTC  (4+ messages)

[PATCH v2 0/5] MDWE without inheritance
 2023-05-26 19:05 UTC  (11+ messages)
` [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-stable-rc:queue/5.4 4610/23441] include/linux/compiler.h:350:45: error: call to '__compiletime_assert_215' declared with attribute error: FIELD_GET: mask is not constant
 2023-05-26 18:58 UTC  (4+ messages)

[RFC v2 0/8] add support for blocksize > PAGE_SIZE
 2023-05-26 18:43 UTC  (17+ messages)
` [RFC v2 1/8] page_flags: add is_folio_hwpoison()
` [RFC v2 2/8] shmem: convert to use is_folio_hwpoison()
` [RFC v2 8/8] shmem: add support to customize block size order

[PATCH v2] mm: zswap: shrink until can accept
 2023-05-26 18:16 UTC  (4+ messages)

[PATCH] mm: deduct the number of pages reclaimed by madvise from workingset
 2023-05-26 17:31 UTC  (4+ messages)

[PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read()
 2023-05-26 14:07 UTC  (5+ messages)

[RFC v3 00/21] Preserved-over-Kexec RAM
 2023-05-26 13:57 UTC  (2+ messages)

[PATCH v2] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-26 12:18 UTC  (3+ messages)

[PATCH -next] memblock: unify memblock dump and debugfs show
 2023-05-26 11:40 UTC  (3+ messages)

[PATCH v3 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26 11:28 UTC  (4+ messages)
` [PATCH v3 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v3 2/3] mm: Provide a function to get an additional pin on a page
` [PATCH v3 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

[PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT
 2023-05-26  9:26 UTC  (13+ messages)
` [PATCH v2 1/5] block: annotate bdev_disk_changed() deprecation with a symbol namespace
` [PATCH v2 2/5] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v2 3/5] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v2 4/5] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v2 5/5] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-26  9:24 UTC  (18+ messages)
` [RFC PATCH v2 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page
` [RFC PATCH v2 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

mm: Question: pte SMP data race in do_anomyous_page()?
 2023-05-26  9:12 UTC  (3+ messages)


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