linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/5] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-07  1:39 UTC  (7+ messages)
` [PATCH 4/5] mm: Provide page mask in struct follow_pfnmap_args
` [PATCH 5/5] vfio/type1: Use mapping page mask for pfnmaps

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-07  1:28 UTC  (17+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 03/14] memblock: Add support for scratch memory
` [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v4 06/14] kexec: Add KHO parsing support
` [PATCH v4 07/14] kexec: Add KHO support to kexec file loads
` [PATCH v4 08/14] kexec: Add config option for KHO
` [PATCH v4 09/14] kexec: Add documentation "
` [PATCH v4 10/14] arm64: Add KHO support
` [PATCH v4 11/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v4 12/14] x86: Add KHO support
` [PATCH v4 13/14] memblock: Add KHO support for reserve_mem
` [PATCH v4 14/14] Documentation: KHO: Add memblock bindings

[syzbot] [mm?] WARNING in fsnotify_file_area_perm
 2025-02-07  0:54 UTC  (2+ messages)

[RFC PATCH] mm/damon: avoid applying DAMOS action to same entity multiple times
 2025-02-06 23:11 UTC 

[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
 2025-02-06 22:56 UTC  (21+ messages)
` [PATCH 01/15] kasan: Allocation enhancement for dense tag-based mode
` [PATCH 02/15] kasan: Tag checking with "
` [PATCH 10/15] x86: KASAN raw shadow memory PTE init

[RFC PATCH v3 00/15] pkeys-based page table hardening
 2025-02-06 22:41 UTC  (4+ messages)
` [RFC PATCH v3 08/15] mm: Introduce kernel_pgtables_set_pkey()

[PATCH] memcg: add hierarchical effective limits for v2
 2025-02-06 22:24 UTC  (5+ messages)

Lottery claim linux-mm@kvack.org 2/6/2025
 2025-02-06 22:09 UTC 

[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_SYSMEM_HELPERS_DEFERRED
 2025-02-06 21:40 UTC 

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 21:06 UTC  (3+ messages)
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[PATCH 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-02-06 20:32 UTC  (11+ messages)
` [PATCH 1/4] mm/madvise: split out mmap locking operations for madvise()
` [PATCH 2/4] mm/madvise: split out madvise input validity check
` [PATCH 3/4] mm/madvise: split out madvise() behavior execution
` [PATCH 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()

[PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum
 2025-02-06 20:32 UTC  (2+ messages)

[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_SH_MOBILE_LCDC
 2025-02-06 20:27 UTC 

[linux-next:master] BUILD REGRESSION 808eb958781e4ebb6e9c0962af2e856767e20f45
 2025-02-06 20:10 UTC 

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-06 19:57 UTC  (12+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path

[bug report?] unintuitive behavior when mapping over hugepage-backed PROT_NONE regions
 2025-02-06 19:44 UTC  (5+ messages)

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

[PATCH v6 00/16] zswap IAA compress batching
 2025-02-06 19:24 UTC  (9+ messages)
` [PATCH v6 12/16] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v6 14/16] mm: zswap: Introduce zswap_compress_folio() to compress all pages in a folio
` [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

[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_DMAMEM_HELPERS_DEFERRED
 2025-02-06 19:24 UTC 

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

[PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE
 2025-02-06 18:35 UTC  (5+ messages)

[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
 2025-02-06 18:13 UTC  (4+ messages)

[PATCH v2] mm: slub: call WARN() instead of pr_err on slab_fix
 2025-02-06 17:59 UTC  (7+ messages)

[PATCH v2 0/8] enable bs > ps for block devices
 2025-02-06 17:30 UTC  (6+ messages)
` [PATCH v2 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()

[PATCH v6 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
 2025-02-06 17:14 UTC  (7+ messages)
` [PATCH v6 1/5] exit: perform add_device_randomness() without tasklist_lock
` [PATCH v6 2/5] exit: hoist get_pid() in release_task() outside of tasklist_lock
` [PATCH v6 3/5] pid: sprinkle tasklist_lock asserts
` [PATCH v6 4/5] pid: perform free_pid() calls outside of tasklist_lock
` [PATCH v6 5/5] pid: drop irq disablement around pidmap_lock

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in xas_reload
 2025-02-06 17:01 UTC 

[syzbot] [mm?] [bcachefs?] KASAN: slab-use-after-free Read in list_lru_del
 2025-02-06 17:01 UTC 

[RFC v8 0/5] fix two bugs related to page_pool
 2025-02-06 16:54 UTC  (5+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v4 1/1] exec: seal system mappings
 2025-02-06 16:37 UTC  (23+ messages)

[PATCHv4 00/17] zsmalloc/zram: there be preemption
 2025-02-06 16:19 UTC  (29+ messages)
` [PATCHv4 01/17] zram: switch to non-atomic entry locking
` [PATCHv4 02/17] zram: do not use per-CPU compression streams
` [PATCHv4 14/17] zsmalloc: make zspage lock preemptible

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-02-06 15:59 UTC  (4+ messages)
` CXL Boot to Bash - Section 2: The Drivers

A path forward to cleaning up dying cgroups?
 2025-02-06 15:51 UTC  (6+ messages)

[PATCH] alpha: Fix personality flag propagation across an exec
 2025-02-06 15:42 UTC  (12+ messages)
          ` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
                  ` [PATCH v2] "

[PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use
 2025-02-06 15:33 UTC  (4+ messages)
` [PATCH v2 1/3] mm: refactor rmap_walk_file() to separate out traversal logic
` [PATCH v2 2/3] mm: provide mapping_wrprotect_range() function
` [PATCH v2 3/3] fb_defio: do not use deprecated page->mapping, index fields

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-02-06 15:30 UTC  (6+ messages)
  ` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?

[RFC][PATCH 1/2] sched: Extended scheduler time slice
 2025-02-06 15:01 UTC  (16+ messages)

[PATCH v9 00/12] AMD broadcast TLB invalidation
 2025-02-06 14:48 UTC  (5+ messages)

[PATCH v2] mm: slub: Print the broken data before restoring slub
 2025-02-06 14:08 UTC  (2+ messages)

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2025-02-06 13:50 UTC  (5+ messages)
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 14/26] riscv/traps: Introduce software check exception

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-02-06 13:39 UTC  (12+ messages)

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-06 13:26 UTC  (18+ messages)
` [PATCH v1 01/16] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v1 02/16] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
` [PATCH v1 03/16] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
` [PATCH v1 05/16] mm/page_table_check: Batch-check pmds/puds just like ptes
` [PATCH v1 06/16] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()

[PATCH] mm, percpu: do not consider sleepable allocations atomic
 2025-02-06 12:26 UTC 

[PATCH 0/2] mm: kmemleak: Usability improvements
 2025-02-06 11:45 UTC  (3+ messages)
` [PATCH 1/2] mm: kmemleak: Add support for dumping physical and __percpu object info
` [PATCH 2/2] samples: kmemleak: Print the raw pointers for debugging purposes

kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
 2025-02-06 11:39 UTC  (8+ messages)

[PATCH 04/15] kasan: arm64: x86: risc-v: Make special tags arch specific
 2025-02-06 11:22 UTC  (3+ messages)

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-06 11:13 UTC  (6+ messages)
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-06 11:07 UTC  (2+ messages)

[PATCH] refcount: Strengthen inc_not_zero()
 2025-02-06 10:41 UTC  (3+ messages)
` [PATCH 1/1] refcount: provide ops for cases when object's memory can be reused

[PATCH v5 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
 2025-02-06 10:40 UTC  (4+ messages)
` [PATCH v5 1/5] exit: perform add_device_randomness() without tasklist_lock

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-06  9:49 UTC  (3+ messages)

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-06  9:47 UTC  (3+ messages)

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-06  9:45 UTC  (3+ messages)

[syzbot] [hardening?] [mm?] BUG: bad usercopy in vfs_readlink
 2025-02-06  9:43 UTC  (4+ messages)

[PATCH v2 1/2] net, treewide: define and use MAC_ADDR_LEN
 2025-02-06  9:31 UTC 

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

[PATCH] /dev/zero: make private mapping full anonymous mapping
 2025-02-06  8:02 UTC  (3+ messages)

[PATCH v6 0/7] Buddy allocator like (or non-uniform) folio split
 2025-02-06  8:01 UTC  (2+ messages)

[RFC PATCH] Introduce generalized data temperature estimation framework
 2025-02-06  8:00 UTC  (10+ messages)

[PATCH 00/12] Tiny cleanup and improvements about SWAP code
 2025-02-06  7:50 UTC  (3+ messages)
` [PATCH 06/12] mm/swapfile.c: update the code comment above swap_count_continued()

hi
 2025-02-06  7:37 UTC 

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-02-06  7:34 UTC  (5+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[linus:master] [x86] 0b6476f939: will-it-scale.per_process_ops 24.8% improvement
 2025-02-06  7:34 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