linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-01  3:27 UTC 

[PATCH v3 1/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-01  3:22 UTC  (3+ messages)

[PATCH V3 0/3] add max arg to swappiness in memory.reclaim and lru_gen
 2025-05-01  1:56 UTC  (4+ messages)
` [PATCH V3 2/3] mm: add max swappiness arg to lru_gen for anonymous memory only
    ` [External] "

[PATCH v9 00/19] zswap compression batching
 2025-05-01  1:40 UTC  (22+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
` [PATCH v9 02/19] crypto: acomp - Reinstate non-chained crypto_acomp_[de]compress()
` [PATCH v9 03/19] Revert "crypto: testmgr - Add multibuffer acomp testing"
` [PATCH v9 04/19] crypto: scomp - Fix off-by-one bug when calculating last page
` [PATCH v9 05/19] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v9 06/19] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v9 07/19] crypto: iaa - Define and use req->data instead of req->base.data
` [PATCH v9 08/19] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v9 09/19] crypto: iaa - CRYPTO_ACOMP_REQ_POLL acomp_req flag for sequential vs. parallel
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v9 11/19] crypto: iaa - Implement crypto_acomp batching interfaces for Intel IAA
` [PATCH v9 12/19] crypto: iaa - Enable async mode and make it the default
` [PATCH v9 13/19] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v9 14/19] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v9 15/19] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v9 16/19] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v9 17/19] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v9 18/19] mm: zswap: zswap_store() will process a folio in batches
` [PATCH v9 19/19] mm: zswap: Batched zswap_compress() with compress batching of large folios

[RFC Patch 0/5] Make anon_vma operations testable
 2025-05-01  1:31 UTC  (13+ messages)
` [RFC Patch 2/5] anon_vma: add skeleton code for userland testing of anon_vma logic

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-05-01  1:18 UTC  (8+ messages)
` [RFC PATCH v2 01/10] "

[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
 2025-05-01  0:40 UTC  (22+ messages)
` [RFC PATCH 1/4] mm: move hugepage_global_{enabled,always}() to internal.h

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-30 23:43 UTC  (3+ messages)
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem

[PATCH v2 1/1] man/man2/ioctl_userfaultfd.2, UFFDIO_MOVE.2const: Add UFFDIO_MOVE page
 2025-04-30 23:23 UTC  (4+ messages)

an idea concerning i_mmap_rwsem vs fork/exec/exit
 2025-04-30 22:56 UTC 

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-04-30 22:49 UTC  (5+ messages)

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-30 22:23 UTC  (6+ messages)

[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
 2025-04-30 21:58 UTC  (12+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback
` [RFC PATCH 2/3] mm: secretmem: convert to .mmap_proto() hook
` [RFC PATCH 3/3] mm/vma: remove mmap() retry merge

[PATCH 0/2] mm/gup: Cleanup memfd_pin_folios()
 2025-04-30 21:49 UTC  (5+ messages)
` [PATCH 1/2] mm/gup: Remove unnecessary check in memfd_pin_folios()
` [PATCH 2/2] mm/gup: Remove page_folio() "

[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-30 21:42 UTC  (5+ messages)
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm

[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-04-30 21:35 UTC  (18+ messages)
` [PATCH v8 01/13] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v8 02/13] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v8 03/13] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v8 04/13] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v8 05/13] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
` [PATCH v8 07/13] KVM: Fix comments that refer to slots_lock
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v8 09/13] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v8 10/13] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v8 11/13] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v8 12/13] KVM: x86: KVM_X86_SW_PROTECTED_VM to support guest_memfd shared memory
` [PATCH v8 13/13] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH 0/1] mm: Fix regression after THP PTE optimization on Xen PV Dom0
 2025-04-30 21:25 UTC  (17+ messages)
` [PATCH 1/1] mm: Fix folio_pte_batch() overcount with zero PTEs

[PATCH V5 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-04-30 21:21 UTC  (5+ messages)
` [PATCH V5 1/2] mm: Add folio_expected_ref_count() for reference count calculation
` [PATCH V5 2/2] jfs: implement migrate_folio for jfs_metapage_aops
` [syzbot] [mm?] WARNING in move_to_new_folio

[PATCH v8 00/14] zswap IAA compress batching
 2025-04-30 21:15 UTC  (12+ messages)
