linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-02-15 13:57 UTC  (7+ messages)

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-15 13:45 UTC  (12+ messages)
` [PATCH RFC 1/7] libfs: Rename "so_ctx"
` [PATCH RFC 2/7] libfs: Define a minimum directory offset
` [PATCH RFC 3/7] libfs: Add simple_offset_empty()
` [PATCH RFC 6/7] libfs: Convert simple directory offsets to use a Maple Tree
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

shmem patches headsup: Re: [ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe
 2024-02-15 13:14 UTC  (6+ messages)

[PATCH v9 0/7] page_owner: print stacks and their outstanding allocations
 2024-02-15 12:53 UTC  (24+ messages)
` [PATCH v9 1/7] lib/stackdepot: Fix first entry having a 0-handle
` [PATCH v9 2/7] lib/stackdepot: Move stack_record struct definition into the header
` [PATCH v9 3/7] mm,page_owner: Maintain own list of stack_records structs
` [PATCH v9 4/7] mm,page_owner: Implement the tracking of the stacks count
` [PATCH v9 5/7] mm,page_owner: Display all stacks and their count
` [PATCH v9 6/7] mm,page_owner: Filter out stacks by a threshold
` [PATCH v9 7/7] mm,page_owner: Update Documentation regarding page_owner_stacks

[RFC PATCH] cxl/pci: Set default timeout for background operations
 2024-02-15 12:34 UTC  (3+ messages)

[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
 2024-02-15 12:26 UTC  (5+ messages)
  ` [EXT] "

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-02-15 12:17 UTC  (5+ messages)
` [RFC PATCH v1 1/4] mm: Introduce ptep_get_lockless_norecency()
` [RFC PATCH v1 2/4] mm/gup: Use ptep_get_lockless_norecency()
` [RFC PATCH v1 3/4] mm/memory: Use ptep_get_lockless_norecency() for orig_pte
` [RFC PATCH v1 4/4] arm64/mm: Override ptep_get_lockless_norecency()

convert write_cache_pages() to an iterator v8
 2024-02-15 11:44 UTC  (17+ messages)
` [PATCH 01/14] writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATE
` [PATCH 02/14] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 03/14] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 04/14] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 05/14] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 06/14] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 07/14] writeback: Factor folio_prepare_writeback() out of write_cache_pages()
` [PATCH 08/14] writeback: Factor writeback_get_batch() "
` [PATCH 09/14] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/14] pagevec: Add ability to iterate a queue
` [PATCH 11/14] writeback: Use the folio_batch queue iterator
` [PATCH 12/14] writeback: Move the folio_prepare_writeback loop out of write_cache_pages()
` [PATCH 13/14] writeback: add a writeback iterator
` [PATCH 14/14] writeback: Remove a use of write_cache_pages() from do_writepages()

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-02-15 11:36 UTC  (34+ messages)
` [PATCH v6 01/18] mm: Clarify the spec for set_ptes()
` [PATCH v6 02/18] mm: thp: Batch-collapse PMD with set_ptes()
` [PATCH v6 03/18] mm: Introduce pte_advance_pfn() and use for pte_next_pfn()
` [PATCH v6 04/18] arm64/mm: Convert pte_next_pfn() to pte_advance_pfn()
` [PATCH v6 05/18] x86/mm: "
` [PATCH v6 06/18] mm: Tidy up pte_next_pfn() definition
` [PATCH v6 07/18] arm64/mm: Convert READ_ONCE(*ptep) to ptep_get(ptep)
` [PATCH v6 08/18] arm64/mm: Convert set_pte_at() to set_ptes(..., 1)
` [PATCH v6 09/18] arm64/mm: Convert ptep_clear() to ptep_get_and_clear()
` [PATCH v6 10/18] arm64/mm: New ptep layer to manage contig bit
` [PATCH v6 11/18] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
` [PATCH v6 12/18] arm64/mm: Wire up PTE_CONT for user mappings
` [PATCH v6 13/18] arm64/mm: Implement new wrprotect_ptes() batch API
` [PATCH v6 14/18] arm64/mm: Implement new [get_and_]clear_full_ptes() batch APIs
` [PATCH v6 15/18] mm: Add pte_batch_hint() to reduce scanning in folio_pte_batch()
` [PATCH v6 16/18] arm64/mm: Implement pte_batch_hint()
` [PATCH v6 17/18] arm64/mm: __always_inline to improve fork() perf
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-15 11:14 UTC  (13+ messages)
` [RFC PATCH v6 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v6 02/12] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v6 03/12] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v6 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v6 05/12] cxl/memscrub: Add CXL device ECS "
` [RFC PATCH v6 06/12] memory: scrub: Add scrub subsystem driver supports configuring memory scrubs in the system
` [RFC PATCH v6 07/12] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [RFC PATCH v6 08/12] cxl/memscrub: Register CXL device ECS "
` [RFC PATCH v6 09/12] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH v6 10/12] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH v6 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v6 12/12] memory: RAS2: Add memory RAS2 driver

[PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline"
 2024-02-15 10:52 UTC  (2+ messages)

[PATCH v1 1/2] padata: downgrade padata_do_multithreaded to serial execution for non-SMP
 2024-02-15 10:49 UTC  (2+ messages)

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-15 10:34 UTC  (14+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH v2] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
 2024-02-15  9:58 UTC 

[PATCH v3 00/35] Memory allocation profiling
 2024-02-15  9:22 UTC  (47+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()

[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
 2024-02-15  7:06 UTC  (8+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-15  6:58 UTC  (16+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()

[linux-next:master] BUILD REGRESSION 2c3b09aac00d7835023bbc4473ee06696be64fa8
 2024-02-15  5:06 UTC 

[PATCH v2 00/12] conform tests to TAP format output
 2024-02-15  4:59 UTC  (5+ messages)
` [PATCH v2 09/12] selftests/mm: thp_settings: conform "

