linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 05:35:32 to 2025-08-28 16:00:39 UTC [more...]

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-28 16:00 UTC  (27+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted
` [PATCH v6 mm-new 10/10] MAINTAINERS: add entry for BPF-based THP adjustment

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-28 16:00 UTC  (5+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
` [PATCH v6 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v6 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()

[PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
 2025-08-28 15:51 UTC  (5+ messages)

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28 15:45 UTC  (47+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 34/36] kfence: drop nth_page() usage

[PATCH 0/2] maple_tree: Fix testing for 32bit compiles
 2025-08-28 15:29 UTC  (6+ messages)
` [PATCH 1/2] maple_tree: Fix testing for 32 bit builds
` [PATCH 2/2] maple_tree: Testing fix for spanning store on 32b

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-28 15:19 UTC  (22+ messages)
` [PATCH v4 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v4 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v4 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v4 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v4 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v4 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v4 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v4 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-28 15:05 UTC  (12+ messages)

[PATCH v6 00/10] SLUB percpu sheaves
 2025-08-28 15:00 UTC  (7+ messages)
` [PATCH v6 02/10] slab: add opt-in caching layer of "

[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
 2025-08-28 14:54 UTC  (20+ messages)
` [PATCH v5 01/12] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
` [PATCH v5 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v5 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v5 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v5 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v5 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in mem conversion tests
` [PATCH v5 11/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in guest_memfd_test.c
` [PATCH v5 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v2 0/7] Cleanup free_pages() misuse
 2025-08-28 14:53 UTC  (5+ messages)
` [PATCH v2 7/7] virtio_balloon: Stop calling page_address() in free_pages()

[PATCH 0/2] selftests/mm: uffd-stress fixes
 2025-08-28 14:50 UTC  (3+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory

[PATCH] mm/mremap: fix regression in vrm->new_addr check
 2025-08-28 14:34 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH v5 00/14] SLUB percpu sheaves
 2025-08-28 14:27 UTC  (6+ messages)
` [PATCH v5 12/14] maple_tree: Sheaf conversion

[PATCH v2] pagevec.h: add `const` to pointer parameters of getter functions
 2025-08-28 14:12 UTC  (5+ messages)

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-28 13:29 UTC  (3+ messages)

[syzbot] [mm?] WARNING in copy_process
 2025-08-28 13:12 UTC  (3+ messages)

[PATCH] mm: add `const` to lots of pointer parameters
 2025-08-28 13:00 UTC  (14+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (6+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-28 12:43 UTC  (6+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-28 12:37 UTC  (2+ messages)

[PATCH v2 0/4] tools: testing: Use existing atomic.h for vma/maple tests
 2025-08-28 12:28 UTC  (5+ messages)
` [PATCH v2 1/4] tools/include: Implement a couple of atomic_t ops
` [PATCH v2 2/4] tools: testing: Allow importing arch headers in shared.mk
` [PATCH v2 3/4] tools: testing: Support EXTRA_CFLAGS "
` [PATCH v2 4/4] tools: testing: Use existing atomic.h for vma/maple tests

[PATCH 0/2] Fix va_high_addr_switch.sh test failure
 2025-08-28 12:11 UTC  (5+ messages)
` [PATCH 1/2] selftests/mm: fix hugepages cleanup too early

[PATCH 0/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
 2025-08-28 12:09 UTC  (12+ messages)
` [PATCH 1/3] tools: testing: Allow importing arch headers in shared.mk
` [PATCH 2/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
` [PATCH 3/3] tools: testing: Support EXTRA_CFLAGS in shared.mk

[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
 2025-08-28 12:04 UTC  (11+ messages)

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-28 10:48 UTC  (14+ messages)

commit 4ca04daa23305 fails to compile with PREEMPT_RT=y
 2025-08-28 10:46 UTC 

[PATCH RFC] mm: Use pr_warn_once() for min_free_kbytes warning
 2025-08-28 10:30 UTC  (7+ messages)

[PATCH v4 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-28 10:01 UTC  (9+ messages)
` [PATCH v4 2/2] "

[PATCH v1 0/2] mm/show_mem: Bug fix for print mem alloc info
 2025-08-28  9:54 UTC  (13+ messages)
` [PATCH v1 2/2] mm/show_mem: Add trylock while printing "

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-28  9:50 UTC  (3+ messages)
` [PATCH v5 07/19] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2025-08-28  9:40 UTC 

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-28  9:40 UTC  (4+ messages)
` [PATCH 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h

[PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)
 2025-08-28  9:35 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] mm/page_alloc: find_large_buddy() from start_pfn aligned order
 2025-08-28  9:16 UTC 

[PATCH v4] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
 2025-08-28  8:59 UTC  (2+ messages)

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-28  8:59 UTC  (7+ messages)

[PATCH v2 3/4] sched: Compact RSEQ concurrency IDs in batches
 2025-08-28  8:36 UTC  (3+ messages)

[PATCH 1/2] huge_mm.h: is_huge_zero_folio(NULL) should return false
 2025-08-28  7:57 UTC  (4+ messages)
` [PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)

[PATCH v1] virtio_fs: fix page fault for DAX page address
 2025-08-28  7:51 UTC  (2+ messages)

[PATCH 00/17] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-08-28  7:32 UTC  (18+ messages)
` [PATCH 01/17] mm/ksw: add build system support
` [PATCH 02/17] mm/ksw: add ksw_config struct and parser
` [PATCH 03/17] mm/ksw: add /proc/kstackwatch interface
` [PATCH 04/17] mm/ksw: add HWBP pre-allocation support
` [PATCH 05/17] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH 06/17] mm/ksw: add atomic watch on/off operations
` [PATCH 07/17] mm/ksw: add stack probe support
` [PATCH 08/17] mm/ksw: implement stack canary and local var resolution logic
` [PATCH 09/17] mm/ksw: add per-task recursion depth tracking
` [PATCH 10/17] mm/ksw: coordinate watch and stack for full functionality
` [PATCH 11/17] mm/ksw: add self-debug functions for kstackwatch watch
` [PATCH 12/17] mm/ksw: add test module
` [PATCH 13/17] mm/ksw: add stack overflow test
` [PATCH 14/17] mm/ksw: add simplified silent corruption test
` [PATCH 15/17] mm/ksw: add recursive "
` [PATCH 16/17] tools/kstackwatch: add interactive test script for KStackWatch
` [PATCH 17/17] MAINTAINERS: add entry for KStackWatch (Kernel Stack Watch)

[GIT PULL] memblock fixes for v6.17-rc4
 2025-08-28  5:35 UTC 


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).