linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-04 09:12:39 to 2025-06-04 23:12:27 UTC [more...]

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-04 23:11 UTC  (7+ messages)
` [PATCH v4 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v4 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v4 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v4 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock
 2025-06-04 22:47 UTC  (2+ messages)

[RFC] selftests/mm: Skip tests dependent on a binary not built
 2025-06-04 22:35 UTC  (4+ messages)
` [PATCH RESEND] selftests/mm/run_vmtests.sh: skip hugevm tests if write_to_hugetlbfs is missing

[linux-next:master] BUILD SUCCESS 911483b25612c8bc32a706ba940738cc43299496
 2025-06-04 22:24 UTC 

[PATCH v3 0/4] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-06-04 21:58 UTC  (12+ messages)
` [PATCH v3 3/4] fbdev/deferred-io: Support "

[PATCH] mm/vmstat: Fix build with MEMCG=y and VM_EVENT_COUNTERS=n
 2025-06-04 21:20 UTC  (4+ messages)

[PATCH v2] mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
 2025-06-04 21:14 UTC 

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-04 21:13 UTC  (4+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-04 21:05 UTC  (3+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST

[PATCH v2 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring
 2025-06-04 20:56 UTC  (6+ messages)
` [PATCH v2 1/4] mm/damon: introduce DAMON_STAT module
` [PATCH v2 2/4] mm/damon/stat: calculate and expose estimated memory bandwidth
` [PATCH v2 3/4] mm/damon/stat: calculate and expose idle time percentiles
` [PATCH v2 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document

[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
 2025-06-04 20:28 UTC  (13+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot
` [PATCH 2/2] mm/memory: Document how we make a "

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-04 19:16 UTC  (13+ messages)

[PATCH] mm: Restore documentation for __free_pages()
 2025-06-04 19:03 UTC 

[PATCH] x86/mm: Handle alloc failure in phys_*_init()
 2025-06-04 18:59 UTC 

[PATCH] proc: Avoid costly high-order page allocations when reading proc files
 2025-06-04 18:42 UTC  (11+ messages)
            ` [PATCH] mm: kvmalloc: make kmalloc fast path real fast path

[PATCH v2] docs/mm: expand vma doc to highlight pte freeing, non-vma traversal
 2025-06-04 18:03 UTC 

[PATCH] selftests: cachestat: add tests for mmap and /proc/cpuinfo
 2025-06-04 17:55 UTC  (2+ messages)

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-04 17:50 UTC  (6+ messages)

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

[RFC v4 00/18] Split netmem from struct page
 2025-06-04 17:03 UTC  (31+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-04 16:54 UTC  (15+ messages)

[PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04 16:43 UTC  (5+ messages)

[GIT PULL] slab updates for 6.16
 2025-06-04 16:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: add mm swap section
 2025-06-04 16:31 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-06-04 16:30 UTC  (11+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration

Device mem changes vs pinning/zerocopy changes
 2025-06-04 15:59 UTC  (6+ messages)

[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-06-04 15:57 UTC  (10+ messages)

[PATCH 0/1] alloc_tag: add per-numa node stats
 2025-06-04 15:50 UTC  (10+ messages)

[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-06-04 15:39 UTC  (3+ messages)

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-04 15:17 UTC  (10+ messages)
` [PATCH 1/3] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET

[RFC] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-06-04 15:05 UTC 

[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 14:39 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in __vma_start_write
 2025-06-04 14:29 UTC  (4+ messages)

[syzbot] [mm?] [bluetooth?] INFO: rcu detected stall in vhci_release
 2025-06-04 13:49 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH v2] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-04 13:40 UTC  (2+ messages)

[PATCH] mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_ORDER_CEIL
 2025-06-04 13:36 UTC  (6+ messages)

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-04 13:33 UTC  (22+ messages)
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[akpm-mm:mm-new 31/59] mm/mm_init.c:1512:30: error: 'PAGE_BLOCK_ORDER' undeclared; did you mean 'PAGE_BLOCK_ORDER_CEIL'?
 2025-06-04 13:29 UTC  (2+ messages)

[DISCUSSION] proposed mctl() API
 2025-06-04 13:21 UTC  (11+ messages)

[PATCH 0/2] mm/ksm: calculate ksm_process_profit more accurately
 2025-06-04  3:17 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/ksm: Rename ksm_merging_pages to ksm_process_sharing

[PATCH] mm: gup: fail migration when no migratable page to prevent CMA pinning
 2025-06-04 13:18 UTC  (5+ messages)

[akpm-mm:mm-new 41/43] mm/zblock.h:24:2: warning: #warning This PAGE_SIZE is not quite supported yet
 2025-06-04 13:16 UTC 

Patch "mm/uffd: fix vma operation where start addr cuts part of vma" has been added to the 6.1-stable tree
 2025-06-04 12:59 UTC 

[PATCH v4 0/3] Implement numa node notifier
 2025-06-04 12:47 UTC  (9+ messages)
` [PATCH v4 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v4 2/3] mm,memory_hotplug: Implement numa node notifier

[PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma
 2025-06-04 12:38 UTC 

[akpm-mm:mm-new 33/59] kernel/cgroup/cpuset.c:4054:undefined reference to `register_node_notifier'
 2025-06-04 12:35 UTC 

[PATCH RESEND] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 12:31 UTC  (7+ messages)

[PATCH] mm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04 12:23 UTC  (13+ messages)

[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
 2025-06-04 12:13 UTC  (2+ messages)

[PATCH v3 0/5] Optimize mprotect() for large folios
 2025-06-04 11:44 UTC  (9+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs

[RFC] mm: Add MADV_NONZERO to skip redundant zeroing in MADV_DONTNEED
 2025-06-04 11:27 UTC  (3+ messages)

reply: [RFC] pin_user_pages_fast failure count increased
 2025-06-04  9:53 UTC  (18+ messages)

linux-next: Tree for Jun 4 (mm/vmstat.c)
 2025-06-04  9:52 UTC  (2+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-04  9:22 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).