[PATCH V2] mm/hugetlb: Ensure adequate CMA areas available for hugetlb_cma[]
 2024-02-15  4:34 UTC 

[PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
 2024-02-15  4:08 UTC  (7+ messages)
` [PATCH 2/2] mm/migrate_device: further convert migrate_device_finalize() "

[PATCH] scripts/gdb/vmalloc: fix vmallocinfo error
 2024-02-15  3:02 UTC  (4+ messages)

[PATCH v3] mm: swap: async free swap slot cache entries
 2024-02-15  1:03 UTC  (5+ messages)

[PATCH v4] mm: swap: async free swap slot cache entries
 2024-02-15  1:02 UTC 

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-15  0:44 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 904accd85136d0635854d003865dc38145a4952b
 2024-02-14 23:00 UTC 

[PATCH v8 0/1] mm: report per-page metadata information
 2024-02-14 22:57 UTC  (2+ messages)
` [PATCH v8 1/1] "

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-02-14 22:40 UTC  (3+ messages)
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-14 22:33 UTC  (6+ messages)
` [PATCH v6 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH] kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()
 2024-02-14 22:18 UTC  (2+ messages)

[PATCH v5 0/3] Enable >0 order folio memory compaction
 2024-02-14 22:04 UTC  (4+ messages)
` [PATCH v5 1/3] mm/compaction: enable compacting >0 order folios
` [PATCH v5 2/3] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v5 3/3] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH] kasan/test: avoid gcc warning for intentional overflow
 2024-02-14 22:01 UTC  (2+ messages)

[PATCH] sched/numa, mm: do not promote folios to nodes not set N_MEMORY
 2024-02-14 21:13 UTC  (4+ messages)

[PATCH v3 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-14 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v3 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v3 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v3 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v3 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v3 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v3 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v3 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v3 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v3 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH v2 0/2] mm/zswap: optimize for dynamic zswap_pools
 2024-02-14 20:10 UTC  (5+ messages)
` [PATCH v2 1/2] mm/zswap: global lru and shrinker shared by all zswap_pools
` [PATCH v2 2/2] mm/zswap: change zswap_pool kref to percpu_ref

[RFC PATCH 0/9] shmem: fix llseek in hugepages
 2024-02-14 19:49 UTC  (2+ messages)

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 17:38 UTC  (14+ messages)
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-02-14 16:56 UTC  (11+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support

page:  |  | latest

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