Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 00:52:20 to 2023-06-09 19:50:31 UTC [more...]

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-09 19:49 UTC  (3+ messages)
` [PATCH 1/2] mm/filemap: remove hugetlb special casing in filemap.c
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache

[RFC PATCH 00/80] Rust PuzzleFS filesystem driver
 2023-06-09 19:45 UTC  (23+ messages)

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-09 19:36 UTC  (11+ messages)
` [PATCH v2 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v2 5/6] mm: implement folio wait under VMA lock
` [PATCH v2 6/6] mm: handle userfaults "

[PATCHv2] selftests: damon: add config file
 2023-06-09 19:16 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-09 19:04 UTC  (19+ messages)
              ` [Lsf-pc] "

[PATCH v3] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-06-09 18:29 UTC  (3+ messages)

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-09 18:24 UTC  (34+ messages)
` [PATCH v2 01/32] mm: use pmdp_get_lockless() without surplus barrier()
` [PATCH v2 02/32] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH v2 03/32] mm/pgtable: kmap_local_page() instead of kmap_atomic()
` [PATCH v2 04/32] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() "
` [PATCH v2 06/32] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
` [PATCH v2 07/32] mm/page_vma_mapped: reformat map_pte() with less indentation
` [PATCH v2 08/32] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH v2 09/32] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
` [PATCH v2 10/32] mm/pagewalk: walk_pte_range() allow for pte_offset_map()
` [PATCH v2 11/32] mm/vmwgfx: simplify pmd & pud mapping dirty helpers
` [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
` [PATCH v2 13/32] mm/hmm: retry if pte_offset_map() fails
` [PATCH v2 14/32] mm/userfaultfd: "
` [PATCH v2 15/32] mm/userfaultfd: allow pte_offset_map_lock() to fail
` [PATCH v2 16/32] mm/debug_vm_pgtable,page_table_check: warn pte map fails
` [PATCH v2 17/32] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH v2 18/32] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
` [PATCH v2 19/32] mm/mremap: retry if either pte_offset_map_*lock() fails
` [PATCH v2 20/32] mm/madvise: clean up pte_offset_map_lock() scans
` [PATCH v2 21/32] mm/madvise: clean up force_shm_swapin_readahead()
` [PATCH v2 22/32] mm/swapoff: allow pte_offset_map[_lock]() to fail
` [PATCH v2 23/32] mm/mglru: allow pte_offset_map_nolock() "
` [PATCH v2 24/32] mm/migrate_device: allow pte_offset_map_lock() "
` [PATCH v2 25/32] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH v2 26/32] mm/huge_memory: split huge pmd under one pte_offset_map()
` [PATCH v2 27/32] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH v2 28/32] mm/memory: "
` [PATCH v2 29/32] mm/memory: handle_pte_fault() use pte_offset_map_nolock()
` [PATCH v2 30/32] mm/pgtable: delete pmd_trans_unstable() and friends
` [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map()
` [PATCH v2 32/32] perf/core: Allow pte_offset_map() to fail

[PATCH v2] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing
 2023-06-09 18:20 UTC  (3+ messages)