` [PATCH v8 13/14] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios

[PATCH v3 0/6] mm, swap: clean up swap cache mapping helper
 2025-04-30 21:11 UTC  (14+ messages)
` [PATCH v3 1/6] fuse: drop usage of folio_index
` [PATCH v3 2/6] btrfs: "
` [PATCH v3 3/6] f2fs: "
` [PATCH v3 4/6] filemap: do not use folio_contains for swap cache folios
` [PATCH v3 5/6] mm: move folio_index to mm/swap.h and remove no longer needed helper
` [PATCH v3 6/6] mm, swap: remove no longer used swap mapping helper

[PATCH 0/3] mm: kmemleak: small cleanup
 2025-04-30 21:06 UTC  (5+ messages)
` [PATCH 1/3] mm: kmemleak: drop kmemleak_warning variable
` [PATCH 2/3] mm: kmemleak: drop wrong comment
` [PATCH 3/3] mm: kmemleak: mark variables as __read_mostly

[PATCH v5 00/12] khugepaged: mTHP support
 2025-04-30 20:51 UTC  (15+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for mTHP support
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH v5 0/4] mm: introduce THP deferred setting
 2025-04-30 20:40 UTC  (10+ messages)
` [PATCH v5 1/4] mm: defer THP insertion to khugepaged
` [PATCH v5 2/4] mm: document (m)THP defer usage
` [PATCH v5 3/4] khugepaged: add defer option to mTHP options
` [PATCH v5 4/4] selftests: mm: add defer to thp setting parser

[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
 2025-04-30 20:09 UTC  (2+ messages)

[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled
 2025-04-30 19:53 UTC  (3+ messages)

[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
 2025-04-30 19:49 UTC  (5+ messages)

list_del corruption ... kernel BUG at lib/list_debug.c:62!
 2025-04-30 19:17 UTC  (3+ messages)
    ` Bug#1101944: "

[PATCH 2/3] lib/tests: Add randstruct KUnit test
 2025-04-30 18:56 UTC  (2+ messages)

BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
 2025-04-30 16:24 UTC  (4+ messages)

[PATCH] memcg: multi-memcg percpu charge cache
 2025-04-30 15:32 UTC  (7+ messages)

[PATCH 0/4] memcg: decouple memcg and objcg stocks
 2025-04-30 15:11 UTC  (12+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
` [PATCH 3/4] memcg: completely decouple memcg and obj stocks
` [PATCH 4/4] memcg: no irq disable for memcg stock lock

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-04-30 14:59 UTC  (6+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH rfc 00/12] mm: BPF OOM
 2025-04-30 14:53 UTC  (6+ messages)
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-04-30 14:49 UTC  (5+ messages)
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH RFC 08/28] mm: vmscan: refactor move_folios_to_lru()

SNP guest crash in memblock with unaccepted memory
 2025-04-30 14:39 UTC  (4+ messages)

[PATCH v2 0/7] Optimize mprotect for large folios
 2025-04-30 14:37 UTC  (13+ messages)
` [PATCH v2 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit

[RFC] optimize cost of inter-process communication
 2025-04-30 14:03 UTC  (3+ messages)

[PATCH v3 0/6] Support large folios for tmpfs
 2025-04-30 13:24 UTC  (6+ messages)
` [PATCH v3 3/6] mm: shmem: add large folio support "
  ` [REGRESSION] "

[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
 2025-04-30 13:14 UTC  (5+ messages)
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()
  ` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()g
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe

[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in shmem_fault (6)
 2025-04-30 13:02 UTC  (2+ messages)
` [syzbot] [mm] "

[PATCH v4] mm: add zblock allocator
 2025-04-30 12:27 UTC  (4+ messages)

[PATCH v3] sched/numa: add statistics of numa balance task migration
 2025-04-30 10:36 UTC 

[PATCH v7 00/13] nommu UML
 2025-04-30  9:51 UTC  (4+ messages)

[PATCH v2 0/3] Implement numa node notifier
 2025-04-30  9:02 UTC  (10+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes

WARNING in __folio_mark_dirty
 2025-04-30  8:39 UTC 

[bug report] memcg: multi-memcg percpu charge cache - fix 2
 2025-04-30  8:25 UTC  (2+ messages)

[PATCH v3 0/4] mm/hugetlb: Let unmap_hugepage_range() and
 2025-04-30  8:09 UTC  (9+ messages)
` [PATCH v3 1/4] mm/hugetlb: Pass folio instead of page to unmap_ref_private()
` [PATCH v3 2/4] mm/hugetlb: Refactor unmap_hugepage_range() to take folio instead of page
` [PATCH v3 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v3 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()

[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
 2025-04-30  7:48 UTC  (3+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions

page:  |  | latest

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