Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 11:02:37 to 2021-06-15 12:57:21 UTC [more...]

[PATCH v1 0/6] mm/hwpoison: fix unpoison_memory()
 2021-06-15 12:57 UTC  (7+ messages)
` [PATCH v1 1/6] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v1 2/6] mm/hwpoison: remove race consideration

[next] [arm64] kernel BUG at arch/arm64/mm/physaddr.c
 2021-06-15 12:47 UTC  (3+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-15 12:47 UTC  (3+ messages)

[PATCH v2] mm/oom_kill: show oom eligibility when displaying the current memory state of all tasks
 2021-06-15 12:42 UTC  (6+ messages)

page refcount race between prep_compound_gigantic_page() and __page_cache_add_speculative()?
 2021-06-15 12:40 UTC  (2+ messages)

[PATCH v2] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-15 12:09 UTC  (6+ messages)

drivers/uio/uio_aec.c:50:49: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-06-15 11:55 UTC 

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[next] [arm64] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000068
 2021-06-15 11:26 UTC  (2+ messages)

[PATCH Part2 RFC v3 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-06-15 11:23 UTC  (3+ messages)
` [PATCH Part2 RFC v3 14/37] crypto:ccp: Provide APIs to issue SEV-SNP commands

Create mm@lists.linux.dev
 2021-06-15 11:19 UTC  (3+ messages)

mmotm 2021-06-14-22-08 uploaded
 2021-06-15 11:03 UTC  (2+ messages)

[PATCH v12 0/6] KASAN core changes for ppc64 radix KASAN
 2021-06-15 10:31 UTC  (10+ messages)
