linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 23:56:03 to 2022-04-07 19:58:46 UTC [more...]

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-07 19:57 UTC  (7+ messages)

Regression in xfstests on tmpfs-backed NFS exports
 2022-04-07 19:24 UTC  (4+ messages)

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2022-04-07 18:47 UTC  (4+ messages)

[PATCH] userfaultfd/selftests: use swap() instead of open coding it
 2022-04-07 18:45 UTC  (3+ messages)

[PATCH v6] oom_kill.c: futex: Don't OOM reap the VMA containing the robust_list_head
 2022-04-07 18:42 UTC 

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-04-07 18:41 UTC  (5+ messages)

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-04-07 18:32 UTC  (3+ messages)

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)
 2022-04-07 18:30 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c940edc95df5473d8dbfa962c9bf0285a57fec74
 2022-04-07 18:05 UTC 

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-07 17:48 UTC  (21+ messages)
` [PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH 08/10] mm/slab: Allow dynamic kmalloc() minimum alignment

[PATCH] mm: swap: determine swap device by using page nid
 2022-04-07 17:36 UTC  (5+ messages)

[PATCH] kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t
 2022-04-07 17:08 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-07 17:09 UTC  (4+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-04-07 15:47 UTC  (22+ messages)
` [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v6 16/21] block: add check when merging zone device pages
` [PATCH v6 17/21] lib/scatterlist: "
` [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace

[RFC PATCH 0/5] hugetlb: Change huge pmd sharing
 2022-04-07 16:17 UTC  (5+ messages)
` [RFC PATCH 1/5] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [RFC PATCH 5/5] hugetlb: Check for pmd unshare and fault/lookup races

[RFC PATCH -next V2 0/7]arm64: add machine check safe support
 2022-04-07 15:53 UTC  (16+ messages)
` [RFC PATCH -next V2 3/7] arm64: add support for machine check error safe
` [RFC PATCH -next V2 4/7] arm64: add copy_from_user to machine check safe
` [RFC PATCH -next V2 5/7] arm64: add get_user "
` [RFC PATCH -next V2 7/7] arm64: add pagecache reading "

use block_device based APIs in block layer consumers
 2022-04-07 15:26 UTC  (53+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 10/27] block: add a bdev_nonrot helper
  ` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
  ` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
  ` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
  ` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] "

[PATCH V4 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-07 15:22 UTC  (9+ messages)
` [PATCH V4 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 3/7] arm64/mm: "
` [PATCH V4 4/7] sparc/mm: "
` [PATCH V4 5/7] x86/mm: "
` [PATCH V4 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V4 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-04-07 14:57 UTC  (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[PATCH v2] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-07 14:36 UTC  (4+ messages)

[PATCH] mm: fix kernel NULL pointer dereference in page_vma_mapped_walk
 2022-04-07 14:17 UTC  (4+ messages)

[RFC PATCH] cgroup: introduce dynamic protection for memcg
 2022-04-07 14:14 UTC  (15+ messages)

[PATCH] mm/vmscan.c: no need to double-check if free pages are under high-watermark
 2022-04-07 13:56 UTC  (6+ messages)

[PATCH v7] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-07 13:38 UTC  (2+ messages)

[PATCH] mm, page_alloc: fix build_zonerefs_node()
 2022-04-07 13:23 UTC  (15+ messages)

[PATCH 0/4] Alternative fixes for migration
 2022-04-07 13:11 UTC  (6+ messages)
` [PATCH 4/4] mm/mempolicy: Use vma_alloc_folio() in new_page()

[PATCH 0/3] A few fixup and cleanup patches for memory failure
 2022-04-07 13:03 UTC  (4+ messages)
` [PATCH 1/3] mm/memory-failure.c: avoid false-postive PageSwapCache test
` [PATCH 2/3] mm/memory-failure.c: minor cleanup for HWPoisonHandlable
` [PATCH 3/3] mm/memory-failure.c: dissolve truncated hugetlb page

[PATCH v2] mm, page_alloc: fix build_zonerefs_node()
 2022-04-07 12:53 UTC  (4+ messages)

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-07 12:52 UTC  (25+ messages)
` [PATCH v10 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v10 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v10 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v10 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v10 05/14] mm: multi-gen LRU: groundwork
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v10 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v10 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v10 10/14] mm: multi-gen LRU: kill switch
` [PATCH v10 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v10 13/14] mm: multi-gen LRU: admin guide
` [PATCH v10 14/14] mm: multi-gen LRU: design doc

[linux-next:master 2009/2869] freesync.c:undefined reference to `__aeabi_uldivmod'
 2022-04-07 12:31 UTC 

[linux-next:master 2009/2869] ERROR: modpost: "__aeabi_uldivmod" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2022-04-07 12:30 UTC 

[linux-next:master 2014/2869] drivers/gpu/drm/amd/amdgpu/../display/dc/virtual/virtual_link_hwss.c:32:6: warning: no previous prototype for 'virtual_setup_stream_attribute'
 2022-04-07 12:08 UTC 

[PATCH] percpu_ref: call wake_up_all() after percpu_ref_put() completes
 2022-04-07 10:33 UTC 

[PATCH] mm, kfence: support kmem_dump_obj() for KFENCE objects
 2022-04-07  9:58 UTC  (5+ messages)

[PATCH 1/2] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-04-07  9:53 UTC  (4+ messages)

[PATCH] mm/slab.c: fix comments
 2022-04-07  9:46 UTC  (3+ messages)

[PATCH 0/2] mm: protection_map[] cleanups
 2022-04-07  9:44 UTC  (5+ messages)
` [PATCH 1/2] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH 2/2] mm/mmap: Clarify protection_map[] indices

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-07  7:35 UTC  (11+ messages)

[linux-next:master 2610/2869] include/uapi/linux/swab.h:131:31: warning: cast from pointer to integer of different size
 2022-04-07  6:41 UTC 

[PATCH 00/14] cifs: Iterators, netfslib and folios
 2022-04-07  6:41 UTC  (4+ messages)
` [PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache

[PATCH v2] Documentation: arch_pgtable_helpers: demote pgtable list headings
 2022-04-07  4:58 UTC 

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-04-07  3:46 UTC  (5+ messages)
` [PATCH v9 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-07  2:32 UTC  (6+ 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).