Linux Kernel Memory Management
[Prev Page][Next Page]
- [linux-next:master 4839/5501] mm/shmem.c:139:24: warning: 'huge_shmem_orders_lock' defined but not used,
kernel test robot
- commit 1c29a32ce65f4cd0f1c causes Bad rss-counter state and firefox-esr crash in linux-next-20240613,
Bert Karwatzki
- [akpm-mm:mm-unstable 201/281] mm/rmap.c:1635:14: warning: variable 'pmd_mapped' set but not used,
kernel test robot
- [PATCH v2 0/6] cleanups, fixes, and progress towards avoiding "make headers",
John Hubbard
- [PATCH v2 2/6] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items, John Hubbard
- [PATCH v2 4/6] selftests/mm: fix vm_util.c build failures: add snapshot of fs.h, John Hubbard
- [PATCH v2 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal, John Hubbard
- [PATCH v2 6/6] selftests/mm: remove local __NR_* definitions, John Hubbard
- [PATCH v2 3/6] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS, John Hubbard
- [PATCH v2 5/6] selftests/mm: kvm, mdwe fixes to avoid requiring "make headers", John Hubbard
- [for-next][PATCH 08/13] tracing: Add option to use memmapped memory for trace boot instance, Steven Rostedt
- [linux-next:pending-fixes] BUILD SUCCESS 575f43b2d19db3b233b2c7040e79a1d85f422c0f, kernel test robot
- [PATCH 1/1] mm/slab: fix 'variable obj_exts set but not used' warning,
Suren Baghdasaryan
- [update PATCHv5 1/1] mm: fix incorrect vbq reference in purge_fragmented_block, zhaoyang.huang
- [RFC PATCH] mm: truncate: flush lru cache for evicted inode,
Hillf Danton
- [vbabka:slub-reservations] [mm, mempool] 3ae623ab8e: INFO:trying_to_register_non-static_key, kernel test robot
- [PATCH v6 0/7] DAMON based tiered memory management for CXL memory,
Honggyu Kim
- [linux-next:fs-next] BUILD SUCCESS 3c94454b68521ace91f5300827d5acfe6d83c104, kernel test robot
- [linux-next:master] [mm/mmap] 1c29a32ce6: BUG:Bad_page_cache_in_process, kernel test robot
- fix swap on NFS,
Christoph Hellwig
- [PATCH] kasan: fix bad call to unpoison_slab_object,
andrey . konovalov
- [PATCH] memblocks: Move late alloc warning down to phys alloc,
James Gowans
- [PATCHv5 1/1] mm: fix incorrect vbq reference in purge_fragmented_block,
zhaoyang.huang
- 0001-mm-rmap-Correct-stats-calulation-in-__folio_remove_r,
史思远
- [linux-next:fs-current] BUILD SUCCESS 210cc5d3759f288b3eb569a6f36448c1f4a1852f, kernel test robot
- Fwd: [TECH TOPIC] DAMON: Updates and Plans, SeongJae Park
- [linux-next:master 4606/5501] arm-linux-gnueabi-ld: error: .tmp_vmlinux1.btf.o is already in final BE8 format, kernel test robot
- [PATCH v8 0/3] Reclaim lazyfree THP without splitting,
Lance Yang
- [PATCH v1 0/1] add mseal to /proc/pid/smaps,
jeffxu
- [PATCH v2 0/2] mm: swap: mTHP swap allocator base on swap cluster order,
Chris Li
- Re: [syzbot] BUG: Bad rss-counter state (5),
syzbot
- mm/slub.c:3905:29: error: variable 'obj_exts' set but not used,
kernel test robot
- [PATCH v2 0/5] fstests: add some new LBS inspired tests,
Luis Chamberlain
- [PATCH v2] kasan: fix bad call to unpoison_slab_object, andrey . konovalov
- [vbabka:slub-reservations] [mm, mempool] 5cc815e628: UBSAN:array-index-out-of-bounds_in_mm/slab.h, kernel test robot
- [linux-next:master] [KVM] 377b2f359d: kvm-unit-tests-qemu.vmx.fail,
kernel test robot
- [syzbot] [mm?] KASAN: slab-use-after-free Read in folio_evictable (2),
syzbot
- [syzbot] [mm?] inconsistent lock state in valid_state (3), syzbot
- [PATCH v2] mm: shmem: fix getting incorrect lruvec when replacing a shmem folio,
Baolin Wang
- [PATCH] um/mm: get max_low_pfn from memblock,
Wei Yang
- [PATCH v17 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings,
Jason A. Donenfeld
- [PATCH] mm: memcontrol: add VM_BUG_ON_FOLIO() to catch lru folio in mem_cgroup_migrate(),
Baolin Wang
- Re: [PATCH] bpf: don't call mmap_read_trylock() from IRQ context, Tetsuo Handa
- [PATCH v2 0/1] add mseal to /proc/pid/smaps,
jeffxu
- [PATCH] memblock: FIX THE STUPID FRAGILITY, Mike Rapoport (IBM)
- [PATCH v15 0/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios,
Vivek Kasireddy
- [PATCH v15 1/9] mm/gup: Introduce unpin_folio/unpin_folios helpers, Vivek Kasireddy
- [PATCH v15 3/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios, Vivek Kasireddy
- [PATCH v15 2/9] mm/gup: Introduce check_and_migrate_movable_folios(), Vivek Kasireddy
- [PATCH v15 5/9] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap, Vivek Kasireddy
- [PATCH v15 4/9] udmabuf: add CONFIG_MMU dependency, Vivek Kasireddy
- [PATCH v15 7/9] udmabuf: Convert udmabuf driver to use folios, Vivek Kasireddy
- [PATCH v15 8/9] udmabuf: Pin the pages using memfd_pin_folios() API, Vivek Kasireddy
- [PATCH v15 9/9] selftests/udmabuf: Add tests to verify data after page migration, Vivek Kasireddy
- [PATCH v15 6/9] udmabuf: Add back support for mapping hugetlb pages, Vivek Kasireddy
- Re: [PATCH v15 0/9] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios, Daniel Vetter
- [linux-next:master] BUILD REGRESSION 6906a84c482f098d31486df8dc98cead21cce2d0, kernel test robot
- [PATCH] linux++: delete some forward declarations,
Alexey Dobriyan
- Re: Price and other information, Michael Williams
- [PATCH v4 00/35] kmsan: Enable on s390,
Ilya Leoshkevich
- [PATCH v4 33/35] s390/unwind: Disable KMSAN checks, Ilya Leoshkevich
- [PATCH v4 15/35] mm: slub: Let KMSAN access metadata, Ilya Leoshkevich
- [PATCH v4 25/35] s390/cpumf: Unpoison STCCTM output buffer, Ilya Leoshkevich
- [PATCH v4 21/35] s390: Use a larger stack for KMSAN, Ilya Leoshkevich
- [PATCH v4 26/35] s390/diag: Unpoison diag224() output buffer, Ilya Leoshkevich
- [PATCH v4 18/35] lib/zlib: Unpoison DFLTCC output buffers, Ilya Leoshkevich
- [PATCH v4 17/35] mm: kfence: Disable KMSAN when checking the canary, Ilya Leoshkevich
- [PATCH v4 13/35] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata(), Ilya Leoshkevich
- [PATCH v4 29/35] s390/mm: Define KMSAN metadata for vmalloc and modules, Ilya Leoshkevich
- [PATCH v4 35/35] kmsan: Enable on s390, Ilya Leoshkevich
- [PATCH v4 20/35] s390/boot: Turn off KMSAN, Ilya Leoshkevich
- [PATCH v4 07/35] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush(), Ilya Leoshkevich
- [PATCH v4 28/35] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN, Ilya Leoshkevich
- [PATCH v4 08/35] kmsan: Remove an x86-specific #include from kmsan.h, Ilya Leoshkevich
- [PATCH v4 01/35] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func(), Ilya Leoshkevich
- [PATCH v4 23/35] s390/checksum: Add a KMSAN check, Ilya Leoshkevich
- [PATCH v4 30/35] s390/string: Add KMSAN support, Ilya Leoshkevich
- [PATCH v4 34/35] s390: Implement the architecture-specific KMSAN functions, Ilya Leoshkevich
- [PATCH v4 27/35] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler(), Ilya Leoshkevich
- Message not available
Message not available
Message not available
[GIT PULL] memblock:fix validation of NUMA coverage,
Mike Rapoport
[bug report] mm: Provide a means of invalidation without using launder_folio,
Dan Carpenter
[PATCH v5 0/8] DAMON based tiered memory management for CXL memory,
Honggyu Kim
[PATCH 0/8] DAMON based tiered memory management for CXL memory,
Honggyu Kim
[PATCH v2] mm/mm_init.c: simplify logic of deferred_[init|free]_pages, Wei Yang
[syzbot] [mm?] KASAN: slab-use-after-free Read in finish_fault,
syzbot
[PATCH 1/2] mm: convert clear_huge_page() to clear_large_folio(),
Kefeng Wang
[linux-next:master 5295/5501] security/integrity/ima/ima_policy.c:430:10: error: too many arguments to function call, expected 4, have 5, kernel test robot
[RFC PATCH 0/3] asynchronously scan and free empty user PTE pages,
Qi Zheng
[PATCH] mm: shmem: fix getting incorrect lruvec when replacing a shmem folio,
Baolin Wang
[PATCH v2 0/4] Enable P2PDMA in Userspace RDMA,
Martin Oliveira
Issue with JFFS2 and a_ops->dirty_folio,
Jean-Michel Hautbois
[PATCH v2 00/10] Improve the copy of task comm,
Yafang Shao
- [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 07/10] tsacct: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 08/10] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 09/10] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 10/10] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 03/10] security: Replace memcpy() with __get_task_comm(), Yafang Shao
[PATCH net-next v12 06/13] page_pool: devmem support,
Mina Almasry
[PATCH net-next v12 05/13] page_pool: convert to use netmem,
Mina Almasry
[PATCH v5 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up,
Steven Rostedt
[PATCH RFC 0/3] mm: clarify folio_add_new_anon_rmap() and __folio_add_anon_rmap(),
Barry Song
[PATCH v6 08/13] tracing: Add option to use memmapped memory for trace boot instance, Steven Rostedt
[linux-next:master] BUILD REGRESSION 03d44168cbd7fc57d5de56a3730427db758fc7f6, kernel test robot
[linux-next:master 4878/5129] arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dtb: dma-controller@8380000: compatible: ['fsl,ls1028a-qdma', 'fsl,ls1021a-qdma'] is too long, kernel test robot
[syzbot] [mm?] WARNING in __page_table_check_ptes_set (2),
syzbot
Re: [PATCH] Revert "batman-adv: prefer kfree_rcu() over call_rcu() with free-only callbacks", Uladzislau Rezki
[PATCH v4 0/2] mm: store zero pages to be swapped out in a bitmap,
Usama Arif
[akpm-mm:mm-unstable 175/198] WARNING: modpost: "__totalhigh_pages" [drivers/md/dm-bufio.ko] has no CRC!,
kernel test robot
[PATCH v2] mm: fix possible OOB in numa_rebuild_large_mapping(),
Kefeng Wang
[PATCH v3 -next 0/3] mm/hugetlb_cgroup: rework on cftypes,
Xiu Jianfeng
[PATCH] mm/hugetlb: Guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE uses,
Oscar Salvador
[PATCH v2] Supports to use the default CMA when the device-specified CMA memory is not enough.,
zhai.he
[PATCH v3 00/13] Some cleanups for memory-failure,
Miaohe Lin
- [PATCH v3 01/13] mm/memory-failure: simplify put_ref_page(), Miaohe Lin
- [PATCH v3 02/13] mm/memory-failure: remove MF_MSG_SLAB, Miaohe Lin
- [PATCH v3 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM, Miaohe Lin
- [PATCH v3 05/13] mm/memory-failure: remove unneeded empty string, Miaohe Lin
- [PATCH v3 04/13] mm/memory-failure: save some page_folio() calls, Miaohe Lin
- [PATCH v3 06/13] mm/memory-failure: remove confusing initialization to count, Miaohe Lin
- [PATCH v3 11/13] mm/memory-failure: fix comment of get_hwpoison_page(), Miaohe Lin
- [PATCH v3 12/13] mm/memory-failure: remove obsolete comment in kill_proc(), Miaohe Lin
- [PATCH v3 13/13] mm/memory-failure: correct comment in me_swapcache_dirty, Miaohe Lin
- [PATCH v3 08/13] mm/memory-failure: use helper macro task_pid_nr(), Miaohe Lin
- [PATCH v3 07/13] mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECT, Miaohe Lin
- [PATCH v3 10/13] mm/memory-failure: move some function declarations into internal.h, Miaohe Lin
- [PATCH v3 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory(), Miaohe Lin
[3] New Correspondence Message, myGov Support Team
[linux-next:master] BUILD REGRESSION a957267fa7e9159d3d2ee1421359ebf228570c68, kernel test robot
[PATCH unstable] mm: rmap: abstract updating per-node and per-memcg stats fix,
Hugh Dickins
[PATCH hotfix] mm/migrate: fix kernel BUG at mm/compaction.c:2761!,
Hugh Dickins
[linux-next:master] [mm] 5d4a36365b: kernel-selftests.cgroup.test_kmem.test_kmem_memcg_deletion.fail,
kernel test robot
[PATCH] Supports to use the default CMA when the device-specified CMA memory is not enough.,
zhai.he
[PATCH v5 08/13] tracing: Add option to use memmapped memory for trace boot instance, Steven Rostedt
[no subject], Unknown
[PATCH v2 1/2] virt: pvmemcontrol: control guest physical memory properties,
Yuanchu Xie
[PATCH] mm/mm_init.c: simplify logic of deferred_[init|free]_pages,
Wei Yang
[PATCH 0/2] Introduce tracepoint for hugetlbfs,
Hongbo Li
[PATCH v3 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL,
jeffxu
[PATCH v4 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up,
Steven Rostedt
[PATCH v4 2/2] pstore/ramoops: Add ramoops.mem_name= command line option,
Steven Rostedt
[PATCH v2 0/3] Userspace controls soft-offline pages,
Jiaqi Yan
[no subject], Unknown
[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics,
Shubhang Kaushik OS
[PATCH v4 08/13] tracing: Add option to use memmapped memory for trace boot instance, Steven Rostedt
[syzbot] [bcachefs?] WARNING in bch2_fs_ioctl,
syzbot
[no subject], Unknown
[PATCH 0/8] Avoid MAP_FIXED gap exposure,
Liam R. Howlett
[PATCH v2] mm/memory: Don't require head page for do_set_pmd(),
Andrew Bresticker
[no subject], Unknown
[no subject], Unknown
[akpm-mm:mm-unstable 175/198] {standard input}:63: Error: symbol `__export_symbol___totalhigh_pages' is already defined,
kernel test robot
[PATCH v2] mm/mm_init.c: print mem_init info after defer_init is done,
Wei Yang
[PATCH v3 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up,
Steven Rostedt
Re: [RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access,
Edgecombe, Rick P
[PATCH] mm/memory: Pass head page to do_set_pmd(),
Andrew Bresticker
[linux-next:master 1544/4860] tegra210_i2s.c:undefined reference to `simple_util_parse_convert', kernel test robot
LTP: fork13: kernel panic on rk3399-rock-pi-4 running mainline 6.10.rc3,
Naresh Kamboju
[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]