linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-20 21:51 UTC  (12+ messages)
` [RFC PATCH v2 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH v2 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH v2 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH v2 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH v2 7/9] iov_iter: Add extract "
` [RFC PATCH v2 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH v2 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-20 21:03 UTC  (12+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-09-20 20:51 UTC  (39+ messages)
                          ` Arches that don't support PREEMPT

[PATCH v4 0/6] MDWE without inheritance
 2023-09-20 19:56 UTC  (2+ messages)

[RFC PATCH v3 0/6] Refault distance update with MGLRU support
 2023-09-20 19:02 UTC  (7+ messages)
` [RFC PATCH v3 1/6] workingset: simplify and use a more intuitive model
` [RFC PATCH v3 2/6] workingset: move refault distance checking into to a helper
` [RFC PATCH v3 3/6] workignset: simplify the initilization code
` [RFC PATCH v3 4/6] workingset: simplify lru_gen_test_recent
` [RFC PATCH v3 5/6] mm, lru_gen: convert avg_total and avg_refaulted to atomic
` [RFC PATCH v3 6/6] workingset, lru_gen: apply refault-distance based re-activation

[PATCH v2 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-20 19:01 UTC  (3+ messages)
` [PATCH v2 1/2] mm/ksm: support fork/exec "
` [PATCH v2 2/2] mm/ksm: Test case for prctl fork/exec workflow

[PATCH v1 0/2] mm/ksm: add fork-exec support for prctl
 2023-09-20 18:57 UTC  (8+ messages)
` [PATCH v1 1/2] mm/ksm: support fork/exec "
` [PATCH v1 2/2] mm/ksm: Test case for prctl fork/exec workflow

[PATCH] mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()
 2023-09-20 17:40 UTC  (2+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-20 17:23 UTC  (16+ messages)

[PATCH 1/2] mm: Report success more often from filemap_map_folio_range()
 2023-09-20 16:52 UTC  (8+ messages)
` [PATCH 2/2] mm: Abstract moving to the next PFN

[PATCH 00/10] mm: PCP high auto-tuning
 2023-09-20 16:41 UTC  (13+ messages)
` [PATCH 01/10] mm, pcp: avoid to drain PCP when process exit
` [PATCH 02/10] cacheinfo: calculate per-CPU data cache size
` [PATCH 03/10] mm, pcp: reduce lock contention for draining high-order pages
` [PATCH 04/10] mm: restrict the pcp batch scale factor to avoid too long latency
` [PATCH 05/10] mm, page_alloc: scale the number of pages that are batch allocated
` [PATCH 06/10] mm: add framework for PCP high auto-tuning
` [PATCH 07/10] mm: tune PCP high automatically
` [PATCH 08/10] mm, pcp: decrease PCP high if free pages < high watermark
` [PATCH 09/10] mm, pcp: avoid to reduce PCP high unnecessarily
` [PATCH 10/10] mm, pcp: reduce detecting time of consecutive high order page freeing

[PATCH 0/2] hugetlbfs: close race between MADV_DONTNEED and page fault
 2023-09-20 16:36 UTC  (7+ messages)
` [PATCH 1/2] hugetlbfs: extend hugetlb_vma_lock to private VMAs
    ` [RFC PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock
` [PATCH 2/2] hugetlbfs: close race between MADV_DONTNEED and page fault

[linux-next:master] BUILD REGRESSION 926f75c8a5ab70567eb4c2d82fbc96963313e564
 2023-09-20 16:30 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 51a4070c505b5b958250e95ce78e9c58c7043200
 2023-09-20 16:17 UTC 

[PATCH 0/3] userfaultfd remap option
 2023-09-20 16:11 UTC  (8+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[PATCH] delayacct: add memory reclaim delay in get_page_from_freelist
 2023-09-20 16:07 UTC  (2+ messages)

[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-09-20 16:04 UTC  (7+ messages)
` [PATCH v1 1/4] mm: handle poisoning of pfn without struct pages
` [PATCH v1 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn
` [PATCH v1 3/4] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v1 4/4] vfio/nvgpu: register device memory for poison handling

[linux-next:master 5739/6619] lib/kunit/kunit-test.c:565:25: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type
 2023-09-20 15:46 UTC 

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (28+ messages)
` [PATCH v7 12/13] ext4: switch to "

[RFC PATCH 4/4] mm/compaction: enable compacting >0 order folios
 2023-09-20 14:44 UTC  (2+ messages)

[PATCH] vmscan: add trace events for lru_gen
 2023-09-20 14:32 UTC  (4+ messages)
    `  "
      ` (2) "

[PATCH 0/4] SLUB: calculate_order() cleanups
 2023-09-20 13:36 UTC  (9+ messages)
` [PATCH 1/4] mm/slub: simplify the last resort slab order calculation
` [PATCH 3/4] mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()
` [PATCH 4/4] mm/slub: refactor calculate_order() and calc_slab_order()

Subject: [PATCH v2] slab: kmalloc_size_roundup() must not return 0 for non-zero size
 2023-09-20 12:48 UTC  (10+ messages)

[PATCH net-next v9 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
 2023-09-20 11:58 UTC 

[linux-next:master 5670/6619] kernel/printk/printk.c:2871:24: warning: array subscript 0 is outside array bounds of 'char[0]'
 2023-09-20 11:11 UTC  (3+ messages)

[RFC PATCH V1 0/6] sched/numa: Enhance disjoint VMA scanning
 2023-09-20 10:42 UTC  (5+ messages)

[PATCH v4 0/8] Batch hugetlb vmemmap modification operations
 2023-09-20 10:39 UTC  (25+ messages)
` [PATCH v4 3/8] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v4 4/8] hugetlb: perform vmemmap restoration "
` [PATCH v4 5/8] hugetlb: batch freeing of vmemmap pages
` [PATCH v4 6/8] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH v4 8/8] hugetlb: batch TLB flushes when restoring vmemmap

[PATCH] mm/slub: add sanity check for slub_min/max_order cmdline setup
 2023-09-20  9:25 UTC  (2+ messages)

[RFC PATCH 00/14] Prevent cross-cache attacks in the SLUB allocator
 2023-09-20  9:04 UTC  (15+ messages)
` [RFC PATCH 14/14] security: add documentation for SLAB_VIRTUAL

[PATCH net-next v8 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
 2023-09-20  8:59 UTC  (2+ messages)

[linux-next:master 5683/6619] sound/pci/hda/cirrus_scodec_test.c:40: undefined reference to `gpiochip_get_data'
 2023-09-20  8:26 UTC 

[RFC PATCH 0/4] Enable >0 order folio memory compaction
 2023-09-20  8:15 UTC  (5+ messages)
` [RFC PATCH 2/4] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH 0/6] mm: convert numa balancing functions to use a folio
 2023-09-20  8:07 UTC  (7+ messages)
` [PATCH 1/6] sched/numa, mm: make numa migrate functions to take "
` [PATCH 5/6] mm: memory: add vm_normal_pmd_folio()

[RFC 00/23] Enable block size > page size in XFS
 2023-09-20  8:06 UTC  (7+ messages)
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio

[PATCH v3] mm/damon/core: remove unnecessary si_meminfo invoke
 2023-09-20  7:19 UTC 

[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-09-20  5:44 UTC  (11+ messages)
      ` [EXTERNAL] "

[syzbot] [mm?] BUG: Bad page map (7)
 2023-09-20  1:47 UTC  (14+ messages)

[linux-next:master 5741/5912] kernel/crash_core.c:214:13: warning: argument 2 null where non-null expected
 2023-09-20  1:36 UTC  (5+ messages)

[PATCH stable 5.10.y] mm/filemap: fix infinite loop in generic_file_buffered_read()
 2023-09-19 23:28 UTC 

[PATCH] pipe_fs_i.h: add pipe_buf_init()
 2023-09-19 22:39 UTC  (6+ messages)

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-19 21:51 UTC  (9+ messages)
  ` [PATCH 6/6] shmem: add large folios support to the "

[linux-next:master 5228/6333] arch/x86/net/bpf_jit_comp.c:2957:72: error: 'struct unwind_state' has no member named 'sp'; did you mean 'bp'?
 2023-09-19 21:36 UTC 

[RFC 00/23] Enable block size > page size in XFS
 2023-09-19 21:15 UTC  (3+ messages)

[PATCH 1/1] mm: lock VMAs skipped by a failed queue_pages_range()
 2023-09-19 21:09 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 29e400e3ea486bf942b214769fc9778098114113
 2023-09-19 19:37 UTC 

[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
 2023-09-19 19:31 UTC  (2+ messages)

[REGRESSION] [BISECTED] Panic in gen8_ggtt_insert_entries() with v6.5
 2023-09-19 19:15 UTC  (4+ messages)

[PATCH 01/10] userfaultfd.2: briefly mention two-step feature handshake process
 2023-09-19 19:02 UTC  (9+ messages)
` [PATCH 02/10] userfaultfd.2: reword to account for new fault resolution ioctls
` [PATCH 03/10] userfaultfd.2: comment on feature detection in the example program
` [PATCH 05/10] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags
` [PATCH 07/10] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
` [PATCH 09/10] ioctl_userfaultfd.2: fix / update UFFDIO_REGISTER error code list
` [PATCH 10/10] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl

[Invitation] Linux MM Alignment Session on APIs for Sparse Mappings on Wednesday
 2023-09-19 18:01 UTC 

[linux-next:master 4236/6333] fs/bcachefs/journal_seq_blacklist.c:176:64: warning: array subscript '(unsigned int) _33 + 4294967295' is outside the bounds of an interior zero-length array 'struct journal_seq_blacklist_entry[0]'
 2023-09-19 17:36 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox