[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
2025-11-19 17:12 UTC (16+ messages)
[PATCH 00/26] Introduce meminspect
2025-11-19 17:11 UTC (32+ messages)
` [PATCH 01/26] kernel: "
` [PATCH 02/26] init/version: Annotate static information into meminspect
` [PATCH 03/26] mm/percpu: "
` [PATCH 04/26] cpu: "
` [PATCH 05/26] genirq/irqdesc: "
` [PATCH 06/26] timers: "
` [PATCH 07/26] kernel/fork: "
` [PATCH 08/26] mm/page_alloc: "
` [PATCH 09/26] mm/show_mem: "
` [PATCH 10/26] mm/swapfile: "
` [PATCH 11/26] kernel/vmcore_info: Register dynamic "
` [PATCH 12/26] kernel/configs: "
` [PATCH 13/26] mm/init-mm: Annotate static "
` [PATCH 14/26] panic: "
` [PATCH 15/26] kallsyms: "
` [PATCH 16/26] mm/mm_init: "
` [PATCH 17/26] sched/core: Annotate runqueues "
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "
` [PATCH 21/26] printk: "
` [PATCH 22/26] remoteproc: qcom: Extract minidump definitions into a header
` [PATCH 23/26] soc: qcom: Add minidump driver
` [PATCH 24/26] soc: qcom: smem: Add minidump device
` [PATCH 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH 26/26] meminspect: Add Kinfo compatible driver
[PATCH v1] mm/huge_memory: rename __split_unmapped_folio to __split_frozen_folio
2025-11-19 17:03 UTC (5+ messages)
[PATCH v23 00/28] riscv control-flow integrity for usermode
2025-11-19 16:40 UTC (4+ messages)
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
[PATCH] mm/swap: fix wrong plist empty check in swap_alloc_slow()
2025-11-19 16:37 UTC (3+ messages)
[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
2025-11-19 16:36 UTC (11+ messages)
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-11-19 16:33 UTC (28+ messages)
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [Linaro-mm-sig] "
` [PATCH v8 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-11-19 16:31 UTC (13+ messages)
[RFC PATCH 0/3] Memory Controller eBPF support
2025-11-19 16:07 UTC (3+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging
[PATCH] MAINTAINERS: add test_kho to KHO's entry
2025-11-19 16:02 UTC (5+ messages)
[PATCH 0/4] Convert pgtable to use frozen pages
2025-11-19 15:46 UTC (3+ messages)
` [PATCH 1/4] mm: Use frozen pages for page tables
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-19 15:44 UTC (4+ messages)
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
[PATCH] mm/huge_memory: fix NULL pointer deference when splitting shmem folio in swap cache
2025-11-19 14:50 UTC (19+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-19 14:37 UTC (4+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH v2 0/3] tmpfs: zero post-eof ranges on file extension
2025-11-19 14:08 UTC (6+ messages)
` [PATCH v2 1/3] tmpfs: zero post-eof uptodate folios on swapout
[PATCH] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
2025-11-19 14:06 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] fork: stop ignoring NUMA while handling cached thread stacks
2025-11-19 14:06 UTC (3+ messages)
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-19 13:40 UTC (7+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH v12 00/13] unwind_deferred: Implement sframe handling
2025-11-19 13:23 UTC (14+ messages)
` [PATCH v12 01/13] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v12 02/13] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v12 03/13] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v12 04/13] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v12 05/13] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v12 06/13] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v12 07/13] unwind_user: Stop when reaching an outermost frame
` [PATCH v12 08/13] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v12 09/13] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v12 10/13] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v12 11/13] unwind_user/sframe: Show file name in debug output
` [PATCH v12 12/13] unwind_user/sframe: Add .sframe validation option
` [PATCH v12 13/13] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH 0/2] make VM_SOFTDIRTY a sticky VMA flag
2025-11-19 13:09 UTC (6+ messages)
[RFC PATCH v3 0/8] mm: Hot page tracking and promotion infrastructure
2025-11-19 13:06 UTC (2+ messages)
[PATCH 0/3] mm: Coccinelle-driven cleanups across memory management code
2025-11-19 12:50 UTC (3+ messages)
` [PATCH 3/3] mm/zswap: use %pe to print PTR_ERR() values
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-11-19 12:39 UTC (3+ messages)
[PATCH v1 0/2] Only free healthy pages in high-order HWPoison folio
2025-11-19 12:37 UTC (10+ messages)
` [PATCH v1 1/2] mm/huge_memory: introduce uniform_split_unmapped_folio_to_zero_order
[PATCH] mm/huge_memory.c: introduce folio_split_unmapped
2025-11-19 12:32 UTC (2+ messages)
[PATCH] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
2025-11-19 12:27 UTC (2+ messages)
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:24 UTC (13+ messages)
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-19 12:17 UTC (12+ messages)
` [PATCH v2 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v2 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v2 3/7] LoongArch: "
` [PATCH v2 4/7] mips: "
` [PATCH v2 5/7] parisc: "
` [PATCH v2 6/7] um: "
` [PATCH v2 7/7] mm: enable PT_RECLAIM on all 64-bit architectures
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-19 12:13 UTC (8+ messages)
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders
[PATCH v3] io: add io_pgtable abstraction
2025-11-19 10:56 UTC (6+ messages)
[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
2025-11-19 10:25 UTC (6+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-11-19 10:13 UTC (23+ messages)
` [PATCH v1 06/26] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v1 07/26] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v1 08/26] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v1 09/26] writeback: prevent memory cgroup release in writeback module
` [PATCH v1 10/26] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v1 11/26] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v1 12/26] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v1 13/26] mm: mglru: prevent memory cgroup release in mglru
[PATCH v3] mm/memory-failure: remove the selection of RAS
2025-11-19 9:59 UTC
[PATCH] zram: fixup "introduce writeback bio batching support"
2025-11-19 9:46 UTC
[PATCH v6 0/7] Cache coherency management subsystem
2025-11-19 9:42 UTC (7+ messages)
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
Userland used in writeback path was Re: [PATCH] nbd: restrict sockets to TCP and UDP
2025-11-19 9:10 UTC
[BUG] WARNING in __alloc_frozen_pages_noprof
2025-11-19 9:07 UTC
[RFC -next] memcg: Optimize creation performance when LRU_GEN is enabled
2025-11-19 8:37 UTC
[vbabka:b4/sheaves-for-all] [slab] a7317bb8f3: BUG:kernel_NULL_pointer_dereference,address
2025-11-19 8:32 UTC
[PATCH] kho: free chunks using free_page() instead of kfree()
2025-11-19 7:14 UTC (2+ messages)
[PATCH] test_kho: always print restore status
2025-11-19 7:13 UTC (2+ messages)
[GIT PULL] memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
2025-11-19 7:08 UTC
[PATCH] mm: Tweak __vma_enter_locked()
2025-11-19 7:02 UTC (2+ messages)
[PATCH v2] mm/huge_memory: introduce folio_split_unmapped
2025-11-19 6:44 UTC (2+ messages)
[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
2025-11-19 5:44 UTC (4+ messages)
` [PATCH v3 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
[PATCH v4] zram: Fix the issue that the write - back limits might overflow
2025-11-19 4:13 UTC
[PATCH v3] zram: Fix the issue that the write - back limits might overflow
2025-11-19 4:09 UTC (2+ messages)
[PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
2025-11-19 3:03 UTC (12+ messages)
[RFC net-next] eth: fbnic: use ring->page_pool instead of page->pp in fbnic_clean_twq1()
2025-11-19 2:48 UTC (4+ messages)
[RFC PATCH 2/3] selftests/bpf: add memcg eBPF struct ops test
2025-11-19 2:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox