linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-14 11:14 UTC  (22+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot
` [LSF/MM] CXL Boot to Bash - Section 0: ACPI and Linux Resources
  ` [LSF/MM] CXL Boot to Bash - Section 0a: CFMWS and NUMA Flexiblity
` [LSF/MM] CXL Boot to Bash - Section 4: Interleave
` [LSF/MM] CXL Boot to Bash - Section 6: Page allocation

[PATCH v2 1/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
 2025-03-14 10:55 UTC  (5+ messages)

[RFC PATCH 00/10] memcg: stock code cleanups
 2025-03-14 10:54 UTC  (18+ messages)
` [RFC PATCH 01/10] memcg: remove root memcg check from refill_stock
` [RFC PATCH 02/10] memcg: decouple drain_obj_stock from local stock
` [RFC PATCH 03/10] memcg: introduce memcg_uncharge
` [RFC PATCH 04/10] memcg: manually inline __refill_stock
` [RFC PATCH 05/10] memcg: no refilling stock from obj_cgroup_release
` [RFC PATCH 06/10] memcg: do obj_cgroup_put inside drain_obj_stock
` [RFC PATCH 07/10] memcg: use __mod_memcg_state in drain_obj_stock
` [RFC PATCH 08/10] memcg: assert in_task for couple of local_lock holders
` [RFC PATCH 09/10] memcg: trylock stock for objcg
` [RFC PATCH 10/10] memcg: no more irq disabling for stock locks

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-14 10:52 UTC  (6+ messages)

[PATCH] mseal sysmap: add arch-support txt
 2025-03-14 10:41 UTC  (4+ messages)

[PATCH V2] mm: vmscan: skip the file folios in proactive reclaim if swappiness is MAX
 2025-03-14 10:35 UTC  (6+ messages)
  ` [External] "

[PATCH v10 19/21] mm: Add vmalloc_huge_node()
 2025-03-14 10:34 UTC  (6+ messages)

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-03-14 10:16 UTC  (10+ messages)
` [PATCH bpf-next v9 2/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation

question on memcg_stats_[un]lock in memcg code
 2025-03-14 10:12 UTC  (3+ messages)

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-14 10:10 UTC  (4+ messages)
` [PATCH net-next 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[LSF/MM/BPF TOPIC] Weighted interleave auto-tuning
 2025-03-14 10:08 UTC  (3+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-03-14  9:50 UTC  (13+ messages)
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
` [PATCH 5/5] KVM: Add hugepage support for dedicated guest memory

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-14  9:25 UTC  (8+ messages)
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit

[PATCH v2 2/4] mm/mempolicy: Support memory hotplug in weighted interleave
 2025-03-14  9:17 UTC  (6+ messages)

[PATCH RFC 00/11] mm: ASI integration for the page allocator
 2025-03-14  9:12 UTC  (15+ messages)
` [PATCH RFC 01/11] x86/mm: Bare minimum ASI API for page_alloc integration
` [PATCH RFC 02/11] x86/mm: Factor out phys_pgd_init()
` [PATCH RFC 03/11] x86/mm: Add lookup_pgtable_in_pgd()
` [PATCH RFC 04/11] x86/mm/asi: Sync physmap into ASI_GLOBAL_NONSENSITIVE
` [PATCH RFC HACKS 05/11] Add asi_map() and asi_unmap()
` [PATCH RFC 06/11] mm/page_alloc: Add __GFP_SENSITIVE and always set it
` [PATCH RFC HACKS 07/11] mm/slub: Set __GFP_SENSITIVE for reclaimable slabs
` [PATCH RFC HACKS 08/11] mm/page_alloc: Simplify gfp_migratetype()
` [PATCH RFC 09/11] mm/page_alloc: Split MIGRATE_UNMOVABLE by sensitivity
` [PATCH RFC 10/11] mm/page_alloc: Add support for nonsensitive allocations
` [PATCH RFC 11/11] mm/page_alloc: Add support for ASI-unmapping pages

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-14  8:39 UTC  (6+ messages)
` [PATCH 2/9] mm: swap: factor out the actual swap entry freeing logic to new helper

[PATCH v11 00/27] riscv control-flow integrity for usermode
 2025-03-14  8:34 UTC  (39+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v11 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v11 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v11 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v11 09/27] riscv mmu: write protect and shadow stack
` [PATCH v11 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v11 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v11 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v11 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v11 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v11 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v11 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v11 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v11 27/27] kselftest/riscv: kselftest for user mode cfi

a case for a destructor for slub: mm_struct
 2025-03-14  8:34 UTC  (5+ messages)

[PATCH v2 1/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
 2025-03-14  6:35 UTC  (4+ messages)
` [PATCH v2 4/4] mm/mempolicy: Fix duplicate node addition in sysfs for weighted interleave

[PATCH v2 3/4] mm/mempolicy: Enable sysfs support for memory hotplug in weighted interleave
 2025-03-14  6:35 UTC  (4+ messages)

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-14  5:27 UTC  (3+ messages)
` [PATCH RFC 1/2] exec: "
` [PATCH RFC 2/2] fs/proc: Pass 'task->full_name' via 'proc_task_name()'

[v2 PATCH] mm: vma: skip anonymous vma when inserting vma to file rmap tree
 2025-03-14  3:16 UTC  (2+ messages)

[PATCH RESEND] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
 2025-03-14  2:35 UTC 

[PATCH] mm: vmscan: skip the file folios in proactive reclaim if swappiness is MAX
 2025-03-14  2:20 UTC  (3+ messages)
  ` [External] "

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-03-14  2:12 UTC  (5+ messages)

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

[PATCH] mm: Move nth_page from folio_page into folio_next
 2025-03-14  1:40 UTC  (4+ messages)

[PATCH] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
 2025-03-14  1:34 UTC 

[PATCH] mm/vmalloc: Move free_vm_area(area) from the __vmalloc_area_node function to the __vmalloc_node_range_noprof function
 2025-03-14  1:03 UTC  (3+ messages)

[PATCH V9 2/7] locking/percpu-rwsem: Add guard support
 2025-03-14  0:02 UTC 

[PATCH v13 00/11] Support page table check on PowerPC
 2025-03-13 23:10 UTC  (5+ messages)
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()

[RFC PATCH v1 0/2] mseal: allow noop mprotect
 2025-03-13 22:50 UTC  (9+ messages)
` [RFC PATCH v1 2/2] "

[RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO
 2025-03-13 22:49 UTC  (5+ messages)

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-13 22:38 UTC  (14+ messages)

[RFC 0/5] track memory used by balloon drivers
 2025-03-13 22:33 UTC  (7+ messages)
` [RFC 1/5] meminfo: add a per node counter for "

[PATCH 0/5] mm: reliable huge page allocator
 2025-03-13 21:05 UTC  (6+ messages)
` [PATCH 1/5] mm: compaction: push watermark into compaction_suitable() callers
` [PATCH 2/5] mm: page_alloc: trace type pollution from compaction capturing
` [PATCH 3/5] mm: page_alloc: defrag_mode
` [PATCH 4/5] mm: page_alloc: defrag_mode kswapd/kcompactd assistance
` [PATCH 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks

[PATCH] mm: Update mask post pxd_clear_bad()
 2025-03-13 20:44 UTC  (3+ messages)

[PATCH 0/2] Improve Zram by separating compression context from kswapd
 2025-03-13 20:37 UTC  (8+ messages)

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-13 20:36 UTC  (4+ messages)
` [RFC PATCH 2/4] mm: kpromoted: Hot page info collection and promotion daemon

stackdepot: Thoughts on increasing DEPOT_MAX_POOLS?
 2025-03-13 19:37 UTC 

[LSF/MM/BPF TOPIC] The future of anon_vma
 2025-03-13 18:41 UTC  (2+ messages)

[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
 2025-03-13 18:16 UTC  (6+ messages)
` [PATCH RFC 06/12] dma: direct: Provide accessor to dmem region

[PATCH 0/5] Minor memcg cleanups & prep for memdescs
 2025-03-13 18:03 UTC  (23+ messages)
` [PATCH 1/5] mm: Separate folio_split_memcg() from split_page_memcg()
` [PATCH 2/5] mm: Simplify split_page_memcg()
` [PATCH 3/5] mm: Remove references to folio in split_page_memcg()
` [PATCH 4/5] mm: Simplify folio_memcg_charged()
` [PATCH 5/5] mm: Remove references to folio in __memcg_kmem_uncharge_page()

[v2 PATCH] mm: vma: skip anonymous vma when inserting vma to file rmap tree
 2025-03-13 17:42 UTC  (4+ messages)

memcg_data and the page/folio/slab split
 2025-03-13 17:06 UTC  (2+ messages)

[PATCH v3 0/7] mm, swap: remove swap slot cache
 2025-03-13 16:59 UTC  (8+ messages)
` [PATCH v3 1/7] mm, swap: avoid reclaiming irrelevant swap cache
` [PATCH v3 2/7] mm, swap: drop the flag TTRS_DIRECT
` [PATCH v3 3/7] mm, swap: avoid redundant swap device pinning
` [PATCH v3 4/7] mm, swap: don't update the counter up-front
` [PATCH v3 5/7] mm, swap: use percpu cluster as allocation fast path
` [PATCH v3 6/7] mm, swap: remove swap slot cache
` [PATCH v3 7/7] mm, swap: simplify folio swap allocation

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-03-13 16:53 UTC  (3+ messages)

[PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
 2025-03-13 15:41 UTC  (3+ messages)

[PATCH] memcg: avoid refill_stock for root memcg
 2025-03-13 15:39 UTC  (2+ messages)

[PATCH] mm: Convert lru_add_page_tail() to lru_add_split_folio()
 2025-03-13 15:16 UTC  (2+ messages)

[PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
 2025-03-13 14:56 UTC  (11+ messages)

[PATCH] mm/zsmalloc: prevent integer overflow in obj_free
 2025-03-13 14:42 UTC  (2+ messages)

[PATCH v6 09/10] KVM: arm64: Enable mapping guest_memfd in arm64
 2025-03-13 14:20 UTC  (2+ 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