Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 03:21:25 to 2021-06-16 20:18:38 UTC [more...]

[PATCH v2] mm/oom_kill: show oom eligibility when displaying the current memory state of all tasks
 2021-06-16 20:18 UTC  (5+ messages)

[PATCH] mm: Mark idle page tracking as BROKEN
 2021-06-16 19:23 UTC  (7+ messages)

[PATCH 0/8] membarrier cleanups
 2021-06-16 18:52 UTC  (38+ messages)
` [PATCH 1/8] membarrier: Document why membarrier() works
` [PATCH 2/8] x86/mm: Handle unlazying membarrier core sync in the arch code
` [PATCH 3/8] membarrier: Remove membarrier_arch_switch_mm() prototype in core code
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit
` [PATCH 5/8] membarrier, kthread: Use _ONCE accessors for task->mm
` [PATCH 6/8] powerpc/membarrier: Remove special barrier on mm switch
` [PATCH 7/8] membarrier: Remove arm (32) support for SYNC_CORE
` [PATCH 8/8] membarrier: Rewrite sync_core_before_usermode() and improve documentation

[PATCH v2] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-16 18:40 UTC  (6+ messages)

kmemleak memory scanning
 2021-06-16 18:36 UTC  (7+ messages)

[PATCH 5/6] fs: Remove noop_set_page_dirty()
 2021-06-16 18:12 UTC  (3+ messages)

LPC 2021: Plumbers Performance and Scalability track
 2021-06-16 17:59 UTC 

[PATCH 1/2] mm: support fastpath if NUMA is enabled with numa off
 2021-06-16 17:32 UTC  (4+ messages)
    ` [PATCH 2/2] arm64: numa: support numa_off_fastpath

[PATCH v13 0/3] KASAN core changes for ppc64 radix KASAN
 2021-06-16 17:23 UTC  (8+ messages)
