Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large, (continued)
- [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible, Ryan Roberts
- [RFC PATCH v1 05/57] mm: Avoid split pmd ptl if pmd level is run-time folded, Ryan Roberts
- [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 07/57] fs: Introduce MAX_BUF_PER_PAGE_SIZE_MAX for array sizing, Ryan Roberts
- [RFC PATCH v1 08/57] fs: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 09/57] fs/nfs: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 10/57] fs/ext4: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination, Ryan Roberts
- [RFC PATCH v1 12/57] cgroup: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 13/57] bpf: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 14/57] pm/hibernate: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 15/57] stackdepot: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 16/57] perf: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 17/57] kvm: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 19/57] crash: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 52/57] arm64: Remove PAGE_SIZE from assembly code, Ryan Roberts
- [RFC PATCH v1 33/57] random: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 53/57] arm64: Runtime-fold pmd level, Ryan Roberts
- [RFC PATCH v1 32/57] optee: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 54/57] arm64: Support runtime folding in idmap_kpti_install_ng_mappings, Ryan Roberts
- [RFC PATCH v1 34/57] sata_sil24: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 48/57] arm64: Convert switch to if for non-const comparison values, Ryan Roberts
- [RFC PATCH v1 51/57] arm64: Introduce cpu features for page sizes, Ryan Roberts
- [RFC PATCH v1 46/57] arm64: Generalize fixmap for boot-time page size, Ryan Roberts
- [RFC PATCH v1 43/57] arm64: Clean up simple cases of CONFIG_ARM64_*K_PAGES, Ryan Roberts
- [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX, Ryan Roberts
- [RFC PATCH v1 45/57] arm64: Rework trampoline rodata mapping, Ryan Roberts
- [RFC PATCH v1 50/57] arm64: Remove PAGE_SZ asm-offset, Ryan Roberts
- [RFC PATCH v1 30/57] drivers/base: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 24/57] net: fec: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 28/57] net: igbvf: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 27/57] net: e1000: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 25/57] net: marvell: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 26/57] net: hns3: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 23/57] net: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 18/57] trace: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 39/57] arm64: Introduce macros required for boot-time page selection, Ryan Roberts
- [RFC PATCH v1 35/57] virtio: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 31/57] edac: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 36/57] xen: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 38/57] arm64: Track early pgtable allocation limit, Ryan Roberts
- [RFC PATCH v1 47/57] arm64: Statically allocate and align for worst-case page size, Ryan Roberts
- [RFC PATCH v1 22/57] sound: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection, Ryan Roberts
- [RFC PATCH v1 49/57] arm64: Convert BUILD_BUG_ON to VM_BUG_ON, Ryan Roberts
- [RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time, Ryan Roberts
- [RFC PATCH v1 55/57] arm64: TRAMP_VALIAS is no longer compile-time constant, Ryan Roberts
- [RFC PATCH v1 21/57] sunrpc: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 37/57] arm64: Fix macros to work in C code in addition to the linker script, Ryan Roberts
- [RFC PATCH v1 20/57] crypto: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 40/57] arm64: Refactor early pgtable size calculation macros, Ryan Roberts
- [RFC PATCH v1 29/57] net: igb: Remove PAGE_SIZE compile-time constant assumption, Ryan Roberts
- [RFC PATCH v1 42/57] arm64: Divorce early init from PAGE_SIZE, Ryan Roberts
- [RFC PATCH v1 41/57] arm64: Pass desired page size on command line, Ryan Roberts
- Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection, Pingfan Liu
- Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection, Ryan Roberts
- Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection, Ryan Roberts
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Florian Fainelli
- RE: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Michael Kelley
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, David Hildenbrand
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Petr Tesarik
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Dave Kleikamp
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Joseph Salisbury
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Neal Gompa
- Re: [RFC PATCH v1 00/57] Boot-time page size selection for arm64, Catalin Marinas
- [PATCH] mm: khugepaged: fix the incorrect statistics when collapsing large file folios,
Baolin Wang
- [PATCH v7 0/2] Rust support for mm_struct, vm_area_struct, and mmap for miscdevice,
Alice Ryhl
- [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work,
Shuai Xue
- [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration,
Shuai Xue
- [PATCH v14 0/3] ACPI: APEI: handle synchronous errors in task work, Shuai Xue
- [PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered,
Shuai Xue
- [PATCH v3 00/16] timers: Cleanup delay/sleep related mess,
Anna-Maria Behnsen
- [no subject], Unknown
- [syzbot] [fs?] [mm?] KCSAN: data-race in xas_create / xas_find (8),
syzbot
- [syzbot] [mm?] BUG: stack guard page was hit in compat_sys_open,
syzbot
- [PATCH v2 0/3] LoongArch: Fix vmalloc test issue,
Bibo Mao
- [PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info,
Chen Ridong
- [syzbot] [mm?] possible deadlock in vma_prepare,
syzbot
- [syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback,
syzbot
- BUG: unable to handle kernel NULL pointer dereference in hfs_find_init, Hui Guo
- [PATCH] MAINTAINERS: kasan, kcov: add bugzilla links,
andrey . konovalov
- [linux-next:pending-fixes] BUILD SUCCESS 4a9590aae93c6b793c9f7bb7c4095307a459d12b, kernel test robot
- [linux-next:fs-next] BUILD SUCCESS ffb5a365288b307c36bfbe9323128d33c44077ab, kernel test robot
- [linux-next:fs-current] BUILD SUCCESS a28aa23205e71e6f9f2481bfdb9ae3f021415314, kernel test robot
- [PATCH net-next v21 13/14] mm: page_frag: update documentation for page_frag,
Yunsheng Lin
- [PATCH net-next v21 11/14] mm: page_frag: add testing for the newly added prepare API, Yunsheng Lin
- [PATCH net-next v21 10/14] mm: page_frag: introduce prepare/probe/commit API, Yunsheng Lin
- [PATCH net-next v21 08/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node(), Yunsheng Lin
- [PATCH net-next v21 07/14] mm: page_frag: some minor refactoring before adding new API, Yunsheng Lin
- [PATCH net-next v21 06/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc', Yunsheng Lin
- [PATCH net-next v21 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
- [PATCH net-next v21 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align(), Yunsheng Lin
- [PATCH net-next v21 02/14] mm: move the page fragment allocator from page_alloc into its own file, Yunsheng Lin
- [PATCH net-next v21 01/14] mm: page_frag: add a test module for page_frag, Yunsheng Lin
- [PATCH] mm/hugetlb: Perform vmemmap optimization batchly for specific node allocation,
suhua
- [PATCH] mm/zswap: avoid touching XArray for unnecessary invalidation,
Kairui Song
- [PATCH 0/2] fuse: remove extra page copies in writeback,
Joanne Koong
- [PATCH -next] selftests: memcg: remove useless code in test_memcg_oom_group_leaf_events,
Jinjiang Tu
- [RFC v3 -next] cma: Enforce non-zero pageblock_order during cma_init_reserved_mem(),
Ritesh Harjani (IBM)
- [PATCH] mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace point, Yang Shi
- [RFC PATCH 0/3] Reduce dependence on vmas deep in hugetlb allocation code,
Ackerley Tng
- [linux-next:master 3561/4143] mm/sparse.c:730:24: error: implicit declaration of function 'bootmem_type', kernel test robot
- [PATCH 1/2] maple_tree: check for MA_STATE_BULK on setting wr_rebalance,
Sidhartha Kumar
- [linux-next:master] BUILD REGRESSION d61a00525464bfc5fe92c6ad713350988e492b88, kernel test robot
- [PATCH 0/2] Docs/damon/maintainer-profile: a couple of minor hotfixes,
SeongJae Park
- [no subject], Unknown
- [PATCH RFC v2] mm: Enforce the stack gap when changing inaccessible VMAs,
Jann Horn
- [RFC v3 1/3] fadump: Refactor and prepare fadump_cma_init for late init,
Ritesh Harjani (IBM)
- [PATCH] mm: avoid zeroing user movable page twice with init_on_alloc=1,
Zi Yan
- [PATCH] mm: make pcp decay work with onhz,
alexjlzheng
- [PATCH] mm: shrinker: avoid memleak in alloc_shrinker_info,
Chen Ridong
- [PATCH v2] vmscan: add a vmscan event for reclaim_pages,
Jaewon Kim
- <Possible follow-ups>
- RE: [PATCH v2] vmscan: add a vmscan event for reclaim_pages, 김재원
[PATCH] mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves,
Matt Fleming
[RFC v2 0/4] cma: powerpc fadump fixes,
Ritesh Harjani (IBM)
[PATCH v2 0/3] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
[PATCH] kasan: migrate copy_user_test to kunit,
Sabyrzhan Tasbolatov
[PATCH] mm/hugetlb: Concentrated releases memory when cmdline specifies node requests for large pages,
suhua
[PATCH v1 0/2] mm: don't install PMD mappings when THPs are disabled by the hw/process/vma,
David Hildenbrand
[PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list,
yuan.gao
[PATCH] mm: Define general function pXd_init(), Bibo Mao
[PATCH] mm: Split BLK_FEAT_SYNCHRONOUS and SWP_SYNCHRONOUS_IO into separate read and write flags,
Qun-Wei Lin
[syzbot] [mm?] INFO: rcu detected stall in sys_mprotect (8),
syzbot
[linux-next:master] [x86/module] 6661cae1aa: WARNING:at_arch/x86/mm/pat/set_memory.c:#__cpa_process_fault,
kernel test robot
[PATCH RFC/RFT 0/3] Converge common flows for cpu assisted shadow stack,
Deepak Gupta
[PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc,
Namhyung Kim
[linux-next:fs-current] BUILD SUCCESS cb0f2801b3edd23009479d4bc5b7d084e945df49, kernel test robot
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup,
Andrii Nakryiko
[PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs,
André Almeida
- [PATCH v6 02/10] ext4: Use generic_ci_validate_strict_name helper, André Almeida
- [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name(), André Almeida
- [PATCH v6 03/10] unicode: Export latest available UTF-8 version number, André Almeida
- [PATCH v6 04/10] unicode: Recreate utf8_parse_version(), André Almeida
- [PATCH v6 05/10] libfs: Export generic_ci_ dentry functions, André Almeida
- [PATCH v6 06/10] tmpfs: Always set simple_dentry_operations as dentry ops, André Almeida
- [PATCH v6 07/10] tmpfs: Add casefold lookup support, André Almeida
- [PATCH v6 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs, André Almeida
- [PATCH v6 09/10] tmpfs: Expose filesystem features via sysfs, André Almeida
- [PATCH v6 10/10] docs: tmpfs: Add casefold options, André Almeida
[linux-next:master] BUILD REGRESSION 0cca97bf23640ff68a6e8a74e9b6659fdc27f48c, kernel test robot
[PATCH 0/3] introduce PIDFD_SELF* sentinels,
Lorenzo Stoakes
[PATCH][next] mm/execmem: Remove logically deadcode in execmem.c,
Everest K.C.
[no subject], Unknown
[PATCH] mm/zsmalloc: Use memcpy_from/to_page whereever possible,
Pintu Kumar
[PATCH] mm/kmemleak: fix typo in object_no_scan() comment, Mike Rapoport
[syzbot] [mm?] INFO: task hung in exit_mmap,
syzbot
[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
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]