linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-13 18:17 UTC  (3+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions

[PATCH v6] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-02-13 17:56 UTC  (5+ messages)

[PATCH v6 2/3] sched: Move task_mm_cid_work to mm delayed work
 2025-02-13 17:31 UTC  (8+ messages)

[RFC PATCH v5 0/7] mseal system mappings
 2025-02-13 17:15 UTC  (11+ messages)
` [RFC PATCH v5 1/7] mseal, system mappings: kernel config and header change
` [RFC PATCH v5 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed

[RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
 2025-02-13 16:48 UTC  (3+ messages)

[PATCH] test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not defined
 2025-02-13 16:36 UTC  (2+ messages)

[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
 2025-02-13 16:20 UTC  (10+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation

[PATCH v11 00/12] AMD broadcast TLB invalidation
 2025-02-13 16:14 UTC  (13+ messages)
` [PATCH v11 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v11 02/12] x86/mm: remove pv_ops.mmu.tlb_remove_table call
` [PATCH v11 03/12] x86/mm: consolidate full flush threshold decision
` [PATCH v11 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v11 05/12] x86/mm: add INVLPGB support code
` [PATCH v11 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v11 07/12] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v11 08/12] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v11 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v11 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v11 11/12] x86/mm: enable AMD translation cache extensions
` [PATCH v11 12/12] x86/mm: only invalidate final translations with INVLPGB

[RFC PATCH 0/5] Accelerate page migration with batching and multi threads
 2025-02-13 15:36 UTC  (6+ messages)
` [RFC PATCH 4/5] mm/migrate: introduce multi-threaded page copy routine

[PATCH bpf-next v8 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-13 15:28 UTC  (10+ messages)
` [PATCH bpf-next v8 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v8 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v8 3/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v8 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v8 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v8 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCHv4 14/17] zsmalloc: make zspage lock preemptible
 2025-02-13 15:25 UTC  (15+ messages)

[bpf-next v8 1/3] mm: add copy_remote_vm_str
 2025-02-13 15:21 UTC  (3+ messages)
` [bpf-next v8 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
` [bpf-next v8 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH 0/3] netfs: Miscellaneous fixes
 2025-02-13 15:01 UTC  (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH v2 0/6] cleanups, fixes, and progress towards avoiding "make headers"
 2025-02-13 15:00 UTC  (7+ messages)
` [PATCH v2 6/6] selftests/mm: remove local __NR_* definitions

[PATCH v6 1/3] sched: Compact RSEQ concurrency IDs with reduced threads and affinity
 2025-02-13 14:56 UTC  (2+ messages)

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-02-13 14:54 UTC  (4+ messages)

[PATCH] mm: Fix possible NULL pointer dereference in __swap_duplicate
 2025-02-13 13:08 UTC  (5+ messages)
  ` 回复: "

[PATCH v10 00/12] AMD broadcast TLB invalidation
 2025-02-13 13:03 UTC  (7+ messages)

[PATCH mm 1/1] filemap: Remove redundant folio_test_large check in filemap_free_folio
 2025-02-13 13:00 UTC  (2+ messages)

[PATCH v5 00/18] zsmalloc/zram: there be preemption
 2025-02-13 12:29 UTC  (26+ messages)
` [PATCH v5 01/18] zram: sleepable entry locking
` [PATCH v5 02/18] zram: permit preemption with active compression stream
` [PATCH v5 03/18] zram: remove crypto include
` [PATCH v5 10/18] zsmalloc: factor out pool locking helpers
` [PATCH v5 12/18] zsmalloc: make zspage lock preemptible

[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-13 12:16 UTC  (16+ messages)
` [PATCH v14 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v14 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v14 3/8] mm: rust: add vm_insert_page
` [PATCH v14 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v14 5/8] mm: rust: add mmput_async support
` [PATCH v14 6/8] mm: rust: add VmaNew for f_ops->mmap()
` [PATCH v14 7/8] rust: miscdevice: add mmap support
` [PATCH v14 8/8] task: rust: rework how current is accessed

[PATCH 0/4] mm: Rework generic PTDUMP configs
 2025-02-13 11:49 UTC  (12+ messages)
` [PATCH 1/4] configs: Drop GENERIC_PTDUMP from debug.config
` [PATCH 2/4] mm: Make DEBUG_WX depdendent on GENERIC_PTDUMP
` [PATCH 3/4] mm: Make GENERIC_PTDUMP dependent on MMU
` [PATCH 4/4] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE

[PATCH] maple_tree: Remove a BUG_ON() in mas_alloc_nodes()
 2025-02-13 11:44 UTC 

[RFC v2 0/9] khugepaged: mTHP support
 2025-02-13 11:21 UTC  (8+ messages)
` [RFC v2 7/9] khugepaged: add "

[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)
 2025-02-13 11:15 UTC  (3+ messages)

[PATCH net-next v9 0/4] fix the DMA API misuse problem for page_pool
 2025-02-13 11:13 UTC  (3+ messages)

[PATCH v2 00/28] hugetlb/CMA improvements for large systems
 2025-02-13 10:11 UTC  (3+ messages)
` [PATCH v2 03/28] mm/cma: introduce cma_intersects function

[RFC PATCH 14/39] KVM: guest_memfd: hugetlb: initialization and cleanup
 2025-02-13  9:47 UTC  (2+ messages)

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-13  9:38 UTC  (24+ messages)
` [PATCH v1 03/16] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
` [PATCH v1 10/16] mm/vmalloc: Warn on improper use of vunmap_range()
` [PATCH v1 12/16] arm64/mm: Support huge pte-mapped pages in vmap
` [PATCH v1 15/16] mm: Generalize arch_sync_kernel_mappings()
` [PATCH v1 16/16] arm64/mm: Defer barriers when updating kernel mappings

[linux-next:master 2995/3437] mm/mempolicy.c:207:undefined reference to `__udivdi3'
 2025-02-13  9:12 UTC 

[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-13  8:29 UTC  (7+ messages)
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v9 00/12] AMD broadcast TLB invalidation
 2025-02-13  8:16 UTC  (7+ messages)
` [PATCH v9 04/12] x86/mm: get INVLPGB count max from CPUID

[PATCH v5] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-02-13  7:45 UTC  (3+ messages)

New Energy Storage, Rechargeable Battery
 2025-02-13  7:18 UTC 

[PATCH v1 0/4] fmm/hwpoison: Fix regressions in memory failure handling
 2025-02-13  6:59 UTC  (6+ messages)
` [PATCH v1 4/4] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages

[PATCH] mm/mm_init.c: use round_up() to align movable range
 2025-02-13  6:37 UTC  (3+ messages)

[PATCH] mm/mm_init.c: use round_up() to calculate usermap size
 2025-02-13  6:32 UTC  (3+ messages)

[PATCH] mm/mm_init.c: only align start of ZONE_MOVALBE on nodes with memory
 2025-02-13  6:31 UTC  (5+ messages)

[RFC PATCH V0 0/10] mm: slowtier page promotion based on PTE A bit
 2025-02-13  5:39 UTC  (3+ messages)

[PATCH 0/2] Minimize xa_node allocation during xarry split
 2025-02-13  3:46 UTC  (4+ messages)
` [PATCH 1/2] mm/filemap: use xas_try_split() in __filemap_add_folio()
` [PATCH 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH] mm/slab: Initialise random_kmalloc_seed after initcalls
 2025-02-13  3:20 UTC  (3+ messages)

[PATCH v2] kasan: Don't call find_vm_area() in RT kernel
 2025-02-13  3:00 UTC  (4+ messages)

[PATCH] /dev/zero: make private mapping full anonymous mapping
 2025-02-13  2:04 UTC  (5+ messages)

[RFC PATCH 0/8] mm/damon: auto-tune aggregation interval
 2025-02-13  1:44 UTC  (9+ messages)
` [RFC PATCH 1/8] mm/damon: add data structure for monitoring intervals auto-tuning
` [RFC PATCH 2/8] mm/damon/core: implement "
` [RFC PATCH 3/8] mm/damon/sysfs: implement intervals tuning goal directory
` [RFC PATCH 4/8] mm/damon/sysfs: commit intervals tuning goal
` [RFC PATCH 5/8] mm/damon/sysfs: implement a command to update auto-tuned monitoring intervals
` [RFC PATCH 6/8] Docs/mm/damon/design: document for intervals auto-tuning
` [RFC PATCH 7/8] Docs/ABI/damon: document intervals auto-tuning ABI
` [RFC PATCH 8/8] Docs/admin-guide/mm/damon/usage: add intervals_goal directory on the hierarchy

[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-02-13  1:32 UTC  (2+ messages)

[bpf-next v7 1/3] mm: add copy_remote_vm_str
 2025-02-12 22:25 UTC  (2+ messages)

[PATCH] mm, percpu: do not consider sleepable allocations atomic
 2025-02-12 21:39 UTC  (7+ messages)

[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2025-02-12 21:29 UTC  (3+ messages)

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-12 19:07 UTC  (19+ messages)

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-12 18:48 UTC  (8+ messages)

[linux-next:master 1795/2407] dcssblk.c:undefined reference to `kill_dax'
 2025-02-12 18:46 UTC 

[linux-next:master] BUILD REGRESSION c674aa7c289e51659e40dda0f954886ef7f80042
 2025-02-12 18:12 UTC 

[PATCH] kasan: Don't call find_vm_area() in RT kernel
 2025-02-12 17:52 UTC  (4+ messages)

[PATCH bpf-next v7 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-12 17:47 UTC  (6+ messages)
` [PATCH bpf-next v7 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v7 3/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v7 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v7 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v7 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

page:  |  | latest

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