linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 17:36:21 to 2022-11-03 23:10:31 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 23:04 UTC  (15+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-11-03 23:02 UTC  (4+ messages)

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-11-03 22:28 UTC  (4+ messages)
` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()

improve pagecache PSI annotations v2
 2022-11-03 22:20 UTC  (6+ messages)
` [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads
  ` [REGESSION] systemd-oomd overreacting due to PSI changes for Btrfs (was: Re: [PATCH 3/5] btrfs: add manual PSI accounting for compressed reads)
    ` [REGESSION] systemd-oomd overreacting due to PSI changes for Btrfs #forregzbot

[syzbot] possible deadlock in filemap_fault
 2022-11-03 22:14 UTC 

[PATCH v6 00/21] TDX host kernel support
 2022-11-03 22:07 UTC  (7+ messages)
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[PATCH 0/5] Implement writeback for zsmalloc
 2022-11-03 21:43 UTC  (13+ messages)
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-03 21:41 UTC  (16+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm

[v2 PATCH 1/2] mm: khugepaged: allow page allocation fallback to eligible nodes
 2022-11-03 21:36 UTC  (2+ messages)
` [v2 PATCH 2/2] mm: don't warn if the node is offlined

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-03 21:18 UTC  (5+ messages)
` [PATCH 1/3] mm,hugetlb: use folio fields in second tail page
` [PATCH 2/3] mm,thp,rmap: simplify compound page mapcount handling
` [PATCH 3/3] mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts

[stable:linux-4.9.y 1768/2665] include/linux/nodemask.h:370:13: error: comparison of unsigned expression >= 0 is always true
 2022-11-03 21:14 UTC 

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-11-03 21:06 UTC  (7+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage

[PATCH v4 00/23] Convert to filemap_get_folios_tag()
 2022-11-03 20:47 UTC  (4+ messages)

[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-03 18:38 UTC  (21+ messages)
` [PATCH RFC 01/10] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
` [PATCH RFC 04/10] mm/hugetlb: Make userfaultfd_huge_must_wait() RCU-safe
` [PATCH RFC 07/10] mm/hugetlb: Make hugetlb_follow_page_mask() RCU-safe
` [PATCH RFC 09/10] mm/hugetlb: Make hugetlb_fault() RCU-safe
` [PATCH RFC 10/10] mm/hugetlb: Comment at rest huge_pte_offset() places

[linux-next:master] BUILD SUCCESS WITH WARNING 81214a573d19ae2fa5b528286ba23cd1cb17feec
 2022-11-03 18:20 UTC 

[PATCH v2 0/2] mm: Allow kmalloc() allocations below ARCH_KMALLOC_MINALIGN
 2022-11-03 18:03 UTC  (6+ messages)
` [PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-03 17:56 UTC  (9+ messages)
` [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions

[PATCH v2 00/39] Shadowstacks for userspace
 2022-11-03 17:39 UTC  (12+ messages)
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH 01/13] mm: Update ptep_get_lockless()s comment
 2022-11-03 17:36 UTC  (23+ messages)
                      ` mm: delay rmap removal until after TLB flush

[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
 2022-11-03 17:35 UTC  (24+ messages)

[PATCH] mm: don't warn if the node is offlined
 2022-11-03 17:13 UTC  (18+ messages)

[PATCHv4 0/9] zram: Support multiple compression streams
 2022-11-03 17:11 UTC  (23+ messages)
` [PATCHv4 1/9] zram: Preparation for multi-zcomp support
` [PATCHv4 2/9] zram: Add recompression algorithm sysfs knob
` [PATCHv4 3/9] zram: Factor out WB and non-WB zram read functions
` [PATCHv4 4/9] zram: Introduce recompress sysfs knob

[PATCH] mm/slab_common: repair kernel-doc for __ksize()
 2022-11-03 17:11 UTC  (2+ messages)

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2022-11-03 16:53 UTC  (5+ messages)

[PATCH 5/5] zsmalloc: Implement writeback mechanism for zsmalloc
 2022-11-03 16:45 UTC  (6+ messages)
` [PATCH v2 "

[RFC] Kernel Support of Memory Error Detection
 2022-11-03 16:40 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:27 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[REGRESSION] Bug 216646 - having TRANSPARENT_HUGEPAGE enabled hangs some applications
 2022-11-03 16:21 UTC  (2+ messages)

[PATCH 0/2] Fix slab-out-of-bounds Write in dbgfs_rm_context_write
 2022-11-03 16:14 UTC  (2+ messages)

[PATCH] mm: hugetlb_vmemmap: include missing linux/moduleparam.h
 2022-11-03 16:02 UTC  (3+ messages)

[PATCH v5 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-03 15:03 UTC  (5+ messages)
` [PATCH v5 1/3] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v5 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v5 3/3] selftests: vm: add pagemap ioctl tests

[PATCH v2] x86/traps: avoid KMSAN bugs originating from handle_bug()
 2022-11-03 14:32 UTC  (2+ messages)

[linux-next:master 5006/5092] lib/objpool.c:378:3: error: call to undeclared function 'prefetch'; ISO C99 and later do not support implicit function declarations
 2022-11-03 14:20 UTC 

[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
 2022-11-03 14:16 UTC  (10+ messages)
` [PATCH 1/6] slab: Clean up SLOB vs kmalloc() definition
` [PATCH 2/6] slab: Remove special-casing of const 0 size allocations
` [PATCH 3/6] slab: Provide functional __alloc_size() hints to kmalloc_trace*()
` [PATCH 4/6] string: Add __realloc_size hint to kmemdup()

[PATCH v4 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-03 14:00 UTC  (5+ messages)
` [PATCH v4 1/3] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v4 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v4 3/3] selftests: vm: add pagemap ioctl tests

[PATCH 1/5] kmsan: core: kmsan_in_runtime() should return true in NMI context
 2022-11-03 13:37 UTC  (7+ messages)
` [PATCH 5/5] x86/traps: avoid KMSAN bugs originating from handle_bug()

[PATCH v2 0/3] Refactor __kmem_cache_create() and fix memory leak
 2022-11-03 13:23 UTC  (4+ messages)

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

[PATCH] mm: fix pcp count beyond pcp high in pcplist allocation
 2022-11-03 12:46 UTC  (7+ messages)

[PATCH v1 0/6] mm/autonuma: replace savedwrite infrastructure
 2022-11-03 10:51 UTC  (10+ messages)
` [PATCH v1 1/6] mm/mprotect: allow clean exclusive anon pages to be writable
` [PATCH v1 2/6] mm/mprotect: minor can_change_pte_writable() cleanups
` [PATCH v1 3/6] mm/huge_memory: try avoiding write faults when changing PMD protection
` [PATCH v1 4/6] mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
` [PATCH v1 5/6] mm: remove unused savedwrite infrastructure
` [PATCH v1 6/6] selftests/vm: anon_cow: add mprotect() optimization tests

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 60a091309878af4e8298dcd229c167ffd1f5fccf
 2022-11-03 10:45 UTC 

[PATCH] mm/memremap.c: map FS_DAX device memory as decrypted
 2022-11-03  7:55 UTC  (4+ messages)

[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
 2022-11-03  7:52 UTC  (3+ messages)

[linus:master] [selftests/memory] 13023c33c9: kernel-selftests.memory-hotplug.mem-on-off-test.sh.fail
 2022-11-03  7:00 UTC  (2+ messages)

[PATCH v3 0/5] memblock tests: add tests for memblock_alloc_exact_nid_raw
 2022-11-03  4:02 UTC  (4+ messages)
` [PATCH v3 1/5] memblock tests: introduce range "

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-03  2:49 UTC  (3+ messages)
` [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH -next] selftests/vm: add local_config.h and local_config.mk to .gitignore
 2022-11-03  0:57 UTC 

drivers/staging/rtl8712/rtl871x_cmd.c:670:27: sparse: sparse: incorrect type in assignment (different base types)
 2022-11-03  0:09 UTC 

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-11-02 22:33 UTC  (3+ messages)

[linux-next:master 2619/4832] net/netfilter/nft_payload.c:112:25: sparse: sparse: incorrect type in assignment (different base types)
 2022-11-02 21:47 UTC 

[mm-unstable PATCH v7 0/8] mm, hwpoison: enable 1GB hugepage support (v7)
 2022-11-02 20:51 UTC  (3+ messages)
` [mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry

[PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations
 2022-11-02 20:50 UTC  (11+ messages)

[linux-next:master 3930/4832] drivers/net/phy/motorcomm.c:1122:8-35: duplicated argument to & or | (fwd)
 2022-11-02 20:27 UTC 

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-11-02 19:24 UTC  (11+ messages)

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-11-02 18:47 UTC  (9+ 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)


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