linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm: Decline to manipulate the refcount on a slab page
 2025-03-11 10:15 UTC  (4+ messages)

[PATCH -next v1 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-11  9:54 UTC  (4+ messages)
` [PATCH -next v1 3/3] "

[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-11  9:51 UTC  (15+ messages)
` [PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes

[PATCH 0/8] cxl: support CXL memory RAS features
 2025-03-11  9:51 UTC  (6+ messages)
` [PATCH 1/8] cxl: Add helper function to retrieve a feature entry

[PATCH v2 0/3] drivers/base/memory: Two cleanups
 2025-03-11  9:34 UTC  (6+ messages)
` [PATCH v2 1/3] mm/sparse: Expose for_each_present_section_nr()
` [PATCH v2 2/3] drivers/base/memory: Improve add_boot_memory_block()
` [PATCH v2 3/3] drivers/base/memory: Correct the field name in the header

[PATCH 0/2] Improve Zram by separating compression context from kswapd
 2025-03-11  9:33 UTC  (26+ messages)
` [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression

[PATCH] selftests/mm/cow: Fix the incorrect error handling
 2025-03-11  9:19 UTC  (3+ messages)

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2025-03-11  8:14 UTC  (7+ messages)

[linux-next:master] [mm/vmalloc] ff6f2b81ea: WARNING:at_kernel/fork.c:#vm_area_init_from
 2025-03-11  7:26 UTC  (3+ messages)

[PATCH] mm: Decline to manipulate the refcount on a slab page
 2025-03-11  7:05 UTC 

[PATCH v12 2/3] sched: Move task_mm_cid_work to mm work_struct
 2025-03-11  6:28 UTC 

[PATCH v1] mm: use ptep_get() instead of directly dereferencing pte_t*
 2025-03-11  6:03 UTC  (7+ messages)

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-11  5:57 UTC  (6+ messages)
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 07/13] s390: "

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-03-11  5:27 UTC  (10+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 06/14] kexec: Add KHO parsing support

[PATCH v3 0/1] KVM: arm64: Map GPU device memory as cacheable
 2025-03-11  3:42 UTC  (4+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-11  2:48 UTC  (9+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot
` CXL Boot to Bash - Section 2: The Drivers
  ` CXL Boot to Bash - Section 2a (Drivers): CXL Decoder Programming

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-03-11  2:27 UTC  (8+ messages)
` [PATCH v2 2/7] kstate, kexec, x86: transfer kstate data "
` [PATCH v2 3/7] kexec: exclude control pages from the destination addresses
` [PATCH v2 4/7] kexec, kstate: delay loading of kexec segments
` [PATCH v2 5/7] x86, kstate: Add the ability to preserve memory pages across kexec
` [PATCH v2 6/7] kexec, kstate: save kstate data before kexec'ing
` [PATCH v2 7/7] kstate, test: add test module for testing kstate subsystem

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

[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2025-03-10 23:53 UTC  (5+ messages)

[PATCH 0/9] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-03-10 23:36 UTC  (14+ messages)
` [PATCH 1/9] mm/madvise: use is_memory_failure() from madvise_do_behavior()
` [PATCH 2/9] mm/madvise: split out populate behavior check logic
` [PATCH 3/9] mm/madvise: deduplicate madvise_do_behavior() skip case handlings
` [PATCH 4/9] mm/madvise: remove len parameter of madvise_do_behavior()
` [PATCH 5/9] mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
` [PATCH 6/9] mm/memory: split non-tlb flushing part from zap_page_range_single()
` [PATCH 7/9] mm/madvise: let madvise_{dontneed,free}_single_vma() caller batches tlb flushes
` [PATCH 8/9] mm/madvise: batch tlb flushes for [process_]madvise(MADV_{DONTNEED[_LOCKED],FREE})
` [PATCH 9/9] mm/madvise: remove !tlb support from madvise_{dontneed,free}_single_vma()

[PATCH] memcg: drain obj stock on cpu hotplug teardown
 2025-03-10 23:09 UTC 

[PATCH bpf-next] mm: Fix the flipped condition in gfpflags_allow_spinning()
 2025-03-10 22:30 UTC  (2+ messages)

[PATCH v3 0/6] Track node vacancy to reduce worst case allocation counts
 2025-03-10 22:27 UTC  (5+ messages)
` [PATCH v3 5/6] maple_tree: add sufficient height

[PATCH v3 0/7] refactor mremap and fix bug
 2025-03-10 20:50 UTC  (8+ messages)
` [PATCH v3 1/7] mm/mremap: correctly handle partial mremap() of VMA starting at 0
` [PATCH v3 2/7] mm/mremap: refactor mremap() system call implementation
` [PATCH v3 3/7] mm/mremap: introduce and use vma_remap_struct threaded state
` [PATCH v3 4/7] mm/mremap: initial refactor of move_vma()
` [PATCH v3 5/7] mm/mremap: complete "
` [PATCH v3 6/7] mm/mremap: refactor move_page_tables(), abstracting state
` [PATCH v3 7/7] mm/mremap: thread state through move page table operation

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-10 19:57 UTC  (6+ messages)

[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
 2025-03-10 18:44 UTC  (20+ messages)
` [PATCH RFC 01/12] cma: Register dmem region for each cma region
` [PATCH RFC 02/12] cma: Provide accessor to cma dmem region
` [PATCH RFC 03/12] dma: coherent: Register dmem region for each coherent region
` [PATCH RFC 04/12] dma: coherent: Provide accessor to dmem region
` [PATCH RFC 05/12] dma: contiguous: "
` [PATCH RFC 06/12] dma: direct: "
` [PATCH RFC 07/12] dma: Create default dmem region for DMA allocations
` [PATCH RFC 08/12] dma: Provide accessor to dmem region
` [PATCH RFC 09/12] dma-buf: Clear cgroup accounting on release
` [PATCH RFC 10/12] dma-buf: cma: Account for allocations in dmem cgroup
` [PATCH RFC 11/12] drm/gem: Add cgroup memory accounting
` [PATCH RFC 12/12] media: videobuf2: Track buffer allocations through the dmem cgroup

[PATCH v2 0/7] refactor mremap and fix bug
 2025-03-10 18:13 UTC  (16+ messages)
` [PATCH v2 3/7] mm/mremap: introduce and use vma_remap_struct threaded state
` [PATCH v2 4/7] mm/mremap: initial refactor of move_vma()
` [PATCH v2 5/7] mm/mremap: complete "
` [PATCH v2 6/7] mm/mremap: refactor move_page_tables(), abstracting state
` [PATCH v2 7/7] mm/mremap: thread state through move page table operation

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-10 17:59 UTC  (6+ messages)
` [PATCH 3/4 v2] cgroup: separate rstat locks for subsystems

[PATCH v7] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-10 17:33 UTC  (2+ messages)

[PATCH v10 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-10 17:32 UTC  (9+ messages)
` [PATCH v10 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-10 17:31 UTC  (7+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage

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

[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-03-10 17:14 UTC  (10+ messages)
` [PATCH v2 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v2 3/3] ras: mem: Add memory "

[syzbot] [mm?] [fs?] KCSAN: data-race in __filemap_add_folio / invalidate_bdev (8)
 2025-03-10 17:11 UTC  (4+ messages)
` [PATCH] block: add lock for safe nrpages access in invalidate_bdev()

[PATCH] mm/damon/sysfs-schemes: avoid Wformat-security warning
 2025-03-10 16:53 UTC  (3+ messages)

[PATCH] mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_pattern_add_range_dir()
 2025-03-10 16:50 UTC 

[PATCH] mm/huge_memory: drop beyond-EOF folios with the right number of refs
 2025-03-10 15:57 UTC 

[PATCH v11 2/3] sched: Move task_mm_cid_work to mm work_struct
 2025-03-10 15:57 UTC  (5+ messages)

[RFC PATCH 0/3] sched/numa: Introduce per cgroup numa balance control
 2025-03-10 15:36 UTC  (6+ messages)
` [RFC PATCH 2/3] "

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-10 15:35 UTC  (10+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()

[PATCH v11 00/27] riscv control-flow integrity for usermode
 2025-03-10 14:52 UTC  (28+ messages)
` [PATCH v11 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v11 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v11 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v11 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [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 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v11 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v11 14/27] riscv/traps: Introduce software check exception
` [PATCH v11 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v11 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v11 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v11 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [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 22/27] riscv: kernel command line option to opt out of user cfi
` [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

[linux-next:master] [fs/dax] 9e9148ba90: WARNING:at_fs/dax.c:#dax_folio_put
 2025-03-10 14:49 UTC 

[PATCH v15 5/9] mm: rust: add mmput_async support
 2025-03-10 14:45 UTC  (5+ messages)

[PATCH v5 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
 2025-03-10 14:35 UTC  (5+ messages)

[PATCH 0/4] mm/mempolicy: Add memory hotplug support in weighted interleave
 2025-03-10 14:13 UTC  (3+ messages)

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-10 12:59 UTC  (8+ messages)

[PATCH] mm/page_alloc: Fix memory accept before watermarks gets initialized
 2025-03-10 12:06 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