linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHv11 00/16] Linear Address Masking enabling
 2022-10-25  0:17 UTC  (10+ messages)
` [PATCHv11 05/16] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv11 06/16] KVM: Serialize tagged address check against tagging enabling
` [PATCHv11 07/16] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv11 08/16] x86/mm: Reduce untagged_addr() overhead until the first LAM user
` [PATCHv11 09/16] mm: Expose untagging mask in /proc/$PID/status
` [PATCHv11 10/16] iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()
` [PATCHv11 11/16] x86/mm, iommu/sva: Make LAM and SVA mutually exclusive
` [PATCHv11 13/16] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking
` [PATCHv11 14/16] selftests/x86/lam: Add io_uring "

[PATCH] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-24 23:22 UTC  (3+ messages)

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-10-24 23:14 UTC  (3+ messages)

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-10-24 23:14 UTC  (3+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 76cf65d1377f733af1e2a55233e3353ffa577f54
 2022-10-24 21:55 UTC  (2+ messages)

[PATCH 1/5] mm: kmsan: export kmsan_copy_page_meta()
 2022-10-24 21:21 UTC  (5+ messages)
` [PATCH 2/5] x86/purgatory: disable KMSAN instrumentation
` [PATCH 3/5] Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by default
` [PATCH 4/5] x86: asm: make sure __put_user_size() evaluates pointer once
` [PATCH 5/5] x86: fortify: kmsan: fix KMSAN fortify builds

[linux-stable-rc:linux-5.15.y 4376/9999] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:967:12: warning: stack frame size (1040) exceeds limit (1024) in 'hclge_dbg_dump_tm_pri'
 2022-10-24 21:14 UTC 

[PATCH v1] zram: add size class equals check into recompression
 2022-10-24 20:59 UTC  (2+ messages)

[PATCH] mm/hugetlb: Unify clearing of RestoreReserve for private pages
 2022-10-24 20:50 UTC  (2+ messages)

[PATCH 00/11] mm/damon: cleanup and refactoring code
 2022-10-24 20:49 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: split out DAMOS-charged region skip logic into a new function
` [PATCH 02/11] mm/damon/core: split damos application "
` [PATCH 03/11] mm/damon/core: split out scheme stat update "
` [PATCH 04/11] mm/damon/core: split out scheme quota adjustment "
` [PATCH 05/11] mm/damon/sysfs: use damon_addr_range for regions' start and end values
` [PATCH 06/11] mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
` [PATCH 07/11] mm/damon/sysfs: move sysfs_lock to common module
` [PATCH 08/11] mm/damon/sysfs: move unsigned long range directory "
` [PATCH 09/11] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
` [PATCH 10/11] mm/damon/modules: deduplicate init steps for DAMON context setup
` [PATCH 11/11] mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers

[PATCH RFC 0/2] mm: Use pte marker for swapin errors
 2022-10-24 20:48 UTC  (3+ messages)
` [PATCH RFC 1/2] mm: Always compile in pte markers
` [PATCH RFC 2/2] mm: Use pte markers for swap errors

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-10-24 20:36 UTC  (20+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment
` [PATCH 04/13] mm: Fix pmd_read_atomic()
` [PATCH 07/13] mm/gup: Fix the lockless PMD access
` [PATCH 09/13] x86/mm/pae: Use WRITE_ONCE()
` [PATCH 10/13] x86/mm/pae: Be consistent with pXXp_get_and_clear()

writeback completion soft lockup BUG in folio_wake_bit()
 2022-10-24 20:35 UTC  (14+ messages)

[syzbot] KASAN: use-after-free Read in hugetlb_fault
 2022-10-24 20:34 UTC  (5+ messages)

[PATCH 0/4] Refactor __kmem_cache_create() and fix memory leak
 2022-10-24 20:23 UTC  (7+ messages)
` [PATCH 1/4] mm/slab_common: Move cache_name to create_cache()
` [PATCH 2/4] mm/slub: rename kmem_cache_release to slab_release in slub.c
` [PATCH 3/4] mm/slab_common: Separate sysfs_slab_add() and debugfs_slab_add() from __kmem_cache_create()
` [PATCH 4/4] mm/slab_common: Fix memory leak of kobj->name in sysfs_slab_add()

[PATCH v2] mm/khugepaged: add tracepoint to collapse_file()
 2022-10-24 20:17 UTC  (2+ messages)

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-24 20:12 UTC  (16+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "

[PATCH] memory tier, sysfs: rename attribute "nodes" to "nodelist"
 2022-10-24 19:55 UTC  (2+ messages)

[PATCH 0/2] mm/uffd: Fix vma check
 2022-10-24 19:42 UTC  (4+ messages)
` [PATCH 1/2] mm/uffd: Fix vma check on userfault for wp
` [PATCH 2/2] Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-24 19:28 UTC  (16+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-24 19:15 UTC  (8+ messages)
` [PATCH v11 1/9] mm: allow multiple error returns in try_grab_page()
` [PATCH v11 2/9] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages

[RFC PATCH v3 00/14] mm/block: add bdi sysfs knobs
 2022-10-24 19:06 UTC  (15+ messages)
` [RFC PATCH v3 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v3 02/14] mm: add knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v3 03/14] mm: document /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v3 04/14] mm: use part per 1000 for bdi ratios
` [RFC PATCH v3 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v3 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v3 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v3 08/14] mm: add knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v3 09/14] mm: document /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v3 10/14] mm: add bdi_get_min_bytes() function
` [RFC PATCH v3 11/14] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v3 12/14] mm: add bdi_set_min_bytes() function
` [RFC PATCH v3 13/14] mm: add /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v3 14/14] mm: document "

[PATCH for rc] mm/shmem: Ensure proper fallback if page faults
 2022-10-24 18:19 UTC  (4+ messages)

[PATCH] mempool: Use kmalloc_size_roundup() to match ksize() usage
 2022-10-24 18:03 UTC  (4+ messages)

[PATCH 0/2] Docs/admin-buide/mm/damon/usage: minor fixes
 2022-10-24 17:46 UTC  (3+ messages)
` [PATCH 1/2] Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directories
` [PATCH 2/2] Docs/admin-guide/mm/damon/usage: Fix wrong usage example of init_regions file

[PATCH] mm/khugepaged: add tracepoint to collapse_file()
 2022-10-24 17:38 UTC  (4+ messages)

fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-10-24 17:23 UTC  (2+ messages)

[PATCH v3 1/2] mm: migrate: Fix return value if all subpages of THPs are migrated successfully
 2022-10-24 17:21 UTC  (3+ messages)
` [PATCH v3 2/2] mm: migrate: Try again if THP split is failed due to page refcnt

