linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-09-19  8:59 UTC  (13+ messages)

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-19  8:44 UTC  (4+ messages)
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[v5 05/15] mm/migrate_device: handle partially mapped folios during collection
 2025-09-19  8:36 UTC  (3+ messages)

[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
 2025-09-19  8:30 UTC  (2+ messages)

[PATCH mm-new v2 0/2] mm/khugepaged: optimize collapse candidate detection
 2025-09-19  8:26 UTC  (13+ messages)
` [PATCH mm-new v2 1/2] mm: make is_guard_pte_marker() available for hugepage collapse
` [PATCH mm-new v2 2/2] mm/khugepaged: abort collapse scan on guard PTEs

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:25 UTC  (2+ messages)

[PATCH v5 0/6] mm: split underused THPs
 2025-09-19  8:14 UTC  (9+ messages)
` [PATCH v5 2/6] mm: remap unused subpages to shared zeropage when splitting isolated thp

[PATCH v2 0/2] some cleanups for pageout()
 2025-09-19  8:00 UTC  (7+ messages)
` [PATCH v2 1/2] mm: vmscan: remove folio_test_private() check in pageout()

[Patch v2 0/2] mm_slot: fix the usage of mm_slot_entry
 2025-09-19  7:44 UTC  (7+ messages)
` [Patch v2 1/2] mm/ksm: get mm_slot by mm_slot_entry() when slot is !NULL
` [Patch v2 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-19  7:17 UTC  (7+ messages)

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-19  7:05 UTC  (51+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis

[RFC v1 0/4] Make KHO Stateless
 2025-09-19  6:58 UTC  (9+ messages)
` [RFC v1 1/4] kho: Introduce KHO page table data structures
` [RFC v1 2/4] kho: Adopt KHO page tables and remove serialization

[PATCH] mm/show_mem: update printk/pr_info messages and replace legacy printk(KERN_CONT ...) with pr_cont()
 2025-09-19  6:46 UTC  (2+ messages)

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-09-19  6:30 UTC  (9+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios
` [PATCH 2/2] mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-09-19  5:40 UTC  (9+ messages)
` [PATCH v5 1/8] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v5 2/8] mm: Actually mark kernel page table pages
` [PATCH v5 3/8] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v5 4/8] mm: Introduce pure page table freeing function
` [PATCH v5 5/8] x86/mm: Use pagetable_free()
` [PATCH v5 6/8] mm: Introduce deferred freeing for kernel page tables
` [PATCH v5 7/8] mm: Hook up Kconfig options for async page table freeing
` [PATCH v5 8/8] iommu/sva: Invalidate stale IOTLB entries for kernel address space

[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
 2025-09-19  5:13 UTC  (3+ messages)

[PATCH v2 16/16] kcov: update kcov to use mmap_prepare
 2025-09-19  5:10 UTC  (3+ messages)

[v6 00/15] mm: support device-private THP
 2025-09-19  5:01 UTC  (7+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 02/15] mm/huge_memory: add device-private THP support to PMD operations

[PATCH v2 0/8] mm: hugetlb: allocate frozen gigantic folio
 2025-09-19  5:00 UTC  (6+ messages)
` [PATCH v2 1/8] mm: page_alloc: optimize pfn_range_valid_contig()

[PATCH 1/1] fixup: alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
 2025-09-19  4:20 UTC  (4+ messages)

[PATCH 0/4] reparent the THP split queue
 2025-09-19  3:46 UTC  (5+ messages)
` [PATCH 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH 4/4] mm: thp: reparent the split queue during memcg offline

[PATCHv2] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
 2025-09-19  3:14 UTC  (2+ messages)

[PATCH 0/2] mm: Improve mlock tracking for large folios
 2025-09-19  2:52 UTC  (11+ messages)
` [PATCH 1/2] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCH 2/2] mm/rmap: Improve mlock tracking for large folios

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-19  2:49 UTC  (2+ messages)

[akpm-mm:mm-everything 254/254] kernel/kexec_handover.c:970:50: error: passing argument 1 of 'kho_restore_page' makes integer from pointer without a cast
 2025-09-19  2:37 UTC 

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-19  1:53 UTC  (14+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
 2025-09-19  1:50 UTC  (22+ messages)

[v5 01/15] mm/zone_device: support large zone device private folios
 2025-09-19  1:49 UTC  (2+ messages)

[linux-next:master] [slab] db93cdd664: BUG:kernel_NULL_pointer_dereference,address
 2025-09-19  1:39 UTC  (7+ messages)

[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
 2025-09-18 23:14 UTC  (5+ messages)
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-18 22:26 UTC  (8+ messages)
` [RFC Patch 1/7] kexec: Introduce multikernel support via kexec
` [RFC Patch 2/7] x86: Introduce SMP INIT trampoline for multikernel CPU bootstrap
` [RFC Patch 3/7] x86: Introduce MULTIKERNEL_VECTOR for inter-kernel communication
` [RFC Patch 4/7] kernel: Introduce generic multikernel IPI communication framework
` [RFC Patch 5/7] x86: Introduce arch_cpu_physical_id() to obtain physical CPU ID
` [RFC Patch 6/7] kexec: Implement dynamic kimage tracking
` [RFC Patch 7/7] kexec: Add /proc/multikernel interface for "

[RFC PATCH 00/12] CMA balancing
 2025-09-18 22:12 UTC  (4+ messages)

[PATCH v4 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-18 21:35 UTC  (14+ messages)
` [PATCH v4 01/15] docs/mm: add document for swap table

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-09-18 21:10 UTC  (9+ messages)
` [PATCH v8 5/5] arm64: kprobes: call set_memory_rox() for kprobe page

[PATCH v2 0/7] vma count: fixes, test and improvements
 2025-09-18 20:59 UTC  (34+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 2/7] mm/selftests: add max_vma_count tests
` [PATCH v2 3/7] mm: introduce vma_count_remaining()
` [PATCH v2 4/7] mm: rename mm_struct::map_count to vma_count
` [PATCH v2 5/7] mm: harden vma_count against direct modification
` [PATCH v2 6/7] mm: add assertion for VMA count limit
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-18 20:22 UTC  (9+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH RESEND] maple: fix incorrect rewinding in mas_empty_area_rev
 2025-09-18 20:20 UTC 

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-18 18:43 UTC  (15+ messages)
` [RFC][PATCH v3 09/16] genirq/irqdesc: Have nr_irqs as non-static

[PATCH] mm/memory_hotplug: fix typo 'esecially' -> 'especially'
 2025-09-18 17:45 UTC 

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-09-18 17:31 UTC  (6+ messages)

[PATCH] kho: only fill kimage if KHO is finalized
 2025-09-18 17:06 UTC 

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-18 15:52 UTC  (3+ messages)
` [PATCH v5 04/19] x86: Add arch specific kasan functions

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2025-09-18 15:48 UTC  (10+ messages)

[syzbot] [mm?] WARNING: bad unlock balance in copy_process
 2025-09-18 15:30 UTC  (4+ messages)
  ` [PATCH] futex: Use correct exit on failure from futex_hash_allocate_default()

[PATCH v5 00/14] SLUB percpu sheaves
 2025-09-18 15:29 UTC  (11+ messages)
` Benchmarking "

[PATCH V14 0/6] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-18 15:14 UTC  (3+ messages)
` [PATCH V14 6/6] dt-bindings: riscv: Add Svrsw60t59b extension description

[PATCH v2 00/10] __vmalloc() and no-block support(v2)
 2025-09-18 14:56 UTC  (3+ messages)
` [PATCH v2 07/10] mm/kasan: Support non-blocking GFP in kasan_populate_vmalloc()

[PATCH v8 0/2] introduce kasan.write_only option in hw-tags
 2025-09-18 14:48 UTC  (5+ messages)
` [PATCH v8 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v8 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH v1 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-18 14:15 UTC  (3+ messages)
` [PATCH v1 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing

page:  |  | latest

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