linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-24 16:57:40 to 2022-10-25 15:19:03 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-25 15:13 UTC  (4+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH RFC 0/2] mm: Use pte marker for swapin errors
 2022-10-25 15:08 UTC  (5+ 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-25 15:06 UTC  (19+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment
` [PATCH 07/13] mm/gup: Fix the lockless PMD access

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-10-25 14:43 UTC  (6+ 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)

[PATCH v2 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-10-25 14:42 UTC  (5+ messages)
` [PATCH v2 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v2 3/3] mm: slub: test: Use the kunit_get_current_test() function

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-25 14:08 UTC  (14+ messages)

[PATCH] mm: fix pcp count beyond pcp high in pcplist allocation
 2022-10-25 13:19 UTC  (4+ messages)

[PATCH v1] zram: add size class equals check into recompression
 2022-10-25 12:56 UTC  (11+ messages)

[PATCH] mm: Make ksize() a reporting-only function
 2022-10-25 11:53 UTC  (2+ messages)

[linux-next:master 3067/3190] mm/khugepaged.c:1729:7: warning: variable 'index' is used uninitialized whenever 'if' condition is true
 2022-10-25 11:01 UTC 

[PATCH v12 7/7] x86/crash: Add x86 crash hotplug support
 2022-10-25 10:39 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2aab6955266bf065922234605288120c36ae7fbc
 2022-10-25 10:36 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-25 10:25 UTC  (13+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v2 0/8] Fix several device private page reference counting issues
 2022-10-25 10:17 UTC  (2+ messages)

mm/huge_memory: do not clobber swp_entry_t during THP split
 2022-10-25 10:03 UTC  (4+ messages)

[PATCH v3 1/1] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-25  9:13 UTC  (6+ messages)

[PATCH 0/6] zsmalloc/zram: configurable zspage size
 2022-10-25  8:40 UTC  (6+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 76cf65d1377f733af1e2a55233e3353ffa577f54
 2022-10-25  8:21 UTC  (3+ messages)

[PATCH 3/4] mm/slab_common: Separate sysfs_slab_add() and debugfs_slab_add() from __kmem_cache_create()
 2022-10-25  8:01 UTC  (3+ messages)

[PATCH v1 0/7] selftests/vm: test COW handling of anonymous memory
 2022-10-25  7:10 UTC  (7+ messages)
` [PATCH v1 1/7] selftests/vm: anon_cow: "
` [PATCH v1 5/7] selftests/vm: anon_cow: add liburing test cases

[PATCH v2] memblock: don't run loop in memblock_add_range() twice
 2022-10-25  7:09 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_free_folio
 2022-10-25  6:59 UTC  (3+ messages)

[PATCH -next 1/1] mm: hugetlb_vmemmap: Fix WARN_ON in vmemmap_remap_pte
 2022-10-25  6:36 UTC  (2+ messages)

[PATCH v4 0/3] THP Shrinker
 2022-10-25  6:21 UTC  (7+ messages)
` [PATCH v4 1/3] mm: add thp_utilization metrics to debugfs
` [PATCH v4 2/3] mm: changes to split_huge_page() to free zero filled tail pages

[PATCH v7 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-10-25  6:17 UTC  (5+ messages)
` [PATCH v7 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
    ` [PATCH v8 "

[PATCH v2] mm, hwpoison: Try to recover from copy-on write faults
 2022-10-25  5:46 UTC  (4+ messages)
` [PATCH v3 0/2] Copy-on-write poison recovery
  ` [PATCH v3 1/2] mm, hwpoison: Try to recover from copy-on write faults

[PATCH v2] mm/khugepaged: add tracepoint to collapse_file()
 2022-10-25  5:05 UTC  (3+ messages)

[PATCH 0/8] Cleanup and optimization patches for percpu
 2022-10-25  3:47 UTC  (16+ messages)
` [PATCH 2/8] mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()
  ` [PATCH v2 "
` [PATCH 4/8] mm/percpu: add comment to state the empty populated pages accounting
  ` [PATCH v2 "
` [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] memblock: remove repeat round
 2022-10-25  3:24 UTC  (3+ messages)

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

[PATCH 1/3] mm: memory-failure: make put_ref_page() more useful
 2022-10-25  2:55 UTC  (4+ messages)
` [PATCH 2/3] mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-25  1:34 UTC  (23+ 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
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 4/9] block: add check when merging zone device pages
` [PATCH v11 5/9] lib/scatterlist: "
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v11 7/9] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v11 8/9] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v11 9/9] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCHv11 00/16] Linear Address Masking enabling
 2022-10-25  0:17 UTC  (17+ messages)
` [PATCHv11 01/16] x86/mm: Fix CR3_ADDR_MASK
` [PATCHv11 02/16] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv11 03/16] mm: Pass down mm_struct to untagged_addr()
` [PATCHv11 04/16] x86/mm: Handle LAM on context switch
` [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 12/16] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv11 13/16] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv11 14/16] selftests/x86/lam: Add io_uring "
` [PATCHv11 15/16] selftests/x86/lam: Add inherit "
` [PATCHv11 16/16] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA "

[PATCH] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-25  0:18 UTC  (4+ 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)

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

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

[PATCH] memory tier, sysfs: rename attribute "nodes" to "nodelist"
 2022-10-24 19:55 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 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  (11+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

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

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


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