linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-13 16:22:33 to 2021-05-15 00:27:13 UTC [more...]

incoming
 2021-05-15  0:27 UTC  (4+ messages)
` [patch 01/13] mm/hugetlb: fix F_SEAL_FUTURE_WRITE
` [patch 02/13] mm/hugetlb: fix cow where page writtable in child
` [patch 03/13] mm, slub: move slub_debug static key enabling outside slab_mutex

[PATCH 00/94] Introducing the Maple Tree
 2021-05-15  0:02 UTC  (24+ messages)
` [PATCH 26/94] Maple Tree: Add new data structure

[PATCH] arm64: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-14 21:42 UTC  (2+ messages)

mmotm 2021-05-12-21-46 uploaded
 2021-05-14 21:40 UTC  (7+ messages)
` mmotm 2021-05-12-21-46 uploaded (arch/x86/mm/pgtable.c)

[PATCH -next] percpu: make symbol 'pcpu_free_slot' static
 2021-05-14 21:00 UTC  (2+ messages)

[PATCH] mm, swap: Remove unnecessary smp_rmb() in swap_type_to_swap_info()
 2021-05-14 20:51 UTC  (8+ messages)

[PATCH] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-14 19:16 UTC  (9+ messages)

[PATCH -next] mm/huge_memory.c: remove unused variable 'count'
 2021-05-14 18:48 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cd557f1c605fc5a2c0eb0b540610f50dc67dd849
 2021-05-14 18:03 UTC 

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-14 17:48 UTC  (2+ messages)

[PATCH] mm/shuffle: fix section mismatch warning
 2021-05-14 17:48 UTC  (3+ messages)

[PATCH v10 00/33] Memory folios
 2021-05-14 17:39 UTC  (37+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 02/33] mm: Add folio_pgdat and folio_zone
` [PATCH v10 03/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v10 04/33] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v10 05/33] mm: Add folio reference count functions
` [PATCH v10 06/33] mm: Add folio_put
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 09/33] mm: Add folio flag manipulation functions
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 11/33] mm: Handle per-folio private data
` [PATCH v10 12/33] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v10 13/33] mm/filemap: Add folio_next_index
` [PATCH v10 14/33] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v10 15/33] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v10 16/33] mm: Add folio_mapcount

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

[PATCH v2 00/22] Add new DMA mapping operation for P2PDMA
 2021-05-14 16:30 UTC  (33+ messages)
` [PATCH v2 01/22] PCI/P2PDMA: Rename upstream_bridge_distance() and rework documentation
` [PATCH v2 02/22] PCI/P2PDMA: Use a buffer on the stack for collecting the acs list
` [PATCH v2 03/22] PCI/P2PDMA: Cleanup type for return value of calc_map_type_and_dist()
` [PATCH v2 04/22] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH v2 05/22] PCI/P2PDMA: Print a warning if the host bridge is not in the whitelist
` [PATCH v2 06/22] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v2 07/22] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagemap and device
` [PATCH v2 08/22] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 09/22] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 10/22] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 11/22] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 12/22] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH v2 13/22] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH v2 14/22] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v2 15/22] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v2 16/22] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v2 17/22] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v2 18/22] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH v2 19/22] nvme-pci: Convert to using dma_map_sgtable()
` [PATCH v2 20/22] RDMA/core: Introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v2 21/22] RDMA/rw: use dma_map_sgtable()
` [PATCH v2 22/22] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH 0/11 v5] fs: Hole punch vs page cache filling races
 2021-05-14 16:17 UTC  (13+ messages)
` [PATCH 03/11] mm: Protect operations adding pages to page cache with invalidate_lock

[PATCH] mm/page_alloc: Split per cpu page lists and zone stats -fix
 2021-05-14 14:46 UTC 

[linux-next:master 2707/3150] net/bridge/br_input.c:135:8: error: too many arguments to function 'br_multicast_is_router'
 2021-05-14 14:33 UTC 

[linux-next:master 2901/3150] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_205' declared with attribute error: unexpected size in kmalloc_index()
 2021-05-14 14:29 UTC 

