linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 11:50:06 to 2022-10-26 17:31:51 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-26 17:31 UTC  (12+ 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 v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v2 0/2] mm: Allow kmalloc() allocations below ARCH_KMALLOC_MINALIGN
 2022-10-26 17:21 UTC  (13+ messages)
` [PATCH v2 1/2] mm: slab: Introduce __GFP_PACKED for smaller kmalloc() alignments
` [PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations

[linux-next:pending-fixes] BUILD SUCCESS c1dbfef21dfb3632d4843f5fe2ec3c688c56c85c
 2022-10-26 16:59 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 60eac8672b5b6061ec07499c0f1b79f6d94311ce
 2022-10-26 16:59 UTC 

[PATCH STABLE 5.10] mm/memory: add non-anonymous page check in the copy_present_page()
 2022-10-26 16:52 UTC  (2+ messages)

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-10-26 16:45 UTC  (16+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment

[PATCH] mm/khugepaged: Initialize index and nr in collapse_file()
 2022-10-26 16:39 UTC  (4+ messages)

[syzbot] WARNING in __split_huge_page_tail
 2022-10-26 16:17 UTC  (5+ messages)

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-26 16:01 UTC  (13+ messages)

[PATCH] mm/vmscan: respect cpuset policy during page demotion
 2022-10-26 15:59 UTC  (14+ messages)

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

[PATCH 0/2] Configurable order free page reporting in hyper-v
 2022-10-26 15:33 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param

[PATCH] maple_tree: Reorganize testing to restore module testing
 2022-10-26 15:22 UTC 

[PATCH] maple_tree: mas_anode_descend() clang-analyzer clean up
 2022-10-26 15:14 UTC 

[PATCH] maple_tree: Remove pointer to pointer use in mas_alloc_nodes()
 2022-10-26 15:13 UTC 

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-10-26 15:04 UTC  (3+ messages)
` [PATCH v1 1/2] mm: Implement memory-deny-write-execute as a prctl
` [PATCH v1 2/2] kselftest: vm: add tests for memory-deny-write-execute

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

[RFC PATCH] fs/hugetlb: Fix UBSAN warning reported on hugetlb
 2022-10-26 14:50 UTC  (4+ messages)

[PATCH 0/1] Dead stores in maple-tree
 2022-10-26 14:25 UTC  (4+ messages)
` [PATCH 1/1] lib: maple_tree: remove unneeded initialization in mtree_range_walk()

[PATCH] mm: multi-gen LRU: Move lru_gen_add_mm() out of IRQ-off region
 2022-10-26 13:48 UTC 

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-26 13:44 UTC  (5+ messages)
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] selftests: vm: use 1 MB hugepage size for s390
 2022-10-26 12:44 UTC  (3+ messages)

[PATCH] maple_tree: Update copyright dates for test code
 2022-10-26 12:43 UTC  (6+ messages)

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-26 12:29 UTC  (17+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-10-26 12:02 UTC  (4+ messages)

[PATCHv2 0/9] zsmalloc/zram: configurable zspage size
 2022-10-26 11:29 UTC  (10+ messages)
` [PATCHv2 1/9] zram: add size class equals check into recompression
` [PATCHv2 2/9] zsmalloc: turn zspage order into runtime variable
` [PATCHv2 3/9] zsmalloc: move away from page order defines
` [PATCHv2 4/9] zsmalloc: make huge class watermark zs_pool member
` [PATCHv2 5/9] zram: huge size watermark cannot be global
` [PATCHv2 6/9] zsmalloc: pass limit on pages per-zspage to zs_create_pool()
` [PATCHv2 7/9] zram: add pages_per_pool_page device attribute
` [PATCHv2 8/9] Documentation: document zram pages_per_pool_page attribute
` [PATCHv2 9/9] zsmalloc: break out of loop when found perfect zspage order

[PATCH 0/2] riscv: Rewrite percpu operations and support cmpxchg-local feature
 2022-10-26 10:40 UTC  (3+ messages)
` [PATCH 1/2] riscv: percpu:Add riscv percpu operations
` [PATCH 2/2] riscv:kconfig:select HAVE_CMPXCHG_LOCAL

[PATCH v3] mempool: Do not use ksize() for poisoning
 2022-10-26 10:08 UTC  (3+ messages)

[linux-next:master 2767/3509] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:5230:16: warning: no previous prototype for function 'wake_up_aux_channel'
 2022-10-26  9:38 UTC 

[PATCH] x86/uaccess: instrument copy_from_user_nmi()
 2022-10-26  9:30 UTC  (2+ messages)

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

[PATCH -next 1/1] mm: hugetlb_vmemmap: Fix WARN_ON in vmemmap_remap_pte
 2022-10-26  8:53 UTC  (7+ messages)

[linux-next:master 2780/3509] arch/x86/boot/compressed/../../../../lib/zstd/decompress/zstd_decompress_internal.h:206 ZSTD_DCtx_get_bmi2() warn: inconsistent indenting
 2022-10-26  6:33 UTC 

[Bug]KFENCE: use-after-free in __skb_clone
 2022-10-26  6:32 UTC 

[PATCH] memblock: remove repeat round
 2022-10-26  6:18 UTC  (5+ messages)

[PATCH v3] mm/khugepaged: add tracepoint to collapse_file()
 2022-10-26  5:22 UTC 

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

[PATCH v2] mm/khugepaged: add tracepoint to collapse_file()
 2022-10-26  4:53 UTC  (5+ messages)

[PATCH] mm/khugepaged: Refactor mm_khugepaged_scan_file tracepoint to remove filename from function call
 2022-10-26  4:45 UTC 

[BUG] hugetlbfs_no_page vs MADV_DONTNEED race leading to SIGBUS
 2022-10-26  4:13 UTC  (3+ messages)

[PATCH v2] zram: add size class equals check into recompression
 2022-10-26  2:15 UTC  (2+ messages)

[PATCH v2 0/8] Fix several device private page reference counting issues
 2022-10-26  1:47 UTC  (3+ messages)

[linux-next:master 3067/3190] mm/khugepaged.c:1729:7: warning: variable 'index' is used uninitialized whenever 'if' condition is true
 2022-10-26  1:44 UTC  (2+ messages)

[PATCH v5 0/5] THP Shrinker
 2022-10-26  0:26 UTC  (6+ messages)
` [PATCH v5 1/5] mm: add thp_utilization metrics to debugfs
` [PATCH v5 2/5] mm: changes to split_huge_page() to free zero filled tail pages
` [PATCH v5 3/5] mm: do not remap clean subpages when splitting isolated thp
` [PATCH v5 4/5] mm: add selftests to split_huge_page() to verify unmap/zap of zero pages
` [PATCH v5 5/5] mm: THP low utilization shrinker

[PATCH] mmap: Fix remap_file_pages() regression
 2022-10-26  0:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 89bf6e28373beef9577fa71f996a5f73a569617c
 2022-10-25 23:17 UTC  (4+ messages)

[PATCH] mempool: Use kmalloc_size_roundup() to match ksize() usage
 2022-10-25 22:55 UTC  (5+ messages)

[PATCH v2 3/3] mm: slub: test: Use the kunit_get_current_test() function
 2022-10-25 22:34 UTC  (3+ messages)

[PATCH] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-25 22:30 UTC  (5+ messages)

[PATCH] fs/binfmt_elf: Fix memory leak in load_elf_binary()
 2022-10-25 22:24 UTC  (3+ messages)

[PATCH] fs/exec.c: simplify initial stack size expansion
 2022-10-25 22:24 UTC  (2+ messages)

[PATCH] binfmt_elf: simplify error handling in load_elf_phdrs()
 2022-10-25 22:24 UTC  (2+ messages)

[PATCH] binfmt_elf: fix documented return value for load_elf_phdrs()
 2022-10-25 22:24 UTC  (2+ messages)

[PATCH V2] mm/userfaultfd: Replace kmap/kmap_atomic() with kmap_local_page()
 2022-10-25 22:01 UTC 

[PATCH V2] mm/shmem: Ensure proper fallback if page faults
 2022-10-25 22:01 UTC 

[PATCH] mm: vmscan: split khugepaged stats from direct reclaim stats
 2022-10-25 21:53 UTC  (6+ messages)

[crypto] aa031b8f70: leaking-addresses.proc..rodata.cst32.PSHUFFLE_BYTE_FLIP_MASK
 2022-10-25 21:15 UTC  (2+ messages)

clang: mm/khugepaged.c:1729:7: error: variable 'index' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
 2022-10-25 20:16 UTC  (2+ messages)

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

[linux-next:master] BUILD SUCCESS WITH WARNING 76cf65d1377f733af1e2a55233e3353ffa577f54
 2022-10-25 18:52 UTC  (4+ messages)

[PATCH] mm: Make ksize() a reporting-only function
 2022-10-25 18:38 UTC  (3+ messages)

[PATCH] maple_tree: Fix mas_find_rev() comment
 2022-10-25 17:38 UTC 

[PATCH 0/4] mm/damon/reclaim,lru_sort: enable/disable synchronously
 2022-10-25 17:36 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/reclaim: enable and disable synchronously
` [PATCH 2/4] selftests/damon: add tests for DAMON_RECLAIM's enabled parameter
` [PATCH 3/4] mm/damon/lru_sort: enable and disable synchronously
` [PATCH 4/4] selftests/damon: add tests for DAMON_LRU_SORT's enabled parameter

[linux-next:master 1602/3190] ERROR: modpost: "iounmap" [drivers/tty/ipwireless/ipwireless.ko] undefined!
 2022-10-25 17:22 UTC  (2+ messages)

[PATCH RFC 0/2] mm: Use pte marker for swapin errors
 2022-10-25 15:44 UTC  (6+ messages)
` [PATCH RFC 2/2] mm: Use pte markers for swap errors

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-25 15:41 UTC  (8+ messages)
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()

[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] 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  (8+ 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).