linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-14 16:51:18 to 2022-11-16 03:19:20 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16  3:14 UTC  (20+ 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 1/2] mm: multi-gen LRU: retry folios written back while isolated
 2022-11-16  3:07 UTC  (3+ messages)
` [PATCH 2/2] mm: multi-gen LRU: remove NULL checks on NODE_DATA()

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (9+ messages)
` [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH 0/4] Removing the try_to_release_page() wrapper
 2022-11-16  2:10 UTC  (5+ messages)
` [PATCH 1/4] ext4: Convert move_extent_per_page() to use folios
` [PATCH 2/4] khugepage: Replace try_to_release_page() with filemap_release_folio()
` [PATCH 3/4] memory-failure: Convert truncate_error_page() to use folio
` [PATCH 4/4] folio-compat: Remove try_to_release_page()

[linux-next:master] [ipc/shm] da74b30c77: BUG:kernel_NULL_pointer_dereference,address
 2022-11-16  1:37 UTC  (2+ messages)

[PATCH -next] migrate: stop using 0 as NULL pointer
 2022-11-16  1:23 UTC 

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-16  1:20 UTC  (29+ messages)
` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-16  0:57 UTC  (24+ messages)
` [PATCH 1/9] mm: export mapping_seek_hole_data()
` [PATCH 2/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 3/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 4/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

[PATCHv4 0/9] zsmalloc/zram: configurable zspage size
 2022-11-16  0:52 UTC  (8+ messages)

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-15 23:42 UTC  (40+ messages)
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK

[PATCH mm-unstable 00/10] convert core hugetlb functions to folios
 2022-11-15 21:22 UTC  (11+ messages)
` [PATCH mm-unstable 01/10] mm: add folio dtor and order setter functions
` [PATCH mm-unstable 02/10] mm/hugetlb: convert destroy_compound_gigantic_page() to folios
` [PATCH mm-unstable 03/10] mm/hugetlb: convert dissolve_free_huge_page() "
` [PATCH mm-unstable 04/10] mm/hugetlb: convert remove_hugetlb_page() "
` [PATCH mm-unstable 05/10] mm/hugetlb: convert update_and_free_page() "
` [PATCH mm-unstable 06/10] mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()
` [PATCH mm-unstable 07/10] mm/hugetlb: convert enqueue_huge_page() to folios
` [PATCH mm-unstable 08/10] mm/hugetlb: convert free_gigantic_page() "
` [PATCH mm-unstable 09/10] mm/hugetlb: convert hugetlb prep functions "
` [PATCH mm-unstable 10/10] mm/hugetlb: change hugetlb allocation functions to return a folio

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-15 22:44 UTC  (17+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[linux-next:master] BUILD REGRESSION 3c1f24109dfc4fb1a3730ed237e50183c6bb26b3
 2022-11-15 20:30 UTC 

[syzbot] kernel BUG in workingset_activation (2)
 2022-11-15 20:07 UTC  (3+ messages)

[linux-next:master 5002/7443] include/linux/compiler_types.h:357:45: error: call to '__compiletime_assert_474' declared with attribute error: BUILD_BUG_ON failed: PERCPU_DYNAMIC_EARLY_SIZE < NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * sizeof(struct kmem_cache_cpu)
 2022-11-15 20:00 UTC  (6+ messages)

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-11-15 19:31 UTC  (8+ messages)
` [PATCH v1 1/2] mm: Implement memory-deny-write-execute as a prctl

[RFC][PATCH 0/4] cachestat: a new syscall for page cache state of files
 2022-11-15 18:29 UTC  (5+ messages)
` [PATCH 1/4] workingset: fix confusion around eviction vs refault container
` [PATCH 2/4] workingset: refactor LRU refault to expose refault recency check
` [PATCH 3/4] cachestat: implement cachestat syscall
` [PATCH 4/4] selftests: Add selftests for cachestat

[PATCH v3 0/2] mm/migrate: Fix writable pte for read migration entry
 2022-11-15 18:17 UTC  (3+ messages)
