linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/8] Minor cleanups and improvements to swap freeing code
 2025-03-20 11:48 UTC  (9+ messages)
` [PATCH v3 1/8] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH v3 2/8] mm: swap: enable swap_entry_range_free() to drop any kind of last ref
` [PATCH v3 3/8] mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()
` [PATCH v3 4/8] mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()
` [PATCH v3 5/8] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH v3 6/8] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH v3 7/8] mm: swap: factor out helper to drop cache of entries within a single cluster
` [PATCH v3 8/8] mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()

[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
 2025-03-20  7:13 UTC  (20+ messages)
` [PATCH v5 01/16] kexec: define functions to map and unmap segments
` [PATCH v5 02/16] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v5 03/16] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v5 04/16] memblock: Add support for scratch memory
` [PATCH v5 05/16] memblock: introduce memmap_init_kho_scratch()
` [PATCH v5 06/16] hashtable: add macro HASHTABLE_INIT
` [PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v5 08/16] kexec: add KHO parsing support
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
` [PATCH v5 10/16] kexec: add KHO support to kexec file loads
` [PATCH v5 11/16] kexec: add config option for KHO
` [PATCH v5 12/16] arm64: add KHO support
` [PATCH v5 13/16] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v5 14/16] x86: add KHO support
` [PATCH v5 15/16] memblock: add KHO support for reserve_mem
` [PATCH v5 16/16] Documentation: add documentation for KHO

[PATCH 0/2] fs/proc: extend the PAGEMAP_SCAN ioctl to report
 2025-03-20  6:39 UTC  (3+ messages)
` [PATCH 1/2] fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions
` [PATCH 2/2] selftests/mm: add PAGEMAP_SCAN guard region test

[PATCH] mm/page_alloc: Replace flag check with PageHWPoison() in check_new_page_bad()
 2025-03-20  6:33 UTC 

[LSF/MM/BPF Topic] Performance improvement for Memory Cgroups
 2025-03-20  6:22 UTC  (4+ messages)
` [Lsf-pc] "

[LSF/MM BPF Topic] Warming up to frozen pages
 2025-03-20  6:02 UTC  (4+ messages)

[PATCH v3 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
 2025-03-20  5:40 UTC  (5+ messages)
` [PATCH v3 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
` [PATCH v3 2/3] mm/mempolicy: Support dynamic sysfs updates for weighted interleave
` [PATCH v3 3/3] mm/mempolicy: Support memory hotplug in "

[RFC PATCH 0/4] mm/damon: let DAMON-based memory tiering self-tuned and just works
 2025-03-20  5:39 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/damon/core: introduce two damos quota goal metrics for NUMA memory utilization and free space ratios
` [RFC PATCH 2/4] mm/damon/sysfs-schemes: implement file for quota goal nid parameter
` [RFC PATCH 3/4] mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer
` [RFC PATCH 4/4] samples/damon: implement a DAMON module for memory tiering

[Hypervisor Live Update] Notes from March 10, 2025
 2025-03-20  5:37 UTC  (3+ messages)

[PATCH] mm/vmalloc: fix mischeck pfn valid in vmap_pfns
 2025-03-20  5:31 UTC  (10+ messages)

6.14.0-rc6 lockdep warning kswapd
 2025-03-20  4:31 UTC  (2+ messages)

include/linux/minmax.h:93:30: warning: large integer implicitly truncated to unsigned type
 2025-03-20  4:16 UTC 

[PATCH 0/2] mm/vmscan: don't try to reclaim hwpoison folio
 2025-03-20  3:37 UTC  (6+ messages)
` [PATCH 1/2] mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper
` [PATCH 2/2] mm/vmscan: don't try to reclaim hwpoison folio

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-03-20  3:30 UTC  (21+ messages)

[PATCH v3 1/3] mm: memory-failure: update ttu flag inside unmap_poisoned_folio
 2025-03-20  2:40 UTC  (3+ messages)
`  "

[RFC v1 0/3] Live Update Orchestrator
 2025-03-20  2:40 UTC  (4+ messages)
` [RFC v1 1/3] luo: "
` [RFC v1 2/3] luo: dev_liveupdate: Add device live update infrastructure
` [RFC v1 3/3] luo: x86: Enable live update support

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-20  2:32 UTC  (9+ messages)
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-20  1:24 UTC  (8+ messages)

[PATCH v2 0/8] Minor cleanups and improvements to swap freeing code
 2025-03-20  1:10 UTC  (7+ messages)
` [PATCH v2 2/8] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH v2 3/8] mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()