` [PATCH v12 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v12 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v12 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v12 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v12 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v12 6/6] [RFC] powerpc: Book3S 64-bit outline-only KASAN support

kmemleak memory scanning
 2021-06-15 10:15 UTC  (4+ messages)

[linux-next:master 5653/9209] drivers/scsi/mpi3mr/mpi3mr_fw.c:1172:2: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 64
 2021-06-15 10:09 UTC 

[PATCH 00/11] mm: page_vma_mapped_walk() cleanup and THP fixes
 2021-06-15  9:46 UTC  (8+ messages)
` [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()

[PATCH] mm/kmemleak: fix the possible wrong memory scanning period
 2021-06-15  9:35 UTC  (2+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-15  9:18 UTC  (15+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-06-15  8:04 UTC  (4+ messages)
  ` 答复: "

[PATCH] mm: Mark idle page tracking as BROKEN
 2021-06-15  7:41 UTC  (6+ messages)

[PATCH 1/1] dma: coherent: check no-map property for arm64
 2021-06-15  7:19 UTC  (6+ messages)

[PATCH v11 00/33] Memory folios
 2021-06-15  6:31 UTC  (39+ messages)
` [PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v11 02/33] mm: Introduce struct folio
` [PATCH v11 03/33] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v11 04/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v11 05/33] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v11 06/33] mm: Add folio reference count functions
` [PATCH v11 07/33] mm: Add folio_put()
` [PATCH v11 08/33] mm: Add folio_get()
` [PATCH v11 09/33] mm: Add folio_try_get_rcu()
` [PATCH v11 10/33] mm: Add folio flag manipulation functions
` [PATCH v11 11/33] mm/lru: Add folio LRU functions
` [PATCH v11 12/33] mm: Handle per-folio private data
` [PATCH v11 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v11 14/33] mm/filemap: Add folio_next_index()
` [PATCH v11 15/33] mm/filemap: Add folio_offset() and folio_file_offset()
` [PATCH v11 16/33] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v11 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v11 18/33] mm/filemap: Add folio_unlock()
` [PATCH v11 19/33] mm/filemap: Add folio_lock()
` [PATCH v11 20/33] mm/filemap: Add folio_lock_killable()
` [PATCH v11 21/33] mm/filemap: Add __folio_lock_async()
` [PATCH v11 22/33] mm/filemap: Add folio_wait_locked()
` [PATCH v11 23/33] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v11 25/33] mm/filemap: Add folio_end_writeback()
` [PATCH v11 26/33] mm/writeback: Add folio_wait_writeback()
` [PATCH v11 27/33] mm/writeback: Add folio_wait_stable()
` [PATCH v11 28/33] mm/filemap: Add folio_wait_bit()
` [PATCH v11 29/33] mm/filemap: Add folio_wake_bit()
` [PATCH v11 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v11 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v11 32/33] fs/netfs: Add folio fscache functions
` [PATCH v11 33/33] mm: Add folio_mapped()

[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-15  6:26 UTC  (8+ messages)
` [PATCH 2/4] fs: drop_caches: fix skipping over shadow cache inodes
` [PATCH 3/4] fs: inode: count invalidated shadow pages in pginodesteal
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

Arm64 crash while reading memory sysfs
 2021-06-15  6:05 UTC  (13+ messages)

[PATCH v2 0/3] Split huge PMD mapping of vmemmap pages
 2021-06-15  5:37 UTC  (4+ messages)
    ` [External] "

[PATCH v3] mm/hwpoison: do not lock page again when me_huge_page() successfully recovers
 2021-06-15  3:58 UTC  (3+ messages)

[linux-next:master 8472/9209] drivers/iommu/intel/perf.c:16: warning: expecting prototype for perf.c(). Prototype was for DEFINE_SPINLOCK() instead
 2021-06-15  3:18 UTC  (2+ messages)

[PATCH v10 00/10] Add support for SVM atomics in Nouveau
 2021-06-15  3:08 UTC  (3+ messages)
  ` [PATCH v10 07/10] mm: Device exclusive memory access

drivers/gpu/drm/panel/panel-samsung-ld9040.c:239:12: warning: stack frame size of 8344 bytes in function 'ld9040_prepare'
 2021-06-15  2:42 UTC 

[RFC PATCH] mm/page_reporting: Adjust threshold according to MAX_ORDER
 2021-06-15  2:26 UTC  (4+ messages)

[PATCH] mm: relocate 'write_protect_seq' in struct mm_struct
 2021-06-15  1:11 UTC  (3+ messages)

[tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once
 2021-06-15  1:07 UTC  (2+ messages)
` [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-15  0:55 UTC  (10+ messages)
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable

[PATCH resend] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-15  0:38 UTC  (7+ messages)

[PATCH] mm: memcontrol: Remove trailing semicolon in macros
 2021-06-15  0:15 UTC 

[PATCH v4 0/2] mm: add vmalloc_no_huge and use it
 2021-06-14 23:59 UTC  (8+ messages)
` [PATCH v4 1/2] mm/vmalloc: add vmalloc_no_huge
` [PATCH v4 2/2] KVM: s390: prepare for hugepage vmalloc

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-14 23:07 UTC  (7+ messages)
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for "

[PATCH] mm/vmscan.c: fix potential deadlock in reclaim_pages()
 2021-06-14 22:10 UTC  (2+ messages)

[LSF/MM TOPIC] Tiered memory accounting and management
 2021-06-14 21:51 UTC 

WARNING at asm/kfence.h:44 kfence_protect_page
 2021-06-14 21:29 UTC  (5+ messages)

[PATCH] include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
 2021-06-14 21:24 UTC  (2+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-14 21:01 UTC  (27+ messages)
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 14/22] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v3 16/22] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device

[PATCH 1/2] mm: Change pud_page_vaddr to return pmd_t *
 2021-06-14 18:32 UTC  (4+ messages)
` [PATCH 2/2] mm: Change p4d_page_vaddr to return pud_t *

remove the implicit .set_page_dirty default
 2021-06-14 16:17 UTC  (8+ messages)
` [PATCH 1/3] fs: unexport __set_page_dirty

[PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul
 2021-06-14 16:16 UTC  (5+ messages)

[PATCH v7 02/11] mm/mremap: Fix race between MOVE_PUD mremap and pageout
 2021-06-14 16:08 UTC  (4+ messages)
` [mm/mremap] ecf8443e51: vm-scalability.throughput -29.4% regression

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-14 15:26 UTC  (4+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper

[PATCH V3 0/2] mm: compaction: proactive compaction trigger by user
 2021-06-14 14:57 UTC  (4+ messages)
` [PATCH v3 1/2] mm: compaction: support triggering of proactive compaction "

[PATCH 1/1] percpu: initialize best_upa variable
 2021-06-14 14:50 UTC 

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-06-14 14:01 UTC  (10+ messages)
` [RFC v2 33/34] mm, slub: use migrate_disable() on PREEMPT_RT

[RFC PATCH 0/7] Memory hotplug/hotremove at subsection size
 2021-06-14 11:32 UTC  (7+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).