` [PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte

[PATCH v2 0/2] mm/migrate: Fix writable pte for read migration entry
 2022-11-15 18:16 UTC  (12+ messages)
` [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte

[PATCH] mm: Make drop_caches keep reclaiming on all nodes
 2022-11-15 16:39 UTC  (2+ messages)

[PATCH] maple_tree: not necessary to filter MAPLE_PARENT_ROOT since it is not a root
 2022-11-15 14:56 UTC  (3+ messages)

[linux-next:master 7252/7973] drivers/net/ethernet/cavium/liquidio/lio_main.c:1797:54-56: WARNING !A || A && B is equivalent to !A || B
 2022-11-15 13:51 UTC 

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-15 11:48 UTC  (4+ messages)
` [PATCH v3 03/13] iommu/dma: Force bouncing of the size is not cacheline-aligned

[linux-next:pending-fixes] BUILD SUCCESS 22dce2b89d6043d5c3f68384285fff5506109317
 2022-11-15 10:11 UTC 

[RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-15  9:40 UTC  (6+ messages)

[PATCH] fs/ntfs3: fix wrong cast in xattr.c
 2022-11-15  8:17 UTC 

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-15  7:39 UTC  (9+ messages)
  ` [External] "

Deprecating and removing SLOB
 2022-11-15  4:28 UTC  (11+ messages)

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-15  3:34 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-15  3:17 UTC 

start removing writepage instances
 2022-11-15  2:34 UTC  (4+ messages)
` [PATCH 8/9] omfs: remove ->writepage

[PATCH v3] mm: anonymous shared memory naming
 2022-11-15  2:06 UTC 

[PATCH] mm/vmalloc: allow mem_dump_obj() to be called in interrupt context
 2022-11-15  2:01 UTC  (3+ messages)

[PATCH v2] mm: anonymous shared memory naming
 2022-11-15  1:36 UTC  (5+ messages)

[PATCHv5 04/13] zram: Introduce recompress sysfs knob
 2022-11-15  0:47 UTC  (4+ messages)
` [PATCH] zram: explicitly limit prio_max for static analyzers

[PATCH] mm/migrate_device: Return number of migrating pages in args->cpages
 2022-11-14 23:58 UTC  (2+ messages)

[PATCH v10 0/3] fix hugetlb MADV_DONTNEED vma_lock handling
 2022-11-14 23:55 UTC  (4+ messages)
` [PATCH v10 1/3] madvise: use zap_page_range_single for madvise dontneed
` [PATCH v10 2/3] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
` [PATCH v10 3/3] hugetlb: remove duplicate mmu notifications

[linux-next:master] BUILD REGRESSION 5c92ddca1053df02387e8006d06094e18cc8538a
 2022-11-14 21:52 UTC 

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-14 21:38 UTC  (4+ messages)
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
  ` [f2fs-dev] "

include: linux: slab: kmalloc_trace undefined when compiling drivers
 2022-11-14 21:28 UTC  (11+ messages)

[PATCH v2] ipc/shm: call underlying open/close vm_ops
 2022-11-14 21:00 UTC 

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-14 20:09 UTC  (3+ messages)

[PATCH] mm: correctly charge compressed memory to its memcg
 2022-11-14 19:48 UTC 

[PATCH v9 0/3] fix hugetlb MADV_DONTNEED vma_lock handling
 2022-11-14 19:30 UTC  (4+ messages)
` [PATCH v9 2/3] hugetlb: remove duplicate mmu notifications

Access to "vma_kernel_pagesize" from user-space
 2022-11-14 19:07 UTC 

[PATCH v1 1/4] list: Introduce list_count() to count existing nodes
 2022-11-14 18:39 UTC  (5+ messages)

[PATCH mm-unstable 0/2] mm/damon/sysfs-schemes: avoid updating
 2022-11-14 18:29 UTC  (3+ messages)
` [PATCH mm-unstable 1/2] mm/damon/sysfs-schemes: skip tried regions update if the scheme directory has removed
` [PATCH mm-unstable 2/2] mm/damon/sysfs-schemes: skip schemes regions clearing "

[PATCH] mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed
 2022-11-14 17:55 UTC 

[PATCH] filemap: skip range writeback if end offset precedes start
 2022-11-14 17:35 UTC  (5+ messages)

[PATCH] mm/memory: Return vm_fault_t result from migrate_to_ram() callback
 2022-11-14 17:26 UTC  (3+ messages)

[PATCH] mm/kmemleak.c: fix a comment
 2022-11-14 17:14 UTC 

[PATCH v2 0/7] Add basic trace events for vmap/vmalloc (v2)
 2022-11-14 16:55 UTC  (4+ messages)
` [PATCH v2 1/7] mm: vmalloc: Add alloc_vmap_area trace event

DAMON Beer/Coffee/Tea chat series
 2022-11-14 16:51 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).