linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 06:02:09 to 2021-05-02 22:44:14 UTC [more...]

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-02 22:44 UTC  (15+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
  ` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()

LRU_GEN v2 & v5.12 build issue
 2021-05-02 21:45 UTC  (4+ messages)

[syzbot] WARNING in do_proc_bulk
 2021-05-02 20:00 UTC 

[stable:linux-5.4.y 5541/6083] ERROR: "__memcat_p" [drivers/hwtracing/stm/stm_core.ko] undefined!
 2021-05-02 19:28 UTC 

incoming
 2021-05-02 19:08 UTC  (19+ messages)
` [patch 041/178] mm: provide filemap_range_needs_writeback() helper
` [patch 082/178] x86/vmemmap: optimize for consecutive sections in partial populated PMDs
` [patch 148/178] kasan: detect false-positives in tests
` [patch 156/178] mm/page_alloc: rename gfp_mask to gfp
` [patch 162/178] mm: page_alloc: dump migrate-failed pages
` [patch 166/178] mm/page_alloc: rename alloced to allocated
` [patch 173/178] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [patch 174/178] net: page_pool: use alloc_pages_bulk in refill code path
` [patch 175/178] mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1
` [patch 176/178] mm/page_alloc: redundant definition variables of pfn in for loop
` [patch 177/178] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [patch 178/178] mm/memory-failure: unnecessary amount of unmapping

[PATCH 1/2] mm: memcg/slab: Prevent recursive kfree() loop
 2021-05-02 18:07 UTC  (2+ messages)
` [PATCH 2/2] mm: memcg/slab: Don't create unfreeable slab

[syzbot] general protection fault in do_swap_page (2)
 2021-05-02 16:55 UTC 

[PATCH] mm/ioremap: Fix iomap_max_page_shift
 2021-05-02 10:36 UTC  (2+ messages)

[PATCH v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-02  6:34 UTC  (15+ messages)
` [PATCH v1 1/7] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v1 2/7] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v1 3/7] mm: rename and move page_is_poisoned()
` [PATCH v1 4/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v1 5/7] mm: introduce page_offline_(begin|end|freeze|unfreeze) to synchronize setting PageOffline()
` [PATCH v1 6/7] virtio-mem: use page_offline_(start|end) when "
` [PATCH v1 7/7] fs/proc/kcore: use page_offline_(freeze|unfreeze)

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

[PATCH 01/29] mm: export dump_mm
 2021-05-01 21:19 UTC  (37+ messages)
` [PATCH 02/29] mmap locking API: mmap_lock_is_contended returns a bool
` [PATCH 03/29] mmap locking API: name the return values
` [PATCH 04/29] do_anonymous_page: use update_mmu_tlb()
` [PATCH 05/29] do_anonymous_page: reduce code duplication
` [PATCH 06/29] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH 07/29] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH 08/29] mm: add FAULT_FLAG_SPECULATIVE flag
` [PATCH 09/29] mm: add do_handle_mm_fault()
` [PATCH 10/29] mm: add per-mm mmap sequence counter for speculative page fault handling
` [PATCH 11/29] mm: rcu safe vma freeing
` [PATCH 12/29] x86/mm: attempt speculative mm faults first
` [PATCH 13/29] mm: add speculative_page_walk_begin() and speculative_page_walk_end()
` [PATCH 14/29] mm: refactor __handle_mm_fault() / handle_pte_fault()
` [PATCH 15/29] mm: implement speculative handling in __handle_mm_fault()
` [PATCH 16/29] mm: add pte_map_lock() and pte_spinlock()
` [PATCH 17/29] mm: implement speculative handling in do_anonymous_page()
` [PATCH 18/29] mm: enable speculative fault handling through do_anonymous_page()
` [PATCH 19/29] mm: implement speculative handling in do_numa_page()
` [PATCH 20/29] mm: enable speculative fault "
` [PATCH 21/29] mm: implement speculative handling in wp_page_copy()
` [PATCH 22/29] mm: implement and enable speculative fault handling in handle_pte_fault()
` [PATCH 23/29] mm: implement speculative handling in do_swap_page()
` [PATCH 24/29] mm: enable speculative fault handling through do_swap_page()
` [PATCH 25/29] mm: disable speculative faults for single threaded user space
` [PATCH 26/29] mm: disable rcu safe vma freeing "
` [PATCH 27/29] mm: anon spf statistics
` [PATCH 28/29] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH 29/29] arm64/mm: attempt speculative mm faults first
` [PATCH 30/31] powerpc/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH 31/31] powerpc/mm: attempt speculative mm faults first
` [PATCH 00/29] Speculative page faults (anon vmas only)

[PATCH 0/2] mm/hugetlb: Fix issues on file sealing and fork
 2021-05-01 14:41 UTC  (3+ messages)
` [PATCH 1/2] mm/hugetlb: Fix F_SEAL_FUTURE_WRITE
` [PATCH 2/2] mm/hugetlb: Fix cow where page writtable in child

[PATCH RESEND] iov_iter: Use user_read_access_begin() instead of user_access_begin()
 2021-05-01  8:15 UTC  (2+ messages)
` [PATCH RESEND] drm/i915/gem: Use user_write_access_begin() "

[PATCH 00/94] Introducing the Maple Tree
 2021-05-01  6:13 UTC  (7+ messages)
` [PATCH 01/94] mm: Add vma_lookup()
` [PATCH 38/94] mm/gup: Add mm_populate_vma() for use when the vma is known
` [PATCH 94/94] mm: Move mas locking outside of munmap() path

[syzbot] KMSAN: uninit-value in __mpol_equal
 2021-05-01  6:08 UTC 

[syzbot] KMSAN: uninit-value in do_mbind
 2021-05-01  6:08 UTC 

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-01  3:27 UTC  (7+ messages)
      ` [External] "

[PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-04-30 23:02 UTC  (6+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-04-30 21:48 UTC  (3+ messages)

[linux-next:master 14844/15533] arch/riscv/kernel/probes/kprobes.c:90:22: error: use of undeclared identifier 'PAGE_KERNEL_READ_EXEC'
 2021-04-30 19:44 UTC 

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-30 19:31 UTC  (4+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-30 18:32 UTC  (7+ messages)
` [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
  ` extending ucontext (Re: [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack)

[PATCH v11 4/9] Reimplement RLIMIT_NPROC on top of ucounts
 2021-04-30 18:09 UTC  (2+ messages)
` [PATCH] ucounts: Silence warning in dec_rlimit_ucounts

[PATCH v8 00/27] Memory Folios
 2021-04-30 17:44 UTC  (21+ messages)
` [PATCH v8 01/27] mm: Introduce struct folio
` [PATCH v8 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v8 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v8 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v8 05/27] mm: Add folio reference count functions
` [PATCH v8 06/27] mm: Add folio_put
` [PATCH v8 07/27] mm: Add folio_get
` [PATCH v8 08/27] mm: Add folio flag manipulation functions
` [PATCH v8 09/27] mm: Add folio_young() and folio_idle()
` [PATCH v8 10/27] mm: Handle per-folio private data
` [PATCH v8 11/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v8 12/27] mm/filemap: Add folio_next_index
` [PATCH v8 13/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v8 14/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v8 15/27] mm: Add folio_mapcount
` [PATCH v8 16/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v8 17/27] mm/filemap: Add folio_unlock
` [PATCH v8 18/27] mm/filemap: Add folio_lock
` [PATCH v8 19/27] mm/filemap: Add folio_lock_killable

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-30 17:32 UTC  (6+ messages)

[RFC] mm/vmscan.c: avoid possible long latency caused by too_many_isolated()
 2021-04-30 17:04 UTC  (16+ messages)

[linux-next:master] BUILD REGRESSION 74f961f4e4c0bfe4b7e40effdb503b02e09296da
 2021-04-30 16:49 UTC 

[patch 030/178] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-30 16:31 UTC  (3+ messages)

[PATCH 0/8] Folio Prequel patches
 2021-04-30 14:55 UTC  (9+ messages)
` [PATCH 1/8] mm: Optimise nth_page for contiguous memmap
` [PATCH 2/8] mm: Make __dump_page static
` [PATCH 3/8] mm/debug: Factor PagePoisoned out of __dump_page
` [PATCH 4/8] mm/page_owner: Constify dump_page_owner
` [PATCH 5/8] mm: Make compound_head const-preserving
` [PATCH 6/8] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH 7/8] mm: Constify page_count and page_ref_count
` [PATCH 8/8] mm: Fix struct page layout on 32-bit systems

[clocksource] 8c4b798316: stress-ng.lockbus.ops_per_sec -8.5% regression
 2021-04-30 14:00 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 660c9aba2ae7bf0085f7f8d821a2fb253d19f926
 2021-04-30 12:34 UTC 

fs/ntfs/file.c:1727:16: warning: stack frame size of 4064 bytes in function 'ntfs_perform_write'
 2021-04-30 12:03 UTC 

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-04-30 11:24 UTC  (12+ messages)

RE:[PATCH 2/2] mm/kasan: proc interface to read KASAN errors at any time
 2021-04-30  9:54 UTC 

RE:[PATCH 1/2] mm/kasan: avoid duplicate KASAN issues from reporting
 2021-04-30  9:53 UTC 

RE:[PATCH 1/2] mm/kasan: avoid duplicate KASAN issues from reporting
 2021-04-30  9:53 UTC 

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-04-30  9:43 UTC  (3+ messages)

[linux-next:master 15454/15533] drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:89: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-04-30  9:05 UTC 

[PATCH v2 0/5] Cleanup and fixup for huge_memory
 2021-04-30  8:20 UTC  (6+ messages)
` [PATCH v2 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()


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