messages from 2025-04-30 15:41:27 to 2025-05-01 16:39:24 UTC [more...]
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-01 16:38 UTC
[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
2025-05-01 16:28 UTC (9+ messages)
[syzbot] [mm?] BUG: Bad page state in page_cache_ra_order
2025-05-01 16:23 UTC
[PATCH v5 00/12] khugepaged: mTHP support
2025-05-01 16:15 UTC (11+ messages)
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
2025-05-01 16:12 UTC (2+ messages)
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-05-01 15:50 UTC (6+ messages)
[PATCH] mm: Add Kcompressd for accelerated memory compression
2025-05-01 15:50 UTC (8+ messages)
[PATCH v2 1/2] driver/base: Optimize memory block registration to reduce boot time
2025-05-01 15:15 UTC (10+ messages)
` [PATCH v2 2/2] driver/base: Remove unused functions
[RFC Patch 0/5] Make anon_vma operations testable
2025-05-01 14:45 UTC (15+ 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 14:38 UTC (10+ messages)
` [RFC PATCH v2 01/10] "
[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
2025-05-01 14:33 UTC (20+ 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] mm: Add ARCH_FORCE_PAGE_BLOCK_ORDER to select page block order
2025-05-01 14:24 UTC (2+ messages)
[PATCH v2 1/1] man/man2/ioctl_userfaultfd.2, UFFDIO_MOVE.2const: Add UFFDIO_MOVE page
2025-05-01 13:14 UTC (6+ messages)
[PATCH v2 0/7] Optimize mprotect for large folios
2025-05-01 12:58 UTC (7+ messages)
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
list_del corruption ... kernel BUG at lib/list_debug.c:62!
2025-05-01 12:52 UTC (4+ messages)
` Bug#1101944: "
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-01 12:46 UTC (7+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v2] madvise.2: update MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
2025-05-01 12:45 UTC (4+ messages)
[PATCH v4] mm: add zblock allocator
2025-05-01 12:41 UTC (5+ messages)
[PATCH V5 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
2025-05-01 12:37 UTC (3+ messages)
[akpm-mm:mm-unstable 272/272] fs/jfs/jfs_metapage.c:637: warning: Function parameter or struct member 'mapping' not described in 'metapage_migrate_folio'
2025-05-01 11:36 UTC (2+ messages)
[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled
2025-05-01 11:03 UTC (4+ messages)
[PATCH 0/3] mm: kmemleak: small cleanup
2025-05-01 10:42 UTC (8+ 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 v7 00/13] nommu UML
2025-05-01 10:40 UTC (5+ messages)
[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
2025-05-01 10:38 UTC (6+ messages)
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm
[PATCH v3 0/6] mm, swap: clean up swap cache mapping helper
2025-05-01 10:13 UTC (17+ 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 v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-01 9:53 UTC (20+ 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 v3 1/1] kasan: Avoid sleepable page allocation from atomic context
2025-05-01 9:04 UTC (4+ messages)
[PATCH 0/1] mm: Fix regression after THP PTE optimization on Xen PV Dom0
2025-05-01 7:45 UTC (13+ messages)
` [PATCH 1/1] mm: Fix folio_pte_batch() overcount with zero PTEs
[PATCH v3] sched/numa: add statistics of numa balance task migration
2025-05-01 7:00 UTC (2+ messages)
[PATCH v9 00/19] zswap compression batching
2025-05-01 5:09 UTC (23+ 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
[PATCH] mm/hugetlb: copy the CMA flag when demoting
2025-05-01 4:43 UTC
[PATCH v2 0/9] support ksm_stat showing at cgroup level
2025-05-01 4:17 UTC (10+ messages)
` [PATCH v2 1/9] memcontrol: rename mem_cgroup_scan_tasks()
` [PATCH v2 2/9] memcontrol: introduce the new mem_cgroup_scan_tasks()
` [PATCH v2 3/9] memcontrol: introduce ksm_stat at memcg-v2
` [PATCH v2 4/9] memcontrol: add ksm_zero_pages in cgroup/memory.ksm_stat
` [PATCH v2 5/9] memcontrol: add ksm_merging_pages "
` [PATCH v2 6/9] memcontrol: add ksm_profit "
` [PATCH v2 7/9] memcontrol-v1: add ksm_stat at memcg-v1
` [PATCH v2 8/9] Documentation: add ksm_stat description in cgroup-v1/memory.rst
` [PATCH v2 9/9] Documentation: add ksm_stat description in cgroup-v2.rst
[PATCH 0/6] mm: Reentrant kmalloc
2025-05-01 3:27 UTC (7+ messages)
` [PATCH 1/6] mm: Rename try_alloc_pages() to alloc_pages_nolock()
` [PATCH 2/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH 3/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH 4/6] locking/local_lock: Introduce local_lock_irqsave_check()
` [PATCH 5/6] mm: Allow GFP_ACCOUNT and GFP_COMP to be used in alloc_pages_nolock()
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[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] "
[RFC PATCH 0/4] mm, bpf: BPF based THP adjustment
2025-05-01 0:40 UTC (14+ messages)
[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
an idea concerning i_mmap_rwsem vs fork/exec/exit
2025-04-30 22:56 UTC
[DISCUSSION] Revisiting Slab Movable Objects
2025-04-30 22:23 UTC (6+ messages)
[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 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 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)
[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
2025-04-30 19:49 UTC (5+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).