Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure, (continued)
- [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error, Kai Huang
- [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand, Kai Huang
- [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory, Kai Huang
- [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory, Kai Huang
- [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions, Kai Huang
- [PATCH v11 11/20] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions, Kai Huang
- [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs, Kai Huang
- [PATCH v11 13/20] x86/virt/tdx: Designate reserved areas for all TDMRs, Kai Huang
- [PATCH v11 14/20] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID, Kai Huang
- [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages, Kai Huang
- [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs, Kai Huang
- [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory, Kai Huang
- [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot, Kai Huang
- [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum, Kai Huang
- [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support, Kai Huang
- Re: [PATCH v11 00/20] TDX host kernel support, Isaku Yamahata
- RE: [PATCH v11 00/20] TDX host kernel support, Dan Williams
- [syzbot] [mm?] [usb?] memory leak in new_inode (2), syzbot
- [PATCH 0/1] selftests: error out if kernel header files are not yet built,
John Hubbard
- [linux-next:master 6832/6849] drivers/input/tests/input_test.o: warning: objtool: input_test_grab() falls through to next function input_test_match_device_id(), kernel test robot
- [PATCH] memcg: use helper macro FLUSH_TIME,
Miaohe Lin
- [PATCH] mm: remove obsolete alloc_migrate_target(),
Miaohe Lin
- [PATCH v2] mm: page_alloc: remove unneeded header files,
Miaohe Lin
- [PATCH] mm:Improve the execution efficiency of early_ioremap_setup(), Liam Ni
- [PATCH v2 00/11] A minor flurry of selftest/mm fixes,
John Hubbard
- [PATCH v2 04/11] selftests/mm: fix invocation of tests that are run via shell scripts, John Hubbard
- [PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c, John Hubbard
- [PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds, John Hubbard
- [PATCH v2 08/11] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE, John Hubbard
- [PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite, John Hubbard
- [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c, John Hubbard
- [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c, John Hubbard
- [PATCH v2 01/11] selftests/mm: fix uffd-stress unused function warning, John Hubbard
- [PATCH v2 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h, John Hubbard
- [PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch, John Hubbard
- [PATCH v2 09/11] selftests/mm: move psize(), pshift() into vm_utils.c, John Hubbard
- [PATCH V1] kthread: Unify kernel_thread() and user_mode_thread(),
Huacai Chen
- [linux-next:master 6592/6849] drivers/gpu/drm/tests/drm_buddy_test.o: warning: objtool: drm_test_buddy_alloc_pathological+0x3c0: stack state mismatch: cfa1=4+184 cfa2=4+192, kernel test robot
- [PATCH 0/4] mm: Fix pmd_trans_unstable() call sites on retry,
Peter Xu
- [PATCH 0/1] RESEND fix page_cache_next/prev_miss off by one error,
Mike Kravetz
- Re: [PATCH v3 3/4] mm/damon/ops-common: Refactor to use {pte|pmd}p_clear_young_notify(), SeongJae Park
- [PATCH v2 0/3] vmstat bug fixes for nohz_full and isolated CPUs,
Marcelo Tosatti
- [linux-next:master] BUILD REGRESSION bc708bbd8260ee4eb3428b0109f5f3be661fae46, kernel test robot
- [PATCH net-next v3 00/11] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS,
David Howells
- [PATCH net-next v3 01/11] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace, David Howells
- [PATCH net-next v3 02/11] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg, David Howells
- [PATCH net-next v3 03/11] tls/sw: Use zero-length sendmsg() without MSG_MORE to flush, David Howells
- [PATCH net-next v3 04/11] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage(), David Howells
- [PATCH net-next v3 05/11] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
- [PATCH net-next v3 06/11] tls: Address behaviour change in multi_chunk_sendfile kselftest, David Howells
- [PATCH net-next v3 07/11] tls/sw: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v3 09/11] tls/device: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v3 10/11] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v3 11/11] net: Add samples for network I/O and splicing, David Howells
- [PATCH net-next v3 08/11] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES, David Howells
- re: zswap: do not shrink if cgroup may not zswap,
Colin King (gmail)
- [linux-next:pending-fixes] BUILD SUCCESS 4cdb5de9397ded8c13f16ec4d0d341c6e6b64016, kernel test robot
- [linux-next:master 5699/6849] drivers/bus/fsl-mc/fsl-mc-allocator.c:108:12: warning: variable 'mc_bus_dev' is uninitialized when used here, kernel test robot
- [PATCH] highmem: Rename put_and_unmap_page() to unmap_and_put_page(),
Fabio M. De Francesco
- [PATCH v3 0/4] Fixes for pte encapsulation bypasses,
Ryan Roberts
Re: [PATCH 0/2] Increase the size of LRU pagevecs, Yin Fengwei
[PATCH net-next v5 0/3] sock: Improve condition on sockmem pressure,
Abel Wu
[PATCH 1/2] maple_tree: optimize mas_wr_append(), also improve duplicating VMAs,
Peng Zhang
[PATCH 0/2] Convert two functions in hugetlb.c to use a folio,
Peng Zhang
[PATCH 00/12] A minor flurry of selftest/mm fixes,
John Hubbard
- [PATCH 01/12] selftests/mm: fix uffd-stress unused function warning, John Hubbard
- [PATCH 04/12] selftests/mm: fix a char* assignment in mlock2-tests.c, John Hubbard
- [PATCH 08/12] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h, John Hubbard
- [PATCH 02/12] selftests/mm: fix unused variable warning in hugetlb-madvise.c, John Hubbard
- [PATCH 06/12] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch, John Hubbard
- [PATCH 03/12] selftests/mm: fix unused variable warning in migration.c, John Hubbard
- [PATCH 07/12] selftests/mm: set -Wno-format-security to avoid uffd build warnings, John Hubbard
- [PATCH 05/12] selftests/mm: fix invocation of tests that are run via shell scripts, John Hubbard
- [PATCH 10/12] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c, John Hubbard
- [PATCH 12/12] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE, John Hubbard
- Re: [PATCH 00/12] A minor flurry of selftest/mm fixes, David Hildenbrand
- Message not available
Message not available
Message not available
[PATCH v2] zswap: Avoid uninitialized use of ret in zswap_frontswap_store(),
Nathan Chancellor
[PATCHv13 0/9] mm, x86/cc, efi: Implement support for unaccepted memory,
Kirill A. Shutemov
[linux-next:master] BUILD REGRESSION 571d71e886a5edc89b4ea6d0fe6f445282938320, kernel test robot
[PATCH 2/2] mm/mm_init.c: remove reset_node_present_pages(),
Haifeng Xu
[PATCH 1/2] mm/memory_hotplug: remove reset_node_managed_pages() in hotadd_init_pgdat(),
Haifeng Xu
[PATCH] zswap: Avoid uninitialized use of ret in zswap_frontswap_store(),
Nathan Chancellor
cleanup the filemap / direct I/O interaction v4,
Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
[akpm-mm:mm-unstable 23/209] mm/zswap.c:1183:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true, kernel test robot
[linux-next:master 6070/6538] drivers/net/dsa/qca/qca8k-leds.c:406:31: error: 'struct led_classdev' has no member named 'hw_control_get_device', kernel test robot
[linux-next:master 6069/6538] drivers/net/dsa/qca/qca8k-leds.c:377:31: error: 'struct led_classdev' has no member named 'hw_control_is_supported', kernel test robot
[RESEND PATCH] memblock: Update nid info in memblock debugfs,
Yuwei Guan
[PATCH RESEND] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu(), Qi Zheng
[linux-next:pending-fixes] BUILD SUCCESS 2ef1da21bb4b64049769806b5ca056948ef02aa6, kernel test robot
WARN at kernel/sched/core.c:5358 (kthread_end_lazy_tlb_mm),
Sachin Sant
[PATCH 00/13] mm: jit/text allocator,
Mike Rapoport
- [PATCH 01/13] nios2: define virtual address space for modules, Mike Rapoport
- [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc(), Mike Rapoport
- [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc, Mike Rapoport
- [PATCH 04/13] mm/jitalloc, arch: convert remaining overrides of module_alloc to jitalloc, Mike Rapoport
- [PATCH 05/13] module, jitalloc: drop module_alloc, Mike Rapoport
- [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc(), Mike Rapoport
- [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES, Mike Rapoport
- [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES, Mike Rapoport
- [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES, Mike Rapoport
- [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX, Mike Rapoport
- [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs(), Mike Rapoport
- [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX, Mike Rapoport
- [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX, Mike Rapoport
- Re: [PATCH 00/13] mm: jit/text allocator, Mark Rutland
- Re: [PATCH 00/13] mm: jit/text allocator, Song Liu
[BUG] trigger BUG_ON in mas_store_prealloc when low memory,
John Hsu (許永翰)
Re: [LTP] Question about oom02 testcase,
Li Wang
[PATCH 2/2] mm/mm_init.c: do not calculate memmap and reserved pages for empty zone,
Haifeng Xu
[PATCH 1/2] mm/mm_init.c: move set_pageblock_order() to free_area_init(),
Haifeng Xu
[linux-next:master 5938/6538] mm/zswap.c:1183:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true,
kernel test robot
[linux-next:master 6070/6538] drivers/net/dsa/qca/qca8k-leds.c:406:18: error: no member named 'hw_control_get_device' in 'struct led_classdev', kernel test robot
[PATCH 00/14] Reduce preallocations for maple tree,
Liam R. Howlett
- [PATCH 01/14] maple_tree: Add benchmarking for mas_for_each, Liam R. Howlett
- [PATCH 02/14] maple_tree: Add benchmarking for mas_prev(), Liam R. Howlett
- [PATCH 03/14] mm: Move unmap_vmas() declaration to internal header, Liam R. Howlett
- [PATCH 05/14] mm: Remove prev check from do_vmi_align_munmap(), Liam R. Howlett
- [PATCH 04/14] mm: Change do_vmi_align_munmap() side tree index, Liam R. Howlett
- [PATCH 07/14] mm: Remove re-walk from mmap_region(), Liam R. Howlett
- [PATCH 08/14] maple_tree: Re-introduce entry to mas_preallocate() arguments, Liam R. Howlett
- [PATCH 09/14] mm: Use vma_iter_clear_gfp() in nommu, Liam R. Howlett
- [PATCH 10/14] mm: Set up vma iterator for vma_iter_prealloc() calls, Liam R. Howlett
- [PATCH 12/14] maple_tree: Update mas_preallocate() testing, Liam R. Howlett
- [PATCH 13/14] maple_tree: Refine mas_preallocate() node calculations, Liam R. Howlett
- [PATCH 06/14] maple_tree: Introduce __mas_set_range(), Liam R. Howlett
- [PATCH 11/14] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null(), Liam R. Howlett
- [PATCH 14/14] mm/mmap: Change vma iteration order in do_vmi_align_munmap(), Liam R. Howlett
- Re: [PATCH 00/14] Reduce preallocations for maple tree, Yin, Fengwei
Fwd: Started to get "memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL",
Bagas Sanjaya
[PATCH] userfaultfd: Fix regression in userfaultfd_unmap_prep(), Liam R. Howlett
[PATCH v2] mm: zswap: multiple zpools support,
Yosry Ahmed
[PATCH v4 0/7] Optimize mremap during mutual alignment within PMD,
Joel Fernandes (Google)
[PATCH v3 00/34] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking, Vishal Moola (Oracle)
- [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables, Vishal Moola (Oracle)
- [PATCH v3 04/34] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH v3 09/34] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 08/34] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 10/34] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 11/34] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v3 05/34] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]