Linux Kernel Memory Management
[Prev Page][Next Page]
- [PATCH v6 04/11] NFS: remove nfs_page_lengthg and usage of page_index, (continued)
- [PATCH v6 04/11] NFS: remove nfs_page_lengthg and usage of page_index, Kairui Song
- [PATCH v6 05/11] afs: drop usage of folio_file_pos, Kairui Song
- [PATCH v6 06/11] netfs: drop usage of folio_file_pos, Kairui Song
- [PATCH v6 07/11] nfs: drop usage of folio_file_pos, Kairui Song
- [PATCH v6 09/11] mm: remove page_file_offset and folio_file_pos, Kairui Song
- [PATCH v6 10/11] mm: drop page_index and simplify folio_index, Kairui Song
- [PATCH v6 11/11] mm/swap: reduce swap cache search space, Kairui Song
- [PATCH v6 08/11] mm/swap: get the swap device offset directly, Kairui Song
- [PATCH v6 03/11] ceph: drop usage of page_index, Kairui Song
- [PATCH v6 01/11] f2fs: drop usage of page_index, Kairui Song
- [PATCH v6 02/11] nilfs2: drop usage of page_index, Kairui Song
- [linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773,
kernel test robot
- [PATCH 0/2] Clean up hotplug zone data synchronization,
Brendan Jackman
- [PATCH 2/2] mm,memory_hotplug: {READ,WRITE}_ONCE unsynchronized zone data, Brendan Jackman
[PATCH] mm: memcontrol: remove page_memcg(),
Kefeng Wang
[PATCH v2] mm: refactor folio_undo_large_rmappable(),
Kefeng Wang
[PATCH v3 0/9] riscv: Memory Hot(Un)Plug support,
Björn Töpel
[PATCH v15 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings,
Jason A. Donenfeld
[RFC PATCH 0/8] support large folio swap-out and swap-in for shmem,
Baolin Wang
[linus:master] [mm] aab6103b97: kernel-selftests.cgroup.test_kmem.test_percpu_basic.fail, kernel test robot
[PATCH v2 0/3] Fixes for compaction_test,
Dev Jain
[PATCH] mm/hugetlb: Move vmf_anon_prepare upfront in hugetlb_wp,
Oscar Salvador
[linux-next:master 13226/13585] ERROR: modpost: "crc16" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!, kernel test robot
[PATCH v6 0/3] Reclaim lazyfree THP without splitting,
Lance Yang
[PATCH v5 1/2] filemap: add helper mapping_max_folio_size(),
Xu Yang
[PATCH v4 1/2] filemap: add helper mapping_max_folio_size(),
Xu Yang
[PATCH] selftests/mm: Fix build warnings on ppc64,
Michael Ellerman
[RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory,
Jaewon Kim
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory, Wei Yang
[PATCH] mm/hugetlb: remove {Set,Clear}Hpage macros,
Sidhartha Kumar
[PATCH] selftests: mm: check return values, Muhammad Usama Anjum
[PATCH] Convert __unmap_hugepage_range() to folios,
Vishal Moola (Oracle)
[linux-next:master 13437/13491] powerpc-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.o uses hard float, drivers/gpu/drm/amd/amdgpu/amdgpu_ras.o uses soft float, kernel test robot
include/asm-generic/percpu.h:31:40: error: implicit declaration of function 'raw_smp_processor_id',
kernel test robot
[linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158, kernel test robot
[linux-next:master 13207/13491] drivers/thermal/thermal_trip.o: warning: objtool: unexpected relocation symbol type in .rela.discard.reachable, kernel test robot
[linux-next:master 12471/13491] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:1006 dc_stream_get_max_flickerless_instant_vtotal_delta() warn: always true condition '((stream->timing.v_total - safe_refresh_v_total) >= 0) => (0-u32max >= 0)', kernel test robot
[RFC PATCH v2 0/3] Add NUMA-aware DAMOS watermarks,
Jonghyeon Kim
[linux-next:pending-fixes] BUILD REGRESSION ebddc92261ee1afeaa80c6e814571de209b06913, kernel test robot
[PATCH v2] percpu_counter: add a cmpxchg-based _add_batch variant,
Mateusz Guzik
[RESEND PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%,
Byungchul Park
- [RESEND PATCH v10 03/12] riscv, tlb: add APIs manipulating tlb batch's arch data, Byungchul Park
- [RESEND PATCH v10 02/12] arm64: tlbflush: add APIs manipulating tlb batch's arch data, Byungchul Park
- [RESEND PATCH v10 01/12] x86/tlb: add APIs manipulating tlb batch's arch data, Byungchul Park
- [RESEND PATCH v10 05/12] mm: buddy: make room for a new variable, ugen, in struct page, Byungchul Park
- [RESEND PATCH v10 04/12] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush(), Byungchul Park
- [RESEND PATCH v10 07/12] mm: add a parameter, unmap generation number, to free_unref_folios(), Byungchul Park
- [RESEND PATCH v10 06/12] mm: add folio_put_ugen() to deliver unmap generation number to pcp or buddy, Byungchul Park
- [RESEND PATCH v10 08/12] mm/rmap: recognize read-only tlb entries during batched tlb flush, Byungchul Park
- [RESEND PATCH v10 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped, Byungchul Park
- [RESEND PATCH v10 10/12] mm: separate move/undo parts from migrate_pages_batch(), Byungchul Park
- [RESEND PATCH v10 11/12] mm, migrate: apply luf mechanism to unmapping during migration, Byungchul Park
- [RESEND PATCH v10 12/12] mm, vmscan: apply luf mechanism to unmapping during folio reclaim, Byungchul Park
- Re: [RESEND PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%, Andrew Morton
[PATCH 1/2] exec: Add KUnit test for bprm_stack_limits(),
Kees Cook
[PATCH 2/2] exec: Avoid pathological argc, envc, and bprm->p values,
Kees Cook
[GIT PULL] non-MM updates for 6.10-rc1,
Andrew Morton
DAMON Beer/Coffee/Tea chat reminder and extending for office hour,
SeongJae Park
[linux-next:master 13118/13355] ERROR: modpost: "__aeabi_uldivmod" [drivers/vdpa/octeon_ep/octep_vdpa.ko] undefined!, kernel test robot
[PATCH] mm/hugetlb: constify ctl_table arguments of utility functions,
Thomas Weißschuh
[PATCH 0/2] Drop support for memory-hotplug and memory-hotremove on superH,
Oscar Salvador
[PATCH v3 0/3] Add update_mmu_tlb_range() to simplify code,
Bang Li
[PATCH v3 3/3] mm: Use update_mmu_tlb_range() to simplify code, Bang Li
[PATCH v3 2/3] mm: Refactor update_mmu_tlb(), Bang Li
[PATCH v1 1/2] virt: pvmemcontrol: control guest physical memory properties,
Yuanchu Xie
[PATCH] mm: batch unlink_file_vma calls in free_pgd_range,
Mateusz Guzik
[GIT PULL] MM updates for 6.10-rc1,
Andrew Morton
[linux-next:master 13118/13355] ERROR: modpost: "__udivdi3" [drivers/vdpa/octeon_ep/octep_vdpa.ko] undefined!, kernel test robot
[RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64),
Christophe Leroy
- [RFC PATCH v2 01/20] mm: Provide pagesize to pmd_populate(), Christophe Leroy
- [RFC PATCH v2 02/20] mm: Provide page size to pte_alloc_huge(), Christophe Leroy
- [RFC PATCH v2 03/20] mm: Provide pmd to pte_leaf_size(), Christophe Leroy
- [RFC PATCH v2 04/20] mm: Provide mm_struct and address to huge_ptep_get(), Christophe Leroy
- [RFC PATCH v2 05/20] powerpc/mm: Allow hugepages without hugepd, Christophe Leroy
- [RFC PATCH v2 06/20] powerpc/8xx: Fix size given to set_huge_pte_at(), Christophe Leroy
- [RFC PATCH v2 07/20] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries, Christophe Leroy
- [RFC PATCH v2 08/20] powerpc/8xx: Simplify struct mmu_psize_def, Christophe Leroy
- [RFC PATCH v2 09/20] powerpc/mm: Remove _PAGE_PSIZE, Christophe Leroy
- [RFC PATCH v2 10/20] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries, Christophe Leroy
- [RFC PATCH v2 11/20] powerpc/mm: Complement huge_pte_alloc() for all non HUGEPD setups, Christophe Leroy
- [RFC PATCH v2 12/20] powerpc/64e: Remove unneeded #ifdef CONFIG_PPC_E500, Christophe Leroy
- [RFC PATCH v2 19/20] powerpc/mm: Remove hugepd leftovers, Christophe Leroy
- [RFC PATCH v2 13/20] powerpc/64e: Clean up impossible setups, Christophe Leroy
- [RFC PATCH v2 15/20] powerpc/85xx: Switch to 64 bits PGD, Christophe Leroy
- [RFC PATCH v2 18/20] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD, Christophe Leroy
- [RFC PATCH v2 14/20] powerpc/e500: Remove enc field from struct mmu_psize_def, Christophe Leroy
- [RFC PATCH v2 17/20] powerpc/e500: Use contiguous PMD instead of hugepd, Christophe Leroy
- [RFC PATCH v2 16/20] powerpc/e500: Encode hugepage size in PTE bits, Christophe Leroy
- [RFC PATCH v2 20/20] mm: Remove CONFIG_ARCH_HAS_HUGEPD, Christophe Leroy
- Re: [RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64), Jason Gunthorpe
- Re: [RFC PATCH v2 00/20] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64), Peter Xu
[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc, kernel test robot
[PATCH] kasan, fortify: properly rename memintrinsics,
andrey . konovalov
[linux-next:pending-fixes] BUILD REGRESSION 458b2d56b05cf5ea311066403c07fece5e9d4584, kernel test robot
[PATCH] mm/vmscan: Update stale references to shrink_page_list, Illia Ostapyshyn
[linux-next:master] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression,
kernel test robot
Re: [RFC PATCH v1 0/7] DAMON multiple contexts support,
SeongJae Park
[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a, kernel test robot
[linux-next:master 12978/13339] arch/riscv/errata/andes/errata.c:68:38: error: use of undeclared identifier 'RISCV_VENDOR_EXT_ALTERNATIVES_BASE', kernel test robot
[PATCH v3] mm/huge_memory: don't unpoison huge_zero_folio,
Miaohe Lin
[linux-next:pending-fixes] BUILD REGRESSION b449e3dad2d62b390466a0f721095585e2646164, kernel test robot
[linux-next:master 13225/13339] arch/riscv/errata/andes/errata.c:68:45: error: 'RISCV_VENDOR_EXT_ALTERNATIVES_BASE' undeclared, kernel test robot
[PATCH] mm/cma: get nid from physical address,
Yajun Deng
[PATCH] mm/hugetlb: Drop node_alloc_noretry from alloc_fresh_hugetlb_folio,
Oscar Salvador
[RFC PATCH] percpu_counter: reimplement _add_batch with __this_cpu_cmpxchg, Mateusz Guzik
[PATCH] selftests/mm: va_high_addr_switch: Do not skip test and give warning message post FEAT_LPA2,
Dev Jain
Memdesc wiki pages,
Matthew Wilcox
[PATCH v2] sched/rt: Clean up usage of rt_task(),
Qais Yousef
[linux-next:master 13096/13213] drivers/irqchip/irq-riscv-imsic-early.c:52:9: error: too many arguments to function 'riscv_ipi_set_virq_range', kernel test robot
[LSFMM] automating measuring memory fragmentation,
Luis Chamberlain
[linux-next:pending-fixes] BUILD REGRESSION 73ce8fe833b0a506ddf12c1ee9f985c729c6d82c, kernel test robot
[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49, kernel test robot
[linux-next:master 12458/13213] ERROR: modpost: "pci_epc_deinit_notify" [drivers/pci/controller/dwc/pcie-tegra194.ko] undefined!, kernel test robot
[linux-next:master 12458/13213] undefined reference to `pci_epc_deinit_notify', kernel test robot
[linux-next:master 13096/13213] drivers/irqchip/irq-riscv-imsic-early.c:52:47: error: too many arguments to function call, expected 2, have 3, kernel test robot
Re: [LTP] [PATCH] readahead01: pass on pidfd, Petr Vorel
[RFC v4 12/13] mm: page_frag: update documentation for page_frag, Yunsheng Lin
[RFC v4 10/13] mm: page_frag: introduce prepare/probe/commit API, Yunsheng Lin
[RFC v4 08/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc', Yunsheng Lin
[RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
[RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API, Yunsheng Lin
[RFC v4 05/13] mm: page_frag: use initial zero offset for page_frag_alloc_align(), Yunsheng Lin
[RFC v4 04/13] mm: move the page fragment allocator from page_alloc into its own file, Yunsheng Lin
[RFC v4 03/13] mm: page_frag: use free_unref_page() to free page fragment, Yunsheng Lin
[RFC v4 01/13] mm: page_frag: add a test module for page_frag, Yunsheng Lin
[PATCH 0/2] Fixes for compaction_test,
Dev Jain
[PATCH] vfs: Delete the associated dentry when deleting a file,
Yafang Shao
[PATCH 0/4] mm: convert to folio_alloc_mpol(),
Kefeng Wang
[PATCH] mm: refactor folio_undo_large_rmappable(),
Kefeng Wang
[PATCH 00/12] [LSF/MM/BPF RFC] shmem/tmpfs: add large folios support,
Daniel Gomez
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH v2] mm/huge_memory: mark racy access on huge_anon_orders_always, xu.xin16
[linux-next:master] [mm/slab] 7bd230a266: WARNING:at_mm/util.c:#kvmalloc_node_noprof,
kernel test robot
[PATCH v2] mm/huge_memory: don't unpoison huge_zero_folio,
Miaohe Lin
Is it possible to load kernel code to a specific NUMA node when booting?,
chang-liu22
[RFC PATCH 0/2] introduce precised blk-throttle control,
zhaoyang.huang
[PATCH] sched/rt: Clean up usage of rt_task(),
Qais Yousef
[PATCH] mm: vmscan: restore incremental cgroup iteration,
Johannes Weiner
[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf, kernel test robot
page-flags.rst,
Matthew Wilcox
[PATCH v2 1/1] lib: add version into /proc/allocinfo output,
Suren Baghdasaryan
[for-next][PATCH 2/6] ring-buffer: Introducing ring-buffer mapping functions, Steven Rostedt
[for-next][PATCH 3/6] tracing: Allow user-space mapping of the ring-buffer, Steven Rostedt
[PATCH 1/1] lib: add version into /proc/allocinfo output,
Suren Baghdasaryan
[PATCH v2 0/8] riscv: Memory Hot(Un)Plug support,
Björn Töpel
[PATCH -next] memcg: don't handle event_list for v2 when offlining,
Xiu Jianfeng
[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback,
Kemeng Shi
[linux-next:pending-fixes] BUILD SUCCESS 260da9e3411810d32bf09b9e8ab4fb059e8fddb2, kernel test robot
[Resend LSF/MM/BPF TOPIC] A case of a CXL compressed memory tier,
Yiannis Nikolakopoulos
[linux-next:master 12913/12990] drivers/gpu/drm/amd/amdgpu/../display/dc/optc/dcn35/dcn35_optc.c:59: warning: Function parameter or struct member 'segment_width' not described in 'optc35_set_odm_combine', kernel test robot
[PATCH] mm: page_alloc: fix the incorrect parameter,
Yajun Deng
[linux-next:master 8353/12793] drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.o: warning: objtool: map_partition_power_domain_id() falls through to next function get_instance(),
kernel test robot
[RFC PATCH v1 1/2] virt: memctl: control guest physical memory properties,
Yuanchu Xie
[LSF/MM/BPF TOPIC] A case of a CXL compressed memory tier, Yiannis Nikolakopoulos
[linux-next:master 8530/12793] sound/soc/codecs/cs35l56-spi.c:28:undefined reference to `__devm_regmap_init_spi', kernel test robot
[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60, kernel test robot
[PATCH 0/4] mm: add missing MODULE_DESCRIPTION() macros,
Jeff Johnson
[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`,
Barnabás Pőcze
[linux-next:master 12200/12793] xtensa-linux-ld: arch/xtensa/boot/lib/zmem.o:undefined reference to `__tsan_read1', kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS 3d77dbcb46b6fd474b0a384f2ffa3acf2843e247, kernel test robot
[PATCH] selftests/mm: compaction_test: Fix trivial test pass on Aarch64 when nr_hugepages = 0, Dev Jain
[PATCH RESEND v5 0/4] Reclaim lazyfree THP without splitting,
Lance Yang
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]