bug report for linux-6.14/tools/testing/selftests/mm/pagemap_ioctl.c
2025-03-26 19:25 UTC
[PATCH v1] selftests/mm/cow: fix minor memory leak in child_vmsplice_memcmp_fn()
2025-03-26 19:24 UTC (2+ messages)
[LSF/MM/BPF Topic] Filesystem reclaim & memory allocation BOF
2025-03-26 19:08 UTC (5+ messages)
` [Lsf-pc] "
[LSF/MM/BPF Topic] synthetic mm testing like page migration
2025-03-26 18:59 UTC
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-03-26 18:51 UTC (18+ messages)
[PATCH] generic/764: fsstress + migrate_pages() test
2025-03-26 18:50 UTC
[PATCH net-next v2 0/3] Fix late DMA unmap crash for page pool
2025-03-26 18:22 UTC (11+ 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
[PATCH net-next v3 0/3] Fix late DMA unmap crash for page pool
2025-03-26 17:40 UTC (11+ 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 v5 00/16] kexec: introduce Kexec HandOver (KHO)
2025-03-26 16:25 UTC (24+ 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
[Hypervisor Live Update] Notes from March 10, 2025
2025-03-26 16:18 UTC (5+ messages)
[LSF/MM/BPF TOPIC] Reentrant kmalloc usable from any context
2025-03-26 16:15 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Page allocation for ASI
2025-03-26 15:36 UTC (2+ messages)
[PATCH 0/2] mm: fixes for fallouts from mem_init() cleanup
2025-03-26 15:22 UTC (4+ 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 00/11] Perf improvements for hugetlb and vmalloc on arm64
2025-03-26 14:54 UTC (4+ messages)
` [PATCH v3 03/11] mm/page_table_check: Batch-check pmds/puds just like ptes
[PATCH v7 5/9] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
2025-03-26 14:42 UTC (2+ messages)
Linux6.14-rc5 BUG: spinlock bad magic in z3fold_zpool_free
2025-03-26 14:32 UTC (2+ messages)
[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / vms_clear_ptes (2)
2025-03-26 13:58 UTC (2+ messages)
[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
2025-03-26 13:02 UTC (4+ messages)
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
[PATCH] mm/memory_hotplug: fix call folio_test_large with tail page in do_migrate_range
2025-03-26 12:53 UTC (7+ messages)
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-03-26 12:53 UTC (4+ messages)
` [LSF/MM] CXL Boot to Bash - Section 4: Interleave
[PATCH V4] mm/gup: Clear the LRU flag of a page before adding to LRU batch
2025-03-26 12:46 UTC (3+ messages)
Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
2025-03-26 10:59 UTC (2+ messages)
[PATCH v3] mm/page_alloc: Consolidate unlikely handling in page_expected_state
2025-03-26 9:34 UTC (3+ messages)
[PATCH] zram: modernize writeback interface
2025-03-26 9:31 UTC (8+ messages)
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-26 9:22 UTC (58+ 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
Plastic components and packaging
2025-03-26 8:56 UTC
[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] 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 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 (9+ messages)
` [PATCH 1/4 v3] cgroup: use separate rstat api for bpf programs
` [PATCH 4/4 v3] cgroup: save memory by splitting cgroup_rstat_cpu into compact and full versions
[PATCH] mm: use per-numa-node atomics instead of percpu_counters
2025-03-25 22:15 UTC
[RFC PATCH v1 0/2] mm: multi-gen LRU scanning for page promotion
2025-03-25 21:55 UTC (3+ messages)
[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 (12+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec
[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 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 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 (2+ 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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox