linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-31 12:22:07 to 2023-11-02 02:20:09 UTC [more...]

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02  2:19 UTC  (45+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory

[RFC PATCH v4 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-02  2:19 UTC  (21+ messages)
` [RFC PATCH v4 1/9] slub: Reflow ___slab_alloc()
` [RFC PATCH v4 2/9] slub: Change get_partial() interfaces to return slab
` [RFC PATCH v4 3/9] slub: Keep track of whether slub is on the per-node partial list
` [RFC PATCH v4 4/9] slub: Prepare __slab_free() for unfrozen partial slab out of node "
` [RFC PATCH v4 5/9] slub: Introduce freeze_slab()
` [RFC PATCH v4 6/9] slub: Delay freezing of partial slabs
` [RFC PATCH v4 7/9] slub: Optimize deactivate_slab()
` [RFC PATCH v4 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
` [RFC PATCH v4 9/9] slub: Update frozen slabs documentations in the source

[PATCH v4 2/5] zswap: make shrinking memcg-aware
 2023-11-02  2:17 UTC  (7+ messages)

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-02  2:01 UTC  (18+ messages)
` [RFC PATCH v3 4/4] mm/mempolicy: modify interleave mempolicy to use node weights
  ` [EXT] "

[RFC PATCH v1] mm: zswap: Store large folios without splitting
 2023-11-02  1:37 UTC  (4+ messages)

[PATCH v8 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-02  1:27 UTC  (6+ messages)
` [PATCH v8 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v8 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v8 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-02  0:38 UTC  (22+ messages)

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-01 23:40 UTC  (3+ messages)
` [PATCH v5 1/1] "

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-11-01 23:29 UTC  (30+ messages)

[PATCH v4 0/1] mm: report per-page metadata information
 2023-11-01 22:58 UTC  (4+ messages)
` [PATCH v4 1/1] "

Sharing page tables across processes (mshare)
 2023-11-01 22:40 UTC  (6+ messages)

[GIT PULL] MM updates for 6.7-rc1
 2023-11-01 21:56 UTC  (2+ messages)

[PATCH v9 0/3] riscv: Add remaining module relocations and tests
 2023-11-01 18:33 UTC  (4+ messages)
` [PATCH v9 1/3] riscv: Avoid unaligned access when relocating modules
` [PATCH v9 2/3] riscv: Add remaining module relocations
` [PATCH v9 3/3] riscv: Add tests for riscv module loading

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-11-01 18:11 UTC  (16+ messages)
` [PATCH v6 5/9] mm: thp: Extend THP to allocate anonymous large folios

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-01 18:07 UTC  (4+ messages)

[PATCH v1 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-01 18:00 UTC  (4+ messages)
` [PATCH v1 1/2] mm: memcg: print out cgroup name in the memcg tracepoints

[PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg
 2023-11-01 17:53 UTC  (2+ messages)

[PATCH] mm: cma: report correct node id
 2023-11-01 17:29 UTC  (4+ messages)

[PATCH 00/12] maple_tree: iterator state changes
 2023-11-01 17:16 UTC  (13+ messages)
` [PATCH 01/12] maple_tree: Remove unnecessary default labels from switch statements
` [PATCH 02/12] maple_tree: Make mas_erase() more robust
` [PATCH 03/12] maple_tree: Move debug check to __mas_set_range()
` [PATCH 04/12] maple_tree: Add end of node tracking to the maple state
` [PATCH 05/12] maple_tree: Use cached node end in mas_next()
` [PATCH 06/12] maple_tree: Use cached node end in mas_destroy()
` [PATCH 07/12] maple_tree: Clean up inlines for some functions
` [PATCH 08/12] maple_tree: Separate ma_state node from status
` [PATCH 09/12] maple_tree: Remove mas_searchable()
` [PATCH 10/12] maple_tree: Use maple state end for write operations
` [PATCH 11/12] maple_tree: Don't find node end in mtree_lookup_walk()
` [PATCH 12/12] maple_tree: mtree_range_walk() clean up

[PATCH v8 0/3] riscv: Add remaining module relocations and tests
 2023-11-01 17:11 UTC  (6+ messages)
` [PATCH v8 1/3] riscv: Avoid unaligned access when relocating modules
` [PATCH v8 2/3] riscv: Add remaining module relocations
` [PATCH v8 3/3] riscv: Add tests for riscv module loading

[PATCH] mm, memcg: avoid recycling when there is no more recyclable memory
 2023-11-01 16:16 UTC  (2+ messages)

[PATCH 00/10] Handle set_memory_XXcrypted() errors
 2023-11-01 14:40 UTC  (8+ messages)
` [PATCH 04/10] swiotlb: Use free_decrypted_pages()

[syzbot] [mm?] general protection fault in hugetlb_vma_lock_write
 2023-11-01 14:27 UTC  (4+ messages)
` [PATCH] mm/hugetlb: fix null ptr defer "

[linux-next:master 15829/16064] fs/bcachefs/disk_groups.c:534:6: warning: no previous declaration for 'bch2_target_to_text_sb'
 2023-11-01 10:56 UTC 

[PATCH V1 0/1] sched/numa: Fix mm numa_scan_seq based unconditional scan
 2023-11-01 10:31 UTC  (4+ messages)
` [PATCH V1 1/1] "

[PATCH] mm: page_alloc: unreserve highatomic page blocks before oom
 2023-11-01  9:41 UTC  (7+ messages)

[linux-next:master 15829/16064] fs/bcachefs/disk_groups.c:534:6: warning: no previous prototype for 'bch2_target_to_text_sb'
 2023-11-01  8:30 UTC 

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-01  8:08 UTC  (2+ messages)

[PATCH] .mailmap: Add address mapping for Tomeu Vizoso
 2023-11-01  6:44 UTC  (2+ messages)

[PATCH] mm: huge_memory: batch tlb flush when splitting a pte-mapped THP
 2023-11-01  6:13 UTC  (3+ messages)

[v3 0/3] Reduce TLB flushes under some specific conditions
 2023-11-01  3:06 UTC  (5+ messages)
` [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration

[linux-next:master 15738/15964] htmldocs: Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
 2023-11-01  2:22 UTC 

[linux-next:master 9089/15964] drivers/gpu/drm/msm/adreno/a6xx_gmu.c:1562:undefined reference to `qmp_put'
 2023-11-01  2:12 UTC 

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-11-01  0:45 UTC  (4+ messages)

[PATCH v3 0/1] mm: report per-page metadata information
 2023-10-31 22:38 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v7 0/3] riscv: Add remaining module relocations and tests
 2023-10-31 20:06 UTC  (8+ messages)
` [PATCH v7 1/3] riscv: Avoid unaligned access when relocating modules
` [PATCH v7 2/3] riscv: Add remaining module relocations

NUMA + THP test suites?
 2023-10-31 17:52 UTC  (3+ messages)

[PATCH v2] kpageflags: respect folio head-page flag placement
 2023-10-31  9:13 UTC  (5+ messages)

[PATCH] mm/damon/sysfs: update monitoring target regions for online input commit
 2023-10-31 17:01 UTC 

[linux-next:master 14769/15220] drivers/pci/hotplug/acpiphp_ampere_altra.c:63:75: warning: suggest parentheses around arithmetic in operand of '|'
 2023-10-31 15:23 UTC  (2+ messages)

[linux-next:master 14482/15964] sound/soc/amd/acp/acp-legacy-common.c:392:19: error: implicit declaration of function 'acpi_find_child_device'; did you mean 'acpi_match_device'?
 2023-10-31 15:09 UTC 

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-31 13:55 UTC  (10+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing


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).