[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation
 2023-06-09 17:53 UTC  (3+ messages)

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-09 17:42 UTC  (26+ messages)
` [PATCH v6 01/19] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
` [PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 03/19] openrisc: mm: remove unneeded early ioremap code
` [PATCH v6 04/19] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v6 05/19] mm: ioremap: allow ARCH to have its own ioremap method definition
` [PATCH v6 06/19] mm/ioremap: add slab availability checking in ioremap_prot
` [PATCH v6 07/19] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 08/19] ia64: "
` [PATCH v6 09/19] openrisc: "
` [PATCH v6 10/19] s390: "
` [PATCH v6 11/19] sh: add <asm-generic/io.h> including
` [PATCH v6 12/19] sh: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 13/19] xtensa: "
` [PATCH v6 14/19] parisc: "
` [PATCH v6 15/19] mm/ioremap: Consider IOREMAP space in generic ioremap
` [PATCH v6 16/19] mm: move is_ioremap_addr() into new header file
` [PATCH v6 17/19] powerpc: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 18/19] arm64 : mm: add wrapper function ioremap_prot()
` [PATCH v6 19/19] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed

[PATCH] mm: kill [add|del]_page_to_lru_list()
 2023-06-09 17:18 UTC  (3+ messages)

[PATCH] mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
 2023-06-09 17:16 UTC 

[RFC PATCH v2 1/7] mm: zswap: add pool shrinking mechanism
 2023-06-09 17:13 UTC  (12+ messages)
  ` [RFC PATCH v2 6/7] mm: zswap: simplify writeback function
  ` [RFC PATCH v2 7/7] mm: zswap: remove zswap_header

[PATCH 00/13] mm: jit/text allocator
 2023-06-09 17:02 UTC  (2+ messages)

[linux-next:master 3357/8413] drivers/scsi/FlashPoint.c:1712:12: warning: stack frame size (1056) exceeds limit (1024) in 'FlashPoint_HandleInterrupt'
 2023-06-09 16:58 UTC 

[linux-next:master] BUILD REGRESSION 53ab6975c12d1ad86c599a8927e8c698b144d669
 2023-06-09 16:53 UTC 

[PATCH v3] Documentation/mm: Initial page table documentation
 2023-06-09 16:37 UTC  (2+ messages)

[linux-next:master 7164/8413] uvdevice.c:undefined reference to `uv_info'
 2023-06-09 16:24 UTC 

[PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
 2023-06-09 16:20 UTC  (4+ messages)
` [PATCH v2 5/12] "

[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-09 14:48 UTC  (2+ messages)

[PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
 2023-06-09 14:42 UTC  (13+ messages)
  ` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
  ` [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs
  ` [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory
  ` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
  ` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-09 14:39 UTC  (18+ messages)
` [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09 13:04 UTC  (11+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/powerpc: memcached benchmark
` kvm/x86: multichase benchmark

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-06-09 12:42 UTC  (3+ messages)

[PATCH v2 0/3] Optimize the fast path of mas_store()
 2023-06-09 12:03 UTC  (4+ messages)
` [PATCH v2 1/3] maple_tree: add test for mas_wr_modify() fast path
` [PATCH v2 2/3] maple_tree: optimize mas_wr_append(), also improve duplicating VMAs
` [PATCH v2 3/3] maple_tree: add a fast path case in mas_wr_slot_store()

[linux-next:master] [crypto] bb897c5504: stress-ng.af-alg.ops_per_sec -8.0% regression
 2023-06-09 11:57 UTC  (2+ messages)

[PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-09 11:56 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09 10:07 UTC  (2+ messages)

[PATCH net-next 0/6] splice, net: Some miscellaneous MSG_SPLICE_PAGES changes
 2023-06-09 10:02 UTC  (7+ messages)
` [PATCH net-next 1/6] Remove file->f_op->sendpage
` [PATCH net-next 2/6] algif: Remove hash_sendpage*()
` [PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next 4/6] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next 5/6] kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next 6/6] kcm: Send multiple frags in one sendmsg()

[PATCH] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:35 UTC  (6+ messages)

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:30 UTC 

[PATCH] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-09  9:24 UTC  (4+ messages)

[BUG] trigger BUG_ON in mas_store_prealloc when low memory
 2023-06-09  8:37 UTC 

[PATCH 0/7] revert shrinker_srcu related changes
 2023-06-09  8:15 UTC  (8+ messages)
` [PATCH 1/7] Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
` [PATCH 2/7] Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"
` [PATCH 3/7] Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"
` [PATCH 4/7] Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"
` [PATCH 5/7] Revert "mm: vmscan: add shrinker_srcu_generation"
` [PATCH 6/7] Revert "mm: vmscan: make memcg slab shrink lockless"
` [PATCH 7/7] Revert "mm: vmscan: make global "

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-09  8:08 UTC  (3+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
  ` [PATCH v2 07/23 fix] mips: update_mmu_cache() can replace __update_tlb(): fix

[linux-next:master 12780/13853] arch/um/drivers/harddog_user.c:6:10: fatal error: stdio.h: No such file or directory
 2023-06-09  7:55 UTC  (4+ messages)

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

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-09  6:09 UTC  (2+ messages)

[akpm-mm:mm-unstable 294/311] arch/mips/mm/tlb-r4k.c:300:16: warning: variable 'pmdp' set but not used
 2023-06-09  5:20 UTC 

[PATCH net-next v6 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-09  3:40 UTC  (2+ messages)

[PATCH] mm/min_free_kbytes: modify min_free_kbytes calculation rules
 2023-06-09  3:25 UTC 

[PATCH v2 3/3] fs: Use delayed shrinker unregistration
 2023-06-09  2:50 UTC  (4+ messages)

[PATCH v2] Documentation/mm: Initial page table documentation
 2023-06-09  1:32 UTC  (2+ 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).