linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-02-28 19:18 UTC  (12+ 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 0/4 v2] cgroup: separate rstat trees
 2025-02-28 19:04 UTC  (8+ 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] mm/list_lru: make the case where mlru is NULL as unlikely
 2025-02-28 18:48 UTC  (5+ messages)

[PATCH v5 00/27] hugetlb/CMA improvements for large systems
 2025-02-28 18:29 UTC  (28+ messages)
` [PATCH v5 01/27] mm/cma: export total and free number of pages for CMA areas
` [PATCH v5 02/27] mm, cma: support multiple contiguous ranges, if requested
` [PATCH v5 03/27] mm/cma: introduce cma_intersects function
` [PATCH v5 04/27] mm, hugetlb: use cma_declare_contiguous_multi
` [PATCH v5 05/27] mm/hugetlb: remove redundant __ClearPageReserved
` [PATCH v5 06/27] mm/hugetlb: use online nodes for bootmem allocation
` [PATCH v5 07/27] mm/hugetlb: convert cmdline parameters from setup to early
` [PATCH v5 08/27] x86/mm: make register_page_bootmem_memmap handle PTE mappings
` [PATCH v5 09/27] mm/bootmem_info: export register_page_bootmem_memmap
` [PATCH v5 10/27] mm/sparse: allow for alternate vmemmap section init at boot
` [PATCH v5 11/27] mm/hugetlb: set migratetype for bootmem folios
` [PATCH v5 12/27] mm: define __init_reserved_page_zone function
` [PATCH v5 13/27] mm/hugetlb: check bootmem pages for zone intersections
` [PATCH v5 14/27] mm/sparse: add vmemmap_*_hvo functions
` [PATCH v5 15/27] mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc
` [PATCH v5 16/27] mm/hugetlb: move huge_boot_pages list init "
` [PATCH v5 17/27] mm/hugetlb: add pre-HVO framework
` [PATCH v5 18/27] mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios definition
` [PATCH v5 19/27] mm/hugetlb: do pre-HVO for bootmem allocated pages
` [PATCH v5 20/27] x86/setup: call hugetlb_bootmem_alloc early
` [PATCH v5 21/27] x86/mm: set ARCH_WANT_HUGETLB_VMEMMAP_PREINIT
` [PATCH v5 22/27] mm/cma: simplify zone intersection check
` [PATCH v5 23/27] mm/cma: introduce a cma validate function
` [PATCH v5 24/27] mm/cma: introduce interface for early reservations
` [PATCH v5 25/27] mm/hugetlb: add hugetlb_cma_only cmdline option
` [PATCH v5 26/27] mm/hugetlb: enable bootmem allocation from CMA areas
` [PATCH v5 27/27] mm/hugetlb: move hugetlb CMA code in to its own file

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

[PATCH] mm/damon: respect core layer filters' allowance decision on ops layer
 2025-02-28 17:53 UTC 

[RFC PATCH 0/2] SKSM: Synchronous Kernel Samepage Merging
 2025-02-28 17:53 UTC  (15+ messages)

[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-28 17:51 UTC  (4+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer

[PATCH v2] mm/migrate: fix shmem xarray update during migration
 2025-02-28 17:49 UTC 

[PATCH] mm/damon/core: initialize damos->walk_completed in damon_new_scheme()
 2025-02-28 17:44 UTC 

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-02-28 17:37 UTC  (18+ messages)
` [PATCH v3 01/10] selftests/mm: Report errno when things fail in gup_longterm
` [PATCH v3 02/10] selftests/mm: Skip uffd-stress if userfaultfd not available
` [PATCH v3 03/10] selftests/mm: Skip uffd-wp-mremap "
` [PATCH v3 04/10] selftests/mm/uffd: Rename nr_cpus -> nr_threads
` [PATCH v3 05/10] selftests/mm: Print some details when uffd-stress gets bad params
` [PATCH v3 06/10] selftests/mm: Don't fail uffd-stress if too many CPUs
` [PATCH v3 07/10] selftests/mm: Skip map_populate on weird filesystems
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests "
` [PATCH v3 09/10] selftests/mm: Drop unnecessary sudo usage
` [PATCH v3 10/10] selftests/mm: Ensure uffd-wp-mremap gets pages of each size

