linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/9] memcg: cleanup per-cpu stock
 2025-03-15 17:49 UTC  (6+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH 3/9] memcg: introduce memcg_uncharge
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 5/9] memcg: no refilling stock from obj_cgroup_release

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-15 14:55 UTC  (6+ messages)
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
        ` Soekris crypto 1411, where to find ?

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-03-15 12:36 UTC  (5+ messages)

[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / zap_page_range_single
 2025-03-15 11:52 UTC  (2+ messages)

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-15  9:46 UTC  (6+ 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

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-15  7:43 UTC  (3+ messages)

[PATCH v4 0/2] slab: Introduce kmalloc_obj() and family
 2025-03-15  5:18 UTC  (5+ messages)
` [PATCH v4 1/2] compiler_types: Introduce __flex_counter() "
` [PATCH v4 2/2] slab: Introduce kmalloc_obj() "

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-15  4:09 UTC  (7+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 2/4] balloon_compaction: update the NR_BALLOON_PAGES state
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] xen: balloon: "

[RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO
 2025-03-15  1:04 UTC  (6+ messages)

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-03-15  0:51 UTC  (22+ messages)
` [PATCH bpf-next v9 1/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v9 2/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-15  0:24 UTC  (21+ messages)
` [PATCH 1/9] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH 2/9] mm: swap: factor out the actual swap entry freeing logic to new helper
` [PATCH 3/9] mm: swap: use __swap_entry_free() to free swap entry in swap_entry_put_locked()
` [PATCH 4/9] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH 5/9] mm: swap: use swap_entries_free() drop last 1 flag in swap_entries_put_nr()
` [PATCH 6/9] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH 7/9] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH 8/9] mm: swap: factor out helper to drop cache of entries within a single cluster

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

[PATCH 0/5] mm: reliable huge page allocator
 2025-03-14 22:54 UTC  (11+ 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 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks

[PATCH RESEND v3 0/2] Minimize xa_node allocation during xarry split
 2025-03-14 22:21 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] mm/filemap: use xas_try_split() in __filemap_add_folio()
` [PATCH RESEND v3 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-14 21:39 UTC  (29+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-14 21:19 UTC  (12+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems

SARS Settlement Completed: Document Awaits Your Review & Signature for info | 3/14/2025
 2025-03-14 21:03 UTC 

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

[PATCH] module: Taint the kernel when write-protecting ro_after_init fails
 2025-03-14 19:19 UTC  (5+ messages)

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

[PATCH v6 04/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
 2025-03-14 18:46 UTC  (2+ messages)

[RFC PATCH 00/10] memcg: stock code cleanups
 2025-03-14 18:19 UTC  (32+ messages)
` [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 09/10] memcg: trylock stock for objcg
` [RFC PATCH 10/10] memcg: no more irq disabling for stock locks

[RFC PATCH net-next] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
 2025-03-14 18:09 UTC  (10+ messages)

[PATCH RFC 00/11] mm: ASI integration for the page allocator
 2025-03-14 17:56 UTC  (5+ messages)
` [PATCH RFC 03/11] x86/mm: Add lookup_pgtable_in_pgd()

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

[PATCH V10 2/7] locking/percpu-rwsem: Add guard support
 2025-03-14 17:26 UTC 

[PATCH RFC v2 00/10] SLUB percpu sheaves
 2025-03-14 17:10 UTC  (10+ messages)

[PATCH v11 00/27] riscv control-flow integrity for usermode
 2025-03-14 16:19 UTC  (38+ 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 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

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

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-14 15:38 UTC  (5+ messages)
` [RFC PATCH 2/4] mm: kpromoted: Hot page info collection and promotion daemon
` [RFC PATCH 3/4] x86: ibs: In-kernel IBS driver for memory access profiling

[LSF/MM/BPF TOPIC] Weighted interleave auto-tuning
 2025-03-14 15:11 UTC  (6+ messages)

[PATCH] mm: Update mask post pxd_clear_bad()
 2025-03-14 14:27 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-03-14 14:24 UTC  (5+ messages)
  ` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-03-14 14:13 UTC  (5+ messages)
      ` [PATCH] tracing: gfp: vsprintf: Do not print "none" when using %pGg printf format

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-14 13:46 UTC  (10+ messages)
` [LSF/MM] CXL Boot to Bash - Section 0: ACPI and Linux Resources
  ` [LSF/MM] CXL Boot to Bash - Section 0a: CFMWS and NUMA Flexiblity

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

a case for a destructor for slub: mm_struct
 2025-03-14 12:32 UTC  (6+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-03-14 11:19 UTC  (14+ 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] mseal sysmap: add arch-support txt
 2025-03-14 10:41 UTC  (4+ messages)

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

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

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-14  9:25 UTC  (3+ messages)
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM

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

Complete with Docusign: Kvack Received a Document for Review
 2025-03-13 22:16 UTC 

page:  |  | latest

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