Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [syzbot] [mm?] INFO: task hung in exit_mmap, (continued)
- [PATCH] KVM: arm64: Shave a few bytes from the EL2 idmap code, Marc Zyngier
- [PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files,
Kaixiong Yu
- [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c, Kaixiong Yu
- [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c, Kaixiong Yu
- [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c, Kaixiong Yu
- [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c, Kaixiong Yu
- [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c, Kaixiong Yu
- [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c, Kaixiong Yu
- [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c, Kaixiong Yu
- [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c, Kaixiong Yu
- [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c, Kaixiong Yu
- [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c, Kaixiong Yu
- [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c, Kaixiong Yu
- [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c, Kaixiong Yu
- [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c, Kaixiong Yu
- [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper, Kaixiong Yu
- [PATCH v3 -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- Re: [PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files, Liam R. Howlett
- Re: [PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files, Joel Granados
- [PATCH v4 0/2] vdso: Use only headers from the vdso/ namespace,
Vincenzo Frascino
- Proposal: bi-weekly guest_memfd upstream call,
David Hildenbrand
- Re: Proposal: bi-weekly guest_memfd upstream call, Vishal Annapurve
- Re: Proposal: bi-weekly guest_memfd upstream call, Fuad Tabba
- Re: Proposal: bi-weekly guest_memfd upstream call, Ackerley Tng
- Re: Proposal: bi-weekly guest_memfd upstream call, Dan Williams
- Re: Proposal: bi-weekly guest_memfd upstream call, Gupta, Pankaj
- Re: Proposal: bi-weekly guest_memfd upstream call, Patrick Roy
- Re: Proposal: bi-weekly guest_memfd upstream call, Suzuki K Poulose
- Re: Proposal: bi-weekly guest_memfd upstream call, Gavin Shan
- Re: Proposal: bi-weekly guest_memfd upstream call, Kalra, Ashish
- Re: Proposal: bi-weekly guest_memfd upstream call, Ackerley Tng
- [linux-next:master 3046/3432] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: dp-intf@1c015000: power-domains: False schema does not allow [[54, 16]], kernel test robot
- [PATCH v6 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice,
Alice Ryhl
- [PATCH] mm/damon: Fix memory leak in damon_sysfs_test_add_targets(),
Jinjie Ruan
- [PATCH] mm: add pcp high_min high_max to proc zoneinfo,
alexjlzheng
- [linux-next:master 2957/3639] arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dtb: panel-lvds: compatible:0: 'panel-lvds' is not one of ['admatec,9904379', 'auo,b101ew05', 'chunghwa,claa070wp03xg', 'edt,etml0700z9ndha', 'hannstar,hsd101pww2', 'hydis,hv070wx2-1e0', 'jenson,bl-jt60050-01a..., kernel test robot
- [linux-next:master 2784/3639] WARNING: modpost: vmlinux: section mismatch in reference: rtnl_net_debug_exit+0x20 (section: .exit.text) -> rtnl_net_debug_net_ops (section: .init.data),
kernel test robot
- [RFC PATCH v3 0/4] Support large folios for tmpfs,
Baolin Wang
- [linux-next:master 3043/3432] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: jpeg-decoder@1a040000: iommus: [[98, 685], [98, 686], [98, 690], [98, 691], [98, 692], [98, 693]] is too long, kernel test robot
- [PATCH v3 00/11] KVM: Restricted mapping of guest_memfd at the host and arm64 support,
Fuad Tabba
- [PATCH v3 01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes, Fuad Tabba
- [PATCH v3 02/11] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private, Fuad Tabba
- [PATCH v3 03/11] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock, Fuad Tabba
- [PATCH v3 04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared, Fuad Tabba
- [PATCH v3 05/11] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page(), Fuad Tabba
- [PATCH v3 07/11] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as mappable, Fuad Tabba
- [PATCH v3 09/11] KVM: arm64: Skip VMA checks for slots without userspace address, Fuad Tabba
- [PATCH v3 08/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed, Fuad Tabba
- [PATCH v3 06/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable, Fuad Tabba
- [PATCH v3 11/11] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled, Fuad Tabba
- [PATCH v3 10/11] KVM: arm64: Handle guest_memfd()-backed guest page faults, Fuad Tabba
- [syzbot] [mm?] KMSAN: uninit-value in swap_writepage,
syzbot
- [PATCH v3] mm/vmscan: stop the loop if enough pages have been page_out,
Chen Ridong
- [linux-next:master 2780/2853] arch/arm64/boot/dts/qcom/sc8280xp-microsoft-arcata.dtb: wifi@0: 'vddrfacmn-supply' is a required property, kernel test robot
- [linux-next:master 2981/3639] arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi:787.22-795.6: Warning (simple_bus_reg): /soc/bus@fe000000/pwm@54000: simple-bus unit address format error, expected "d2f0", kernel test robot
- [PATCH -V2] tdx, memory hotplug: Check whole hot-adding memory range for TDX,
Huang Ying
- [RFC] resource: Avoid unnecessary resource tree walking in __region_intersects(),
Huang Ying
- [PATCH] mm: remove unused hugepage for vma_alloc_folio(),
Kefeng Wang
- [PATCH 0/3] mm: cleanup thp and shmem allowable order check,
Kefeng Wang
- [linux-next:master] 218a562f27: segfault_at_ip_sp_error, kernel test robot
- [linux-next:master 3040/3432] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: t-phy@11c20700: 'power-domains' does not match any of the regexes: '^(usb|pcie|sata)-phy@[0-9a-f]+$', 'pinctrl-[0-9]+', kernel test robot
- [PATCH 0/4] LoongArch: Fix vmalloc test issue,
Bibo Mao
- [linux-next:master 1572/3432] arch/arm64/boot/dts/mediatek/mt8183-evb.dtb: vcodec@17020000: 'assigned-clocks' is a required property, kernel test robot
- Immediate Attention Needed: Domain Renewal., Namecheap™
- [linux-next:master 2858/3432] arch/x86/mm/init_64.c:992:28: error: call to undeclared function 'bootmem_type'; ISO C99 and later do not support implicit function declarations, kernel test robot
- [PATCH] memcg: add tracing for memcg stat updates,
Shakeel Butt
- [linux-next:master 2227/3432] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1c06000: clocks: [[52, 107], [52, 109], [139, 1], [52, 111], [52, 113], [52, 115]] is too long, kernel test robot
- [linux-next:master 2858/3432] arch/x86/mm/init_64.c:992:42: error: implicit declaration of function 'bootmem_type', kernel test robot
- [GIT PULL] hotfixes for 6.12-rc3,
Andrew Morton
- [linux-next:master] BUILD REGRESSION b6270c3bca987530eafc6a15f9d54ecd0033e0e3, kernel test robot
- [PATCH] mm: explicitly enable an expand-only merge mode for brk(), Lorenzo Stoakes
- [PATCH] MAINTAINERS: Add memory mapping/VMA co-maintainers,
Lorenzo Stoakes
- [PATCH v5 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [linux-next:master 1566/3432] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: spmi@10027000: compatible: 'oneOf' conditional failed, one must be fixed:, kernel test robot
- [syzbot] INFO: rcu detected stall in readlink_copy, syzbot
- [linux-next:master 3426/3432] error[E0432]: unresolved import `crate::types::ARef`, kernel test robot
- [linux-next:master 2312/2853] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1bfc000: clocks: [[52, 122], [52, 120], [139, 10], [52, 123], [52, 125], [52, 127]] is too long,
kernel test robot
- Re: [linux-next:master 2312/2853] arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtb: phy@1bfc000: clocks: [[52, 122], [52, 120], [139, 10], [52, 123], [52, 125], [52, 127]] is too long, Johan Hovold
- Possible regression with file madvise(MADV_COLLAPSE),
Avi Kivity
- [PATCH] maple_tree: remove conditionals to detect wr_node_store,
Sidhartha Kumar
- [PATCH v3 0/2] Cleanup some writeback codes,
Tang Yizhou
- [PATCH] mm, slab: add kerneldocs for common SLAB_ flags,
Vlastimil Babka
- [linux-next:fs-current] BUILD SUCCESS 0d4570f02fe8721d17dd8359f639d2628254cd46, kernel test robot
- [PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers,
shiju.jose
- [PATCH v13 01/18] EDAC: Add support for EDAC device features control, shiju.jose
- [PATCH v13 02/18] EDAC: Add scrub control feature, shiju.jose
- [PATCH v13 03/18] EDAC: Add ECS control feature, shiju.jose
- [PATCH v13 04/18] cxl: move cxl headers to new include/cxl/ directory, shiju.jose
- [PATCH v13 05/18] cxl: Move mailbox related bits to the same context, shiju.jose
- [PATCH v13 06/18] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input, shiju.jose
- [PATCH v13 07/18] cxl: Add Get Supported Features command for kernel usage, shiju.jose
- [PATCH v13 08/18] cxl/mbox: Add GET_FEATURE mailbox command, shiju.jose
- [PATCH v13 09/18] cxl/mbox: Add SET_FEATURE mailbox command, shiju.jose
- [PATCH v13 10/18] cxl/memfeature: Add CXL memory device patrol scrub control feature, shiju.jose
- [PATCH v13 11/18] cxl/memfeature: Add CXL memory device ECS control feature, shiju.jose
- [PATCH v13 12/18] platform: Add __free() based cleanup function for platform_device_put, shiju.jose
- [PATCH v13 14/18] ras: mem: Add memory ACPI RAS2 driver, shiju.jose
- [PATCH v13 15/18] EDAC: Add memory repair control feature, shiju.jose
- [PATCH v13 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command, shiju.jose
- [PATCH v13 13/18] ACPI:RAS2: Add ACPI RAS2 driver, shiju.jose
- [PATCH v13 17/18] cxl/memfeature: Add CXL memory device PPR control feature, shiju.jose
- [PATCH v13 18/18] cxl/memfeature: Add CXL memory device memory sparing control feature, shiju.jose
- extend usage of KMEM_CACHE() for cache creation?, Vlastimil Babka
- [PATCH] vmscan: add a vmscan event for reclaim_pages,
Jaewon Kim
- Re: [PATCH] vmscan: add a vmscan event for reclaim_pages, Vlastimil Babka
- Message not available
- Message not available
[PATCH] mm: throttle and inc min_seq when both page types reach MIN_NR_GENS,
zhaoyang.huang
[linux-next:master 2344/2853] arch/arm64/boot/dts/qcom/sc8280xp-microsoft-arcata.dtb: bluetooth: 'vddaon-supply' is a required property, kernel test robot
[PATCH v2 1/1] mm/slab: remove duplicate check in create_cache(),
Zhen Lei
Re: [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c,
kernel test robot
[linux-next:pending-fixes 207/319] fs/btrfs/qgroup.c:2014:6: error: use of undeclared identifier 'bytenr',
kernel test robot
[linux-next:master] [fs] 2e4c6e78f4: will-it-scale.per_thread_ops -5.7% regression,
kernel test robot
[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end,
John Hubbard
[linux-next:master 2334/2853] arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: /soc@0/geniqup@bc0000/i2c@b94000/redriver@4f: failed to match any schema with compatible: ['nxp,ptn3222'], kernel test robot
[linux-next:master 2662/2853] fs/btrfs/qgroup.c:2014:13: error: 'bytenr' undeclared, kernel test robot
[RFC PATCH 0/1] Buddy allocator like folio split,
Zi Yan
[PATCH v6 00/33] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v6 21/33] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v6 14/33] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- Re: [PATCH v6 00/33] riscv control-flow integrity for usermode, Mark Brown
- [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v6 12/33] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
[linux-next:master] BUILD REGRESSION 33ce24234fca4c083e6685a18b460a18ebb5d5c1, kernel test robot
Re: [RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges, Fares Mehanna
[syzbot] [mm?] WARNING in vms_complete_munmap_vmas,
syzbot
[PATCH v1 1/1] mm: Remove unused stub for can_swapin_thp(),
Andy Shevchenko
[linux-next:master 2288/2853] arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dtb: clock-controller@c8c0000: clocks: [[31, 0], [34, 178], [144, 1], [144, 0], [145, 1], [145, 0], [146], [0], [0], [0], [34, 184]] is too long,
kernel test robot
- Re: [linux-next:master 2288/2853] arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dtb: clock-controller@c8c0000: clocks: [[31, 0], [34, 178], [144, 1], [144, 0], [145, 1], [145, 0], [146], [0], [0], [0], [34, 184]] is too long, Marc Gonzalez
- Re: [linux-next:master 2288/2853] arch/arm64/boot/dts/qcom/msm8998-asus-novago-tp370ql.dtb: clock-controller@c8c0000: clocks: [[31, 0], [34, 178], [144, 1], [144, 0], [145, 1], [145, 0], [146], [0], [0], [0], [34, 184]] is too long, Philip Li
[linux-next:master 2337/2853] arch/arm/boot/dts/qcom/qcom-msm8974.dtsi:1297.26-1300.6: Warning (unique_unit_address_if_enabled): /soc/efuse@fc4bc000/s9-p1@d8: duplicate unit-address (also used in node /soc/efuse@fc4bc000/s10-p1@d8), kernel test robot
[linux-next:fs-current] BUILD SUCCESS 16f65df8b39e75eeeb6a87c1d98219857d0a482b, kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS 9b922be5ccae7d99af3cf9c8218cefb855155c64, kernel test robot
[PATCH 0/3] memory,acpi: resize memory blocks based on CFMW alignment,
Gregory Price
[RFC PATCH v3 0/4] sched+mm: Track lazy active mm existence with hazard pointers,
Mathieu Desnoyers
[RFC 1/2] cma: Fix CMA_MIN_ALIGNMENT_BYTES during early_init,
Ritesh Harjani (IBM)
[PATCH] mm: wake_up only when swapcache_wq waitqueue is active, Barry Song
[linux-next:master 2562/2853] sound/soc/codecs/rt-sdw-common.c:87: warning: Function parameter or struct member 'val' not described in 'rt_sdca_index_update_bits', kernel test robot
[PATCH net-next v20 13/14] mm: page_frag: update documentation for page_frag, Yunsheng Lin
[PATCH net-next v20 11/14] mm: page_frag: add testing for the newly added prepare API, Yunsheng Lin
[PATCH net-next v20 10/14] mm: page_frag: introduce prepare/probe/commit API, Yunsheng Lin
[PATCH net-next v20 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node(), Yunsheng Lin
[PATCH net-next v20 07/14] mm: page_frag: some minor refactoring before adding new API, Yunsheng Lin
[PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
[PATCH net-next v20 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc',
Yunsheng Lin
[PATCH net-next v20 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align(), Yunsheng Lin
[PATCH net-next v20 02/14] mm: move the page fragment allocator from page_alloc into its own file, Yunsheng Lin
[PATCH net-next v20 01/14] mm: page_frag: add a test module for page_frag,
Yunsheng Lin
[PATCH V2 0/4] A few fixes for RISC-V,
Chunyan Zhang
Re: [syzbot] [bpf?] WARNING in push_jmp_history,
syzbot
[syzbot] [mm?] linux-next test error: kernel BUG in folio_add_new_anon_rmap,
syzbot
[PATCH v7 0/2] Do not shatter hugezeropage on wp-fault,
Dev Jain
[linux-next:master 385/2483] parallel-display.c:undefined reference to `drm_bridge_connector_init', kernel test robot
[PATCH v3 0/1] update mseal.rst,
jeffxu
回复: 回复: [External Mail]Re: [PATCH v2] mm/cma: print total and used count in cma_alloc(), 高翔
[RESEND][PATCH v4] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM,
Jingxiang Zeng
[PATCH] mm: Enforce a minimal stack gap even against inaccessible VMAs,
Jann Horn
[PATCH] maple_tree: fix outdated flag name in comment,
Jann Horn
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]