Linux Kernel Memory Management
[Prev Page][Next Page]
[PATCH net-next] selftests: avoid using SKIP(exit()) in harness fixure setup,
Jakub Kicinski
[PATCH v4] zswap: replace RB tree with xarray,
Chris Li
[PATCH 0/4] slab: Introduce dedicated bucket allocator,
Kees Cook
Can the huge zero page be partially mapped?,
Matthew Wilcox
[PATCH 1/3] selftests/exec: Add the overall result line accourding to TAP,
Muhammad Usama Anjum
[PATCH 0/3] minor fixes and supplement for ptdesc,
Qi Zheng
Re: [PATCH v5.15-v5.4] fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super, Greg KH
[RFC PATCH] mm: hold PTL from the first PTE while reclaiming a large folio,
Barry Song
[linux-next:pending-fixes] BUILD SUCCESS 9ae6334a68aa77ddb95ccad17603525c1b810e91, kernel test robot
[RFC PATCH v3 0/5] mm: support large folios swap-in,
Barry Song
[PATCH v5] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure,
Byungchul Park
[PATCH v4] mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure, Byungchul Park
[PATCH] usercopy: delete __noreturn from usercopy_abort,
Jiangfeng Xiao
Re: [syzbot] [ext4?] INFO: rcu detected stall in sys_unlink (3), syzbot
[linux-next:master 9800/11394] drivers/gpu/drm/xe/xe_hw_engine_class_sysfs.c:574:33: error: unused function 'pdev_to_xe_device', kernel test robot
[linux-next:master 4800/11394] drivers/net/phy/qcom/qca807x.c:501:10: error: call to undeclared function 'qca807x_gpio'; ISO C99 and later do not support implicit function declarations, kernel test robot
include/linux/vmstat.h:400:43: error: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item'), kernel test robot
[PATCH v3] zswap: replace RB tree with xarray,
Chris Li
[linux-next:master 11242/11394] arch/riscv/include/asm/pgtable.h:443:41: error: implicit declaration of function 'napot_cont_size', kernel test robot
[PATCH 0/4] Clean up __folio_put(),
Matthew Wilcox (Oracle)
[PATCH] mm: memory: fix shift-out-of-bounds in fault_around_bytes_set,
Kefeng Wang
[linux-next:master 10409/11394] ERROR: modpost: "__fentry__" [tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.ko] undefined!,
kernel test robot
[linux-next:master 9546/11394] drivers/mtd/ubi/nvmem.c:34:16: sparse: sparse: incompatible types in comparison expression (different type sizes):, kernel test robot
[PATCH 0/5] Remove some races around folio_test_hugetlb,
Matthew Wilcox (Oracle)
[linux-next:master] BUILD REGRESSION 1870cdc0e8dee32e3c221704a2977898ba4c10e8, kernel test robot
[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge(),
Vlastimil Babka
[PATCH v2 00/13] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH v2 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH v2 05/13] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages, Pankaj Raghav (Samsung)
- [PATCH v2 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order), Pankaj Raghav (Samsung)
- [PATCH v2 13/13] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH v2 11/13] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v2 02/13] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH v2 07/13] readahead: rework loop in page_cache_ra_unbounded(), Pankaj Raghav (Samsung)
- [PATCH v2 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra, Pankaj Raghav (Samsung)
- [PATCH v2 09/13] mm: do not split a folio if it has minimum folio order requirement, Pankaj Raghav (Samsung)
- [PATCH v2 01/13] mm: Support order-1 folios in the page cache, Pankaj Raghav (Samsung)
- [PATCH v2 04/13] filemap: use mapping_min_order while allocating folios, Pankaj Raghav (Samsung)
- [PATCH v2 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache, Pankaj Raghav (Samsung)
[PATCH] mm, slab: remove memcg_from_slab_obj(),
Vlastimil Babka
[PATCH v7 0/2] mm/vmalloc: lock contention optimization under multi-threading,
rulinhuang
[linux-next:pending-fixes] BUILD SUCCESS d1e87c1d8f90f27a1ca3c90d9de048602beabc61, kernel test robot
[linux-next:master] [mm,page_owner] 217b2119b9: WARNING:at_lib/refcount.c:#refcount_warn_saturate, kernel test robot
[linux-next:master] [rcu/exp] 23da2ad64d: stress-ng.unshare.ops_per_sec 3.8% improvement, kernel test robot
[LSF/MM/BPF TOPIC] Swap Abstraction "the pony",
Chris Li
Re: [LSF/MM/BPF TOPIC] Swap Abstraction "the pony", Kairui Song
Re: [LSF/MM/BPF TOPIC] Swap Abstraction "the pony", Barry Song
Re: [LSF/MM/BPF TOPIC] Swap Abstraction "the pony", Chuanhua Han
[PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support,
Alexandre Ghiti
- [PATCH 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code, Alexandre Ghiti
- [PATCH 2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes, Alexandre Ghiti
- [PATCH 3/9] mm: Use common huge_ptep_get() function for riscv/arm64, Alexandre Ghiti
- [PATCH 4/9] mm: Use common set_huge_pte_at() function for riscv/arm64, Alexandre Ghiti
- [PATCH 6/9] mm: Use common huge_ptep_get_and_clear() function for riscv/arm64, Alexandre Ghiti
- [PATCH 9/9] mm: Use common huge_ptep_clear_flush() function for riscv/arm64, Alexandre Ghiti
- [PATCH 8/9] mm: Use common huge_ptep_set_wrprotect() function for riscv/arm64, Alexandre Ghiti
- [PATCH 5/9] mm: Use common huge_pte_clear() function for riscv/arm64, Alexandre Ghiti
- [PATCH 7/9] mm: Use common huge_ptep_set_access_flags() function for riscv/arm64, Alexandre Ghiti
- Re: [PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support, Ryan Roberts
[PATCH v1 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes,
Ho-Ren (Jack) Chuang
[PATCH] selftests/mm: Dont fail testsuite due to a lack of hugepages,
Nico Pache
[Linux Kernel Bug] UBSAN: shift-out-of-bounds in fault_around_bytes_set,
Sam Sun
[linux-next:master 9077/11156] drivers/leds/leds-gpio-register.c:23:32: error: redefinition of 'gpio_led_register_device', kernel test robot
[linux-next:master 10220/11156] fs/f2fs/segment.c:4912:12: sparse: sparse: symbol 'f2fs_zone_status' was not declared. Should it be static?, kernel test robot
[PATCH v3 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space,
Alexei Starovoitov
[PATCH v5 00/13] riscv: ASID-related and UP-related TLB flush enhancements,
Samuel Holland
- [PATCH v5 02/13] riscv: Factor out page table TLB synchronization, Samuel Holland
- [PATCH v5 01/13] riscv: Flush the instruction cache during SMP bringup, Samuel Holland
- [PATCH v5 05/13] riscv: Only send remote fences when some other CPU is online, Samuel Holland
- [PATCH v5 07/13] riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma, Samuel Holland
- [PATCH v5 08/13] riscv: Avoid TLB flush loops when affected by SiFive CIP-1200, Samuel Holland
- [PATCH v5 10/13] riscv: mm: Use a fixed layout for the MM context ID, Samuel Holland
- [PATCH v5 03/13] riscv: Use IPIs for remote cache/TLB flushes by default, Samuel Holland
- [PATCH v5 11/13] riscv: mm: Make asid_bits a local variable, Samuel Holland
- [PATCH v5 09/13] riscv: mm: Introduce cntx2asid/cntx2version helper macros, Samuel Holland
- [PATCH v5 12/13] riscv: mm: Preserve global TLB entries when switching contexts, Samuel Holland
- [PATCH v5 13/13] riscv: mm: Always use an ASID to flush mm contexts, Samuel Holland
- [PATCH v5 06/13] riscv: mm: Combine the SMP and UP TLB flush code, Samuel Holland
- [PATCH v5 04/13] riscv: mm: Broadcast kernel TLB flushes only when needed, Samuel Holland
- Re: [PATCH v5 00/13] riscv: ASID-related and UP-related TLB flush enhancements, Conor Dooley
[linux-next:master 10835/11156] include/asm-generic/pgtable-nop4d.h:11:33: error: 'PGDIR_SHIFT' undeclared; did you mean 'PUD_SHIFT'?,
kernel test robot
[linux-next:master 10211/11156] WARNING: modpost: "__divdi3" [fs/f2fs/f2fs.ko] undefined!, kernel test robot
[PATCH 0/8] Some cleanups for memory-failure,
Matthew Wilcox (Oracle)
[linux-next:master 5519/11156] kernel/bpf/bpf_struct_ops.c:247:16: warning: bitwise operation between different enumeration types ('enum bpf_type_flag' and 'enum bpf_reg_type'),
kernel test robot
[linux-next:master] BUILD REGRESSION f303a3e2bcfba900efb5aee55236d17030e9f882, kernel test robot
[LSF/MM/BPF TOPIC] TAO: THP Allocator Optimizations,
Yu Zhao
[linux-next:master 10211/11156] file.o:undefined reference to `__moddi3', kernel test robot
[PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages(),
Tony Battersby
[linux-next:master 8897/11156] arch/riscv/boot/dts/sophgo/sg2042.dtsi:9:10: fatal error: 'dt-bindings/reset/sophgo,sg2042-reset.h' file not found, kernel test robot
[linux-next:master] [mm] 8f33a2ff30: stress-ng.resched.ops_per_sec -10.3% regression,
kernel test robot
[linux-next:master 10211/11156] file.c:undefined reference to `__aeabi_ldivmod', kernel test robot
[PATCH] mm/mempolicy: Use a folio in do_mbind(),
Matthew Wilcox (Oracle)
[PATCH RESEND 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread(),
Xiongwei Song
[PATCH v2] mm/vmstat: Add order's information for extfrag_index and unusable_index,
Hao Ge
[linux-next:master 10109/11156] drivers/hid/amd-sfh-hid/amd_sfh_pcie.c:413:34: error: 'struct system_cpuinfo_parisc' has no member named 'x86', kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS cbd0dd66742e17fb39be25ed9c4c45c2d8451c4d, kernel test robot
[LSF/MM/BPF TOPIC] Address Space Isolation,
Brendan Jackman
[PATCH v2] zswap: replace RB tree with xarray,
Chris Li
[PATCH v2 0/7] mm/treewide: Replace pXd_large() with pXd_leaf(),
peterx
[PATCH v6] mm/vmalloc: lock contention optimization under multi-threading,
rulinhuang
[linux-next:master 8933/10830] arch/riscv/boot/dts/sophgo/sg2042.dtsi:9:10: fatal error: dt-bindings/reset/sophgo,sg2042-reset.h: No such file or directory, kernel test robot
[PATCH v3] filemap: avoid unnecessary major faults in filemap_fault(),
Peng Zhang
Re: BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP),
Erhard Furtner
[PATCH RFC v2 0/5] mm: support large folios swap-in,
Barry Song
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]