` [PATCH v13 1/3] kasan: allow an architecture to disable inline instrumentation
` [PATCH v13 2/3] kasan: allow architectures to provide an outline readiness check
` [PATCH v13 3/3] kasan: define and use MAX_PTRS_PER_* for early shadow tables

Possible bogus "fuse: trying to steal weird page" warning related to PG_workingset
 2021-06-16 16:48 UTC  (4+ messages)

[PATCH 0/6] Further set_page_dirty cleanups
 2021-06-16 16:35 UTC  (11+ messages)
` [PATCH 1/6] mm/writeback: Move __set_page_dirty() to core mm
` [PATCH 3/6] iomap: Use __set_page_dirty_nobuffers

[PATCH] mm/slub: Add taint after the errors are printed
 2021-06-16 16:34 UTC  (2+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-16 16:17 UTC  (5+ messages)

[PATCH v12] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-16 16:17 UTC  (5+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-16 16:13 UTC  (20+ messages)
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 19/22] x86/sev-snp: SEV-SNP AP creation support

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-16 15:57 UTC  (18+ messages)
` [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 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-16 15:05 UTC  (7+ messages)
` [PATCH v1 07/11] mm/sparse-vmemmap: populate "

[REMINDER] LSF/MM/BPF: 2021: Call for Proposals
 2021-06-16 15:02 UTC 

[PATCH v2 0/6] mrermap fixes
 2021-06-16 14:39 UTC  (8+ messages)
` [PATCH v2 1/6] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v2 2/6] selftest/mremap_test: Avoid crash with static build
` [PATCH v2 3/6] mm/mremap: Convert huge PUD move to separate helper
` [PATCH v2 4/6] mm/mremap: Don't enable optimized PUD move if page table levels is 2
` [PATCH v2 5/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v2 6/6] mm/mremap: hold the rmap lock in write mode when moving "

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-16 14:22 UTC  (4+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[linux-next:master 8930/10489] include/linux/kern_levels.h:5:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'phys_addr_t' {aka 'long long unsigned int'}
 2021-06-16 14:20 UTC 

[linux-next:master 8712/10489] arch/riscv/mm/init.c:707:13: warning: no previous prototype for function 'protect_kernel_linear_mapping_text_rodata'
 2021-06-16 14:15 UTC 

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

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

[next] [arm64] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000068
 2021-06-16 12:55 UTC  (3+ messages)

[PATCH v15 00/15] arm64: MMU enabled kexec relocation
 2021-06-16 12:17 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 11b3d1320de45aa0b51866f06f975ba700462f2f
 2021-06-16 12:06 UTC 

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

[PATCH v11 32/33] fs/netfs: Add folio fscache functions
 2021-06-16 11:55 UTC  (32+ messages)
` [PATCH v11 00/33] Memory folios
  ` [PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
  ` [PATCH v11 02/33] mm: Introduce struct folio
  ` [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 10/33] mm: Add folio flag manipulation functions
  ` [PATCH v11 11/33] mm/lru: Add folio LRU functions
  ` [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 18/33] mm/filemap: Add folio_unlock()
  ` [PATCH v11 19/33] mm/filemap: Add folio_lock()
  ` [PATCH v11 21/33] mm/filemap: Add __folio_lock_async()
  ` [PATCH v11 22/33] mm/filemap: Add folio_wait_locked()
  ` [PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
  ` [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 30/33] mm/filemap: Convert page wait queues to be folios
  ` [PATCH v11 33/33] mm: Add folio_mapped()

[PATCH] mm/page_alloc: Split pcp->high across all online CPUs for cpuless nodes
 2021-06-16 11:07 UTC 

[PATCH v11 00/10] Add support for SVM atomics in Nouveau
 2021-06-16 10:59 UTC  (11+ messages)
` [PATCH v11 01/10] mm: Remove special swap entry functions
` [PATCH v11 02/10] mm/swapops: Rework swap entry manipulation code
` [PATCH v11 03/10] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v11 04/10] mm/rmap: Split migration into its own function
` [PATCH v11 05/10] mm: Rename migrate_pgmap_owner
` [PATCH v11 06/10] mm/memory.c: Allow different return codes for copy_nonpresent_pte()
` [PATCH v11 07/10] mm: Device exclusive memory access
` [PATCH v11 08/10] mm: Selftests for exclusive device memory
` [PATCH v11 09/10] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v11 10/10] nouveau/svm: Implement atomic SVM access

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-06-16 10:53 UTC  (2+ messages)

[linux-next:master 9419/10007] drivers/mtd/nand/raw/arasan-nand-controller.c:1453:33: warning: shift count >= width of type
 2021-06-16 10:33 UTC 

[PATCH 00/11] mm: page_vma_mapped_walk() cleanup and THP fixes
 2021-06-16 10:27 UTC  (10+ messages)
` [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()

[PATCH v3 0/3] Split huge PMD mapping of vmemmap pages
 2021-06-16  9:49 UTC  (4+ messages)
` [PATCH v3 1/3] mm: sparsemem: split the "
` [PATCH v3 2/3] mm: sparsemem: use huge PMD mapping for "
` [PATCH v3 3/3] mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON

[PATCH v30 00/13] Introduce Data Access MONitor (DAMON)
 2021-06-16  7:31 UTC  (14+ messages)
` [PATCH v30 01/13] mm: "
` [PATCH v30 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v30 03/13] mm/damon: Adaptively adjust regions
` [PATCH v30 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v30 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v30 06/13] mm/damon: Add a tracepoint
` [PATCH v30 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v30 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v30 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v30 10/13] Documentation: Add documents for DAMON
` [PATCH v30 11/13] mm/damon: Add kunit tests
` [PATCH v30 12/13] mm/damon: Add user space selftests
` [PATCH v30 13/13] MAINTAINERS: Update for DAMON

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-16  6:49 UTC  (5+ messages)
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver

[linux-next:master 5116/5396] mm/memory.c:710:25: sparse: sparse: cast to non-scalar
 2021-06-16  6:41 UTC  (2+ messages)

[PATCH v8 0/3] Speedup mremap on ppc64
 2021-06-16  4:57 UTC  (4+ messages)
` [PATCH v8 1/3] mm/mremap: Allow arch runtime override
` [PATCH v8 2/3] powerpc/book3s64/mm: Update flush_tlb_range to flush page walk cache
` [PATCH v8 3/3] powerpc/mm: Enable HAVE_MOVE_PMD support

[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-16  4:54 UTC  (6+ messages)
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

[PATCH v12 0/6] KASAN core changes for ppc64 radix KASAN
 2021-06-16  4:41 UTC  (7+ 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 mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix
 2021-06-16  4:38 UTC 

[linux-next:master 4285/10007] mm/kasan/sw_tags.c:211:6: warning: no previous prototype for function 'kasan_tag_mismatch'
 2021-06-16  4:35 UTC 

mmotm 2021-06-15-20-24 uploaded
 2021-06-16  3:24 UTC 

[PATCH v2 0/3] Split huge PMD mapping of vmemmap pages
 2021-06-16  3:23 UTC  (4+ messages)
` [PATCH v2 1/3] mm: sparsemem: split the "
    ` [External] "

[PATCH v11 33/33] mm: Add folio_mapped()
 2021-06-14 20:14 UTC 

[PATCH v11 30/33] mm/filemap: Convert page wait queues to be folios
 2021-06-14 20:14 UTC 

[PATCH v11 28/33] mm/filemap: Add folio_wait_bit()
 2021-06-14 20:14 UTC 

[PATCH v11 27/33] mm/writeback: Add folio_wait_stable()
 2021-06-14 20:14 UTC 

[PATCH v11 26/33] mm/writeback: Add folio_wait_writeback()
 2021-06-14 20:14 UTC 

[PATCH v11 24/33] mm/swap: Add folio_rotate_reclaimable()
 2021-06-14 20:14 UTC 

[PATCH v11 22/33] mm/filemap: Add folio_wait_locked()
 2021-06-14 20:14 UTC 

[PATCH v11 21/33] mm/filemap: Add __folio_lock_async()
 2021-06-14 20:14 UTC 

[PATCH v11 19/33] mm/filemap: Add folio_lock()
 2021-06-14 20:14 UTC 

[PATCH v11 18/33] mm/filemap: Add folio_unlock()
 2021-06-14 20:14 UTC 

[PATCH v11 16/33] mm/util: Add folio_mapping() and folio_file_mapping()
 2021-06-14 20:14 UTC 

[PATCH v11 15/33] mm/filemap: Add folio_offset() and folio_file_offset()
 2021-06-14 20:14 UTC 

[PATCH v11 14/33] mm/filemap: Add folio_next_index()
 2021-06-14 20:14 UTC 

[PATCH v11 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
 2021-06-14 20:14 UTC 

[PATCH v11 11/33] mm/lru: Add folio LRU functions
 2021-06-14 20:14 UTC 

[PATCH v11 10/33] mm: Add folio flag manipulation functions
 2021-06-14 20:14 UTC 

[PATCH v11 08/33] mm: Add folio_get()
 2021-06-14 20:14 UTC 

[PATCH v11 07/33] mm: Add folio_put()
 2021-06-14 20:14 UTC 

[PATCH v11 06/33] mm: Add folio reference count functions
 2021-06-14 20:14 UTC 

[PATCH v11 05/33] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
 2021-06-14 20:14 UTC 

[PATCH v11 04/33] mm/vmstat: Add functions to account folio statistics
 2021-06-14 20:14 UTC 

[PATCH v11 01/33] mm: Convert get_page_unless_zero() to return bool
 2021-06-14 20:14 UTC 


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