linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 1/1] mm: mark folio accessed in minor fault
 2023-12-22  6:14 UTC  (9+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-22  5:37 UTC  (8+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

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

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2023-12-22  5:14 UTC  (6+ messages)

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

[PATCH v2] mm: remove redundant lru_add_drain() prior to unmapping pages
 2023-12-22  4:01 UTC  (2+ messages)

[linux-next:master] 253ca8678d: lmbench3.Select.100tcp.latency.us -5.0% improvement
 2023-12-22  2:53 UTC 

[PATCH] MAINTAINERS: hand over hwpoison maintainership to Miaohe Lin
 2023-12-22  2:40 UTC 

[linux-next:master] [mm] 1111d46b5c: stress-ng.pthread.ops_per_sec -84.3% regression
 2023-12-22  2:23 UTC  (16+ messages)

[PATCH 00/13] mm/gup: Unify hugetlb, part 2
 2023-12-22  1:35 UTC  (2+ messages)

[PATCH 0/3] Three memory-failure fixes
 2023-12-22  1:23 UTC  (9+ messages)
` [PATCH 1/3] mm/memory-failure: Pass the folio and the page to collect_procs()
` [PATCH 2/3] mm/memory-failure: Check the mapcount of the precise page
` [PATCH 3/3] mm/memory-failure: Cast index to loff_t before shifting it
` [PATCH] mailmap: Add an old address for Naoya Horiguchi

[PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
 2023-12-22  1:07 UTC  (3+ messages)

[linux-next:master 9031/9925] ld.lld: error: undefined symbol: __fscache_unuse_cookie
 2023-12-22  1:02 UTC 

[PATCH] mm/damon/vaddr: changed asm-generic/mman-common.h to linux/mman.h
 2023-12-22  0:34 UTC 

[PATCH] mm/damon/vaddr: changed asm-generic/mman-common.h to linux/mman.h
 2023-12-21 23:49 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD REGRESSION c6eb02b33bd24f8f4a60947b539db4871ef914cd
 2023-12-21 23:35 UTC 

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-21 23:01 UTC  (42+ 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 20/40] netfs: Add a hook to allow tell the netfs to update its i_size
` [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 v5 24/40] netfs: Dispatch write requests to process a writeback slice
` [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath
` [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support
` [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support
` [PATCH v5 30/40] netfs: Implement buffered write API
` [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v5 32/40] netfs: Provide netfs_file_read_iter()
` [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v5 34/40] netfs: Provide a writepages implementation
` [PATCH v5 35/40] netfs: Provide a launder_folio implementation
` [PATCH v5 36/40] netfs: Implement a write-through caching option
` [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint
` [PATCH v5 39/40] afs: Use the netfs write helpers
` [PATCH v5 40/40] 9p: Use netfslib read/write_iter

[linux-next:master] [mm] bbcbf2a3f0: kernel_BUG_at_mm/memory.c
 2023-12-21 22:14 UTC  (10+ messages)

[PATCH] mm: Fix do_swap_page when KSM is not involved
 2023-12-21 22:12 UTC 

[PATCH v1] mm: fix unmap_mapping_range high bits shift bug
 2023-12-21 22:08 UTC  (4+ messages)

[RFC PATCH 6/7] mm/slub: make slab data more observable
 2023-12-21 21:50 UTC  (2+ messages)

[PATCH 2/9] mm, oom: introduce oom reaper
 2023-12-21 21:24 UTC 

[PATCH 0/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
 2023-12-21 20:54 UTC  (4+ messages)
` [PATCH v3 0/2] attempt to "

[PATCH mm 1/4] kasan: clean up kasan_cache_create
 2023-12-21 20:22 UTC  (11+ messages)
` [PATCH mm 2/4] kasan: reuse kasan_track in kasan_stack_ring_entry
` [PATCH mm 3/4] kasan: simplify saving extra info into tracks
` [PATCH mm 4/4] kasan: simplify kasan_complete_mode_report_info for tag-based modes

[PATCH mm] kasan: Mark unpoison_slab_object() as static
 2023-12-21 20:07 UTC  (2+ messages)

[PATCH mm] kasan: fix for "kasan: rename and document kasan_(un)poison_object_data"
 2023-12-21 20:06 UTC  (2+ messages)

[PATCH mm 00/11] kasan: assorted clean-ups
 2023-12-21 20:04 UTC  (12+ messages)
` [PATCH mm 01/11] kasan/arm64: improve comments for KASAN_SHADOW_START/END
` [PATCH mm 02/11] mm, kasan: use KASAN_TAG_KERNEL instead of 0xff
` [PATCH mm 03/11] kasan: improve kasan_non_canonical_hook
` [PATCH mm 04/11] kasan: clean up kasan_requires_meta
` [PATCH mm 05/11] kasan: update kasan_poison documentation comment
` [PATCH mm 06/11] kasan: clean up is_kfence_address checks
` [PATCH mm 07/11] kasan: respect CONFIG_KASAN_VMALLOC for kasan_flag_vmalloc
` [PATCH mm 08/11] kasan: check kasan_vmalloc_enabled in vmalloc tests
` [PATCH mm 09/11] kasan: export kasan_poison as GPL
` [PATCH mm 10/11] kasan: remove SLUB checks for page_alloc fallbacks in tests
` [PATCH mm 11/11] kasan: speed up match_all_mem_tag test for SW_TAGS

[PATCH] mm: remove VM_EXEC requirement for THP eligibility
 2023-12-21 19:50 UTC  (6+ messages)

[PATCH] MAINTAINERS: remove hugetlb maintainer Mike Kravetz
 2023-12-21 19:49 UTC  (5+ messages)

[PATCH] kasan: Mark unpoison_slab_object() as static
 2023-12-21 18:00 UTC  (3+ messages)

[linux-next:master 9549/9925] mm/kasan/common.c:280:6: sparse: sparse: symbol 'unpoison_slab_object' was not declared. Should it be static?
 2023-12-21 17:38 UTC 

[linux-next:master 8437/9113] lib/kunit/device.c:68: warning: Function parameter or struct member 'test' not described in 'kunit_driver_create'
 2023-12-21 17:06 UTC  (2+ messages)

[PATCH v5 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-21 15:40 UTC  (5+ messages)
` [PATCH v5 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v5 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v5 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v5 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[RFC 0/3] iommu/intel: Free empty page tables on unmaps
 2023-12-21 14:58 UTC  (9+ 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 v2 0/6] MIPS: mm: Fix some memory-related issues
 2023-12-21 14:38 UTC  (2+ messages)

[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 

[PATCH v2 00/40] mm/rmap: interface overhaul
 2023-12-21  9:29 UTC  (12+ 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()

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

[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 

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

[PATCH mm-unstable v3 0/4] mm/mglru: Kconfig cleanup
 2023-12-21  5:08 UTC  (5+ 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  (4+ messages)
` [PATCH -next v4 2/2] mm: vmscan: add new event to trace shrink lru

page:  |  | latest

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