linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-12 14:44 UTC  (5+ messages)
` [PATCH v1 02/16] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes

[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-02-12 14:36 UTC  (16+ messages)
` [PATCH v20 01/15] EDAC: Add support for EDAC device features control
` [PATCH v20 02/15] EDAC: Add scrub control feature
` [PATCH v20 03/15] EDAC: Add ECS "
` [PATCH v20 04/15] EDAC: Add memory repair "
` [PATCH v20 05/15] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v20 06/15] ras: mem: Add memory "
` [PATCH v20 07/15] cxl: Add helper function to retrieve a feature entry
` [PATCH v20 08/15] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v20 09/15] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v20 10/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v20 11/15] cxl/region: Add helper function to determine memory is online
` [PATCH v20 12/15] cxl: Support for finding memory operation attributes from the current boot
` [PATCH v20 13/15] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v20 14/15] EDAC: Update memory repair control interface for memory sparing feature
` [PATCH v20 15/15] cxl/memfeature: Add CXL memory device memory sparing control feature

[PATCH] ww_mutex: convert self-test to KUnit
 2025-02-12 14:33 UTC  (2+ messages)

[PATCH v3 0/2] Refine kmalloc caches randomization in kvmalloc
 2025-02-12 14:32 UTC  (5+ messages)
` [PATCH v3 1/2] slab: Adjust placement of __kvmalloc_node_noprof
` [PATCH v3 2/2] slab: Achieve better kmalloc caches randomization in kvmalloc

[PATCH] bcachefs: Use alloc_percpu_gfp to avoid deadlock
 2025-02-12 14:27 UTC 

[PATCH] mm/slab: Initialise random_kmalloc_seed after initcalls
 2025-02-12 14:16 UTC 

[RFC PATCH v5 0/7] mseal system mappings
 2025-02-12 14:08 UTC  (15+ messages)
` [RFC PATCH v5 1/7] mseal, system mappings: kernel config and header change
` [RFC PATCH v5 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [RFC PATCH v5 3/7] mseal, system mappings: enable x86-64
` [RFC PATCH v5 4/7] mseal, system mappings: enable arm64
` [RFC PATCH v5 5/7] mseal, system mappings: enable uml architecture
` [RFC PATCH v5 6/7] mseal, system mappings: uprobe mapping
` [RFC PATCH v5 7/7] mseal, system mappings: update mseal.rst

[PATCH v1 0/4] fmm/hwpoison: Fix regressions in memory failure handling
 2025-02-12 13:55 UTC  (7+ messages)
` [PATCH v1 1/4] x86/mce: Collect error message for severities below MCE_PANIC_SEVERITY
` [PATCH v1 4/4] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages

[PATCH] kasan: Don't call find_vm_area() in RT kernel
 2025-02-12 13:34 UTC  (7+ messages)

[PATCH v10 00/12] AMD broadcast TLB invalidation
 2025-02-12 13:32 UTC  (22+ messages)
` [PATCH v10 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v10 02/12] x86/mm: remove pv_ops.mmu.tlb_remove_table call
` [PATCH v10 03/12] x86/mm: consolidate full flush threshold decision
` [PATCH v10 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v10 05/12] x86/mm: add INVLPGB support code
` [PATCH v10 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v10 07/12] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v10 08/12] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v10 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v10 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v10 11/12] x86/mm: enable AMD translation cache extensions
` [PATCH v10 12/12] x86/mm: only invalidate final translations with INVLPGB

[PATCH] s390: Remove PageDirty check inside mk_pte()
 2025-02-12 13:08 UTC  (6+ messages)

[PATCH 0/2] kunit: qemu_configs: Add MIPS configurations
 2025-02-12 12:49 UTC  (2+ messages)
` [PATCH 1/2] MIPS: mm: Avoid blocking DMA zone with memory map memblock allocation

[PATCH 0/2] mm: Optimize folio_order
 2025-02-12 12:36 UTC  (12+ messages)
` [PATCH 1/2] mm/folio_queue: Delete __folio_order and use folio_order directly
` [PATCH 2/2] mm/mm.h: Write folio->_flags_1 & 0xff as a macro definition

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-12 12:29 UTC  (3+ messages)
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers

[linux-next:master 2991/3226] mempolicy.c:undefined reference to `__udivdi3'
 2025-02-12 12:13 UTC 

[RFC][PATCH 1/2] sched: Extended scheduler time slice
 2025-02-12 12:11 UTC  (11+ messages)

[PATCH] mm/oom_kill: revert watchdog reset in global OOM process
 2025-02-12 11:58 UTC  (7+ messages)

[PATCH mm-unstable] mm/madvise: handle MADV_{HWPOISON,SOFT_OFFLINE} from madvise_unlock()
 2025-02-12 11:35 UTC  (3+ messages)

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-12 10:39 UTC  (7+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols
` [RFC PATCH v4 3/3] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH v9 00/12] AMD broadcast TLB invalidation
 2025-02-12 10:38 UTC  (17+ messages)
` [PATCH v9 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v9 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v9 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code

[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation,
 2025-02-12 10:06 UTC  (4+ messages)
` [FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation

[PATCH net-next v9 0/4] fix the DMA API misuse problem for page_pool
 2025-02-12  9:25 UTC  (2+ messages)
` [PATCH net-next v9 2/4] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
 2025-02-12  9:23 UTC  (3+ messages)

[PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
 2025-02-12  9:21 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] HugeTLB generic pagewalk
 2025-02-12  9:13 UTC  (7+ messages)

[RFC PATCH 0/3] snapshot_page()
 2025-02-12  8:57 UTC  (9+ messages)
` [RFC PATCH 1/3] mm: Constify folio_mapping() and swapcache_mapping()
` [RFC PATCH 2/3] mm: Create snapshot_page()
` [RFC PATCH 3/3] proc: Use snapshot_page() in kpageflags

[REGRESSION] NULL pointer dereference on ARM (AT91SAM9G25) during compaction
 2025-02-12  8:30 UTC  (7+ messages)
` [PATCH] arm: pgtable: fix NULL pointer dereference issue

[PATCH] mm: optimize memblock_add_range() for improved performance
 2025-02-12  7:42 UTC  (6+ messages)
  ` 回复: "

[PATCH v5 00/18] zsmalloc/zram: there be preemption
 2025-02-12  6:27 UTC  (19+ messages)
` [PATCH v5 01/18] zram: sleepable entry locking
` [PATCH v5 02/18] zram: permit preemption with active compression stream
` [PATCH v5 03/18] zram: remove crypto include
` [PATCH v5 04/18] zram: remove max_comp_streams device attr
` [PATCH v5 05/18] zram: remove two-staged handle allocation
` [PATCH v5 06/18] zram: remove writestall zram_stats member
` [PATCH v5 07/18] zram: limit max recompress prio to num_active_comps
` [PATCH v5 08/18] zram: filter out recomp targets based on priority
` [PATCH v5 09/18] zram: rework recompression loop
` [PATCH v5 10/18] zsmalloc: factor out pool locking helpers
` [PATCH v5 11/18] zsmalloc: factor out size-class "
` [PATCH v5 12/18] zsmalloc: make zspage lock preemptible
` [PATCH v5 13/18] zsmalloc: introduce new object mapping API
` [PATCH v5 14/18] zram: switch to new zsmalloc "
` [PATCH v5 15/18] zram: permit reclaim in zstd custom allocator
` [PATCH v5 16/18] zram: do not leak page on recompress_store error path
` [PATCH v5 17/18] zram: do not leak page on writeback_store "
` [PATCH v5 18/18] zram: add might_sleep to zcomp API

[PATCHv4 14/17] zsmalloc: make zspage lock preemptible
 2025-02-12  5:00 UTC  (11+ messages)

[PATCH] mm/mm_init.c: use round_up() to calculate usermap size
 2025-02-12  4:30 UTC  (2+ messages)

[PATCH] mm: Remove redundant PageMemcgKmem(page) call
 2025-02-12  4:28 UTC  (2+ messages)

[PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse
 2025-02-12  4:18 UTC  (3+ messages)

[RFC PATCH v5 0/7] mseal system mappings
 2025-02-12  3:32 UTC  (2+ messages)
` [RFC PATCH v5 1/7] mseal, system mappings: kernel config and header change

[PATCH] mm: Fix possible NULL pointer dereference in __swap_duplicate
 2025-02-12  3:13 UTC 

[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-02-12  2:49 UTC  (2+ messages)

kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
 2025-02-12  2:47 UTC 

[bpf-next v7 1/3] mm: add copy_remote_vm_str
 2025-02-12  2:19 UTC  (3+ messages)

[PATCH v7 0/8] Buddy allocator like (or non-uniform) folio split
 2025-02-12  1:51 UTC  (4+ messages)
` [PATCH v7 1/8] xarray: add xas_try_split() to split a multi-index entry

[PATCH] memcg: add hierarchical effective limits for v2
 2025-02-12  1:08 UTC  (7+ messages)

[PATCH 0/3] may miss to set node dead on destroy
 2025-02-12  0:55 UTC  (16+ messages)
` [PATCH 1/3] maple_tree: "
` [PATCH 3/3] maple_tree: assert retrieving new value on a tree with only root node

[PATCH] mm/mm_init.c: only align start of ZONE_MOVALBE on nodes with memory
 2025-02-12  0:46 UTC  (3+ messages)

[PATCH 0/2 v6] add ioctl/sysfs to donate file-backed pages
 2025-02-12  0:39 UTC  (10+ messages)

[PATCH] memcg: avoid dead loop when setting memory.max
 2025-02-12  0:29 UTC  (4+ messages)

[PATCH] mm/mm_init.c: use round_up() to align movable range
 2025-02-12  0:24 UTC  (3+ messages)

[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning
 2025-02-12  0:17 UTC  (3+ messages)

[PATCH] mm: pgtable: Unlock pml without branches when !start_pte
 2025-02-11 23:50 UTC  (4+ messages)

[PATCH v1] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
 2025-02-11 22:33 UTC  (4+ messages)

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-11 21:21 UTC  (18+ messages)

[PATCH] mm/vmstat: Revert "fix a W=1 clang compiler warning"
 2025-02-11 21:05 UTC  (2+ messages)

[PATCH] mm, percpu: do not consider sleepable allocations atomic
 2025-02-11 20:55 UTC  (2+ messages)

[PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()
 2025-02-11 20:48 UTC  (2+ messages)

[PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-02-11 20:46 UTC  (8+ messages)
` [PATCH v19 07/15] cxl: Add helper function to retrieve a feature entry

[syzbot] [mm?] KASAN: slab-use-after-free Read in folio_lock_anon_vma_read
 2025-02-11 20:10 UTC 

[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
 2025-02-11 19:59 UTC  (5+ messages)
` [PATCH 08/15] x86: Physical address comparisons in fill_p*d/pte

[PATCH] mm: Fix clang W=1 compiler warnings
 2025-02-11 19:25 UTC  (5+ messages)

next-20250210: WARNING: at include/linux/rwsem.h:85 madvise_unlock
 2025-02-11 18:35 UTC  (2+ messages)

[PATCH 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-02-11 18:32 UTC  (2+ messages)

[PATCH 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-02-11 18:28 UTC  (2+ messages)

[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
 2025-02-11 18:06 UTC  (7+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation

page:  |  | latest

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