Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-17 23:46:46 to 2024-04-18 22:08:52 UTC [more...]

[PATCH v6 0/4] Memory management patches needed by Rust Binder
 2024-04-18 22:08 UTC  (14+ messages)
` [PATCH v6 1/4] rust: uaccess: add userspace pointers
` [PATCH v6 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v6 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v6 4/4] rust: add abstraction for `struct page`

[PATCH vhost 3/6] virtio_net: replace private by pp struct inside page
 2024-04-18 21:56 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.9-rc5
 2024-04-18 21:43 UTC 

[PATCH v1 0/3] cgroup/rstat: global cgroup_rstat_lock changes
 2024-04-18 21:32 UTC  (20+ messages)
` [PATCH v1 1/3] cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints
` [PATCH v1 2/3] cgroup/rstat: convert cgroup_rstat_lock back to mutex
` [PATCH v1 3/3] cgroup/rstat: introduce ratelimited rstat flushing

[linux-next:pending-fixes] BUILD SUCCESS cc03b7dd51790d2dcafe8d1a3c763719c0cd5d58
 2024-04-18 21:04 UTC 

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-18 21:01 UTC  (13+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH 0/2] mm/hugetlb: a few fixup patches for hugetlb
 2024-04-18 20:38 UTC  (7+ messages)
` [PATCH 1/2] mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
` [PATCH 2/2] mm/hugetlb: fix unable to handle page fault for address dead000000000108

[PATCH v10 0/5] Introduce mseal
 2024-04-18 20:19 UTC  (4+ messages)

[PATCH v9 rebase on mm-unstable 0/8] Reduce tlb and interrupt numbers over 90% by improving folio migration
 2024-04-18 20:17 UTC  (10+ messages)
` [PATCH v9 rebase on mm-unstable 1/8] x86/tlb: add APIs manipulating tlb batch's arch data
` [PATCH v9 rebase on mm-unstable 2/8] arm64: tlbflush: "
` [PATCH v9 rebase on mm-unstable 3/8] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [PATCH v9 rebase on mm-unstable 4/8] x86/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [PATCH v9 rebase on mm-unstable 5/8] mm: separate move/undo parts from migrate_pages_batch()
` [PATCH v9 rebase on mm-unstable 6/8] mm: buddy: make room for a new variable, mgen, in struct page
` [PATCH v9 rebase on mm-unstable 7/8] mm: add folio_put_mgen() to deliver migrc's generation number to pcp or buddy
` [PATCH v9 rebase on mm-unstable 8/8] mm: defer tlb flush until the source folios at migration actually get used

[REGRESSION] Null pointer dereference while shrinking zswap
 2024-04-18 20:09 UTC  (10+ messages)

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-18 19:57 UTC  (4+ messages)
` [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating private pages

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-18 19:53 UTC  (9+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-18 19:41 UTC  (27+ messages)
` [PATCH v13 01/26] [TEMP] x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
` [PATCH v13 02/26] [TEMP] x86/cc: Add cc_platform_set/_clear() helpers
` [PATCH v13 03/26] [TEMP] x86/CPU/AMD: Track SNP host status with cc_platform_*()
` [PATCH v13 04/26] KVM: guest_memfd: Fix PTR_ERR() handling in __kvm_gmem_get_pfn()
` [PATCH v13 05/26] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v13 06/26] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v13 07/26] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v13 08/26] KVM: SEV: Add initial SEV-SNP support
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v13 11/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v13 12/26] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v13 13/26] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v13 14/26] KVM: SEV: Add support to handle "
` [PATCH v13 15/26] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v13 16/26] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v13 17/26] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v13 18/26] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v13 19/26] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v13 20/26] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v13 21/26] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v13 22/26] KVM: SVM: Add module parameter to enable SEV-SNP
` [PATCH v13 23/26] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v13 24/26] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v13 25/26] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v13 26/26] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 19:44 UTC  (11+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

[RFC PATCH v2 0/2] mm: convert mm's rss stats to use atomic mode
 2024-04-18 19:40 UTC  (4+ messages)
` [RFC PATCH v2 1/2] percpu_counter: introduce atomic mode for percpu_counter
` [RFC PATCH v2 2/2] mm: convert mm's rss stats to use atomic mode

[linux-next:master] BUILD REGRESSION 7b4f2bc91c15fdcf948bb2d9741a9d7d54303f8d
 2024-04-18 19:22 UTC 

[PATCH] fstests: add fsstress + compaction test
 2024-04-18 19:01 UTC  (7+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in __vma_reservation_common
 2024-04-18 18:45 UTC  (4+ messages)

[PATCH 6/8] mm/swap: get the swap file offset directly
 2024-04-18 18:43 UTC  (2+ messages)

[PATCH 8/8] mm/swap: reduce swap cache search space
 2024-04-18 18:21 UTC  (3+ messages)

[PATCH v2] memblock: add no-map alloc functions
 2024-04-18 18:03 UTC  (5+ messages)

[PATCH] selftests: mm: restore settings from only parent process
 2024-04-18 17:25 UTC  (3+ messages)

[linux-next:master 1892/6937] kismet: WARNING: unmet direct dependencies detected for PHY_FSL_SAMSUNG_HDMI_PHY when selected by DRM_IMX8MP_DW_HDMI_BRIDGE
 2024-04-18 17:17 UTC 

[PATCH v2] mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
 2024-04-18 16:32 UTC  (2+ messages)

[PATCH 0/5] mm: code and data partitioning improvements
 2024-04-18 15:52 UTC  (4+ messages)
` [PATCH 1/5] mm: allow arch refinement/skip for vmap alloc

[PATCH v1] mm/huge_memory: improve split_huge_page_to_list_to_order() return value documentation
 2024-04-18 15:18 UTC 

