linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-21 13:23 UTC  (23+ messages)
` [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header
` [PATCH v5 02/40] afs: Automatically generate trace tag enums
` [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
` [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests
` [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v5 10/40] netfs: Add a ->free_subrequest() op
` [PATCH v5 11/40] afs: Don't use folio->private to record partial modification
` [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v5 15/40] netfs: Add support for DIO buffering
` [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray
` [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments
` [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2023-12-21 13:19 UTC  (8+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

Convert write_cache_pages() to an iterator v3
 2023-12-21 12:49 UTC  (36+ messages)
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[PATCH v3 00/34] kmsan: Enable on s390
 2023-12-21 12:14 UTC  (3+ messages)
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules

[PATCH 00/13] kmsan: Enable on powerpc
 2023-12-21 12:09 UTC  (3+ messages)
  ` [PATCH 02/13] hvc: Fix use of uninitialized array in udbg_hvc_putc

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-12-21 11:59 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
 2023-12-21 11:48 UTC 

[linux-next:master] [mm] bbcbf2a3f0: kernel_BUG_at_mm/memory.c
 2023-12-21 11:32 UTC  (7+ messages)

[PATCH v5 0/2] Add swappiness argument to memory.reclaim
 2023-12-21  9:29 UTC  (5+ messages)
` [PATCH v5 1/2] mm: add defines for min/max swappiness
` [PATCH v5 2/2] mm: add swapiness= arg to memory.reclaim

[PATCH v2 00/40] mm/rmap: interface overhaul
 2023-12-21  9:29 UTC  (48+ messages)
` [PATCH v2 01/40] mm/rmap: rename hugepage_add* to hugetlb_add*
` [PATCH v2 02/40] mm/rmap: introduce and use hugetlb_remove_rmap()
` [PATCH v2 03/40] mm/rmap: introduce and use hugetlb_add_file_rmap()
` [PATCH v2 04/40] mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
` [PATCH v2 05/40] mm/rmap: introduce and use hugetlb_try_share_anon_rmap()
` [PATCH v2 06/40] mm/rmap: add hugetlb sanity checks for anon rmap handling
` [PATCH v2 07/40] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH v2 08/40] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH v2 09/40] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH v2 10/40] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH v2 11/40] mm/userfaultfd: "
` [PATCH v2 12/40] mm/rmap: remove page_add_file_rmap()
` [PATCH v2 13/40] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
` [PATCH v2 14/40] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
` [PATCH v2 15/40] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
` [PATCH v2 16/40] mm/huge_memory: page_add_anon_rmap() -> folio_add_anon_rmap_pmd()
` [PATCH v2 17/40] mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
` [PATCH v2 18/40] mm/ksm: "
` [PATCH v2 19/40] mm/swapfile: "
` [PATCH v2 20/40] mm/memory: "
` [PATCH v2 21/40] mm/rmap: remove page_add_anon_rmap()
` [PATCH v2 22/40] mm/rmap: remove RMAP_COMPOUND
` [PATCH v2 23/40] mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
` [PATCH v2 24/40] kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH v2 25/40] mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
` [PATCH v2 26/40] mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
` [PATCH v2 27/40] mm/ksm: "
` [PATCH v2 28/40] mm/memory: "
` [PATCH v2 29/40] mm/migrate_device: "
` [PATCH v2 30/40] mm/rmap: "
` [PATCH v2 31/40] Documentation: stop referring to page_remove_rmap()
` [PATCH v2 32/40] mm/rmap: remove page_remove_rmap()
` [PATCH v2 33/40] mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
` [PATCH v2 34/40] mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
` [PATCH v2 35/40] mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
` [PATCH v2 36/40] mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
` [PATCH v2 37/40] mm/rmap: remove page_try_dup_anon_rmap()
` [PATCH v2 38/40] mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
` [PATCH v2 39/40] mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
` [PATCH v2 40/40] mm: remove one last reference to page_add_*_rmap()

Fwd: Fwd: memory leak in batadv_iv_ogm_aggregate_new
 2023-12-21  8:36 UTC 

[PATCH 0/3] Three memory-failure fixes
 2023-12-21  8:15 UTC  (7+ messages)
` [PATCH 1/3] mm/memory-failure: Pass the folio and the page to collect_procs()
` [PATCH 3/3] mm/memory-failure: Cast index to loff_t before shifting it
` [PATCH] mailmap: Add an old address for Naoya Horiguchi

[RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot
 2023-12-21  7:22 UTC  (3+ messages)

[RFC PATCH 1/1] mm: mark folio accessed in minor fault
 2023-12-21  6:32 UTC  (7+ messages)

[linux-next:pending-fixes 174/268] sound/pci/hda/cs35l41_hda_property.c:238: undefined reference to `spi_setup'
 2023-12-21  6:08 UTC 

