linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-27 01:36:00 to 2022-08-29 18:30:55 UTC [more...]

[PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size hugetlb page
 2022-08-29 18:30 UTC  (13+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in set_page_dirty
 2022-08-29 18:03 UTC  (4+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-08-29 16:19 UTC  (8+ messages)
` [PATCHv7 02/14] mm: Add "

[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-29 17:19 UTC  (12+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")

[PATCH] mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()
 2022-08-29 17:02 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-29 15:21 UTC  (9+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-29 16:08 UTC  (22+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH RFC] mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context
 2022-08-29 15:48 UTC 

[PATCH v4 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-29 15:47 UTC  (4+ messages)

[PATCH] mm: simplify size2index conversion of __kmalloc_index
 2022-08-29 15:37 UTC  (6+ messages)
      ` 回复: "

[PATCH] mm/migrate_device.c: Fix a misleading and out-dated comment
 2022-08-29 15:30 UTC  (8+ messages)

[PATCH] fs/proc/kcore.c: Pass a pointer to virt_addr_valid()
 2022-08-29 15:18 UTC  (2+ messages)

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-29 14:57 UTC  (6+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 11/44] kmsan: add KMSAN runtime core

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-29 14:49 UTC  (4+ messages)

[linux-next:master 1350/3682] drivers/thermal/thermal_of.c:1297:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before break around line 1300. (fwd)
 2022-08-29 14:43 UTC 

[PATCH 0/7] add common struct mm_slot and use it in THP and KSM
 2022-08-29 14:30 UTC  (8+ messages)
` [PATCH 1/7] mm: introduce common struct mm_slot
` [PATCH 2/7] mm: thp: convert to use "
` [PATCH 3/7] ksm: remove redundant declarations in ksm.h
` [PATCH 4/7] ksm: add the ksm prefix to the names of the ksm private structures
` [PATCH 5/7] ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
` [PATCH 6/7] ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
` [PATCH 7/7] ksm: convert to use common struct mm_slot

[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
 2022-08-29 14:31 UTC  (5+ messages)

[RFC PATCH 0/7] Try to free empty and zero user PTE page table pages
 2022-08-29 14:00 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS a3808083c780a90a460eefa45b60889a405bdbb2
 2022-08-29 12:53 UTC 

[PATCH -next v4 0/6] Delay the initializaton of zswap
 2022-08-29 13:23 UTC  (6+ messages)
` [PATCH -next v4 1/6] Revert "frontswap: remove support for multiple ops"
` [PATCH -next v4 2/6] Revert "mm: mark swap_lock and swap_active_head static"
` [PATCH -next v4 3/6] Revert "frontswap: simplify frontswap_register_ops"
` [PATCH -next v4 4/6] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v4 5/6] mm/zswap: delay the initializaton of zswap until the first enablement

[PATCH] mm: skip reserved page for kmem leak scanning
 2022-08-29 12:18 UTC  (3+ messages)

[PATCH V5] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-29 10:44 UTC  (5+ messages)

[RFC 0/3] THP Shrinker
 2022-08-29 10:02 UTC  (5+ messages)
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages

[PATCH] mm/thp: simplify has_transparent_hugepage by using IS_BUILTIN
 2022-08-29  9:57 UTC  (2+ messages)

One of reviewers and maintainers for checkpatch is inactive
 2022-08-29  8:53 UTC  (3+ messages)

[PATCH 2/2] tools/testing/memblock: define pr_warn_ratelimited
 2022-08-29  8:45 UTC  (4+ messages)

[PATCH 1/2] tools/libs/slab.c: fix compiling mistakes of uatomic_inc/uatomic_dec
 2022-08-29  8:23 UTC  (3+ messages)

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-29  8:19 UTC  (33+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
` [PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
` [PATCH v2 05/11] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 06/11] ia64: "
` [PATCH v2 07/11] openrisc: "

[PATCH v4] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-29  8:18 UTC  (2+ messages)

[PATCH RESEND rdma-rc] IB/core: Fix a nested dead lock as part of ODP flow
 2022-08-29  8:15 UTC  (2+ messages)

[PATCH 4.9-stable -- 5.19-stable] mm/hugetlb: fix hugetlb not supporting softdirty tracking
 2022-08-29  8:13 UTC  (2+ messages)

[PATCH v2] mm: deduplicate cacheline padding code
 2022-08-29  8:00 UTC  (3+ messages)

[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
 2022-08-29  7:56 UTC  (5+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc
` [PATCH v4 2/4] mm/slub: only zero the requested size of buffer for kzalloc
` [PATCH v4 3/4] mm: kasan: Add free_meta size info in struct kasan_cache
` [PATCH v4 4/4] mm/slub: extend redzone check to cover extra allocated kmalloc space than requested

[linux-next:master 331/3266] drivers/gpu/drm/vc4/vc4_hdmi.c:1459:2-8: preceding lock on line 1456 (fwd)
 2022-08-29  7:42 UTC  (2+ messages)

[PATCH -next v3 0/5] Delay the initializaton of zswap
 2022-08-29  6:11 UTC  (14+ messages)
` [PATCH -next v3 1/5] frontswap: skip frontswap_ops init if zswap init failed
` [PATCH -next v3 2/5] frontswap: invoke ops->init for online swap device in frontswap_register_ops
` [PATCH -next v3 3/5] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v3 4/5] mm/zswap: delay the initializaton of zswap until the first enablement
` [PATCH -next v3 5/5] mm/zswap: skip confusing print info

[PATCH v2] mm/demotion: Expose memory tier details via sysfs
 2022-08-29  6:07 UTC 

[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
 2022-08-29  5:42 UTC  (5+ messages)
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails

[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
 2022-08-29  2:54 UTC  (4+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-08-29  2:44 UTC  (15+ messages)
` [PATCH 1/8] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [PATCH 2/8] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH 3/8] hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
` [PATCH 4/8] hugetlb: handle truncate racing with page faults
` [PATCH 5/8] hugetlb: rename vma_shareable() and refactor code
` [PATCH 6/8] hugetlb: add vma based lock for pmd sharing
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio

[PATCH v2] mm: fix null-ptr-deref in kswapd_is_running()
 2022-08-29  1:38 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.0-rc3
 2022-08-28 22:18 UTC  (2+ messages)

[PATCH RESEND v2 1/2] mm: drop oom code from exit_mmap
 2022-08-28 19:50 UTC  (10+ messages)
` [PATCH RESEND v2 2/2] mm: delete unused MMF_OOM_VICTIM flag

[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-28 18:42 UTC  (3+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process

[PATCH v2] mm: re-allow pinning of zero pfns (again)
 2022-08-28 17:16 UTC  (5+ messages)

[linux-next:master 2760/3682] include/trace/events/kmem.h:54:1: sparse: sparse: restricted gfp_t degrades to integer
 2022-08-28 16:30 UTC 

[RFC PATCH 1/2] mm/demotion: Expose memory type details via sysfs
 2022-08-28 16:20 UTC  (7+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-28  4:18 UTC  (9+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH v3 0/8] memblock tests: update and extend memblock simulator
 2022-08-28  2:45 UTC  (3+ messages)
` [PATCH v3 3/8] memblock tests: add labels to verbose output for generic alloc tests

[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
 2022-08-28  1:57 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: remove unneed defer_reserve_crashkernel() and crash_mem_map

[PATCH] mm/gup.c: Fix uninitialized return value on __gup_longterm_locked()
 2022-08-28  0:36 UTC  (2+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 298/313] arch/sparc/kernel/setup_32.c:86:9: error: too few arguments to function 'show_free_areas'
 2022-08-27 23:59 UTC 

[bug report] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-27 22:36 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon: Simplify the damon regions access check
 2022-08-27 21:25 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon: simplify the parameter passing for 'check_accesses'
` [PATCH v2 2/2] mm/damon/vaddr: remove comparison between mm and last_mm when checking region accesses

[PATCH] mm: kill is_memblock_offlined()
 2022-08-27 11:20 UTC 

[PATCH -next 0/3] Delay the initializaton of zswap
 2022-08-27 10:21 UTC  (6+ messages)
` [PATCH -next 2/3] mm/zswap: delay the initializaton of zswap until the first enablement

[linux-next:master 3600/3682] arch/powerpc/xmon/xmon.c:1089:21: error: too few arguments to function call, expected 3, have 2
 2022-08-27  9:03 UTC 

[RFC PATCH] mm: introduce __GFP_TRACKLEAK to track in-kernel allocation
 2022-08-27  7:53 UTC  (3+ messages)

[PATCH 00/10] A few cleanup patches for hugetlb
 2022-08-27  6:38 UTC  (27+ messages)
` [PATCH 01/10] hugetlb: make hugetlb_cma_check() static
` [PATCH 02/10] hugetlb: Use helper macro SZ_1K
` [PATCH 03/10] hugetlb: Use LIST_HEAD() to define a list head
` [PATCH 04/10] hugetlb: Use sizeof() to get the array size
` [PATCH 05/10] hugetlb: Use helper {huge_pte|pmd}_lock()
` [PATCH 06/10] hugetlb: pass NULL to kobj_to_hstate() if nid is unused
` [PATCH 07/10] hugetlb: kill hugetlbfs_pagecache_page()
` [PATCH 08/10] hugetlb: remove unneeded SetHPageVmemmapOptimized()
` [PATCH 09/10] hugetlb: remove meaningless BUG_ON(huge_pte_none())
` [PATCH 10/10] hugetlb: make hugetlb selects SYSFS if !SYSCTL

[PATCH v3 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
 2022-08-27  5:52 UTC 

[linux-next:master 2212/3682] drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:481:6: warning: variable 'err' is used uninitialized whenever 'if' condition is false
 2022-08-27  5:50 UTC 

[PATCH mm-unstable] mm/demotion: Assign correct memory type for multiple dax devices with the same node affinity
 2022-08-27  3:00 UTC  (2+ messages)


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