linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-13 21:28:30 to 2023-09-15 08:02:29 UTC [more...]

[PATCH v6] mm: vmscan: try to reclaim swapcache pages if no swap space
 2023-09-15  8:34 UTC 

[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-15  7:09 UTC  (11+ messages)
` [RFC PATCH 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH 7/9] iov_iter: Add extract "
` [RFC PATCH 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH 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-15  6:59 UTC  (41+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] arch: arm: remove redundant clear_page when CONFIG_INIT_ON_ALLOC_DEFAULT_ON is on
 2023-09-15  5:47 UTC  (6+ messages)

[RFC Patch 0/3] mm/slub: reduce contention for per-node list_lock for large systems
 2023-09-15  5:05 UTC  (6+ messages)
` [RFC Patch 3/3] mm/slub: setup maxim per-node partial according to cpu numbers

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-15  4:26 UTC  (14+ messages)

[PATCH 0/3] userfaultfd remap option
 2023-09-15  4:15 UTC  (17+ messages)
` [PATCH 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI
` [PATCH 3/3] selftests/mm: add UFFDIO_REMAP ioctl test

[PATCH] mm: mglru: fix add unevictable folio to lruvec->lists
 2023-09-15  3:37 UTC  (7+ messages)
  ` 答复: "

[PATCH] kasan:fix access invalid shadow address when input is illegal
 2023-09-15  2:45 UTC  (7+ messages)

[PATCH 0/8] mm/damon: provide pseudo-moving sum based access rate
 2023-09-15  2:52 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: define and use a dedicated function for region access rate update
` [PATCH 2/8] mm/damon/vaddr: call damon_update_region_access_rate() always
` [PATCH 3/8] mm/damon/core: implement a pseudo-moving sum function
` [PATCH 4/8] mm/damon/core-test: add a unit test for damon_moving_sum()
` [PATCH 5/8] mm/damon/core: introduce nr_accesses_bp
` [PATCH 6/8] mm/damon/core: use pseudo-moving sum for nr_accesses_bp
` [PATCH 7/8] mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
` [PATCH 8/8] mm/damon/core: mark damon_moving_sum() as a static function

[linux-next:master 5242/5666] ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined!
 2023-09-15  2:54 UTC 

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-15  1:01 UTC  (15+ messages)
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH -rfc 0/3] mm: kasan: fix softlock when populate or depopulate pte
 2023-09-15  0:58 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (7+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-09-14 23:52 UTC  (21+ messages)
` [PATCH 1/6] mm: page_alloc: remove pcppage migratetype caching
` [PATCH 2/6] mm: page_alloc: fix up block types when merging compatible blocks
` [PATCH 3/6] mm: page_alloc: move free pages when converting block during isolation
` [PATCH 4/6] mm: page_alloc: fix move_freepages_block() range error
` [PATCH 5/6] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 6/6] mm: page_alloc: consolidate free page accounting

[PATCH v1 0/1] Report perpage metadata information
 2023-09-14 22:47 UTC  (11+ messages)
` [PATCH v1 1/1] mm: report per-page "

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-14 22:18 UTC  (3+ messages)

[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
 2023-09-14 21:20 UTC  (4+ messages)
` [RFC PATCH net-next 1/3] sock: Code cleanup on __sk_mem_raise_allocated()

grab_cache_page vs grab_cache_folio?
 2023-09-14 20:52 UTC  (3+ messages)

[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-14 19:05 UTC  (12+ messages)
` [PATCH v3 1/5] mm/cma: use "
` [PATCH v3 2/5] mm/hugetlb: "
` [PATCH v3 3/5] mm/memory_hotplug: use pfn math "
` [PATCH v3 4/5] fs: use nth_page() "
  ` [PATCH v3 4/5] "
` [PATCH v3 5/5] mips: "

[linux-next:pending-fixes] BUILD SUCCESS bcfe98207530e1ea0004f4e5dbd6e7e4d9eb2471
 2023-09-14 17:41 UTC 

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-14 17:37 UTC  (3+ messages)

[PATCH -V3 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-09-14 17:31 UTC  (9+ messages)
` [PATCH -V3 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH -V3 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [PATCH -V3 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH -V3 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH] mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement
 2023-09-14 16:56 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 98897dc735cf6635f0966f76eb0108354168fb15
 2023-09-14 16:17 UTC 

[PATCH] init/main: Clear boot task idle flag
 2023-09-14 16:05 UTC  (7+ messages)

[PATCH] maple_tree: use GFP_KERNEL on mas_node_count
 2023-09-14 15:31 UTC  (8+ messages)

RFC for new feature to move pages from one vma to another without split
 2023-09-14 15:30 UTC  (10+ messages)

[v5 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-14 15:03 UTC  (4+ messages)
` [v5 4/4] "

[linux-next:master 5164/5363] stacktrace.c:undefined reference to `save_stack_trace'
 2023-09-14 14:29 UTC 

[PATCH] filemap: add filemap_map_order0_folio() to handle order0 folio
 2023-09-14 13:47 UTC 

[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
 2023-09-14 13:43 UTC  (12+ messages)

[PATCH 1/2] trace-vmscan-postprocess: sync with tracepoints updates
 2023-09-14 13:16 UTC  (2+ messages)
` [PATCH 2/2] mm, vmscan: remove ISOLATE_UNMAPPED

BUG: soft lockup in smp_call_function
 2023-09-14 13:13 UTC  (3+ messages)

[RFC PATCH v4] mm/slub: Optimize slub memory usage
 2023-09-14 12:43 UTC  (8+ messages)

[PATCH 1/2] zswap: make shrinking memcg-aware
 2023-09-14  9:34 UTC  (2+ messages)

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-14  9:06 UTC  (5+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 05/13] iov: Move iterator functions to a header file

[syzbot] [mm?] BUG: Bad page map (7)
 2023-09-14  8:37 UTC  (11+ messages)

ANON_LARGE_FOLIOS meeting follow-up & refined proposal
 2023-09-14  8:16 UTC 

[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
 2023-09-14  8:08 UTC  (3+ messages)

[PATCH 0/2] memblock test: fix compilation errors
 2023-09-14  7:56 UTC  (3+ messages)
` [PATCH 1/2] memblock tests: fix warning: "__ALIGN_KERNEL" redefined
` [PATCH 2/2] memblock tests: fix warning ‘struct seq_file’ declared inside parameter list

[PATCH] memblock tests: Fix compilation errors
 2023-09-14  6:12 UTC  (2+ messages)

[PATCH] mm: as the same logic with queue_pages_range
 2023-09-14  5:53 UTC  (2+ messages)
` [PATCH] mm: extpand queue_pages_range() to find and lock the vma range

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-09-14  3:38 UTC  (9+ messages)
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter

[PATCH] mm/damon/core: use number of passed access sampling as a timer
 2023-09-14  2:15 UTC 

[linux-next:master 3807/4552] fs/bcachefs/snapshot.c:942:5: warning: no previous prototype for function 'bch2_snapshot_node_delete'
 2023-09-13 23:39 UTC 

[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC 

[PATCH] lsm: constify the 'mm' parameter in security_vm_enough_memory_mm()
 2023-09-13 22:02 UTC  (5+ messages)

[PATCH v3] mm: memcg: add THP swap out info for anonymous reclaim
 2023-09-13 21:33 UTC  (2+ messages)

[willy@infradead.org: Re: [syzbot] [mm?] BUG: Bad page map (7)]
 2023-09-13 21:28 UTC  (3+ 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).