linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-10 18:12 UTC  (5+ messages)

[PATCH v2 0/7] refactor mremap and fix bug
 2025-03-10 18:09 UTC  (15+ 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 0/2] Improve Zram by separating compression context from kswapd
 2025-03-10 17:44 UTC  (19+ messages)
` [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression

[PATCH v7] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-10 17:33 UTC  (3+ 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

[PATCH 0/9] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-03-10 17:23 UTC  (10+ 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 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 v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-03-10 17:08 UTC  (15+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 06/14] kexec: Add KHO parsing support

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

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

[linux-next:master] [mm/vmalloc] ff6f2b81ea: WARNING:at_kernel/fork.c:#vm_area_init_from
 2025-03-10 16:52 UTC  (2+ 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 v1] mm: use ptep_get() instead of directly dereferencing pte_t*
 2025-03-10 16:31 UTC  (4+ messages)

[PATCH RFC 00/12] dma: Enable dmem cgroup tracking
 2025-03-10 16:28 UTC  (19+ 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] 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 net-next] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
 2025-03-10 15:42 UTC  (8+ 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

[PATCH] mm: Decline to manipulate the refcount on a slab page
 2025-03-10 14:50 UTC  (3+ messages)

[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 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-03-10 14:22 UTC  (10+ messages)
` [PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-10 14:19 UTC  (4+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot

[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 bpf-next] mm: Fix the flipped condition in gfpflags_allow_spinning()
 2025-03-10 12:40 UTC 

[PATCH] mm/page_alloc: Fix memory accept before watermarks gets initialized
 2025-03-10 12:06 UTC  (2+ messages)

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-03-10 12:03 UTC  (8+ messages)
` [PATCH v2 1/7] kstate: Add kstate - a mechanism to describe and migrate "
` [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 v3 0/1] KVM: arm64: Map GPU device memory as cacheable
 2025-03-10 11:54 UTC  (3+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH] mm/shmem: fix functions documentation
 2025-03-10 11:25 UTC 

[linux-next:master] [memcg] 01d37228d3: netperf.Throughput_Mbps 37.9% regression
 2025-03-10 11:03 UTC  (6+ messages)

[PATCH drm-next 0/2] Enhance drm_panic Support for Virtio-GPU
 2025-03-10 10:23 UTC  (8+ messages)
` [PATCH drm-next 1/2] vmalloc: Add atomic_vmap

[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-03-10 10:16 UTC  (3+ messages)

[linux-next:master] [mm/mremap] c1cda7af3f: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]PREEMPT_SMP_KASAN
 2025-03-10 10:00 UTC  (2+ messages)

[RFC 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-10  9:59 UTC  (3+ messages)
` [RFC 1/2] mm/ptdump: Split note_page() into level specific callbacks
` [RFC 2/2] arm64/ptdump: Replace u64 with pteval_t

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

[PATCH 2/4] mm/mempolicy: Enable sysfs support for memory hotplug in weighted interleave
 2025-03-10  8:28 UTC  (2+ messages)

[PATCH 4/4] mm/mempolicy: Fix memory leaks in mempolicy_sysfs_init()
 2025-03-10  8:23 UTC  (2+ messages)

[Patch v2 0/7] lib/interval_tree: add some test cases and cleanup
 2025-03-10  7:49 UTC  (8+ messages)
` [Patch v2 1/7] lib/rbtree: enable userland test suite for rbtree related data structure
` [Patch v2 2/7] lib/rbtree: split tests
` [Patch v2 3/7] lib/rbtree: add random seed
` [Patch v2 4/7] lib/interval_tree: add test case for interval_tree_iter_xxx() helpers
` [Patch v2 5/7] lib/interval_tree: add test case for span iteration
` [Patch v2 6/7] lib/interval_tree: skip the check before go to the right subtree
` [Patch v2 7/7] lib/interval_tree: fix the comment of interval_tree_span_iter_next_gap()

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2025-03-10  6:40 UTC  (5+ messages)

[PATCH v2 0/4] Add managed SOFT RESERVE resource handling
 2025-03-10  6:00 UTC  (11+ messages)
` [PATCH v2 1/4] kernel/resource: Introduce managed SOFT RESERVED resources

[PATCH v2 1/4] kernel/resource: Introduce managed SOFT RESERVED resources
 2025-03-10  5:52 UTC  (2+ messages)

[RFC v2 0/9] khugepaged: mTHP support
 2025-03-10  4:17 UTC  (5+ messages)
` [RFC v2 7/9] khugepaged: add "

kernel bug found and root cause analysis
 2025-03-10  3:19 UTC 

[PATCH v2 0/3] Add tracepoints for lowmem reserves, watermarks and totalreserve_pages
 2025-03-10  0:54 UTC  (7+ messages)
` [PATCH v2 1/3] mm/page_alloc: Add trace event for per-zone watermark setup
` [PATCH v2 2/3] mm/page_alloc: Add trace event for per-zone lowmem reserve setup
` [PATCH v2 3/3] mm/page_alloc: Add trace event for totalreserve_pages calculation

[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
 2025-03-10  0:43 UTC  (3+ messages)
` [PATCH 02/13] csky: move setup_initrd() to setup.c

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

[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-03-09 18:52 UTC  (3+ messages)

[akpm-mm:mm-unstable 481/507] lib/xarray.c:1251:14: error: redefinition of 'xas_try_split_min_order'
 2025-03-09 17:38 UTC  (5+ messages)

[syzbot] [xfs?] WARNING in fsnotify_file_area_perm
 2025-03-09 16: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