Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v2 07/32] mm/page_vma_mapped: reformat map_pte() with less indentation, (continued)
- [PATCH v2 08/32] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr(), Hugh Dickins
- [PATCH v2 09/32] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails, Hugh Dickins
- [PATCH v2 10/32] mm/pagewalk: walk_pte_range() allow for pte_offset_map(), Hugh Dickins
- [PATCH v2 11/32] mm/vmwgfx: simplify pmd & pud mapping dirty helpers, Hugh Dickins
- [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 13/32] mm/hmm: retry if pte_offset_map() fails, Hugh Dickins
- [PATCH v2 14/32] mm/userfaultfd: retry if pte_offset_map() fails, Hugh Dickins
- [PATCH v2 15/32] mm/userfaultfd: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 16/32] mm/debug_vm_pgtable,page_table_check: warn pte map fails, Hugh Dickins
- [PATCH v2 17/32] mm/various: give up if pte_offset_map[_lock]() fails, Hugh Dickins
- [PATCH v2 18/32] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge(), Hugh Dickins
- [PATCH v2 19/32] mm/mremap: retry if either pte_offset_map_*lock() fails, Hugh Dickins
- [PATCH v2 20/32] mm/madvise: clean up pte_offset_map_lock() scans, Hugh Dickins
- [PATCH v2 21/32] mm/madvise: clean up force_shm_swapin_readahead(), Hugh Dickins
- [PATCH v2 22/32] mm/swapoff: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 23/32] mm/mglru: allow pte_offset_map_nolock() to fail, Hugh Dickins
- [PATCH v2 24/32] mm/migrate_device: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 25/32] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable(), Hugh Dickins
- [PATCH v2 26/32] mm/huge_memory: split huge pmd under one pte_offset_map(), Hugh Dickins
- [PATCH v2 27/32] mm/khugepaged: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 28/32] mm/memory: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 29/32] mm/memory: handle_pte_fault() use pte_offset_map_nolock(), Hugh Dickins
- [PATCH v2 30/32] mm/pgtable: delete pmd_trans_unstable() and friends, Hugh Dickins
- [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map(), Hugh Dickins
- [PATCH v2 32/32] perf/core: Allow pte_offset_map() to fail, Hugh Dickins
- [PATCH] mm/swapfile: delete outdated pte_offset_map() comment, Hugh Dickins
- [PATCH v2 0/6] Per-vma lock support for swap and userfaults,
Suren Baghdasaryan
- [PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)',
Mike Kravetz
- drivers/acpi/proc.c:139:30: warning: 'acpi_system_wakeup_device_proc_ops' defined but not used, kernel test robot
- drivers/gpu/drm/radeon/ci_dpm.c:5637:5: warning: stack frame size (2080) exceeds limit (2048) in 'ci_dpm_init', kernel test robot
- <Blacknight-Billing> Last Notice about Your Expired Services , Invoice n: #1261465, <Billing-Blacknight@solutions>
- [PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail,
Hugh Dickins
- [PATCH v2 01/23] arm: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 02/23] arm64: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 04/23] ia64/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 06/23] microblaze: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb(), Hugh Dickins
- [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep(), Hugh Dickins
- [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel(), Hugh Dickins
- [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge(), Hugh Dickins
- [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock(), Hugh Dickins
- [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 18/23] sparc/hugetlb: pte_alloc_huge() pte_offset_huge(), Hugh Dickins
- [PATCH v2 19/23] sparc: allow pte_offset_map() to fail, Hugh Dickins
- [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 21/23] x86: Allow get_locked_pte() to fail, Hugh Dickins
- [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map(), Hugh Dickins
- [RFC PATCH] mm: Sync percpu mm RSS counters before querying,
Michal Koutný
- [linux-next:master] BUILD REGRESSION db10f126048021b86e43a5d6a335ec49dec10155, kernel test robot
- [PATCH] scripts: fix the gfp flags header path in gfp-translate,
Prathu Baronia
- [linux-next:master 7388/8065] ERROR: modpost: "uv_info" [drivers/s390/char/uvdevice.ko] undefined!, kernel test robot
- [linux-next:master 4146/8065] drivers/leds/leds-cht-wcove.c:142:21: warning: no previous prototype for 'cht_wc_leds_brightness_get', kernel test robot
- [PATCH] staging: lib: Use memcpy_to/from_page(), Sumitra Sharma
- [linux-next:pending-fixes] BUILD SUCCESS da90eaebfb79ebace89b69a79d61f3546688868f, kernel test robot
- [PATCH v3] Documentation/mm: Initial page table documentation,
Linus Walleij
- [PATCH v2] Documentation/mm: Initial page table documentation,
Linus Walleij
- Re: [PATCH] mm: convert mm's rss stats into percpu_counter,
Jan Kara
- [linux-next:master 1545/8065] include/drm/drm_print.h:456:39: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'}, kernel test robot
- [PATCH] vmstat: skip periodic vmstat update for isolated CPUs, Marcelo Tosatti
- [syzbot] Monthly mm report (Jun 2023), syzbot
- [linux-next:master 3275/7747] drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c:69:5-8: Unneeded variable: "ret". Return " 0" on line 83, kernel test robot
- [PATCH v2 1/2] mm: zswap: support exclusive loads,
Yosry Ahmed
- [PATCH net-next v6 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS,
David Howells
- [PATCH net-next v6 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace, David Howells
- [PATCH net-next v6 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg, David Howells
- [PATCH net-next v6 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage(), David Howells
- [PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops, David Howells
- [PATCH net-next v6 05/14] tls/sw: Use splice_eof() to flush, David Howells
- [PATCH net-next v6 07/14] ipv4, ipv6: Use splice_eof() to flush, David Howells
- [PATCH net-next v6 08/14] chelsio/chtls: Use splice_eof() to flush, David Howells
- [PATCH net-next v6 09/14] kcm: Use splice_eof() to flush, David Howells
- [PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
- [PATCH net-next v6 11/14] tls/sw: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v6 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v6 06/14] tls/device: Use splice_eof() to flush, David Howells
- [PATCH net-next v6 13/14] tls/device: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v6 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES, David Howells
- Re: [PATCH net-next v6 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS, patchwork-bot+netdevbpf
- [PATCH v4] mm/migrate_device: Try to handle swapcache pages, mpenttil
- [linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad, kernel test robot
- [PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties,
Christian Marangi
- [PATCH net-next v5 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS,
David Howells
- [PATCH net-next v5 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace, David Howells
- [PATCH net-next v5 06/14] tls/device: Use splice_eof() to flush, David Howells
- [PATCH net-next v5 05/14] tls/sw: Use splice_eof() to flush, David Howells
- [PATCH net-next v5 07/14] ipv4, ipv6: Use splice_eof() to flush, David Howells
- [PATCH net-next v5 11/14] tls/sw: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v5 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage(), David Howells
- [PATCH net-next v5 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v5 08/14] chelsio/chtls: Use splice_eof() to flush, David Howells
- [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor(), David Howells
- [PATCH net-next v5 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg, David Howells
- [PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops, David Howells
- [PATCH net-next v5 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v5 09/14] kcm: Use splice_eof() to flush, David Howells
- [PATCH net-next v5 13/14] tls/device: Support MSG_SPLICE_PAGES, David Howells
- [linux-next:pending-fixes] BUILD SUCCESS 9d674be533320edf2ea08ec2c70fbef0d5b2459e, kernel test robot
- [PATCH] mm/mm_init.c: add debug messsge for dma zone,
Haifeng Xu
- [linux-next:master 4264/7747] lib/kunit/executor_test.c:138:4: error: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
- Is "echo 3 > drop_caches" async or hardware dependent?, Qu Wenruo
- [PATCH] mm/khugepaged: fix iteration in collapse_file,
David Stevens
- [PATCH] mm/mm_init.c: drop 'nid' parameter from check_for_memory(),
Haifeng Xu
- [PATCH] mm/sparse: remove unused parameters in sparse_remove_section(),
Yajun Deng
- [PATCH] lazy tlb: consolidate lazy tlb mm switching fix,
Nicholas Piggin
- [PATCH] writeback: fix dereferencing NULL mapping->host on writeback_page_template,
Rafael Aquini
- [PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI,
Danilo Krummrich
- [PATCH drm-next v4 01/14] drm: execution context for GEM buffers v4, Danilo Krummrich
- [PATCH drm-next v4 06/14] drm/nouveau: get vmm via nouveau_cli_vmm(), Danilo Krummrich
- [PATCH drm-next v4 02/14] maple_tree: split up MA_STATE() macro, Danilo Krummrich
- [PATCH drm-next v4 07/14] drm/nouveau: bo: initialize GEM GPU VA interface, Danilo Krummrich
- [PATCH drm-next v4 08/14] drm/nouveau: move usercopy helpers to nouveau_drv.h, Danilo Krummrich
- [PATCH drm-next v4 09/14] drm/nouveau: fence: separate fence alloc and emit, Danilo Krummrich
- [PATCH drm-next v4 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space, Danilo Krummrich
- [PATCH drm-next v4 03/14] drm: manager to keep track of GPUs VA mappings, Danilo Krummrich
- [PATCH drm-next v4 10/14] drm/nouveau: fence: fail to emit when fence context is killed, Danilo Krummrich
- [PATCH drm-next v4 05/14] drm/nouveau: new VM_BIND uapi interfaces, Danilo Krummrich
- [PATCH drm-next v4 11/14] drm/nouveau: chan: provide nouveau_channel_kill(), Danilo Krummrich
- [PATCH drm-next v4 12/14] drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm, Danilo Krummrich
- [PATCH drm-next v4 14/14] drm/nouveau: debugfs: implement DRM GPU VA debugfs, Danilo Krummrich
- [PATCH drm-next v4 13/14] drm/nouveau: implement new VM_BIND uAPI, Danilo Krummrich
- Re: [PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI, Donald Robson
- Re: [PATCH drm-next v4 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI, Danilo Krummrich
- [linux-next:master] BUILD REGRESSION 6db29e14f4fb7bce9eb5290288e71b05c2b0d118, kernel test robot
- [RFC PATCH 00/19] hugetlb support for KVM guest_mem,
Ackerley Tng
- [RFC PATCH 03/19] mm: hugetlb: Expose remove_inode_hugepages, Ackerley Tng
- [RFC PATCH 04/19] mm: hugetlb: Decouple hstate, subpool from inode, Ackerley Tng
- [RFC PATCH 05/19] mm: hugetlb: Allow alloc_hugetlb_folio() to be parametrized by subpool and hstate, Ackerley Tng
- [RFC PATCH 01/19] mm: hugetlb: Expose get_hstate_idx(), Ackerley Tng
- [RFC PATCH 06/19] mm: hugetlb: Provide hugetlb_filemap_add_folio(), Ackerley Tng
- [RFC PATCH 08/19] mm: hugetlb: Refactor restore_reserve_on_error, Ackerley Tng
- [RFC PATCH 09/19] mm: hugetlb: Use restore_reserve_on_error directly in filesystems, Ackerley Tng
- [RFC PATCH 11/19] mm: hugetlb: Parametrize hugetlb functions by resv_map, Ackerley Tng
- [RFC PATCH 12/19] mm: truncate: Expose preparation steps for truncate_inode_pages_final, Ackerley Tng
- [RFC PATCH 14/19] KVM: guest_mem: Refactor cleanup to separate inode and file cleanup, Ackerley Tng
- [RFC PATCH 15/19] KVM: guest_mem: hugetlb: initialization and cleanup, Ackerley Tng
- [RFC PATCH 02/19] mm: hugetlb: Move and expose hugetlbfs_zero_partial_page, Ackerley Tng
- [RFC PATCH 16/19] KVM: guest_mem: hugetlb: allocate and truncate from hugetlb, Ackerley Tng
- [RFC PATCH 17/19] KVM: selftests: Add basic selftests for hugetlbfs-backed guest_mem, Ackerley Tng
- [RFC PATCH 18/19] KVM: selftests: Support various types of backing sources for private memory, Ackerley Tng
- [RFC PATCH 19/19] KVM: selftests: Update test for various private memory backing source types, Ackerley Tng
- [RFC PATCH 10/19] mm: hugetlb: Parametrize alloc_hugetlb_folio_from_subpool() by resv_map, Ackerley Tng
- [RFC PATCH 13/19] KVM: guest_mem: Refactor kvm_gmem fd creation to be in layers, Ackerley Tng
- [RFC PATCH 07/19] mm: hugetlb: Refactor vma_*_reservation functions, Ackerley Tng
- Re: [RFC PATCH 00/19] hugetlb support for KVM guest_mem, Isaku Yamahata
- Re: [RFC PATCH 00/19] hugetlb support for KVM guest_mem, Mike Kravetz
- [PATCH] mm: Update validate_mm() to use vma iterator CONFIG flag,
Liam R. Howlett
- [PATCH] mm/mprotect: Fix do_mprotect_pkey() limit check,
Liam R. Howlett
- [RFC PATCH v2 0/7] mm: zswap: move writeback LRU from zpool to zswap,
Domenico Cerasuolo
- [PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory,
Kirill A. Shutemov
- [PATCHv14 4/9] x86/boot/compressed: Handle unaccepted memory, Kirill A. Shutemov
- [PATCHv14 8/9] x86/tdx: Refactor try_accept_one(), Kirill A. Shutemov
- [PATCHv14 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory, Kirill A. Shutemov
- [PATCHv14 2/9] efi/x86: Get full memory map in allocate_e820(), Kirill A. Shutemov
- [PATCHv14 1/9] mm: Add support for unaccepted memory, Kirill A. Shutemov
- [PATCHv14 3/9] efi/libstub: Implement support for unaccepted memory, Kirill A. Shutemov
- [PATCHv14 5/9] efi: Add unaccepted memory support, Kirill A. Shutemov
- [PATCHv14 9/9] x86/tdx: Add unaccepted memory support, Kirill A. Shutemov
- [PATCHv14 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub, Kirill A. Shutemov
- Re: [PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory, Borislav Petkov
- [linux-next:master] [blk] be4c427809: reaim.jobs_per_min 4.7% improvement, kernel test robot
- [PATCH v3 0/3] shmemfs stable directory offsets,
Chuck Lever
- [PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES),
David Howells
- [PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(), David Howells
- [PATCH net-next v3 02/10] Fix a couple of spelling mistakes, David Howells
- [PATCH net-next v3 03/10] Wrap lines at 80, David Howells
- [PATCH net-next v3 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists, David Howells
- [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
- [PATCH net-next v3 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate, David Howells
- [PATCH net-next v3 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg(), David Howells
- [PATCH net-next v3 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v3 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES, David Howells
- [PATCH net-next v3 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES, David Howells
- Re: [PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES), patchwork-bot+netdevbpf
- [PATCH] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing,
Yu Ma
- [PATCH] mm/mmap: move vma operations to mm_struct out of the critical section of file mapping lock,
Yu Ma
- [PATCH] mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit,
Miaohe Lin
- [PATCH] memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGRATION, Miaohe Lin
- [linux-next:pending-fixes] BUILD SUCCESS ef2d89b88456f26ed2a28a5a86580cc4e3b0804a, kernel test robot
- [linux-next:master 2309/7345] net/netfilter/ipvs/ip_vs_proto.o: warning: objtool: .init.text: unexpected end of section, kernel test robot
- [RESEND PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code,
Shuai Xue
- [PATCH v3 00/11] A minor flurry of selftest/mm fixes,
John Hubbard
- [PATCH v3 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c, John Hubbard
- [PATCH v3 04/11] selftests/mm: fix invocation of tests that are run via shell scripts, John Hubbard
- [PATCH v3 01/11] selftests/mm: fix uffd-stress unused function warning, John Hubbard
- [PATCH v3 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c, John Hubbard
- [PATCH v3 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds, John Hubbard
- [PATCH v3 10/11] Documentation: kselftest: "make headers" is a prerequisite, John Hubbard
- [PATCH v3 09/11] selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c, John Hubbard
- [PATCH v3 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h, John Hubbard
- [PATCH v3 11/11] selftests: error out if kernel header files are not yet built, John Hubbard
- Message not available
- Message not available
[PATCH] mm/slab_common: reduce an if statement in create_cache(),
Zhen Lei
[PATCH v2 0/3] Convert several functions in hugetlb.c to use a folio,
Peng Zhang
[linux-next:master] [io_uring] caec5ebe77: stress-ng.io-uring.ops_per_sec 32.5% improvement, kernel test robot
[PATCH v17 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
[PATCH v3] mm/migrate_device: Try to handle swapcache pages,
mpenttil
[PATCH 00/16] Add support for DAX vmemmap optimization for ppc64,
Aneesh Kumar K.V
- [PATCH 01/16] powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting., Aneesh Kumar K.V
- [PATCH 02/16] powerpc/book3s64/mm: mmu_vmemmap_psize is used by radix, Aneesh Kumar K.V
- [PATCH 03/16] powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo, Aneesh Kumar K.V
- [PATCH 04/16] powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding, Aneesh Kumar K.V
- [PATCH 05/16] powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary, Aneesh Kumar K.V
- [PATCH 06/16] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support, Aneesh Kumar K.V
- [PATCH 07/16] mm: Change pudp_huge_get_and_clear_full take vm_area_struct as arg, Aneesh Kumar K.V
- [PATCH 08/16] mm/vmemmap: Improve vmemmap_can_optimize and allow architectures to override, Aneesh Kumar K.V
- [PATCH 09/16] mm/vmemmap: Allow architectures to override how vmemmap optimization works, Aneesh Kumar K.V
- [PATCH 10/16] mm: Add __HAVE_ARCH_PUD_SAME similar to __HAVE_ARCH_P4D_SAME, Aneesh Kumar K.V
- [PATCH 11/16] mm/huge pud: Use transparent huge pud helpers only with CONFIG_TRANSPARENT_HUGEPAGE, Aneesh Kumar K.V
- [PATCH 12/16] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization, Aneesh Kumar K.V
- [PATCH 13/16] powerpc/book3s64/mm: Enable transparent pud hugepage, Aneesh Kumar K.V
- [PATCH 14/16] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function, Aneesh Kumar K.V
- [PATCH 15/16] powerpc/book3s64/radix: Add support for vmemmap optimization for radix, Aneesh Kumar K.V
- [PATCH 16/16] powerpc/book3s64/radix: Remove mmu_vmemmap_psize, Aneesh Kumar K.V
- Re: [PATCH 00/16] Add support for DAX vmemmap optimization for ppc64, Aneesh Kumar K.V
[PATCH] Documentation/mm: Initial page table documentation,
Linus Walleij
[PATCH] mm/vmalloc: do not output a spurious warning when huge vmalloc() fails,
Lorenzo Stoakes
[PATCH v2 0/3] mm: Make unregistration of super_block shrinker more faster,
Kirill Tkhai
Message not available
[PATCH v3 0/3] vmstat bug fixes for nohz_full and isolated CPUs,
Marcelo Tosatti
[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54, kernel test robot
[PATCH net-next v4 00/11] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS,
David Howells
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]