linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-03-03 10:57 UTC  (25+ messages)
` [PATCH v14 02/13] x86/mm: get INVLPGB count max from CPUID
` [PATCH v14 03/13] x86/mm: add INVLPGB support code
` [PATCH v14 04/13] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v14 05/13] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v14 06/13] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v14 07/13] x86/mm: add global ASID allocation helper functions
` [PATCH v14 08/13] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v14 09/13] x86/mm: global ASID process exit helpers
` [PATCH v14 10/13] x86/mm: enable broadcast TLB invalidation for multi-threaded processes

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-03 10:48 UTC  (10+ messages)
` [PATCH v3 03/10] selftests/mm: Skip uffd-wp-mremap if userfaultfd not available
` [PATCH v3 04/10] selftests/mm/uffd: Rename nr_cpus -> nr_threads

[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-03-03 10:35 UTC  (4+ messages)

[PATCH v1 0/4] Fix lazy mmu mode
 2025-03-03 10:30 UTC  (11+ messages)
` [PATCH v1 1/4] mm: Fix lazy mmu docs and usage
` [PATCH v1 2/4] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v1 3/4] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v1 4/4] Revert "x86/xen: allow nesting of same lazy mode"

[PATCH] mm/hugetlb: fix surplus pages in dissolve_free_huge_page()
 2025-03-03 10:25 UTC  (2+ messages)

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

[PATCH RESEND 0/2] Fix calculations in trace_balance_dirty_pages() for cgwb
 2025-03-03 10:06 UTC  (3+ messages)
` [PATCH RESEND 1/2] writeback: Let trace_balance_dirty_pages() take struct dtc as parameter
` [PATCH RESEND 2/2] writeback: Fix calculations in trace_balance_dirty_pages() for cgwb

[PATCH v8] arm64: mm: Populate vmemmap at the page level if not section aligned
 2025-03-03 10:01 UTC  (2+ messages)

[PATCH 0/4] Optimize __vmalloc_node_range_noprof function
 2025-03-03  9:44 UTC  (5+ messages)
` [PATCH 1/4] mm/vmalloc: Remove unnecessary size ALIGN in __vmalloc_node_range_noprof
` [PATCH 2/4] mm/vmalloc: Size should be used instead of real_size "
` [PATCH 3/4] mm/vmalloc: Remove the real_size variable to simplify the code "
` [PATCH 4/4] mm/vmalloc: Rename the variable real_align to original_align to prevent misunderstanding

[PATCH v7] arm64: mm: Populate vmemmap at the page level if not section aligned
 2025-03-03  9:29 UTC  (7+ messages)

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-03  9:29 UTC  (4+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-03-03  8:58 UTC  (2+ messages)

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-03-03  8:58 UTC  (3+ messages)
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages

[PATCH v7 00/15] zswap IAA compress batching
 2025-03-03  8:55 UTC  (5+ messages)

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-03  8:47 UTC  (15+ messages)
` [PATCH v8 01/14] crypto: acomp - Add synchronous/asynchronous acomp request chaining
` [PATCH v8 02/14] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v8 03/14] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode
` [PATCH v8 04/14] crypto: iaa - Implement batch compression/decompression with request chaining
` [PATCH v8 05/14] crypto: iaa - Enable async mode and make it the default
` [PATCH v8 06/14] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v8 07/14] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v8 08/14] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA
` [PATCH v8 09/14] crypto: iaa - Distribute compress jobs from all cores to all IAAs on a package
` [PATCH v8 10/14] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v8 11/14] crypto: iaa - Fix for "deflate_generic_tfm" global being accessed without locks
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
` [PATCH v8 13/14] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

Kernel oops with 6.14 when enabling TLS
 2025-03-03  7:48 UTC 

[PATCH v2 3/6] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
 2025-03-03  7:26 UTC  (2+ messages)
` [PATCH v2 3/6 update] "

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-03-03  7:15 UTC  (4+ messages)
` [PATCH v2 4/6] riscv: pgtable: unconditionally use tlb_remove_ptdesc()
  ` [External] "

[PATCH v8 0/7] mseal system mappings
 2025-03-03  6:28 UTC  (9+ messages)
