linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-25 05:21:08 to 2023-12-29 07:59:50 UTC [more...]

[PATCH] mm: memory: use nth_page() in clear/copy_subpage()
 2023-12-29  8:22 UTC 

[mm-stable PATCH] mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING
 2023-12-29  2:26 UTC 

[linux-next:master 5046/10295] kismet: WARNING: unmet direct dependencies detected for SM_GCC_8650 when selected by SM_GPUCC_8650
 2023-12-29  2:19 UTC 

[PATCH v2 0/6] Remove some lruvec page accounting functions
 2023-12-28 22:31 UTC  (13+ messages)
` [PATCH v2 1/6] mm: Remove inc/dec lruvec page state functions
` [PATCH v2 2/6] slub: Use alloc_pages_node() in alloc_slab_page()
` [PATCH v2 3/6] slub: Use folio APIs in free_large_kmalloc()
` [PATCH v2 4/6] slub: Use a folio in __kmalloc_large_node
` [PATCH v2 5/6] mm/khugepaged: Use a folio more in collapse_file()
` [PATCH v2 6/6] mm/memcontrol: Remove __mod_lruvec_page_state()

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-28 22:20 UTC  (4+ messages)

[PATCH, REBASED 1/2] mm, treewide: Introduce NR_PAGE_ORDERS
 2023-12-28 21:32 UTC  (3+ messages)