[linux-next:master 2296/2770] kernel/bpf/helpers.c:713:43: warning: Uninitialized variable: bufs [uninitvar]
 2021-05-14 14:17 UTC  (3+ messages)

[v2 PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-05-14 13:50 UTC  (2+ messages)

[PATCH v4] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-14 13:31 UTC  (5+ messages)

[PATCH v2 00/24] userfaultfd-wp: Support shmem and hugetlbfs
 2021-05-14 13:18 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 249c444ea60c931d3fd9b0fdb508ec91bab58708
 2021-05-14 12:41 UTC 

[linux-next:master 3053/3150] arch/ia64/include/asm/pal.h:1703:64: error: implicit declaration of function 'ia64_tpa'; did you mean 'ia64_pal'?
 2021-05-14 10:58 UTC 

Re : mm/mremap: use range flush that does TLB and page walk cache flush
 2021-05-14 10:23 UTC 

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-14  9:57 UTC  (3+ messages)
` [PATCH 01/22] "

[PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-14  9:40 UTC  (18+ messages)
` [PATCH v19 1/8] mmap: make mlock_future_check() global
` [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users
` [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v4] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
 2021-05-14  9:30 UTC 

[PATCH net-next v5 0/5] page_pool: recycle buffers
 2021-05-14  9:17 UTC  (15+ messages)
` [PATCH net-next v5 1/5] mm: add a signature in struct page
` [PATCH net-next v5 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v5 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v5 4/5] mvpp2: recycle buffers
` [PATCH net-next v5 5/5] mvneta: "

[Question] Is there a race window between __anon_vma_prepare() with page_lock_anon_vma_read() ?
 2021-05-14  9:16 UTC 

[PATCH] asm-generic/tlb: Fix duplicate included asm-generic/tlb.h
 2021-05-14  9:14 UTC 

[linux-next:master 2999/3150] arch/arm64/mm/mmu.c:1340:5: error: redefinition of 'pud_set_huge'
 2021-05-14  8:58 UTC 

[linux-next:master 2711/3150] net/bridge/br_multicast.c:1743:3: error: implicit declaration of function 'br_ip6_multicast_add_router'
 2021-05-14  8:52 UTC 

[PATCH] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-05-14  5:21 UTC  (5+ messages)

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-05-14  2:18 UTC  (12+ messages)

[PATCH v3 0/5] Cleanup and fixup for huge_memory
 2021-05-14  1:53 UTC  (4+ messages)
` [PATCH v3 3/5] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()

mmotm 2021-05-13-17-18 uploaded
 2021-05-14  0:18 UTC 

linux-next: Tree for May 13 (mm/page_alloc.c, <linux/mm.h>: sizeof(struct page))
 2021-05-13 21:27 UTC  (2+ messages)

[PATCH] x86: Define only {pud/pmd}_{set/clear}_huge when usefull
 2021-05-13 19:56 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION ec2618180c3450d06a6a4ba951d4c9a2c689b517
 2021-05-13 19:23 UTC 

[hnaz-linux-mm:master 179/239] include/linux/thread_info.h:215:27: error: 'INT_MAX' undeclared
 2021-05-13 19:08 UTC  (2+ messages)

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-05-13 18:45 UTC  (6+ messages)
` [PATCH v1 07/11] mm/sparse-vmemmap: populate "

[PATCH] percpu: rework memcg accounting
 2021-05-13 18:27 UTC  (3+ messages)

[PATCH] mm/lru: Add folio LRU functions
 2021-05-13 17:52 UTC  (2+ messages)

[linux-next:master 1888/2633] kernel/rcu/refscale.c:479:3: warning: variable 'x' is uninitialized when used here
 2021-05-13 17:48 UTC  (2+ messages)

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-05-13 17:35 UTC  (3+ messages)

[RFC] mm/thp: Update mm's MM_ANONPAGES stat in set_huge_zero_page()
 2021-05-13 16:59 UTC  (3+ messages)

[PATCH v4 0/3] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-13 16:22 UTC  (5+ messages)
` [PATCH v5 2/3] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches


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