[LSF/MM/BPF TOPIC] Mapping text with large folios
 2025-03-20  0:53 UTC  (6+ messages)

[linux-next:master 11820/12094] include/linux/compiler_types.h:477:20: error: impossible constraint in 'asm'
 2025-03-20  0:40 UTC 

[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
 2025-03-19 23:57 UTC  (8+ messages)
` [PATCH 1/2] "

[LSF/MM/BPF TOPIC v2] Unifying sources of page temperature information - what info is actually wanted?
 2025-03-19 23:50 UTC  (2+ messages)

[RFC PATCH V1 00/13] mm: slowtier page promotion based on PTE A bit
 2025-03-19 23:00 UTC  (15+ messages)
` [RFC PATCH V1 01/13] mm: Add kmmscand kernel daemon
` [RFC PATCH V1 02/13] mm: Maintain mm_struct list in the system
` [RFC PATCH V1 03/13] mm: Scan the mm and create a migration list
` [RFC PATCH V1 04/13] mm: Create a separate kernel thread for migration
` [RFC PATCH V1 05/13] mm/migration: Migrate accessed folios to toptier node
` [RFC PATCH V1 06/13] mm: Add throttling of mm scanning using scan_period
` [RFC PATCH V1 07/13] mm: Add throttling of mm scanning using scan_size
` [RFC PATCH V1 08/13] mm: Add initial scan delay
` [RFC PATCH V1 09/13] mm: Add heuristic to calculate target node
` [RFC PATCH V1 10/13] sysfs: Add sysfs support to tune scanning
` [RFC PATCH V1 11/13] vmstat: Add vmstat counters
` [RFC PATCH V1 12/13] trace/kmmscand: Add tracing of scanning and migration
` [RFC PATCH V1 13/13] prctl: Introduce new prctl to control scanning

[PATCH v2 00/19] mm: Support huge pfnmaps
 2025-03-19 22:53 UTC  (5+ messages)
` [PATCH v2 18/19] mm/arm64: Support large pfn mappings

[RFC 0/5] add option to restore swap account to cgroupv1 mode
 2025-03-19 22:30 UTC  (14+ messages)
` [RFC 1/5] Kconfig: add SWAP_CHARGE_V1_MODE config
` [RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
` [RFC 3/5] mm/memcontrol: do not scan anon pages if memsw limit is hit
` [RFC 4/5] mm/memcontrol: allow memsw account in cgroup v2
` [RFC 5/5] Docs/cgroup-v2: add cgroup.memsw_account_on_dfl Documentation

[PATCH 0/4 v3] cgroup: separate rstat trees
 2025-03-19 22:21 UTC  (5+ messages)
` [PATCH 1/4 v3] cgroup: use separate rstat api for bpf programs
` [PATCH 2/4 v3] cgroup: use separate rstat trees for each subsystem
` [PATCH 3/4 v3] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH 4/4 v3] cgroup: save memory by splitting cgroup_rstat_cpu into compact and full versions

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-19 22:19 UTC  (6+ messages)
` [PATCH 1/4] cgroup: use separate rstat api for bpf programs
` [PATCH 2/4] cgroup: use separate rstat trees for each subsystem
` [PATCH 3/4] cgroup: use subsystem-specific rstat locks to avoid contention
` [PATCH 4/4] cgroup: save memory by splitting cgroup_rstat_cpu into compact and full versions

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-03-19 21:54 UTC  (4+ messages)

[PATCH] cgroup/rstat: avoid disabling irqs for O(num_cpu)
 2025-03-19 19:46 UTC  (16+ messages)

[PATCH RFC V2 0/9] Enhancements to Page Migration with Multi-threading and Batch Offloading to DMA
 2025-03-19 19:22 UTC  (10+ messages)
` [PATCH RFC V2 1/9] mm/migrate: factor out code in move_to_new_folio() and migrate_folio_move()
` [PATCH RFC V2 2/9] mm/migrate: revive MIGRATE_NO_COPY in migrate_mode
` [PATCH RFC V2 3/9] mm: batch folio copying during migration
` [PATCH RFC V2 4/9] mm/migrate: add migrate_folios_batch_move to batch the folio move operations
` [PATCH RFC V2 5/9] mm: add support for copy offload for folio Migration
` [PATCH RFC V2 6/9] mm/migrate: introduce multi-threaded page copy routine
` [PATCH RFC V2 7/9] dcbm: add dma core batch migrator for batch page offloading
` [PATCH RFC V2 8/9] adjust NR_MAX_BATCHED_MIGRATION for testing
` [PATCH RFC V2 9/9] mtcopy: spread threads across die "

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-19 18:47 UTC  (4+ messages)
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-19 17:58 UTC  (9+ messages)

[PATCH] mm/vmscan: batch TLB flush during memory reclaim
 2025-03-19 17:28 UTC 

LSFMMBPF - topic - TLB flush, TLB miss rate, and related things
 2025-03-19 17:10 UTC 

[PATCH] mseal sysmap: add arch-support txt
 2025-03-19 16:56 UTC  (11+ messages)

[PATCH 0/2] Adding Proactive Memory Reclaim Statistics
 2025-03-19 15:44 UTC  (10+ messages)
` [PATCH 1/2] mm: vmscan: Split proactive reclaim statistics from direct reclaim statistics

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-03-19 15:23 UTC  (10+ messages)

[PATCH v4 0/5] implement lightweight guard pages
 2025-03-19 15:15 UTC  (6+ messages)

[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
 2025-03-19 14:54 UTC  (3+ messages)

[PATCH 6.12 192/231] Fix mmu notifiers for range-based invalidates
 2025-03-19 14:31 UTC 

[PATCH 6.13 199/241] Fix mmu notifiers for range-based invalidates
 2025-03-19 14:31 UTC 

[PATCH RESEND] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
 2025-03-19 14:10 UTC  (4+ messages)
  ` [PATCH v2] "

Patch "mm: shmem: skip swapcache for swapin of synchronous swap device" has been added to the 6.13-stable tree
 2025-03-19 13:57 UTC  (2+ messages)

[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
 2025-03-19 13:35 UTC  (11+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox

[PATCH] mm: add swappiness=max arg to memory.reclaim for only anon reclaim
 2025-03-19 12:52 UTC  (5+ messages)
  ` [External] "

[PATCH] x86/mm: restore early initialization of high_memory for 32-bits
 2025-03-19 12:23 UTC 

[PATCH v2 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-19 12:02 UTC  (4+ messages)
` [PATCH v2 3/3] "

MWC Barcelona Participant Database
 2025-03-19 11:03 UTC 

[PATCH v4] mm/page_alloc: Remove unnecessary __maybe_unused in order_to_pindex()
 2025-03-19  9:17 UTC 

[PATCH v3] mm/page_alloc: Remove unnecessary __maybe_unused in order_to_pindex()
 2025-03-19  9:06 UTC 

[PATCH v2] mm/page_alloc: Remove unnecessary __maybe_unused in order_to_pindex()
 2025-03-19  9:00 UTC 

[PATCH] mm/page_alloc: Remove unnecessary __maybe_unused in order_to_pindex()
 2025-03-19  8:51 UTC 

[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
 2025-03-19  8:14 UTC  (2+ messages)
` [PATCH -V2] mm: pcp: scale batch to reduce number of high order pcp flushes on deallocation

[Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages()
 2025-03-19  8:12 UTC  (4+ messages)
` [Patch v2 2/3] mm/memblock: repeat setting reserved region nid if array is doubled

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-19  7:53 UTC  (8+ messages)
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] mm/hugetlb: move hugetlb_sysctl_init() to the __init section
 2025-03-19  7:44 UTC  (3+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-03-19  7:39 UTC  (10+ messages)

page:  |  | latest

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