[RFC 0/3] iommu/intel: Free empty page tables on unmaps
 2023-12-21  5:42 UTC  (7+ messages)
` [RFC 1/3] iommu/intel: Use page->refcount to count number of entries in IOMMU
` [RFC 2/3] iommu/intel: synchronize page table map and unmap operations
` [RFC 3/3] iommu/intel: free empty page tables on unmaps

[PATCH v1] mm: fix unmap_mapping_range high bits shift bug
 2023-12-21  5:40 UTC  (3+ messages)

[PATCH mm-unstable v1 4/4] mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGE
 2023-12-21  5:26 UTC  (4+ messages)

[PATCH mm-unstable v3 0/4] mm/mglru: Kconfig cleanup
 2023-12-21  5:08 UTC  (5+ messages)

[linux-next:master] [mm] 1111d46b5c: stress-ng.pthread.ops_per_sec -84.3% regression
 2023-12-21  4:58 UTC  (11+ messages)

[PATCH] mm: remove VM_EXEC requirement for THP eligibility
 2023-12-21  4:53 UTC  (3+ messages)

arch/sh/kernel/relocate_kernel.S:38: Error: invalid operands for opcode
 2023-12-21  4:24 UTC  (6+ messages)

[PATCH -next v4 0/2] Make memory reclamation measurable
 2023-12-21  3:16 UTC  (5+ messages)
` [PATCH -next v4 2/2] mm: vmscan: add new event to trace shrink lru

[PATCH] MAINTAINERS: remove hugetlb maintainer Mike Kravetz
 2023-12-21  2:28 UTC  (6+ messages)

[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
 2023-12-21  0:57 UTC  (10+ messages)
` [PATCH v6] zswap: memcontrol: implement zswap writeback disabling (fix)

[PATCH v3 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-21  0:19 UTC  (7+ messages)
` [PATCH v3 6/6] mm/zswap: directly use percpu mutex and buffer in load/store

[PATCH 0/4] SLUB: cleanup hook processing
 2023-12-20 23:44 UTC  (9+ messages)
` [PATCH 4/4] mm/slub: free KFENCE objects in slab_free_hook()

[PATCH] mm: memcg: fix split queue list crash when large folio migration
 2023-12-20 23:31 UTC  (3+ messages)

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2023-12-20 21:39 UTC  (9+ messages)
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 42/50] sem: Split out sem_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

DAMON Beer/Coffee/Tea chat series
 2023-12-20 20:27 UTC  (2+ messages)

[PATCH] mm/memory: Replace kmap() with kmap_local_page()
 2023-12-20 19:59 UTC  (5+ messages)

[linux-next:master 8994/9550] io_uring/register.c:553:1: sparse: sparse: Using plain integer as NULL pointer
 2023-12-20 17:08 UTC 

[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings
 2023-12-20 16:58 UTC  (5+ messages)

[PATCH v4 00/16] Transparent Contiguous PTEs for User Mappings
 2023-12-20 15:59 UTC  (29+ messages)
` [PATCH v4 02/16] mm: Batch-copy PTE ranges during fork()

[linux-next:master 9106/9550] drivers/vfio/pci/virtio/main.c:550:6: warning: no previous prototype for function 'virtiovf_pci_aer_reset_done'
 2023-12-20 15:56 UTC 

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-20 15:03 UTC  (2+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[PATCH v4 0/3] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-20 14:16 UTC  (6+ messages)
` [PATCH v4 1/3] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v4 2/3] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[linux-next:master 9130/9550] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_state.c:329: warning: Function parameter or struct member 'state' not described in 'dc_state_rem_all_planes_for_stream'
 2023-12-20 13:59 UTC 

[PATCH v2 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2023-12-20 13:37 UTC  (4+ messages)
` [PATCH v2 2/3] arm64: mm: HVO: support BBM of vmemmap pgtable safely

[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-20 13:26 UTC  (5+ messages)

[linux-next:master 9106/9550] drivers/vfio/pci/virtio/main.c:550:6: warning: no previous prototype for 'virtiovf_pci_aer_reset_done'
 2023-12-20 13:19 UTC 

[PATCH 0/4] riscv: support fast gup
 2023-12-20 12:57 UTC  (4+ messages)
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
  ` [External] "

[PATCH v2] mm/khugepaged: Remove redundant try_to_freeze()
 2023-12-20 12:38 UTC  (3+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-20  7:07 UTC  (7+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox