linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 14:00:58 to 2025-08-01 11:21:13 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-08-01 11:20 UTC  (6+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH] selftests/mm: link with thp_settings when necessary
 2025-08-01 11:14 UTC  (3+ messages)

[v2 00/11] THP support for zone device page migration
 2025-08-01 11:10 UTC  (29+ messages)
` [v2 02/11] mm/thp: zone_device awareness in THP handling code

[PATCH v2 1/2] mm: limit the scope of vma_start_read()
 2025-08-01 11:00 UTC  (7+ messages)
` [PATCH v2 2/2] mm: change vma_start_read() to drop RCU lock on failure

[PATCH v2] kho: add test for kexec handover
 2025-08-01 11:00 UTC  (2+ messages)

[PATCH 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-01 10:54 UTC  (5+ messages)
` [PATCH 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[syzbot] [bpf?] WARNING in trace_suspend_resume
 2025-08-01 10:43 UTC  (4+ messages)
` [syzbot] [mm?] "

[PATCH 1/2] mm: limit the scope of vma_start_read()
 2025-08-01 10:41 UTC  (5+ messages)
` [PATCH 2/2] mm: change vma_start_read() to drop RCU lock on failure

[PATCH v2 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-01 10:32 UTC  (16+ messages)
` [PATCH v2 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v2 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH v2 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v2 4/5] selftests: prctl: introduce tests for disabling THPs completely

[PATCH v2] kasan: disable kasan_strings() kunit test when CONFIG_FORTIFY_SOURCE enabled
 2025-08-01 10:30 UTC  (4+ messages)

[PATCH v14 0/4] support large align and nid in Rust allocators
 2025-08-01 10:22 UTC  (3+ messages)
` [PATCH v14 2/4] mm/slub: allow to set node and align in k[v]realloc

Realtime threads delayed due to kcompactd0
 2025-08-01  9:58 UTC  (5+ messages)

[PATCH] tools/testing/vma: Fix function parameter declarations for GCC 8.3 compatibility
 2025-08-01  9:48 UTC  (13+ messages)

[PATCH] mm:slub:avoid wake up kswapd in set_track_prepare
 2025-08-01  9:33 UTC  (2+ messages)

[PATCH v2] mempolicy: Clarify what zone reclaim means
 2025-08-01  9:04 UTC  (4+ messages)

[PATCH 0/4] Increase the number of bits available in page_type
 2025-08-01  8:13 UTC  (6+ messages)
` [PATCH 3/4] mm: Support only one page_type per page

[PATCH v2] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages
 2025-08-01  8:12 UTC  (5+ messages)

[PATCH v2 1/1] userfaultfd: fix a crash when UFFDIO_MOVE handles a THP hole
 2025-08-01  7:21 UTC  (3+ messages)

[PATCH] selftests/mm: pass filename as input param to VM_PFNMAP tests
 2025-08-01  7:14 UTC  (2+ messages)

[PATCH v1 net-next 00/13] net-memcg: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-01  7:00 UTC  (5+ messages)
` [PATCH v1 net-next 13/13] net-memcg: Allow decoupling memcg from global protocol memory accounting

[PATCHv9 04/16] x86/cpu: Defer CR pinning setup until core initcall
 2025-08-01  4:43 UTC  (8+ messages)
  ` [PATCHv9 02/16] x86/alternatives: Disable LASS when patching kernel alternatives

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-01  4:36 UTC  (25+ messages)
` [PATCH v11 01/24] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v11 02/24] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v11 03/24] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v11 04/24] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v11 05/24] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v11 06/24] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v11 07/24] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v11 08/24] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v11 09/24] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v11 10/24] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v11 11/24] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v11 12/24] crypto: acomp - Add "void *kernel_data" in "struct acomp_req" for kernel users
` [PATCH v11 13/24] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v11 14/24] crypto: iaa - Enable async mode and make it the default
` [PATCH v11 15/24] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v11 16/24] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v11 17/24] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v11 18/24] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 20/24] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v11 21/24] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios

[RFC v2 0/4] add static huge zero folio support
 2025-08-01  4:30 UTC  (7+ messages)
` [RFC v2 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
` [RFC v2 2/4] mm: add static huge zero folio
` [RFC v2 3/4] mm: add largest_zero_folio() routine

[PATCH] mm/debug_vm_pgtable: clear page table entries at destroy_args()
 2025-08-01  2:40 UTC  (2+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-01  1:09 UTC  (29+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-01  0:21 UTC  (11+ messages)
` [RFC PATCH v1 01/10] mm: pass number of pages to __folio_start_writeback()
` [RFC PATCH v1 02/10] mm: pass number of pages to __folio_end_writeback()
` [RFC PATCH v1 03/10] mm: add folio_end_writeback_pages() helper
` [RFC PATCH v1 04/10] mm: pass number of pages dirtied to __folio_mark_dirty()
` [RFC PATCH v1 05/10] mm: add filemap_dirty_folio_pages() helper
` [RFC PATCH v1 06/10] mm: add __folio_clear_dirty_for_io() helper
` [RFC PATCH v1 07/10] mm: add no_stats_accounting bitfield to wbc
` [RFC PATCH v1 08/10] mm: refactor clearing dirty stats into helper function
` [RFC PATCH v1 09/10] mm: add clear_dirty_for_io_stats() helper
` [RFC PATCH v1 10/10] iomap: add granular dirty and writeback accounting

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-08-01  0:01 UTC  (3+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[GIT PULL] MM updates for 6.17-rc1
 2025-07-31 23:47 UTC  (2+ messages)

[PATCH] mm: delay oom_reaper only for the process using robust-futex
 2025-07-31 22:28 UTC  (3+ messages)

[PATCH v2 1/2] mm/damon: Move has filter to ops-common
 2025-07-31 22:04 UTC  (3+ messages)

[PATCH v2 2/2] mm/damon: Add damos_stat support for vaddr
 2025-07-31 22:03 UTC  (3+ messages)

[PATCH] kho: add test for kexec handover
 2025-07-31 21:27 UTC  (2+ messages)

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-07-31 20:48 UTC  (12+ messages)

[PATCH] mm/nommu: convert kobjsize() to folios
 2025-07-31 20:26 UTC 

[PATCH] mempolicy: Clarify what RECLAIM_ZONE means
 2025-07-31 18:45 UTC  (2+ messages)

[RFC PATCH] mm/zswap: store compression failed page as-is
 2025-07-31 18:16 UTC  (5+ messages)

[PATCH mm-stable] mm: mempool: fix crash in mempool_free() for zero-minimum pools
 2025-07-31 18:14 UTC 

[PATCH] mm/damon: update expired description of damos_action
 2025-07-31 17:58 UTC  (2+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-31 17:37 UTC  (7+ messages)

[Linux Memory Hotness and Promotion] Notes from July 17, 2025
 2025-07-31 17:31 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 84b92a499e7eca54ba1df6f6c6e01766025943f1
 2025-07-31 17:14 UTC 

[RFC PATCH] mm/zswap: store compression failed page as-is
 2025-07-31 16:56 UTC  (2+ messages)

[RFC PATCH] mm/zswap: store compression failed page as-is
 2025-07-31 16:43 UTC  (2+ messages)

[RFC PATCH] mm/zswap: store compression failed page as-is
 2025-07-31 16:43 UTC  (2+ messages)

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-07-31 16:39 UTC  (11+ messages)
` [PATCH v2 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v2 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v2 3/8] selftests: kselftest.h: Add __unused macro
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v2 5/8] selftests/mm: Remove unused parameters
` [PATCH v2 6/8] selftests/mm: Mark unused arguments with __unused
` [PATCH v2 7/8] "
` [PATCH v2 8/8] selftests/mm: Fix unused parameter warnings for different architectures

[v2 03/11] mm/migrate_device: THP migration of zone device pages
 2025-07-31 16:19 UTC  (2+ messages)

[PATCH v2 0/3] zram: support asynchronous writeback
 2025-07-31 15:29 UTC  (5+ messages)
` [PATCH v2 2/3] zram: add async writeback infrastructure
` [PATCH v2 3/3] zram: enable asynchronous writeback

[PATCH 1/1] userfaultfd: fix a crash when UFFDIO_MOVE handles a THP hole
 2025-07-31 15:08 UTC  (5+ messages)

[PATCH v2] mm: shmem: fix the shmem large folio allocation for the i915 driver
 2025-07-31 14:50 UTC  (2+ messages)

[PATCH] mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTE
 2025-07-31 14:44 UTC 

[PATCH] mm/userfaultfd: fix missing PTE unmap for non-migration entries
 2025-07-31 14:07 UTC  (8+ messages)

[tip:locking/futex] [futex] 56180dd20c: BUG:sleeping_function_called_from_invalid_context_at_kernel/nsproxy.c
 2025-07-31 14:03 UTC  (9+ messages)


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