linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-15 18:24:06 to 2021-06-16 11:01:09 UTC [more...]

[PATCH v11 00/10] Add support for SVM atomics in Nouveau
 2021-06-16 10:59 UTC  (8+ 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 Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-16 11:00 UTC  (10+ 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

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

[PATCH v11 32/33] fs/netfs: Add folio fscache functions
 2021-06-16 10:54 UTC  (29+ 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 v2 00/21] Optimize list lru memory consumption
 2021-06-16 10:53 UTC  (2+ messages)

[PATCH 0/8] membarrier cleanups
 2021-06-16 10:34 UTC  (23+ 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

[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 v13 0/3] KASAN core changes for ppc64 radix KASAN
 2021-06-16  9:09 UTC  (7+ 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

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-16  8:53 UTC  (16+ 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] mm: Mark idle page tracking as BROKEN
 2021-06-16  8:43 UTC  (6+ messages)

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

[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 0/6] Further set_page_dirty cleanups
 2021-06-16  6:50 UTC  (7+ messages)
` [PATCH 3/6] iomap: Use __set_page_dirty_nobuffers

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-16  6:49 UTC  (11+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [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 v2 0/6] mrermap fixes
 2021-06-16  4:52 UTC  (7+ 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 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  (7+ messages)
` [PATCH v2 1/3] mm: sparsemem: split the "
    ` [External] "
` [PATCH v2 3/3] mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
    ` [External] "

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

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

[PATCH] mm: relocate 'write_protect_seq' in struct mm_struct
 2021-06-16  1:51 UTC  (5+ messages)

[PATCH v7 00/11] Speedup mremap on ppc64
 2021-06-16  1:44 UTC  (4+ messages)

incoming
 2021-06-16  1:24 UTC  (19+ messages)
` [patch 01/18] mm,hwpoison: fix race with hugetlb page allocation
` [patch 02/18] mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare
` [patch 03/18] mm/slub: clarify verification reporting
` [patch 04/18] mm/slub: fix redzoning for small allocations
` [patch 05/18] mm/slub: actually fix freelist pointer vs redzoning
` [patch 06/18] mm/hugetlb: expand restore_reserve_on_error functionality
` [patch 07/18] mm/memory-failure: make sure wait for page writeback in memory_failure
` [patch 08/18] crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
` [patch 09/18] mm/slub.c: include swab.h
` [patch 10/18] mm, thp: use head page in __migration_entry_wait()
` [patch 11/18] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
` [patch 12/18] mm/thp: make is_huge_zero_pmd() safe and quicker
` [patch 13/18] mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
` [patch 14/18] mm/thp: fix vma_address() if virtual address below file offset
` [patch 15/18] mm/thp: fix page_address_in_vma() on file THP tails
` [patch 16/18] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
` [patch 17/18] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
` [patch 18/18] mm/sparse: fix check_usemap_section_nr warnings

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-16  1:09 UTC  (4+ messages)

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

[next] [arm64] kernel BUG at arch/arm64/mm/physaddr.c
 2021-06-16  0:29 UTC  (8+ messages)

[linux-next:master 3804/10007] drivers/gpu/drm/msm/dp/dp_display.c:1045:21: warning: variable 'drm' set but not used
 2021-06-16  0:32 UTC 

[LSF/MM TOPIC] Tiered memory accounting and management
 2021-06-16  0:17 UTC  (2+ messages)

mmotm 2021-06-14-22-08 uploaded
 2021-06-15 23:43 UTC  (3+ messages)

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

[linux-next:master 9529/10007] mm/hugetlb.c:1591:9: warning: no previous prototype for function 'hugetlb_basepage_index'
 2021-06-15 23:37 UTC  (6+ messages)

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

[PATCH 0/5] Remove warnings from today's mmotm
 2021-06-15 23:16 UTC  (7+ messages)
` [PATCH 1/5] mm writeback,cgroup: Fix documentation
` [PATCH 2/5] Fix hugetlb_basepage_index missing prototype warning
` [PATCH 3/5] mm/thp: Fix strncpy warning
` [PATCH 4/5] mm/sparse-vmemmap: Fix documentation warning
` [PATCH 5/5] mm: Fix alloc_vmemmap_page_list "

[PATCH v2] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-15 23:10 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 19ae1f2bd9c091059f80646604ccef8a1e614f57
 2021-06-15 22:45 UTC  (2+ messages)

[linux-next:master 8181/10007] drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:661:6: warning: no previous prototype for 'dce110_enable_stream'
 2021-06-15 22:04 UTC 

[PATCH v2 1/2] memcg: switch lruvec stats to rstat
 2021-06-15 21:52 UTC  (4+ messages)
` [PATCH v2 2/2] memcg: periodically flush the memcg stats

[linux-next:master 9208/10007] fs/io_uring.c:7082:42: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2021-06-15 21:13 UTC 

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-15 18:40 UTC  (11+ messages)

page refcount race between prep_compound_gigantic_page() and __page_cache_add_speculative()?
 2021-06-15 18:27 UTC  (3+ messages)

[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 NNTP newsgroup(s).