linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-22 23:23:22 to 2022-10-24 20:07:12 UTC [more...]

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-24 20:06 UTC  (14+ 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 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 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-10-24 19:58 UTC  (17+ 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 19:43 UTC  (10+ 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  (17+ 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)

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

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

[linux-next:master] BUILD SUCCESS WITH WARNING 76cf65d1377f733af1e2a55233e3353ffa577f54
 2022-10-24 16:58 UTC 

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

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

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 v1] zram: add size class equals check into recompression
 2022-10-24 12:09 UTC 

[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  (4+ messages)

[PATCH 0/4] Refactor __kmem_cache_create() and fix memory leak
 2022-10-24  8:16 UTC  (6+ 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 1/2] mm: migrate: Fix return value if all subpages of THPs are migrated successfully
 2022-10-24  8:06 UTC  (12+ messages)
` [PATCH v2 2/2] mm: migrate: Try again if THP split is failed due to page refcnt

[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  (5+ messages)
` [PATCH 1/2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
` [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH 1/3] mm: memory-failure: make put_ref_page() more useful
 2022-10-24  7:35 UTC  (9+ messages)
` [PATCH 2/3] mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()
` [PATCH 3/3] mm: memory-failure: make action_result() return int
  ` [PATCH v2] "

[syzbot] KASAN: use-after-free Read in hugetlb_fault
 2022-10-24  6:40 UTC  (4+ messages)

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

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-10-24  5:28 UTC 

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

[PATCH] mm/userfaultfd: Replace kmap/kmap_atomic() with kmap_local_page()
 2022-10-24  4:34 UTC 

[PATCH v3 0/5] ksm: support tracking KSM-placed zero-pages
 2022-10-24  3:07 UTC  (2+ messages)
`  "

[syzbot] inconsistent lock state in _atomic_dec_and_lock
 2022-10-24  2:35 UTC  (2+ messages)

[PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets
 2022-10-24  1:44 UTC  (5+ messages)

[linux-next:master 2495/2652] ld.lld: error: undefined symbol: dax_holder_notify_failure
 2022-10-23 23:51 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-23 21:17 UTC  (6+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH] mm: hugetlb: support get/set_policy for hugetlb_vm_ops
 2022-10-23 20:16 UTC  (4+ messages)

[PATCH 0/5] mm: cleanup with VM_ACCESS_FLAGS
 2022-10-23 20:09 UTC  (4+ messages)
` [PATCH 2/5] x86/sgx: use VM_ACCESS_FLAGS

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-10-23 19:52 UTC  (5+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)
    ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd) #forregzbot

[linux-next:master 639/2652] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:116:6-9: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) (fwd)
 2022-10-23 17:30 UTC 

[PATCH] swap: add a limit for readahead page-cluster value
 2022-10-23 16:25 UTC 

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-23 15:52 UTC  (13+ messages)
` [PATCH v2] mm, hwpoison: Try to recover from copy-on write faults
  ` [PATCH v3 0/2] Copy-on-write poison recovery

[syzbot] KASAN: use-after-free Read in l2cap_conn_del
 2022-10-23 15:43 UTC  (2+ messages)

[PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
 2022-10-23 14:01 UTC  (2+ messages)

[crypto] aa031b8f70: leaking-addresses.proc..rodata.cst32.PSHUFFLE_BYTE_FLIP_MASK
 2022-10-23 12:57 UTC  (2+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 146/162] include/linux/memremap.h:258:16: sparse: sparse: Using plain integer as NULL pointer
 2022-10-23 11:55 UTC 

[PATCH V3 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
 2022-10-23  4:30 UTC  (3+ messages)
` [PATCH V3 1/1] "

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-10-23  2:50 UTC 

[syzbot] general protection fault in _parse_integer_fixup_radix
 2022-10-23  2:18 UTC  (2+ messages)

[linux-next:master 2140/2652] drivers/pinctrl/pinctrl-lantiq.c:62:9: error: implicit declaration of function 'seq_printf'; did you mean 'bstr_printf'?
 2022-10-23  1:48 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 46/162] ld.lld: error: undefined symbol: dax_holder_notify_failure
 2022-10-22 23:57 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 146/162] include/linux/memremap.h:258:9: error: expression which evaluates to zero treated as a null pointer constant of type 'struct folio *'
 2022-10-22 23:33 UTC  (2+ messages)

[PATCH] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-10-22 23:19 UTC  (3+ 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).