linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-01 15:13 UTC  (11+ messages)
    ` [PATCH v16] "
      ` [PATCH v17] "

[RFC PATCH 0/4] Optimize rss_stat initialization/teardown for single-threaded tasks
 2025-12-01 14:47 UTC  (11+ messages)
` [RFC PATCH 4/4] mm: Split a slow path for updating mm counters

[PATCH v3] io: add io_pgtable abstraction
 2025-12-01 13:55 UTC  (7+ messages)

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-01 13:39 UTC  (9+ messages)
` [PATCH v3 1/5] userfaultfd: move vma_can_userfault out of line
` [PATCH v3 2/5] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v3 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH v3 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[PATCH 0/3] mm/lru_gen: move lru_gen control interface from debugfs to procfs
 2025-12-01 13:32 UTC  (15+ messages)

[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
 2025-12-01 13:28 UTC  (38+ messages)
            ` [Bug report] hash_name() may cross page boundary and trigger
      ` [RFC][alpha] saner vmalloc handling (was Re: [Bug report] hash_name() may cross page boundary and trigger sleep in RCU context)

[PATCH v10 00/10] drm: Reduce page tables overhead with THP
 2025-12-01 13:27 UTC  (22+ messages)
` [PATCH v10 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v10 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v10 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v10 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v10 05/10] drm/i915: Use "
` [PATCH v10 06/10] drm/v3d: "
` [PATCH v10 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v10 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v10 09/10] drm/panfrost: "
` [PATCH v10 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

BUG: kernel NULL pointer dereference, address: 0000000000000000
 2025-12-01 13:25 UTC  (3+ messages)

[PATCH 0/2] kho: fixes for vmalloc restoration
 2025-12-01 13:23 UTC  (5+ messages)
` [PATCH 2/2] kho: fix restoring of contiguous ranges of order-0 pages

[PATCH v4] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
 2025-12-01 13:22 UTC 

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-01 13:11 UTC 

[PATCH] mm: fix config option typo in header file
 2025-12-01 12:52 UTC  (3+ messages)

[PATCH 2/3] mm/vmstat: get fragmentation statistics from per-migragetype count
 2025-12-01 12:29 UTC  (5+ messages)

[PATCH v2] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
 2025-12-01 12:28 UTC  (6+ messages)
` [PATCH v3] "

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-12-01 11:12 UTC  (10+ messages)
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug

[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
 2025-12-01 11:08 UTC  (5+ messages)

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-12-01 10:56 UTC  (6+ messages)
` [PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
` [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH v5 0/4] slab: Introduce kmalloc_obj() and family
 2025-12-01 10:49 UTC  (8+ messages)
` [PATCH v5 2/4] "

[PATCH] mm/swapfile: validate swap offset in unuse_pte_range()
 2025-12-01 10:48 UTC  (4+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 10:23 UTC  (8+ messages)
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCHv2 0/7] zram: introduce compressed data writeback
 2025-12-01  9:47 UTC  (8+ messages)
` [PATCHv2 1/7] "
` [PATCHv2 2/7] zram: introduce writeback_compressed device attribute
` [PATCHv2 3/7] zram: document writeback_batch_size
` [PATCHv2 4/7] zram: move bd_stat to writeback section
` [PATCHv2 5/7] zram: rename zram_free_page()
` [PATCHv2 6/7] zram: switch to guard() for init_lock
` [PATCHv2 7/7] zram: consolidate device-attr declarations

[PATCH v2 0/5] printk: add macros to simplify handling struct va_format
 2025-12-01  9:31 UTC  (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] drivers/core: use va_format_call helper
` [PATCH v2 3/5] drivers/core: simplify variadic args handling
` [PATCH v2 4/5] mm: use va_format_call helper
` [PATCH v2 5/5] mm: simplify variadic args handling

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-12-01  9:19 UTC  (4+ messages)
` [RFC PATCH v5 11/18] mm: Introduce kpkeys_hardened_pgtables

[PATCH 0/2] zram: introduce compressed data writeback
 2025-12-01  9:10 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH v2] mm: khugepaged: fix memory leak in collapse_file xas retry loop
 2025-12-01  8:39 UTC  (3+ messages)
` [PATCH v3] lib: xarray: free unused spare node in xas_create_range()

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH v8 00/23] SLUB percpu sheaves
 2025-12-01  6:55 UTC  (8+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH RFC] mm/memblock: Fix reserve_mem allocation overlapping KHO scratch regions
 2025-12-01  6:50 UTC  (4+ messages)

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-12-01  6:21 UTC  (3+ messages)
` [PATCH v5 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE

[PATCH] mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
 2025-12-01  6:00 UTC 

[rppt-memblock:for-next] BUILD SUCCESS 9f0a133cff2757757910e062c769f44f2c6a2868
 2025-12-01  2:55 UTC 

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-01  2:51 UTC  (13+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[RFC PATCH 0/6] Remove device private pages from physical address space
 2025-12-01  2:43 UTC  (12+ messages)
` [RFC PATCH 1/6] mm/hmm: Add flag to track device private PFNs
` [RFC PATCH 4/6] mm: Add a new swap type for migration entries with "
` [RFC PATCH 6/6] mm: Remove device private pages from the physical address space

[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
 2025-12-01  2:36 UTC  (2+ messages)

[PATCH] liveupdate: luo_core: fix redundant bound check in luo_ioctl()
 2025-11-30 22:53 UTC  (3+ messages)

[syzbot] [fuse?] possible deadlock in __folio_end_writeback
 2025-11-30 22:47 UTC  (2+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in __list_lru_walk_one (3)
 2025-11-30 22:29 UTC 

[GIT PULL] slab updates for 6.19
 2025-11-30 21:20 UTC 

[PATCH v3 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-30 20:44 UTC  (4+ messages)

[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio
 2025-11-30 15:51 UTC  (3+ messages)

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-11-30 13:06 UTC  (9+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[RFC PATCH v2 1/2] ARM/mm/fault: always goto bad_area when handling with page faults of kernel address
 2025-11-30 11:20 UTC  (8+ messages)

[PATCH v2 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-30 11:05 UTC  (6+ messages)
` [PATCH v2 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason

[PATCH v3 0/2] mm: only mark/clear KHO scratch memory when needed
 2025-11-30  8:52 UTC  (3+ messages)
` [PATCH v3 2/2] mm/memblock: "

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2025-11-30  5:38 UTC  (8+ messages)

[Hypervisor Live Update] Notes from November 17, 2025
 2025-11-30  3:13 UTC 

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2025-11-30  0:56 UTC  (2+ messages)

[linux-next:master 12118/12398] kernel/liveupdate/luo_core.c:402 luo_ioctl() warn: unsigned 'nr' is never less than zero
 2025-11-30  0:55 UTC  (6+ messages)

[PATCH] kasan: hw_tags: fix a false positive case of vrealloc in alloced size
 2025-11-29 23:49 UTC  (4+ messages)

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-29 20:38 UTC  (15+ messages)

[syzbot] [mm?] [bcachefs?] KASAN: slab-use-after-free Read in list_lru_del
 2025-11-29 18:34 UTC  (3+ messages)
` [syzbot] [mm?] "

[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
 2025-11-29  9:24 UTC  (6+ messages)
` [PATCH 1/3] mm/page_alloc: add per-migratetype counts to buddy allocator
` [PATCH 3/3] mm: optimize free_area_empty() check using per-migratetype counts

[linux-next:master] BUILD REGRESSION 7d31f578f3230f3b7b33b0930b08f9afd8429817
 2025-11-29  7:00 UTC 

[PATCH v9 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-28 22:19 UTC  (8+ messages)
` [PATCH v9 1/7] treewide: provide a generic clear_user_page() variant

[PATCH v9 2/7] mm: introduce clear_pages() and clear_user_pages()
 2025-11-28 21:59 UTC  (3+ messages)

arch/um/include/asm/kasan.h:29:2: error: UML does not work in KASAN_INLINE mode with STATIC_LINK enabled!
 2025-11-28 20:20 UTC 

A rough plan for CPUs/write-only monitoring RFC v3 and future
 2025-11-28 19:51 UTC 

[PATCH v9 00/11] drm: Reduce page tables overhead with THP
 2025-11-28 18:41 UTC  (7+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers
` [PATCH v9 06/11] drm/v3d: "

[RFC PATCH 0/1] IDR fix for potential id mismatch
 2025-11-28 17:50 UTC  (10+ messages)
` [RFC PATCH 1/1] idr: do not create idr if new id would be outside given range

page:  |  | latest

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