[PATCH v1 04/18] mm: track mapcount of large folios in single value
 2024-04-18 15:09 UTC  (3+ messages)

[PATCH net-next v10 00/10] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-18 14:56 UTC  (13+ messages)
` [PATCH net-next v10 01/10] net: intel: introduce {,Intel} Ethernet common library
` [PATCH net-next v10 02/10] iavf: kill "legacy-rx" for good
` [PATCH net-next v10 03/10] iavf: drop page splitting and recycling
` [PATCH net-next v10 04/10] slab: introduce kvmalloc_array_node() and kvcalloc_node()
` [PATCH net-next v10 05/10] page_pool: constify some read-only function arguments
` [PATCH net-next v10 06/10] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v10 07/10] libeth: add Rx buffer management
` [PATCH net-next v10 08/10] iavf: pack iavf_ring more efficiently
` [PATCH net-next v10 09/10] iavf: switch to Page Pool
` [PATCH net-next v10 10/10] MAINTAINERS: add entry for libeth and libie

[PATCH] mm: swapfile: check usable swap device in __folio_throttle_swaprate()
 2024-04-18 13:56 UTC 

[PATCH v10 0/4] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-18 13:44 UTC  (5+ messages)
` [PATCH v10 1/4] mm/madvise: introduce clear_young_dirty_ptes() batch helper
` [PATCH v10 2/4] mm/arm64: override "
` [PATCH v10 3/4] mm/memory: add any_dirty optional pointer to folio_pte_batch()
` [PATCH v10 4/4] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-18 13:09 UTC  (8+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH v9 0/4] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-18 12:48 UTC  (12+ messages)
` [PATCH v9 1/4] mm/madvise: introduce clear_young_dirty_ptes() batch helper
` [PATCH v9 2/4] mm/arm64: override "
` [PATCH v9 3/4] mm/memory: add any_dirty optional pointer to folio_pte_batch()
` [PATCH v9 4/4] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

[PATCH v3 00/11] Some cleanups for memory-failure
 2024-04-18 12:31 UTC  (11+ messages)
` [PATCH v3 04/11] mm: Make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
` [PATCH v3 05/11] mm/memory-failure: Convert shake_page() to shake_folio()
` [PATCH v3 07/11] mm/memory-failure: Convert memory_failure() to use a folio
` [PATCH v3 10/11] mm/memory-failure: Use folio functions throughout collect_procs()
` [PATCH v3 11/11] mm/memory-failure: Pass the folio to collect_procs_ksm()

[PATCH 0/3] Improve memory statistics for virtio balloon
 2024-04-18 11:49 UTC  (6+ messages)
` [PATCH 1/3] virtio_balloon: introduce oom-kill invocations
` [PATCH 2/3] virtio_balloon: introduce memory allocation stall counter
` [PATCH 3/3] virtio_balloon: introduce memory scan/reclaim info

[PATCH] mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
 2024-04-18 11:04 UTC  (4+ messages)

[PATCH] mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
 2024-04-18 10:44 UTC  (5+ messages)

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-18 10:19 UTC  (14+ messages)
` [PATCH 2/8] nilfs2: drop usage of page_index
` [PATCH 4/8] ceph: "
` [PATCH 7/8] mm: drop page_index/page_file_offset and convert swap helpers to use folio

[PATCH v2 0/1] slub: limit number of slabs to scan in count_partial()
 2024-04-18 10:01 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-18  9:55 UTC  (23+ messages)
` [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache

[PATCH net-next v2 09/15] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
 2024-04-18  9:39 UTC  (5+ messages)

selftests: mm: seal_elf.c:140:45: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'char (*)[5]' [-Wformat=]
 2024-04-18  9:37 UTC 

[PATCH 1/6] mm/memblock: reduce the two round insertion of memblock_add_range()
 2024-04-18  9:02 UTC  (6+ messages)
` [PATCH 2/6] memblock tests: add the 129th memory block at all possible position

[syzbot] [mm?] KMSAN: kernel-infoleak in bpf_probe_write_user
 2024-04-18  7:58 UTC  (6+ messages)

[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-18  6:55 UTC  (2+ messages)

[PATCH 1/1] mm/vmscan: avoid split PMD-mapped THP during shrink_folio_list()
 2024-04-18  6:40 UTC  (3+ messages)

[syzbot] [fs?] [mm?] KCSAN: data-race in __filemap_remove_folio / folio_mapping (2)
 2024-04-18  4:27 UTC  (3+ messages)

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-04-18  2:32 UTC  (5+ messages)
` [PATCH v1 04/11] mm: migrate: remove migrate_folio_extra()

Advice on cgroup rstat lock
 2024-04-18  2:04 UTC  (11+ messages)

[PATCH 0/3] mm/hugetlb: Fix missing hugetlb_lock for memcg resv uncharge
 2024-04-18  1:39 UTC  (4+ messages)
` [PATCH 1/3] fixup! mm: always initialise folio->_deferred_list

[PATCH tip:x86/mm v3 1/3] x86/mm: Use IPIs to synchronize LAM enablement
 2024-04-18  1:28 UTC  (3+ messages)
` [PATCH tip:x86/mm v3 2/3] x86/mm: Fix LAM inconsistency during context switch
` [PATCH tip:x86/mm v3 3/3] x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking

[PATCH v9 0/8] Reduce tlb and interrupt numbers over 90% by improving folio migration
 2024-04-18  0:20 UTC  (4+ messages)
` [PATCH v9 7/8] mm: add folio_put_mgen() to deliver migrc's generation number to pcp or buddy

[PATCH v8 0/3] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-18  0:18 UTC  (6+ messages)
` [PATCH v8 3/3] mm/madvise: optimize "


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 read-only IMAP folder(s) and NNTP newsgroup(s).