[linux-next:master 2112/3285] drivers/net/phy/phylink.c:588 phylink_validate_mask_caps() warn: variable dereferenced before check 'state' (see line 583)
 2022-10-24 17:13 UTC  (2+ messages)

[PATCH 0/8] Cleanup and optimization patches for percpu
 2022-10-24 17:09 UTC  (20+ messages)
` [PATCH 1/8] mm/percpu: remove unused pcpu_map_extend_chunks
` [PATCH 2/8] mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()
` [PATCH 3/8] mm/percpu: Update the code comment when creating new chunk
` [PATCH 4/8] mm/percpu: add comment to state the empty populated pages accounting
` [PATCH 5/8] mm/percpu: replace the goto with break
` [PATCH 6/8] mm/percpu.c: remove the lcm code since block size is fixed at page size
` [PATCH 7/8] mm/percpu: remove unused PERCPU_DYNAMIC_EARLY_SLOTS
` [PATCH 8/8] mm/slub, percpu: correct the calculation of early percpu allocation size

[PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory
 2022-10-24 16:57 UTC  (3+ messages)
` [PATCH v1 1/7] selftests/vm: anon_cow: "

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-24 16:49 UTC  (13+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_free_folio
 2022-10-24 16:49 UTC  (2+ messages)

[PATCH] memblock: remove repeat round
 2022-10-24 16:15 UTC  (2+ messages)

[PATCH 0/6] zsmalloc/zram: configurable zspage size
 2022-10-24 16:12 UTC  (7+ messages)
` [PATCH 1/6] zsmalloc: turn zspage order into runtime variable
` [PATCH 2/6] zsmalloc/zram: pass zspage order to zs_create_pool()
` [PATCH 3/6] zram: add pool_page_order device attribute
` [PATCH 4/6] Documentation: document zram pool_page_order attribute
` [PATCH 5/6] zsmalloc: break out of loop when found perfect zspage order
` [PATCH 6/6] zsmalloc: make sure we select best zspage size

[PATCH] fs/binfmt_elf: Fix memory leak in load_elf_binary()
 2022-10-24 15:44 UTC 

[PATCH v4 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-10-24 15:37 UTC  (4+ messages)
` [PATCH v4 2/3] memblock test: Add test to "

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-24 15:26 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] mm: fix pcp count beyond pcp high in pcplist allocation
 2022-10-24 14:55 UTC  (2+ messages)

mm/huge_memory: do not clobber swp_entry_t during THP split
 2022-10-24 14:23 UTC  (2+ messages)

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-10-24 14:00 UTC  (3+ messages)
` [PATCH v7 1/3] mm/slub: only zero requested size of buffer for kzalloc when debug enabled

[PATCH v2 0/9] mm/ksm: break_ksm() cleanups and fixes
 2022-10-24 13:32 UTC  (3+ messages)

[PATCH] mm/slab: Annotate kmem_cache_node->list_lock as raw
 2022-10-24 13:20 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 5/7] mm: vmalloc: Use trace_purge_vmap_area_lazy event
 2022-10-24 12:48 UTC  (3+ messages)

[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-10-24 11:54 UTC  (4+ messages)
` [PATCH v8 3/5] mm/vmstat: Do not queue vmstat_update if tick is stopped

[PATCH] mm/slub: remove dead code for debug caches on deactivate_slab()
 2022-10-24 11:10 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 1ba9b7ebae841ac3c9df3a14d8ebaca27695acc8
 2022-10-24 10:39 UTC 

[PATCH STABLE 5.10] mm/memory: add non-anonymous page check in the copy_present_page()
 2022-10-24  9:49 UTC 

[PATCH] mm/vmscan: reduce double-check if kswapd is not able to sleep
 2022-10-24  8:32 UTC  (3+ messages)

[PATCH v2 1/2] mm: migrate: Fix return value if all subpages of THPs are migrated successfully
 2022-10-24  8:06 UTC  (10+ messages)

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-24  8:04 UTC  (6+ messages)
` [PATCH V13 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V13 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V13 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 0/2] Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP & fixup race condition on PG_dcache_clean
 2022-10-24  8:02 UTC  (4+ messages)
` [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 3/3] mm: memory-failure: make action_result() return int
 2022-10-24  7:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-10-24  6:20 UTC  (5+ messages)
` [PATCH v7 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v7 2/4] mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
` [PATCH v7 3/4] mm/hwpoison: pass pfn to num_poisoned_pages_*()
` [PATCH v7 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter

[PATCH] mm: Make ksize() a reporting-only function
 2022-10-24  6:13 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in vm_area_dup
 2022-10-24  4:52 UTC  (10+ messages)

page:  |  | latest

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