Linux Kernel Memory Management
[Prev Page][Next Page]
- [PATCH v2 1/8] scripts/gdb/symbols: add specific ko module load command, (continued)
- [RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM,
Yan Zhao
- [linux-next:master 7602/7933] drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_replay.c:37: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst, kernel test robot
- [PATCH -next v2] mm: zswap: update comment for struct zswap_entry,
Xiu Jianfeng
- [akpm-mm:mm-nonmm-unstable 56/63] kernel/crash_core.c:331:23: error: invalid use of undefined type 'struct crash_mem',
kernel test robot
- [PATCH v2] mm: memtest: convert to memtest_report_meminfo(),
Kefeng Wang
- [PATCH -next] mm: zswap: update comment for struct zswap_entry,
Xiu Jianfeng
- [PATCH] mm/memcontrol: add tips for kmem.slabinfo,
xiongwei.song
- [PATCH v2 0/3] don't use mapcount() to check large folio sharing,
Yin Fengwei
- Re: [PATCH v2 0/3] don't use mapcount() to check large folio sharing, Yu Zhao
[PATCH] mm/page_alloc: remove unneeded current_order check,
Miaohe Lin
[PATCH] mm: remove unneeded __meminit annotation,
Miaohe Lin
[PATCH] mm: memtest: convert to memtest_report_meminfo(),
Kefeng Wang
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 13/31] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 17/31] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 18/31] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 21/31] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 22/31] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 23/31] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 28/31] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v4 01/36] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v4 02/36] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v4 04/36] arm64/sysreg: Add new system registers for GCS, Mark Brown
- [PATCH v4 05/36] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v4 06/36] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs(), Mark Brown
- [PATCH v4 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v4 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v4 12/36] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v4 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v4 14/36] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v4 15/36] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v4 16/36] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v4 17/36] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled, Mark Brown
- [PATCH v4 20/36] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v4 22/36] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v4 23/36] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v4 24/36] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v4 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v4 26/36] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v4 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v4 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v4 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v4 30/36] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v4 31/36] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v4 32/36] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v4 33/36] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v4 34/36] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v4 35/36] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v4 36/36] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
DAMON user-space tool (damo) has reached its 100th release, SeongJae Park
[PATCH v7 00/13] fs: implement multigrain timestamps,
Jeff Layton
- [PATCH v7 01/13] fs: remove silly warning from current_time, Jeff Layton
- [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr, Jeff Layton
- [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time, Jeff Layton
- [PATCH v7 04/13] btrfs: have it use inode_update_timestamps, Jeff Layton
- [PATCH v7 05/13] fat: make fat_update_time get its own timestamp, Jeff Layton
- [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps, Jeff Layton
- [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp, Jeff Layton
- [PATCH v7 08/13] fs: drop the timespec64 argument from update_time, Jeff Layton
- [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v7 10/13] tmpfs: add support for multigrain timestamps, Jeff Layton
- [PATCH v7 11/13] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v7 12/13] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v7 13/13] btrfs: convert to multigrain timestamps, Jeff Layton
- Re: [PATCH v7 00/13] fs: implement multigrain timestamps, Christian Brauner
- Re: [f2fs-dev] [PATCH v7 00/13] fs: implement multigrain timestamps, patchwork-bot+f2fs
- Message not available
[linux-next:master] BUILD REGRESSION f7dc24b3413851109c4047b22997bd0d95ed52a2, kernel test robot
[BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error,
John Hsu (許永翰)
[PATCH v2 00/14] futex: More futex2 bits,
Peter Zijlstra
- [PATCH v2 07/14] futex: Propagate flags into get_futex_key(), Peter Zijlstra
- [PATCH v2 12/14] futex: Propagate flags into futex_get_value_locked(), Peter Zijlstra
- [PATCH v2 06/14] futex: Add sys_futex_wait(), Peter Zijlstra
- [PATCH v2 11/14] futex: Implement FUTEX2_NUMA, Peter Zijlstra
- [PATCH v2 09/14] futex: Add sys_futex_requeue(), Peter Zijlstra
- [PATCH v2 04/14] futex: Validate futex value against futex size, Peter Zijlstra
- [PATCH v2 14/14] futex,selftests: Extend the futex selftests, Peter Zijlstra
- [PATCH v2 01/14] futex: Clarify FUTEX2 flags, Peter Zijlstra
- [PATCH v2 10/14] mm: Add vmalloc_huge_node(), Peter Zijlstra
- [PATCH v2 13/14] futex: Enable FUTEX2_{8,16}, Peter Zijlstra
- [PATCH v2 05/14] futex: Add sys_futex_wake(), Peter Zijlstra
- [PATCH v2 02/14] futex: Extend the FUTEX2 flags, Peter Zijlstra
- [PATCH v2 08/14] futex: Add flags2 argument to futex_requeue(), Peter Zijlstra
- [PATCH v2 03/14] futex: Flag conversion, Peter Zijlstra
- Re: [PATCH v2 00/14] futex: More futex2 bits, Jens Axboe
[linux-next:pending-fixes] BUILD SUCCESS 6c8c4ff08090acd310317de24d25cce7f24b95ad, kernel test robot
[PATCH] mm: memory-failure: use helper macro llist_for_each_entry_safe(),
Miaohe Lin
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink,
Qi Zheng
- [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h, Qi Zheng
- [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file, Qi Zheng
- [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations, Qi Zheng
- [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker, Qi Zheng
- [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker, Qi Zheng
- [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker, Qi Zheng
- [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker, Qi Zheng
- [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker, Qi Zheng
- [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker, Qi Zheng
- [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker, Qi Zheng
- [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker, Qi Zheng
- [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker, Qi Zheng
- [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers, Qi Zheng
- [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker, Qi Zheng
- [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker, Qi Zheng
- [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker, Qi Zheng
- [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker, Qi Zheng
- [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker, Qi Zheng
- [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker, Qi Zheng
- [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers, Qi Zheng
- [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker, Qi Zheng
- [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker, Qi Zheng
- [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker, Qi Zheng
- [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker, Qi Zheng
- [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker, Qi Zheng
- [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker, Qi Zheng
- [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker, Qi Zheng
- [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker, Qi Zheng
- [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker, Qi Zheng
- [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker, Qi Zheng
- [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker, Qi Zheng
- [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker, Qi Zheng
- [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker, Qi Zheng
- [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker, Qi Zheng
- [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker, Qi Zheng
- [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker, Qi Zheng
- [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker, Qi Zheng
- [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker, Qi Zheng
- [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker, Qi Zheng
- [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker, Qi Zheng
- [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink, Qi Zheng
- [PATCH v4 42/48] mm: shrinker: remove old APIs, Qi Zheng
- [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem, Qi Zheng
- [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}, Qi Zheng
- [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless, Qi Zheng
- [PATCH v4 46/48] mm: shrinker: make memcg slab shrink lockless, Qi Zheng
- [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred, Qi Zheng
- [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex, Qi Zheng
[PATCH] mm/vmscan: consider previously reclaimed pages in shrink_lruvec(),
Hyeongtak Ji
[PATCH] mm/damon: Prevent unnecessary age reset for regions,
Hyeongtak Ji
[PATCH 1/2] mm/migrate.c: Fix return code when migration fails,
Alistair Popple
[PATCH RESEND v2] mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTE,
Miaohe Lin
[PATCH v2] mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTE,
Miaohe Lin
[PATCH] mm: move dummy_vm_ops out of a header,
Mateusz Guzik
[linux-next:master 486/7272] drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[PATCH v2 0/4] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages,
Xueshi Hu
[linux-next:master 6109/6443] include/linux/pgtable.h:1044:17: error: unknown type name 'spinlock_t', kernel test robot
[linux-next:master 6109/6443] include/linux/pgtable.h:1041:5: warning: "ALLOC_SPLIT_PTLOCKS" is not defined, evaluates to 0, kernel test robot
[PATCH v2 0/3] lib/vsprintf: Rework header inclusions,
Andy Shevchenko
[akpm-mm:mm-unstable 392/474] include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_294' declared with attribute error: BUILD_BUG_ON failed: IS_ENABLED(CONFIG_32BIT) && (PFN_PTE_SHIFT > PAGE_SHIFT),
kernel test robot
[PATCH v1] mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP-fast,
David Hildenbrand
[akpm-mm:mm-nonmm-unstable 54/56] kernel/watchdog.c:526:25: error: too many arguments to function 'trigger_allbutcpu_cpu_backtrace', kernel test robot
[akpm-mm:mm-nonmm-unstable 54/56] kernel/watchdog.c:526:36: error: too many arguments to function call, expected 0, have 1,
kernel test robot
[PATCH v7 0/2] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
[PATCH 0/9] Fixes and cleanups to compaction,
Kemeng Shi
Message not available
Message not available
Message not available
[linux-next:master 4617/7272] kernel/bpf/disasm.c:90:12: sparse: sparse: symbol 'bpf_alu_sign_string' was not declared. Should it be static?,
kernel test robot
[PATCH v26 0/8] crash: Kernel handling of CPU and memory hot un/plug,
Eric DeVolder
[PATCH v3] selftests: cgroup: fix test_kmem_basic less than error, Lucas Karpinski
[linux-next:master] BUILD REGRESSION bdffb18b5dd8071cd25685b966f380a30b1fadaa, kernel test robot
[PATCH 0/6] maple_tree: Change replacement strategy,
Liam R. Howlett
[linux-next:pending-fixes] BUILD SUCCESS 514250232787bc4c20714949414b314a161120b4, kernel test robot
[PATCH] selftests: cgroup: fix test_kmem_memcg_deletion false positives,
Lucas Karpinski
[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss,
Liam Ni
[PATCH v4 0/6] make vma locking more obvious,
Suren Baghdasaryan
[PATCH v6 0/5] rcu: Dump memory object info if callback function is invalid,
thunder . leizhen
[PATCH v1 0/4] lib/vsprintf: Rework header inclusions,
Andy Shevchenko
[RFC PATCH RESEND v2 2/2] zram: charge the compressed RAM to the page's memcgroup, Zhongkun He
[RFC PATCH RESEND v2 1/2] memcg: Add support for zram object charge, Zhongkun He
[RFC PATCH RESEND v2 0/2] zram: memcg accounting, Zhongkun He
[linux-next:master 6492/7272] kernel/watchdog.c:111:12: warning: 'hardlockup_all_cpu_backtrace_proc_handler' defined but not used,
kernel test robot
[PATCH] mm: no need to export mm_kobj,
Greg Kroah-Hartman
[RFC 0/2] Reduce TLB flushes under some specific conditions,
Byungchul Park
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]