` [PATCH, REBASED 2/2] mm, treewide: Rename MAX_ORDER to MAX_PAGE_ORDER

[PATCH] vmstat: don't auto expand the sysfs files
 2023-12-28 20:52 UTC  (12+ messages)
        ` Sysfs one-value-per-file (was Re: [PATCH] vmstat: don't auto expand the sysfs files)

[PATCH] mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is too large
 2023-12-28 19:19 UTC  (3+ messages)

[linux-next:master 5028/10295] kismet: WARNING: unmet direct dependencies detected for SC_GCC_8280XP when selected by SC_CAMCC_8280XP
 2023-12-28 19:06 UTC 

[PATCH v2] mm/vmstat: Move pgdemote_* to per-node stats
 2023-12-28 18:22 UTC  (3+ messages)

[PATCH] mm: ratelimit stat flush from workingset shrinker
 2023-12-28 17:44 UTC  (4+ messages)

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-28 16:58 UTC  (5+ messages)
` [PATCH v5 15/40] netfs: Add support for DIO buffering

[PATCH] mm: swap: async free swap slot cache entries
 2023-12-28 15:34 UTC  (12+ messages)

[PATCH v5 0/5] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-28 15:19 UTC  (7+ messages)
` [PATCH v5 1/5] mm/zswap: reuse dstmem when decompress
` [PATCH v5 2/5] mm/zswap: refactor out __zswap_load()
` [PATCH v5 3/5] mm/zswap: cleanup zswap_load()
` [PATCH v5 4/5] mm/zswap: cleanup zswap_writeback_entry()
` [PATCH v5 5/5] mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx

[RFC 0/3] iommu/intel: Free empty page tables on unmaps
 2023-12-28 15:01 UTC  (4+ messages)
` [RFC 1/3] iommu/intel: Use page->refcount to count number of entries in IOMMU

[PATCH v3 00/10] IOMMU memory observability
 2023-12-28 14:36 UTC  (15+ messages)
` [PATCH v3 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v3 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v3 03/10] iommu/io-pgtable-arm: "
` [PATCH v3 04/10] iommu/io-pgtable-dart: "
` [PATCH v3 05/10] iommu/exynos: "
` [PATCH v3 06/10] iommu/rockchip: "
` [PATCH v3 07/10] iommu/sun50i: "
` [PATCH v3 08/10] iommu/tegra-smmu: "
` [PATCH v3 09/10] iommu: observability of the IOMMU allocations
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[linux-next:master] [wifi] ce10e8653f: hwsim.prefer_eht_20.fail
 2023-12-28 14:16 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update Ronnie Sahlberg's address
 2023-12-28 13:36 UTC 

[PATCH RFC 00/12] x86 NUMA-aware kernel replication
 2023-12-28 13:10 UTC  (13+ messages)
` [PATCH RFC 01/12] mm: allow per-NUMA node local PUD/PMD allocation
` [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
` [PATCH RFC 03/12] mm: per-NUMA node replication core infrastructure
` [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
` [PATCH RFC 05/12] x86: enable memory protection for replicated memory
` [PATCH RFC 06/12] x86: align kernel text and rodata using HUGE_PAGE boundary
` [PATCH RFC 07/12] x86: enable per-NUMA node kernel text and rodata replication
` [PATCH RFC 08/12] x86: make kernel text patching aware about replicas
` [PATCH RFC 09/12] x86: add support of NUMA replication for efi page tables
` [PATCH RFC 10/12] mm: add replicas allocation support for vmalloc
` [PATCH RFC 11/12] x86: add kernel modules text and rodata replication support
` [PATCH RFC 12/12] mm: set memory permissions for BPF handlers replicas

[PATCH v4 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-28  9:49 UTC  (19+ messages)
` [PATCH v4 1/6] mm/zswap: change dstmem size to one page
` [PATCH v4 2/6] mm/zswap: reuse dstmem when decompress
` [PATCH v4 3/6] mm/zswap: refactor out __zswap_load()
` [PATCH v4 4/6] mm/zswap: cleanup zswap_load()
` [PATCH v4 5/6] mm/zswap: cleanup zswap_writeback_entry()
` [PATCH v4 6/6] mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx

[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
 2023-12-28  8:46 UTC  (3+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics
` [PATCH 2/2] riscv: tlb: avoid tlb flushing if fullmm == 1

[PATCH 2/2] mm: list_lru: remove unused macro list_lru_init_key()
 2023-12-28  6:27 UTC 

[PATCH 1/2] mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"
 2023-12-28  6:27 UTC 

[PATCH 0/4] Remove some lruvec page accounting functions
 2023-12-28  4:15 UTC  (4+ messages)
` [PATCH 2/4] slab: Convert __kmalloc_large_node() and free_large_kmalloc() to use folios

[linux-next:master 9336/10295] drivers/net/ethernet/realtek/r8169_leds.c:undefined reference to `devm_led_classdev_register_ext'
 2023-12-28  3:14 UTC 

[RFC PATCH 0/4] Introduce & Optimize compat-mode helpers
 2023-12-28  3:10 UTC  (4+ messages)
` [RFC PATCH 3/4] riscv: Introduce is_compat_thread() into compat.h

[GIT PULL] hotfixes for 6.7
 2023-12-28  0:40 UTC  (3+ messages)

[PATCH mm] kasan: stop leaking stack trace handles
 2023-12-27 22:28 UTC  (6+ messages)

[PATCH v1] mm: abstract shadow stack vma behind arch_is_shadow_stack_vma
 2023-12-27 22:24 UTC  (4+ messages)

[PATCH] mm: memcg: fix split queue list crash when large folio migration
 2023-12-27 21:41 UTC  (2+ messages)

[linux-next:master 9812/10295] fscache.c:undefined reference to `__fscache_unuse_cookie'
 2023-12-27 20:33 UTC 

[PATCH v5 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-27  8:39 UTC  (12+ messages)
  ` [PATCH v5 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
  ` [PATCH v5 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
  ` [PATCH v5 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse

[PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-26  7:26 UTC  (5+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in list_lru_add
 2023-12-27 15:50 UTC  (2+ messages)

[PATCH mm-unstable v4 0/5] mm/mglru: Kconfig cleanup
 2023-12-27 14:12 UTC  (6+ messages)
` [PATCH mm-unstable v4 1/5] mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNG
` [PATCH mm-unstable v4 2/5] mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU
` [PATCH mm-unstable v4 3/5] mm/mglru: remove CONFIG_MEMCG
` [PATCH mm-unstable v4 4/5] mm/mglru: add dummy pmd_dirty()
` [PATCH mm-unstable v4 5/5] mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGE

[RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot
 2023-12-27 10:33 UTC  (12+ messages)
` [RFC PATCH v2 3/5] padata: dispatch works on different nodes

[PATCH 0/3] mm, lru_gen: batch update pages when aging
 2023-12-27 10:22 UTC  (13+ messages)
` [PATCH 1/3] mm, lru_gen: batch update counters on againg
` [PATCH 2/3] mm, lru_gen: move pages in bulk when aging
` [PATCH 3/3] mm, lru_gen: try to prefetch next page when canning LRU

[PATCH] mm/cma: change print format of pointer in pr_debug() With %p, the pointer will be hashed and print (____ptrval____) instead
 2023-12-27  9:56 UTC  (2+ messages)

[PATCH v9 0/6] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios (v9)
 2023-12-27  7:38 UTC  (7+ messages)
` [PATCH v9 1/6] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v9 2/6] udmabuf: Add back support for mapping hugetlb pages (v6)
` [PATCH v9 3/6] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios (v9)
` [PATCH v9 4/6] udmabuf: Convert udmabuf driver to use folios (v2)
` [PATCH v9 5/6] udmabuf: Pin the pages using memfd_pin_folios() API (v7)
` [PATCH v9 6/6] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[linux-next:master] [xfs] 7f2f7531e0: BUG:KASAN:slab-use-after-free_in_xfs_defer_finish_recovery
 2023-12-27  7:26 UTC  (2+ messages)

[PATCH] mm: remove unnecessary ia64 code and comment
 2023-12-27  6:30 UTC  (2+ messages)

[linux-next:master 9655/10295] mm/kasan/common.c:511:53: sparse: sparse: incorrect type in argument 3 (different base types)
 2023-12-27  2:15 UTC 

[linux-next:master 10230/10295] powerpc64-linux-ld: warning: orphan section `.bss..Lubsan_data566' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data566'
 2023-12-27  2:05 UTC 

[PATCH] exec: remove useless comment
 2023-12-27  0:31 UTC 

[PATCH v2] vhost-vdpa: account iommu allocations
 2023-12-26 20:19 UTC  (2+ messages)

[PATCH 00/16] IOMMU memory observability
 2023-12-26 18:23 UTC  (4+ messages)
` [PATCH 15/16] vhost-vdpa: account iommu allocations

[PATCH v2 00/10] IOMMU memory observability
 2023-12-26 18:08 UTC  (12+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 04/10] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h

drivers/video/fbdev/hgafb.c:496:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-26 15:09 UTC 

include/net/checksum.h:31:39: sparse: sparse: incorrect type in argument 3 (different base types)
 2023-12-26  9:52 UTC 

[linux-next:master 9918/9925] powerpc64-linux-ld: warning: orphan section `.bss..Lubsan_data794' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data794'
 2023-12-26  2:16 UTC  (3+ messages)

mm/kasan/kasan_test.c:36:6: sparse: sparse: symbol 'kasan_ptr_result' was not declared. Should it be static?
 2023-12-26  2:16 UTC 

[linux-next:master 9800/9925] include/linux/sched.h: linux/cache.h is included more than once
 2023-12-26  1:24 UTC 

[PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache
 2023-12-25 22:00 UTC  (21+ messages)

[PATCH mm] xtensa, kasan: define KASAN_SHADOW_END
 2023-12-25 15:19 UTC 

[PATCH v3 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-25 14:39 UTC  (10+ messages)
` [PATCH v3 6/6] mm/zswap: directly use percpu mutex and buffer in load/store

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-25  8:55 UTC  (8+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2023-12-25  8:26 UTC  (2+ messages)

[PATCH 00/13] mm/gup: Unify hugetlb, part 2
 2023-12-25  6:34 UTC  (5+ messages)
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()


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