linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 20:05:17 to 2022-04-06 06:13:40 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-06  6:05 UTC  (16+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset

[PATCH] mm/slub, kunit: Make slub_kunit unaffected by global slub debugging flags
 2022-04-06  6:00 UTC  (3+ messages)
  ` [PATCH v2] mm/slub, kunit: Make slub_kunit unaffected by user specified flags

[GIT PULL] Folio fixes for 5.18
 2022-04-06  5:55 UTC  (5+ messages)

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-06  5:02 UTC  (15+ messages)

[PATCH] Documentation: arch_pgtable_helpers: demote pgtable list headings
 2022-04-06  4:55 UTC  (3+ messages)

[PATCH] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-06  4:42 UTC  (3+ messages)

[PATCH v2] kasan: Fix sleeping function called from invalid context on RT kernel
 2022-04-06  4:39 UTC  (5+ messages)

[RFC] mm/vmscan: add periodic slab shrinker
 2022-04-06  4:14 UTC  (17+ messages)

[hnaz-mm:master 16/188] mm/vmalloc.c:1747:6: warning: no previous prototype for 'iounmap_purge_vmap_area'
 2022-04-06  2:42 UTC 

[PATCH] filemap: remove obsolete comment in lock_page
 2022-04-06  2:39 UTC  (3+ messages)

[PATCH] mm/slab: remove some unused functions
 2022-04-06  2:38 UTC  (3+ messages)

[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
 2022-04-06  2:21 UTC  (6+ messages)

Question about hwpoison handling of 1GB hugepage
 2022-04-06  2:15 UTC  (3+ messages)

[RFC PATCH] cgroup: introduce dynamic protection for memcg
 2022-04-06  2:11 UTC  (12+ messages)

[PATCH v8 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-04-06  1:41 UTC  (30+ messages)
` [PATCH v8 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v8 02/23] mm: Teach core mm about pte markers
` [PATCH v8 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v8 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v8 05/23] mm/shmem: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v8 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
` [PATCH v8 07/23] mm/shmem: Persist uffd-wp bit across zapping for file-backed
` [PATCH v8 08/23] mm/shmem: Allow uffd wr-protect none pte for file-backed mem
` [PATCH v8 09/23] mm/shmem: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v8 10/23] mm/shmem: Handle uffd-wp during fork()
` [PATCH v8 11/23] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v8 12/23] mm/hugetlb: Hook page faults for uffd write protection
` [PATCH v8 13/23] mm/hugetlb: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v8 14/23] mm/hugetlb: Handle UFFDIO_WRITEPROTECT
` [PATCH v8 15/23] mm/hugetlb: Handle pte markers in page faults
` [PATCH v8 16/23] mm/hugetlb: Allow uffd wr-protect none ptes
` [PATCH v8 17/23] mm/hugetlb: Only drop uffd-wp special pte if required
` [PATCH v8 18/23] mm/hugetlb: Handle uffd-wp during fork()
` [PATCH v8 19/23] mm/khugepaged: Don't recycle vma pgtable if uffd-wp registered
` [PATCH v8 20/23] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v8 21/23] mm/uffd: Enable write protection for shmem & hugetlbfs
` [PATCH v8 22/23] mm: Enable PTE markers by default
` [PATCH v8 23/23] selftests/uffd: Enable uffd-wp for shmem/hugetlbfs

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-06  1:22 UTC  (12+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-05 23:59 UTC  (14+ messages)
` [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH 02/10] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH 03/10] drivers/gpu: "
` [PATCH 04/10] drivers/md: "
` [PATCH 05/10] drivers/spi: "
` [PATCH 06/10] drivers/usb: "
` [PATCH 07/10] crypto: "
` [PATCH 08/10] mm/slab: Allow dynamic kmalloc() minimum alignment
` [PATCH 09/10] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH 10/10] arm64: Enable dynamic kmalloc() minimum alignment

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-05 23:54 UTC  (6+ messages)

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-05 23:43 UTC  (9+ messages)
` [PATCHv4 1/8] mm: Add "
` [PATCHv4 2/8] efi/x86: Get full memory map in allocate_e820()
` [PATCHv4 3/8] efi/x86: Implement support for unaccepted memory
` [PATCHv4 4/8] x86/boot/compressed: Handle "
` [PATCHv4 5/8] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv4 6/8] x86/mm: Provide helpers for unaccepted memory
` [PATCHv4 7/8] x86/tdx: Unaccepted memory support
` [PATCHv4 8/8] mm/vmstat: Add counter for memory accepting

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-05 23:45 UTC  (3+ messages)
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

mmotm 2022-04-05-15-54 uploaded
 2022-04-05 22:54 UTC 

[mm/slub] 555b8c8cb3: WARNING:at_lib/stackdepot.c:#stack_depot_fetch
 2022-04-05 22:47 UTC  (7+ messages)

[LSF/MM TOPIC] mshare
 2022-04-05 22:44 UTC  (2+ messages)

[PATCH v2] selftest/vm clarify error statement in gup_test
 2022-04-05 22:33 UTC  (2+ messages)

[LSF/MM TOPIC] Process
 2022-04-05 21:46 UTC 

