linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 22:53:55 to 2021-05-04 16:01:55 UTC [more...]

[PATCH v2 0/2] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-04 16:01 UTC  (4+ messages)
` [PATCH v2 1/2] mm: memcg/slab: Properly set up gfp flags for objcg pointer array
` [PATCH v2 2/2] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches

[PATCH v2 12/14] seq_file: Replace seq_escape() with inliner
 2021-05-04 15:54 UTC  (4+ messages)

[stable:linux-5.4.y 5541/6083] ERROR: "__memcat_p" [drivers/hwtracing/stm/stm_core.ko] undefined!
 2021-05-04 14:16 UTC  (9+ messages)

[PATCH 00/94] Introducing the Maple Tree
 2021-05-04 14:05 UTC  (15+ 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 76/94] mm/khugepaged: Use maple tree iterators instead of vma linked list
  ` [PATCH 76/94] mm/khugepaged: Use maple tree iterators instead of vma
` [PATCH 94/94] mm: Move mas locking outside of munmap() path

[PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
 2021-05-04 12:14 UTC  (2+ messages)

[PATCH 5.13] mm, slub: move slub_debug static key enabling outside slab_mutex
 2021-05-04 12:01 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS acfd309800c1ce9ef8b00a0a44adaf040b705365
 2021-05-04 11:33 UTC 

[PATCH] mm/ioremap: Fix iomap_max_page_shift
 2021-05-04 11:29 UTC  (3+ messages)

Sealed memfd & no-fault mmap
 2021-05-04  9:29 UTC  (5+ messages)

[linux-next:master 15563/15831] drivers/vdpa/virtio_pci/vp_vdpa.c:418:42: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-05-04  5:53 UTC 

[syzbot] WARNING in do_proc_bulk
 2021-05-04  1:07 UTC  (7+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-04  0:26 UTC  (66+ 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 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
  ` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
  ` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

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

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

[v2 RFC PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-03 21:58 UTC  (2+ messages)

[linux-next:master 14776/15760] arch/csky/include/asm/uaccess.h:158:2: warning: 'retval' is used uninitialized in this function
 2021-05-03 21:25 UTC 

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-03 20:25 UTC  (10+ 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 1/2] mm: memcg/slab: Prevent recursive kfree() loop
 2021-05-03 20:15 UTC  (8+ messages)
` [PATCH 2/2] mm: memcg/slab: Don't create unfreeable slab

[PULL] topic/iomem-mmap-vs-gup
 2021-05-03 19:15 UTC 

incoming
 2021-05-03 18:44 UTC  (8+ messages)
` [patch 148/178] kasan: detect false-positives in tests
` [patch 162/178] mm: page_alloc: dump migrate-failed pages

[PATCH 00/29] Speculative page faults (anon vmas only)
 2021-05-03 18:11 UTC  (4+ messages)

[PATCH v6 00/10] userfaultfd: add minor fault handling for shmem
 2021-05-03 18:07 UTC  (11+ messages)
` [PATCH v6 01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v6 02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v6 03/10] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v6 04/10] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v6 05/10] userfaultfd/shmem: advertise shmem minor fault support
` [PATCH v6 06/10] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
` [PATCH v6 07/10] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v6 08/10] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v6 09/10] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v6 10/10] userfaultfd/selftests: exercise minor fault handling shmem support

[linux-next:master] BUILD REGRESSION fd3ecedb365cc7c80040ad7c030a60b420a85711
 2021-05-03 16:46 UTC 

[RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault()
 2021-05-03 16:32 UTC  (14+ messages)

Deadlock between CPU offline and kmem_cache_create
 2021-05-03 15:38 UTC  (2+ messages)

[PATCH] nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
 2021-05-03 13:05 UTC  (2+ messages)

[PATCH] mm: append __GFP_COMP flag for trace_malloc
 2021-05-03 12:35 UTC  (9+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 6dbffe3729d9332bc280655046b21d29bac8a61c
 2021-05-03 11:42 UTC 

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-05-03 11:37 UTC  (4+ messages)

[PATCH v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-03 11:35 UTC  (23+ 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)

fuse: kernel BUG at mm/truncate.c:763!
 2021-05-03  8:52 UTC  (8+ messages)

arm32: panic in move_freepages (Was [PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid())
 2021-05-03  8:44 UTC  (13+ messages)

[PATCH 2/2] drm/etnaviv: use CMA area to compute linear window offset if possible
 2021-05-03  7:46 UTC  (2+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-03  7:29 UTC  (7+ messages)

[PATCH 0/9] Shrink the list lru size on memory cgroup removal
 2021-05-03  6:33 UTC  (9+ messages)
      ` [External] "

mm/slub.c:3253:6: warning: stack frame size of 2640 bytes in function 'kmem_cache_free_bulk'
 2021-05-03  1:45 UTC 

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

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

[PATCH v8.1 00/31] Memory Folios
 2021-05-02  2:31 UTC  (10+ messages)

[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() "

[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 16/29] mm: add pte_map_lock() and pte_spinlock()
 2021-04-30 23:45 UTC  (3+ messages)

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

[PATCH 27/29] mm: anon spf statistics
 2021-04-30 22:52 UTC  (2+ 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 NNTP newsgroup(s).