messages from 2025-05-08 19:17:20 to 2025-05-09 17:10:36 UTC [more...]
[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
2025-05-09 17:10 UTC (27+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c
[PATCH 0/1] prctl: allow overriding system THP policy to always
2025-05-09 16:46 UTC (17+ messages)
` [PATCH 1/1] prctl: allow overriding system THP policy to always per process
[RFC] Add per-socket weight support for multi-socket systems in weighted interleave
2025-05-09 16:29 UTC (7+ messages)
[PATCH v2] alloc_tag: check mem_profiling_support in alloc_tag_init
2025-05-09 16:11 UTC (2+ messages)
[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-09 16:01 UTC (22+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
` [PATCH v3 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v3 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v3 4/4] mm/page_isolation: remove migratetype parameter from more functions
[PATCH v2] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
2025-05-09 15:55 UTC (2+ messages)
[PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time
2025-05-09 15:40 UTC (11+ messages)
[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
2025-05-09 15:28 UTC (4+ messages)
[PATCH v2 1/2] mm: khugepaged: convert set_huge_pmd() to take a folio
2025-05-09 15:01 UTC (4+ messages)
` [PATCH v2 2/2] mm: convert do_set_pmd() "
[RFC 00/19] Split netmem from struct page
2025-05-09 14:09 UTC (25+ messages)
` [RFC 01/19] netmem: rename struct net_iov to struct netmem_desc
` [RFC 02/19] netmem: introduce netmem alloc/put API to wrap page alloc/put API
` [RFC 03/19] page_pool: use netmem alloc/put API in __page_pool_alloc_page_order()
` [RFC 04/19] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [RFC 05/19] page_pool: use netmem alloc/put API in __page_pool_alloc_pages_slow()
` [RFC 06/19] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC 07/19] page_pool: use netmem alloc/put API in page_pool_return_netmem()
` [RFC 08/19] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC 09/19] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC 10/19] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC 11/19] mlx4: use netmem descriptor and API for page pool
` [RFC 12/19] netmem: introduce page_pool_recycle_direct_netmem()
` [RFC 13/19] page_pool: expand scope of is_pp_{netmem,page}() to global
` [RFC 14/19] mm: page_alloc: do not directly access page->pp_magic but use is_pp_page()
` [RFC 15/19] mlx5: use netmem descriptor and API for page pool
` [RFC 16/19] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC 17/19] netmem: remove __netmem_get_pp()
` [RFC 18/19] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC 19/19] mm, netmem: remove the page pool members in struct page
[PATCH v4 00/11] Perf improvements for hugetlb and vmalloc on arm64
2025-05-09 13:55 UTC (2+ messages)
[RFC PATCH v4 0/5] Readahead tweaks for larger folios
2025-05-09 13:52 UTC (8+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory
[akpm-mm:mm-new 337/348] mm/page_isolation.c:18:20: warning: function 'get_pageblock_isolate' is not needed and will not be emitted
2025-05-09 13:21 UTC
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-05-09 13:02 UTC (7+ messages)
[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
2025-05-09 12:47 UTC (11+ messages)
[PATCH v3] mm: mincore: use pte_batch_bint() to batch process large folios
2025-05-09 12:42 UTC (7+ messages)
[PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-09 12:13 UTC (4+ messages)
` [PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH v2 3/3] mm/vma: remove mmap() retry merge
[PATCH v2 0/5] fork: Page operation cleanups in the fork code
2025-05-09 11:16 UTC (10+ messages)
` [PATCH v2 3/5] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH v2 5/5] fork: zero vmap stack using clear_page() instead of memset()
[PATCH 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-09 10:59 UTC (13+ messages)
` [PATCH 1/3] mm: introduce new .mmap_prepare() file callback
` [PATCH 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [PATCH 3/3] mm/vma: remove mmap() retry merge
[PATCH v1] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
2025-05-09 10:47 UTC (7+ messages)
[PATCH v6 0/1] kasan: Avoid sleepable page allocation from atomic context
2025-05-09 10:05 UTC (3+ messages)
` [PATCH v6 1/1] "
Memory hotplug locking issue: Useless (?) zone span seqlock
2025-05-09 9:38 UTC (4+ messages)
[PATCH v2 0/2] Optimize mremap() for large folios
2025-05-09 9:26 UTC (5+ messages)
[PATCH 0/3] Optimize mremap() by PTE-batching
2025-05-09 9:16 UTC (7+ messages)
` [PATCH 2/3] mm: Add generic helper to hint a large folio
[RFC PATCH] MAINTAINERS: add mm reclaim section
2025-05-09 8:43 UTC (6+ messages)
[PATCH] mm: cma: Set early_pfn and bitmap as a union in cma_memrange
2025-05-09 8:35 UTC
[akpm-mm:mm-unstable 333/334] include/linux/mmzone.h:1816:8: warning: left shift count is negative
2025-05-09 7:48 UTC
[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
2025-05-09 7:46 UTC (18+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v8 02/17] memblock: Add support for scratch memory
` [PATCH v8 03/17] memblock: introduce memmap_init_kho_scratch()
` [PATCH v8 04/17] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v8 05/17] kexec: add KHO parsing support
` [PATCH v8 06/17] kexec: enable KHO support for memory preservation
` [PATCH v8 07/17] kexec: add KHO support to kexec file loads
` [PATCH v8 08/17] kexec: add config option for KHO
` [PATCH v8 09/17] arm64: add KHO support
` [PATCH v8 10/17] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v8 11/17] x86/kexec: add support for passing kexec handover (KHO) data
` [PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M
` [PATCH v8 13/17] x86/boot: make sure KASLR does not step over KHO preserved memory
` [PATCH v8 14/17] x86/Kconfig: enable kexec handover for 64 bits
` [PATCH v8 15/17] memblock: add KHO support for reserve_mem
` [PATCH v8 16/17] Documentation: add documentation for KHO
` [PATCH v8 17/17] Documentation: KHO: Add memblock bindings
[PATCH] fork: define a local GFP_VMAP_STACK
2025-05-09 7:25 UTC
[PATCH v3 0/3] fork: Page operation cleanups in the fork code
2025-05-09 6:29 UTC (4+ messages)
` [PATCH v3 1/3] fork: Clean-up ifdef logic around stack allocation
` [PATCH v3 2/3] fork: Clean-up naming of vm_stack/vm_struct variables in vmap stacks code
` [PATCH v3 3/3] fork: check charging success before zeroing stack
[PATCH] memblock: Accept allocated memory before use in memblock_double_array()
2025-05-09 6:04 UTC (2+ messages)
[PATCH] alloc_tag: avoid mem alloc and iter reset when reading allocinfo
2025-05-09 5:53 UTC (5+ messages)
` [PATCH 2/2] alloc_tag: keep codetag iterator cross read() calls
[PATCH] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-09 5:47 UTC (3+ messages)
[PATCH 0/6] mm: Reentrant kmalloc
2025-05-09 1:03 UTC (3+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-05-09 0:42 UTC (2+ messages)
[PATCH] alloc_tag: check mem_profiling_support in alloc_tag_init
2025-05-08 23:11 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION f48887a98b78880b7711aca311fbbbcaad6c4e3b
2025-05-08 22:13 UTC
[PATCH v2] mm: userfaultfd: correct dirty flags set for both present and swap pte
2025-05-08 22:09 UTC
[PATCH RFC] mm: userfaultfd: correct dirty flags set for both present and swap pte
2025-05-08 22:00 UTC (5+ messages)
[RESEND PATCH v9 00/19] zswap compression batching
2025-05-08 21:20 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 v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
2025-05-08 20:25 UTC (6+ messages)
` [PATCH v16 8/9] task: rust: rework how current is accessed
[PATCH v9 00/19] zswap compression batching
2025-05-08 19:30 UTC (4+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
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).