[PATCH v3 0/6] SLUB debugfs improvements based on stackdepot
 2022-04-05 21:40 UTC  (13+ messages)
` [PATCH v3 1/6] lib/stackdepot: allow requesting early initialization dynamically
` [PATCH v3 2/6] mm/slub: move struct track init out of set_track()
` [PATCH v3 3/6] mm/slub: use stackdepot to save stack trace in objects
` [PATCH v3 4/6] mm/slub: distinguish and print stack traces in debugfs files
` [PATCH v3 5/6] mm/slub: sort debugfs output by frequency of stack traces
` [PATCH v3 6/6] slab, documentation: add description of debugfs files for SLUB caches

[RFC v2 0/2] Memory poison recovery in khugepaged collapsing
 2022-04-05 20:51 UTC  (3+ messages)
` [RFC v2 1/2] mm: khugepaged: recover from poisoned anonymous memory
` [RFC v2 2/2] mm: khugepaged: recover from poisoned file-backed memory

[RFC v1 0/2] Memory poison recovery in khugepaged
 2022-04-05 20:48 UTC  (9+ messages)
` [RFC v1 1/2] mm: khugepaged: recover from poisoned anonymous memory
` [RFC v1 2/2] mm: khugepaged: recover from poisoned file-backed memory

[Bug 215804] New: [xfstests generic/670] Unable to handle kernel paging request at virtual address fffffbffff000008
 2022-04-05 20:48 UTC  (2+ messages)

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-05 19:59 UTC  (2+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-04-05 19:41 UTC  (5+ messages)
` [PATCH v12 22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH v12 02/46] KVM: SVM: Create a separate mapping for the SEV-ES save area
 2022-04-05 18:55 UTC  (3+ messages)
` [PATCH v12 2.1/46] "

[PATCH v2 0/5] KVM: mm: count KVM page table pages in pagetable stats
 2022-04-05 18:50 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: mm: add a helper to account page table pages used by KVM
` [PATCH v2 2/5] KVM: x86: mm: count KVM page table pages in pagetable stats
` [PATCH v2 3/5] KVM: arm64: "
` [PATCH v2 4/5] KVM: riscv: "
` [PATCH v2 5/5] KVM: mips: "

[linux-next:master 12379/15002] include/linux/random.h:29:39: error: use of undeclared identifier 'latent_entropy'
 2022-04-05 18:47 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-05 18:30 UTC  (16+ messages)

[PATCH] mm/memcg: non-hierarchical mode is deprecated
 2022-04-05 18:20 UTC  (6+ messages)

[PATCH 1/2] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-04-05 17:11 UTC  (2+ messages)

[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack
 2022-04-05 15:38 UTC  (14+ messages)
` [PATCH v2 1/4] stacktrace: add interface based on shadow call stack
` [PATCH v2 2/4] arm64, scs: save scs_sp values per-cpu when switching stacks
` [PATCH v2 3/4] arm64: implement stack_trace_save_shadow

[PATCH] tlb: hugetlb: Add arm64 contiguous hint awareness
 2022-04-05 14:26 UTC  (3+ messages)
` [PATCH v2] tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry

mm: swap: locking in release_pages()
 2022-04-05 14:17 UTC  (6+ messages)

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-05 14:12 UTC  (4+ messages)
` [PATCH v7 11/70] arch/arm64: Remove the merge workaround for VMA_ITERATOR

[PATCH] mm/vmscan: reorder scan_balance definition to simplify the scan type check
 2022-04-05 12:30 UTC  (2+ messages)

[PATCH v2 1/2] mm, slub: change percpu partial accounting from objects to pages
 2022-04-05 10:04 UTC  (3+ messages)

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-04-05  8:40 UTC  (7+ messages)

[PATCH v4 1/2] mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP
 2022-04-05  8:38 UTC  (8+ messages)
` [PATCH v4 2/2] arm64: mm: hugetlb: Enable HUGETLB_PAGE_FREE_VMEMMAP for arm64

[RFC] Documentation for folio_lock() and friends
 2022-04-05  5:48 UTC  (2+ messages)

[PATCH] powerpc/numa: Handle partially initialized numa nodes
 2022-04-05  4:41 UTC  (2+ messages)

[PATCH v6] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-05  1:51 UTC  (4+ messages)

[v3 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-04-05  0:48 UTC  (8+ messages)
` [v3 PATCH 4/8] mm: thp: only regular file could be THP eligible
` [v3 PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [v3 PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [v3 PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_vma() helper
` [v3 PATCH 8/8] mm: mmap: register suitable readonly file vmas for khugepaged

mmotm 2022-04-04-17-10 uploaded
 2022-04-05  0:10 UTC 

[PATCH v2 0/2] hugetlb: Fix confusing behavior
 2022-04-04 23:48 UTC  (6+ messages)
` [PATCH v2 1/2] hugetlb: Fix hugepages_setup when deal with pernode

[PATCH] MM: minor improvements to readahead documentation
 2022-04-04 23:10 UTC  (5+ messages)

[PATCH] mm/swapfile: unuse_pte can map random data if swap read fails
 2022-04-04 22:53 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).