[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-28 17:33 UTC  (5+ messages)
` [PATCH v4 04/10] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared

[PATCH v7 0/7] mseal system mappings
 2025-02-28 17:30 UTC  (37+ messages)
` [PATCH v7 1/7] mseal, system mappings: kernel config and header change
` [PATCH v7 4/7] mseal, system mappings: enable arm64
` [PATCH v7 6/7] mseal, system mappings: uprobe mapping
  ` (no subject)
    ` your mail

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-02-28 17:25 UTC  (2+ messages)

[PATCH] mm/list_lru: allocate on first insert instead of allocation
 2025-02-28 17:18 UTC  (3+ messages)

[PATCH] mm/migrate: fix shmem xarray update during migration
 2025-02-28 17:17 UTC  (5+ messages)

[PATCH mm-unstable] mm: make SPARSEMEM_VMEMMAP_PREINIT an internal option
 2025-02-28 16:44 UTC  (3+ messages)

[PATCH] mm/list_lru: Remove redundant NULL check before kfree()
 2025-02-28 16:39 UTC  (2+ messages)

[PATCH v2 0/6] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-28 16:32 UTC  (2+ messages)

[PATCH v1 1/2] kunit, slub: Add test_kfree_rcu_wq_destroy use case
 2025-02-28 16:27 UTC  (6+ messages)
` [PATCH v1 2/2] mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq

[PATCH 1/2 v6] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-02-28 16:24 UTC  (3+ messages)

[PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
 2025-02-28 16:12 UTC  (11+ messages)

[PATCH v4 0/2] mm: slub: Enhanced debugging in slub error
 2025-02-28 16:02 UTC  (5+ messages)

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

[PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-02-28 15:56 UTC  (10+ messages)
` [RFC PATCH 7/7] mm: zswap: Use acomp virtual address interface

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-02-28 15:32 UTC  (3+ messages)
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes

Softlockup when test shmem swapout-swapin and compaction
 2025-02-28 15:19 UTC  (6+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[linux-next:master 5933/6583] include/linux/page_ext.h:131:20: error: call to undeclared function 'page_to_section'; ISO C99 and later do not support implicit function declarations
 2025-02-28 13:17 UTC  (4+ messages)

[PATCH v2 0/9] selftests/mm: Some cleanups from trying to run them
 2025-02-28 12:47 UTC  (3+ messages)
` [PATCH v2 6/9] selftests/mm: Print some details when uffd-stress gets bad params

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

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-02-28 12:35 UTC  (11+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-02-28 12:31 UTC  (33+ messages)
` [PATCH v2 01/16] MAINTAINERS: Add vDSO selftests
` [PATCH v2 02/16] elf, uapi: Add definition for STN_UNDEF
` [PATCH v2 03/16] elf, uapi: Add definition for DT_GNU_HASH
` [PATCH v2 04/16] elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAK
` [PATCH v2 05/16] elf, uapi: Add type ElfXX_Versym
` [PATCH v2 06/16] elf, uapi: Add types ElfXX_Verdef and ElfXX_Veraux
` [PATCH v2 07/16] tools/include: Add uapi/linux/elf.h
` [PATCH v2 08/16] selftests: Add headers target
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header
` [PATCH v2 10/16] selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdr
` [PATCH v2 11/16] selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
` [PATCH v2 12/16] selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers
` [PATCH v2 13/16] selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAX
` [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
` [PATCH v2 15/16] selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc

[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-02-28 12:27 UTC  (3+ messages)
` [PATCH linux-next 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH linux-next 2/2] ras: mem: Add memory "

[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
 2025-02-28 12:26 UTC  (6+ messages)
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration

[PATCH] mm/page_alloc: make the maximum number of highatomic pageblocks resizable
 2025-02-28 11:01 UTC  (2+ messages)

[PATCH v3 05/10] x86: remove HIGHMEM64G support
 2025-02-28 10:09 UTC 

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

[PATCH v6 00/16] zswap IAA compress batching
 2025-02-28 10:00 UTC  (14+ messages)
` [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 15/16] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios

[PATCH v4 0/2] mm/page_alloc: Some clarifications for migratetype fallback
 2025-02-28  9:59 UTC  (4+ messages)
` [PATCH v4 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code
` [PATCH v4 2/2] mm/page_alloc: Clarify should_claim_block() commentary

[PATCH v14 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-28  9:49 UTC  (10+ messages)

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-28  9:44 UTC 

[PATCH v3 0/2] mm/page_alloc: Some clarifications for migratetype fallback
 2025-02-28  9:25 UTC  (5+ messages)
` [PATCH v3 1/2] mm/page_alloc: Clarify terminology in migratetype fallback code

[PATCH v2 0/4] mm: page_ext: Introduce new iteration API
 2025-02-28  9:09 UTC  (7+ messages)
` [PATCH v2 4/4] mm: page_owner: use "

[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
 2025-02-28  9:07 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-02-28  8:43 UTC  (2+ messages)

[PATCH 0/3] page_counter cleanup and size reduction
 2025-02-28  7:58 UTC  (4+ messages)
` [PATCH 1/3] memcg: don't call propagate_protected_usage() for v1
` [PATCH 2/3] page_counter: track failcnt only for legacy cgroups
` [PATCH 3/3] page_counter: reduce struct page_counter size

[syzbot] [mm?] kernel BUG in filemap_fault
 2025-02-28  7:26 UTC 

[RFC PATCH v2 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
 2025-02-28  4:48 UTC  (2+ messages)

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-28  3:42 UTC  (14+ messages)
` [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v9 11/20] mm: Allow compound zone device pages
` [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping

page:  |  | latest

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