` [PATCH v8 1/7] mseal sysmap: kernel config and header change
` [PATCH v8 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [PATCH v8 3/7] mseal sysmap: enable x86-64
` [PATCH v8 4/7] mseal sysmap: enable arm64
` [PATCH v8 5/7] mseal sysmap: uprobe mapping
` [PATCH v8 6/7] mseal sysmap: update mseal.rst
` [PATCH v8 7/7] selftest: test system mappings are sealed

Calling folio_end_writeback() inside a spinlock under task context?
 2025-03-03  5:33 UTC  (3+ messages)

[PATCH] mm/list_lru: allocate on first insert instead of allocation
 2025-03-03  4:58 UTC  (6+ messages)

[Hypervisor Live Update] Notes from February 24, 2025
 2025-03-03  4:21 UTC 

[PATCH v9 14/19] zsmalloc: introduce new object mapping API
 2025-03-03  2:51 UTC  (4+ messages)

[PATCH] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
 2025-03-03  2:41 UTC 

[PATCH v10 00/19] zsmalloc/zram: there be preemption
 2025-03-03  2:03 UTC  (20+ messages)
` [PATCH v10 01/19] zram: sleepable entry locking
` [PATCH v10 02/19] zram: permit preemption with active compression stream
` [PATCH v10 03/19] zram: remove unused crypto include
` [PATCH v10 04/19] zram: remove max_comp_streams device attr
` [PATCH v10 05/19] zram: remove second stage of handle allocation
` [PATCH v10 06/19] zram: add GFP_NOWARN to incompressible zsmalloc "
` [PATCH v10 07/19] zram: remove writestall zram_stats member
` [PATCH v10 08/19] zram: limit max recompress prio to num_active_comps
` [PATCH v10 09/19] zram: filter out recomp targets based on priority
` [PATCH v10 10/19] zram: rework recompression loop
` [PATCH v10 11/19] zram: move post-processing target allocation
` [PATCH v10 12/19] zsmalloc: rename pool lock
` [PATCH v10 13/19] zsmalloc: sleepable zspage reader-lock
` [PATCH v10 14/19] zsmalloc: introduce new object mapping API
` [PATCH v10 15/19] zram: switch to new zsmalloc "
` [PATCH v10 16/19] zram: permit reclaim in zstd custom allocator
` [PATCH v10 17/19] zram: do not leak page on recompress_store error path
` [PATCH v10 18/19] zram: do not leak page on writeback_store "
` [PATCH v10 19/19] zram: add might_sleep to zcomp API

[PATCH] mm/vmalloc: Move free_vm_area(area) from the __vmalloc_area_node function to the __vmalloc_node_range_noprof function
 2025-03-03  1:57 UTC 

BUG: unable to handle kernel NULL pointer dereference in __put_partials in v6.14-rc4 kernel
 2025-03-03  1:31 UTC 

mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
 2025-03-02 23:47 UTC 

[RFC PATCH 03/13] mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
 2025-03-02 21:41 UTC  (2+ messages)

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-03-02 18:01 UTC 

[syzbot] [xfs?] [mm?] WARNING: bad unlock balance in __mm_populate
 2025-03-02 17:15 UTC 

[syzbot] [mm?] WARNING in fsnotify_file_area_perm
 2025-03-02 16:32 UTC  (2+ messages)
` [syzbot] [xfs?] "

[PATCH v2 04/11] hugetlbfs: reorder capability check last
 2025-03-02 16:06 UTC 

[PATCH] mm/slab: call __kmalloc_noprof() when size isn't builtin constant in kmalloc_array_noprof()
 2025-03-02 13:30 UTC  (2+ messages)

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-03-02 13:11 UTC  (11+ messages)

[syzbot] [cgroups?] [mm?] [ntfs3?] KASAN: global-out-of-bounds Read in get_mem_cgroup_from_mm
 2025-03-02 11:56 UTC 

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-03-02  9:52 UTC  (5+ messages)

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-02  9:13 UTC  (10+ messages)
` [PATCH v2 2/5] x86/mce: dump error msg from severities

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-02  8:57 UTC  (4+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-03-02  8:35 UTC  (3+ messages)
` [PATCH 2/4] selftests/mm: rename guard-pages to guard-regions

[PATCH] docs/mm: Physical Memory: Populate the "Zones" section
 2025-03-02  7:48 UTC  (3+ messages)

[RFC v1] mm/page cache: A method to drop one-read page cache
 2025-03-02  6:14 UTC 

[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
 2025-03-02  3:52 UTC  (3+ messages)
` [PATCH v9 7/8] mm/truncate: use buddy allocator like folio split for truncate operation

[PATCH] mm: page_frag: Fix refill handling in __page_frag_alloc_align()
 2025-03-02  2:22 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH 0/4 v2] cgroup: separate rstat trees
 2025-03-01 23:00 UTC  (11+ messages)
` [PATCH 1/4 v2] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state
` [PATCH 3/4 v2] cgroup: separate rstat locks for subsystems
` [PATCH 4/4 v2] cgroup: separate rstat list pointers from base stats

[syzbot] [mm?] kernel BUG in try_to_unmap_one
 2025-03-01 22:41 UTC 

[PATCH v5] lib/vsprintf: Add support for generic FourCCs by extending %p4cc
 2025-03-01 18:07 UTC  (2+ messages)

[PATCH] mm/shmem: fix uninitialized scalar variable
 2025-03-01 17:05 UTC  (2+ messages)

[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
 2025-03-01 15:44 UTC  (15+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-03-01 11:30 UTC  (3+ messages)
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header

[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-01  7:38 UTC  (12+ messages)
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-03-01  7:23 UTC  (3+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-01  5:54 UTC  (12+ messages)

[PATCH v9 0/3] arm64 tagged address ABI
 2025-03-01  5:15 UTC 

[akpm-mm:mm-unstable 328/329] mm/page_alloc.c:421:3: error: call to undeclared function 'in_mem_hotplug'; ISO C99 and later do not support implicit function declarations
 2025-03-01  4:41 UTC 

[PATCH v2] zswap: do not crash the kernel on decompression failure
 2025-03-01  2:20 UTC  (6+ messages)

[PATCH v2] mm/migrate: fix shmem xarray update during migration
 2025-03-01  1:59 UTC  (2+ messages)

kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
 2025-03-01  1:55 UTC 

kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
 2025-03-01  1:24 UTC 

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-03-01  0:22 UTC  (17+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation

[PATCH] mm/page_alloc: Add lockdep assertion for pageblock type change
 2025-02-28 23:42 UTC  (2+ messages)

[RESEND][PATCH] tracing: gfp: Remove duplication of recording GFP flags
 2025-02-28 22:50 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c0eb65494e59d9834af7cbad983629e9017b25a1
 2025-02-28 22:23 UTC 

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

[RFC] Type-Partitioned vmalloc (with sample *.ko code)
 2025-02-28 20:57 UTC 

[PATCH v13 00/14] AMD broadcast TLB invalidation
 2025-02-28 20:42 UTC  (14+ messages)
` [PATCH v13 06/14] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing

[PATCH] uaccess: Introduce ucopysize.h
 2025-02-28 19:50 UTC 

page:  |  | latest

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