linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v3] mm/page_alloc: Consolidate unlikely handling in page_expected_state
 2025-03-26  8:48 UTC  (2+ messages)

[PATCH] zram: modernize writeback interface
 2025-03-26  8:45 UTC  (7+ messages)

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-03-26  8:31 UTC  (12+ messages)

[PATCH net-next v3 0/3] Fix late DMA unmap crash for page pool
 2025-03-26  8:18 UTC  (4+ messages)
` [PATCH net-next v3 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v3 2/3] page_pool: Turn dma_sync into a full-width bool field
` [PATCH net-next v3 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

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

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-26  6:55 UTC  (57+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH] mm/vmscan: Initialize dirty to prevent uninitialized use
 2025-03-26  6:48 UTC  (3+ messages)

[PATCH] mm: migrate: restore the nmask after successfully allocating on the target node
 2025-03-26  5:54 UTC 

[PATCH 0/2] Fix mincore() tmpfs test failure
 2025-03-26  3:38 UTC  (3+ messages)
` [PATCH 1/2] selftests: mincore: fix tmpfs mincore "
` [PATCH 2/2] mm: mincore: use folio_pte_batch() to batch process large folios

[PATCH] mm: migrate: restore the nmask after successfully allocating on the target node
 2025-03-26  3:28 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Integrate Swap Cache, Swap Maps with Swap Allocator
 2025-03-26  3:23 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: fix call folio_test_large with tail page in do_migrate_range
 2025-03-26  2:40 UTC  (6+ messages)

[PATCH RFC 0/6] Allow file-backed or shared device private pages
 2025-03-26  2:14 UTC  (3+ messages)

[PATCH v3] mm/page_alloc: Simplify free_page_is_bad by removing free_page_is_bad_report
 2025-03-26  1:24 UTC 

[PATCH 0/4 v3] cgroup: separate rstat trees
 2025-03-26  0:39 UTC  (14+ 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

[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / vms_clear_ptes (2)
 2025-03-25 23:15 UTC 

[PATCH] mm: use per-numa-node atomics instead of percpu_counters
 2025-03-25 22:15 UTC 

[PATCH v5 00/16] kexec: introduce Kexec HandOver (KHO)
 2025-03-25 21:56 UTC  (23+ messages)
` [PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v5 09/16] kexec: enable KHO support for memory preservation
` [PATCH v5 11/16] kexec: add config option for KHO

[RFC PATCH v1 0/2] mm: multi-gen LRU scanning for page promotion
 2025-03-25 21:55 UTC  (5+ messages)
` [RFC PATCH v1 1/2] mm: mglru: generalize page table walk
` [RFC PATCH v1 2/2] mm: klruscand: use mglru scanning for page promotion

[PATCH v2] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-03-25 21:48 UTC  (3+ messages)
` [tip: x86/urgent] "

ERROR: modpost: "_restfpr_20" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2025-03-25 21:15 UTC 

[LSF/MM/BPF TOPIC] DAMON Requirements for Access-aware MM of Future
 2025-03-25 21:01 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Monitoring Parameters Auot-tuning and Memory Tiering
 2025-03-25 20:59 UTC  (2+ messages)

[RFC 0/5] slab: Set freed variables to NULL by default
 2025-03-25 19:45 UTC  (4+ messages)
` [PATCH 5/5] [DEBUG] slab: Report number of NULLings

[PATCH v2] mm/page_alloc: Consolidate unlikely handling in page_expected_state
 2025-03-25 19:40 UTC  (2+ messages)

[PATCH] arm64: mm: Correct the update of max_pfn
 2025-03-25 19:22 UTC  (2+ messages)

[PATCH v3] x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
 2025-03-25 19:19 UTC 

[PATCH] MAINTAINERS: Add myself as userfaultfd reviewer
 2025-03-25 18:41 UTC  (2+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
 2025-03-25 18:40 UTC  (13+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec

[PATCH v1] selftests/mm/cow: fix minor memory leak in child_vmsplice_memcmp_fn()
 2025-03-25 18:22 UTC 

[PATCH] Subject: [PATCH] mm: Add kernel-doc comment for free_pgd_range()
 2025-03-25 18:13 UTC 

[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
 2025-03-25 17:43 UTC  (2+ messages)

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

[PATCH] mm: pcp: scale batch to reduce number of high order pcp flushes on deallocation
 2025-03-25 17:19 UTC 

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-03-25 17:11 UTC  (5+ messages)

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

[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-03-25 15:57 UTC  (4+ messages)
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()

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

[PATCH 0/6 v2] mm: LRU drain flush on nohz_full
 2025-03-25 14:25 UTC  (4+ messages)
` [PATCH 1/6 v2] task_work: Provide means to check if a work is queued

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-03-25 12:36 UTC  (3+ messages)

[PATCH 0/2] mm: fixes for fallouts from mem_init() cleanup
 2025-03-25 11:49 UTC  (3+ messages)
` [PATCH 1/2] mm/mm_init: init holes in the end of the memory map for FLATMEM
` [PATCH 2/2] memblock: don't release high memory to page allocator when HIGHMEM is off

[PATCH v3 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-25 10:53 UTC  (3+ messages)

[PATCH v3 3/3] mm/mempolicy: Support memory hotplug in weighted interleave
 2025-03-25 10:27 UTC  (2+ messages)

[PATCH v3 1/3] mm/mempolicy: Fix memory leaks in weighted interleave sysfs
 2025-03-25 10:27 UTC  (3+ messages)

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

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-25  8:18 UTC  (2+ messages)

[PATCH] zsmalloc: cleanup headers includes
 2025-03-25  8:04 UTC 

[PATCH] mm/show_mem: Optimize si_meminfo_node by reducing redundant code
 2025-03-25  7:38 UTC 

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-25  6:52 UTC  (11+ messages)

[PATCH] mm/vmalloc: fix mischeck pfn valid in vmap_pfns
 2025-03-25  6:46 UTC  (10+ messages)

[PATCH v3 0/8] Minor cleanups and improvements to swap freeing code
 2025-03-25  6:45 UTC  (3+ messages)

[RFC PATCH V1 00/13] mm: slowtier page promotion based on PTE A bit
 2025-03-25  6:36 UTC  (6+ messages)

[RFC PATCH] mm: hugetlb: Fix incorrect fallback for subpool
 2025-03-25  6:16 UTC 

[LSF/MM/BPF TOPIC] Enhancements to Page Migration with Multi-threading and Batch Offloading to DMA
 2025-03-25  5:20 UTC  (3+ messages)

ドメイン更新のお知らせ 💳
 2025-03-25  4:55 UTC 

[PATCH] mm/zsmalloc: prevent integer overflow in obj_free
 2025-03-25  3:24 UTC  (4+ messages)

[PATCH v5 07/16] kexec: add Kexec HandOver (KHO) generation helpers
 2025-03-25  2:20 UTC  (5+ messages)

[GIT PULL] slab updates for 6.15
 2025-03-25  0:45 UTC  (2+ messages)

[PATCH 09/10] mm/kasan: add module decription
 2025-03-24 22:00 UTC  (2+ messages)

[PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
 2025-03-24 21:58 UTC  (12+ messages)

[PATCH v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
 2025-03-24 21:15 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Non-lru page migration in a memdesc world
 2025-03-24 18:56 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Migrating the un-migratable
 2025-03-24 18:55 UTC  (2+ messages)

6.14.0-rc6 lockdep warning kswapd
 2025-03-24 18:24 UTC  (6+ messages)

[PATCH v13 0/5]arm64: add ARCH_HAS_COPY_MC support
 2025-03-24 16:54 UTC  (5+ messages)
` [PATCH v13 2/5] arm64: add support for ARCH_HAS_COPY_MC

page:  |  | latest

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