Linux Kernel Memory Management
[Prev Page][Next Page]
Message not available
Re: [PATCH v7 0/7] Add support for memmap on memory feature on ppc64, Michal Hocko
Message not available
[PATCH 0/4 v3] Add KFENCE support for LoongArch,
Enze Li
[PATCH v2 0/2] mm: hugetlb: fix mremap tlb flush,
Kefeng Wang
[PATCH] fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions,
Lorenzo Stoakes
[PATCH] MAINTAINERS: Add maple tree mailing list, Liam R. Howlett
[PATCH] mm: compaction: fix endless looping over same migrate block,
Johannes Weiner
[PATCH 0/6] make vma locking more obvious,
Suren Baghdasaryan
[PATCH mm-unstable v8 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 13/31] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 17/31] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 18/31] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 20/31] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 22/31] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 23/31] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 25/31] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 28/31] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [PATCH mm-unstable v8 21/31] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
[linux-next:master] BUILD REGRESSION ec89391563792edd11d138a853901bce76d11f44, kernel test robot
Re: [PATCH v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers,
Christoph Hellwig
[next-20230731] Kdump fails to capture vmcore (powerpc),
Sachin Sant
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v3 01/36] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v3 02/36] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v3 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v3 04/36] arm64/sysreg: Add new system registers for GCS, Mark Brown
- [PATCH v3 05/36] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v3 06/36] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v3 07/36] arm64/gcs: Provide copy_to_user_gcs(), Mark Brown
- [PATCH v3 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v3 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v3 12/36] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v3 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v3 14/36] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v3 15/36] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v3 16/36] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v3 17/36] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v3 18/36] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v3 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled, Mark Brown
- [PATCH v3 20/36] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v3 22/36] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v3 23/36] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v3 24/36] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v3 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v3 26/36] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v3 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v3 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v3 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v3 30/36] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v3 31/36] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v3 32/36] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v3 33/36] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v3 34/36] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v3 35/36] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v3 36/36] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- Re: [PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace, Will Deacon
[linux-next:master] [tcp] dfa2f04833: stress-ng.sock.ops_per_sec -7.3% regression,
kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS cae3d4bef85a3396268852e84dff37dd8602775d, kernel test robot
some works in 2023,
Hillf Danton
[PATCH 0/4] mm: mremap: fix move page tables,
Kefeng Wang
[linux-next:master 4432/4710] arch/powerpc/mm/init_64.c:201:15: error: no previous prototype for '__vmemmap_populate', kernel test robot
[linux-next:master] [drm/vkms] a0e6a017ab: WARNING:bad_unlock_balance_detected, kernel test robot
kernel/watchdog.c:162:1: warning: the frame size of 1248 bytes is larger than 1024 bytes,
kernel test robot
[linux-next:master 3805/5027] ../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10: fatal error: loongarch-def.h: No such file or directory, kernel test robot
[v2 0/6] mm/memblock: Skip prep and initialization of struct pages freed later by HVO,
Usama Arif
[PATCH 0/3] mm/hugetlb: fix /sys and /proc fs dealing with persistent hugepages,
Xueshi Hu
[linux-next:master 379/5284] htmldocs: Documentation/gpu/rfc/i915_scheduler.rst:138: WARNING: Unknown directive type "c:namespace-push"., kernel test robot
[PATCH] lib/bch.c: using bitrev instead of internal logic, John Sanpe
[linux-next:master 4904/5284] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p', kernel test robot
[linux-next:master 2135/5284] drivers/net/ethernet/broadcom/asp2/bcmasp.c:562:1-33: WARNING: Function "for_each_available_child_of_node" should have of_node_put() before goto around lines 567. (fwd), Julia Lawall
[PATCH 0/3] Fix alignment issue and prepare for rust 1.71,
Boqun Feng
[PATCH 0/2] mm/damon/core: fix unitialized memory error from,
SeongJae Park
[PATCH -mm] arm64: tlbflush: Add some comments for TLB batched flushing,
Yicong Yang
[PATCH 0/5] Fixes and cleanups to compaction,
Kemeng Shi
Message not available
Message not available
[linux-next:master 2386/5284] ERROR: modpost: "iounmap" [drivers/net/ethernet/smsc/smc91c92_cs.ko] undefined!, kernel test robot
[akpm-mm:mm-unstable 197/338] include/asm-generic/io.h:636:15: error: redefinition of 'inb_p',
kernel test robot
Re: [PATCH next v2 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness.,
kernel test robot
Re: [PATCH] led: trig: timer: stop offloading on deactivation,
kernel test robot
[GIT PULL] hotfixes for 6.5-rc4,
Andrew Morton
[linux-next:master 3523/5284] arch/s390/kernel/mcount.S:133: Error: Unrecognized opcode: `aghik', kernel test robot
Re: [PATCH next v2 5/5] minmax: Relax check to allow comparison between int and small unsigned constants.,
kernel test robot
[RFC PATCH 00/13] Extedn DAMOS filters for address ranges and,
SeongJae Park
- [RFC PATCH 01/13] mm/damon/core: introduce address range type damos filter, SeongJae Park
- [RFC PATCH 02/13] mm/damon/sysfs-schemes: support address range type DAMOS filter, SeongJae Park
- [RFC PATCH 02/13] mm/damon/sysfs-schemes: support address range type DAMOS filter, SeongJae Park
- [RFC PATCH 04/13] selftests/damon/sysfs: test address range damos filter, SeongJae Park
- [RFC PATCH 05/13] Docs/mm/damon/design: update for address range filters, SeongJae Park
- [RFC PATCH 06/13] Docs/ABI/damon: update for address range DAMOS filter, SeongJae Park
- [RFC PATCH 07/13] Docs/admin-guide/mm/damon/usage: update for address range type DAMOS filter, SeongJae Park
- [RFC PATCH 08/13] mm/damon/core: implement target type damos filter, SeongJae Park
- [RFC PATCH 09/13] mm/damon/sysfs-schemes: support target damos filter, SeongJae Park
- [RFC PATCH 10/13] selftests/damon/sysfs: test damon_target filter, SeongJae Park
- [RFC PATCH 11/13] Docs/mm/damon/design: update for DAMON monitoring target type DAMOS filter, SeongJae Park
- [RFC PATCH 12/13] Docs/ABI/damon: update for DAMON monitoring target type DAMOS filter, SeongJae Park
- [RFC PATCH 13/13] Docs/admin-guide/mm/damon/usage: update for DAMON monitoring target type DAMOS filter, SeongJae Park
[RFC PATCH 0/5] mm/damon/sysfs: add a file for efficiently get total size of DAMOS tried regions,
SeongJae Park
[linux-next:master 2208/5284] /bin/bash: line 1: 12782 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/media/radio/shark2.ko, kernel test robot
[PATCH] dma-contiguous: define proper name for global cma region,
Pintu Kumar
[linux-next:master] BUILD REGRESSION d7b3af5a77e8d8da28f435f313e069aea5bcf172, kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS 6d8e2e5dcd42c9100bb6226471fa78741c4f3444, kernel test robot
[PATCH v2 2/2] selftests: mm: add KSM_MERGE_TIME tests, Ayush Jain
[PATCH v2 1/2] selftests: mm: ksm: Fix incorrect evaluation of parameter,
Ayush Jain
[PATCH 0/2] don't use mapcount() to check large folio sharing,
Yin Fengwei
[PATCH] nfsd: Fix reading via splice,
Chuck Lever
[PATCH] Documentation/page_tables: Add info about MMU/TLB and Page Faults,
Fabio M. De Francesco
[PATCH] Revert "mm,memblock: reset memblock.reserved to system init state to prevent UAF",
Mike Rapoport
[PATCH 0/8] Fixes and cleanups to compaction,
Kemeng Shi
Message not available
Message not available
Message not available
[linux-next:master 5015/5284] arch/powerpc/mm/init_64.c:201:15: error: no previous prototype for function '__vmemmap_populate',
kernel test robot
[PATCH 0/3] support large folio for mlock,
Yin Fengwei
[PATCH 1/2] selftests: mm: ksm: Fix incorrect evaluation of parameter,
Ayush Jain
[PATCH v3 0/4] mm: convert to vma_is_initial_heap/stack(),
Kefeng Wang
Re: [PATCH v3 0/4] mm: convert to vma_is_initial_heap/stack(), Peter Zijlstra
[PATCH] mm: disable kernelcore=mirror when no mirror memory,
Wupeng Ma
[linux-next:master 4903/5027] htmldocs: Warning: kernel/Kconfig.kexec references a file that doesn't exist: file:Documentation/s390/zfcpdump.rst, kernel test robot
[linux-next:master 1582/5027] drivers/counter/rz-mtu3-cnt.c:602: undefined reference to `rz_mtu3_shared_reg_update_bit',
kernel test robot
[linux-next:master] [mm,memblock] 9e46e4dcd9: WARNING:at_mm/memblock.c:#memblock_remove_region, kernel test robot
[PATCH v1 0/4] smaps / mm/gup: fix gup_can_follow_protnone fallout,
David Hildenbrand
[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space,
Charlie Jenkins
[PATCH v2] damon: Use pmdp_get instead of drectly dereferencing pmd.,
Levi Yun
[v1 0/6] mm/memblock: Skip prep and initialization of struct pages freed later by HVO,
Usama Arif
[PATCH] mm: Improve the comment in isolate_migratepages_block(),
Matthew Wilcox
[PATCH v2 0/4] riscv: tlb flush improvements,
Alexandre Ghiti
[PATCH] damon: Use pmdp_get instead of drect dereferencing pmd.,
Levi Yun
[linux-next:master 3825/5027] arch/mips/pic32/pic32mzda/config.c:22:8: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int,
kernel test robot
[linux-next:master] BUILD REGRESSION 451cc82bd11eb6a374f4dbcfc1cf007eafea91ab, kernel test robot
[PATCH 0/3] mm: zswap: three cleanups,
Johannes Weiner
[PATCH 2/2] shmem: Apply a couple of filemap_splice_read() fixes to shmem_splice_read(),
David Howells
[PATCH 1/2] shmem: Fix splice of a missing page,
David Howells
Message not available
[PATCH v4 0/3] Optimize large folio interaction with deferred split,
Ryan Roberts
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]