Linux Kernel Memory Management
[Prev Page][Next Page]
- [RESEND PATCH v7 2/8] arm64: tlbflush: Add APIs manipulating tlb batch's arch data, (continued)
- [PATCH] mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority,
Byungchul Park
- [PATCH] MAINTAINERS: update mm and memcg entries, Mike Rapoport
- [RFC] mm/cma: Move cma_mutex into 'struct cma', Anshuman Khandual
- [linux-next:master 3159/4898] drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c:836:20: error: initializer element is not constant,
kernel test robot
- [PATCH v2] mm: compaction: refactor compact_node(),
Kefeng Wang
- [GIT PULL] percpu changes for v6.8-rc4,
Dennis Zhou
- [linux-next:pending-fixes] BUILD SUCCESS 567dd3d8c2ec07d5223e99abcdea99ed1cda0b06, kernel test robot
- [linux-next:master 4602/4898] io_uring/filetable.h:66:35: sparse: sparse: restricted io_req_flags degrades to integer, kernel test robot
- [linux-next:master 4186/4898] debug.c:undefined reference to `__ubsan_handle_divrem_overflow',
kernel test robot
- [PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory,
ankita
- [PATCH 0/8] selftests/damon: add more tests for core functionalities and corner cases,
SeongJae Park
- [PATCH v4 00/10] IOMMU memory observability,
Pasha Tatashin
- [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 03/10] iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations, Pasha Tatashin
- [PATCH v4 04/10] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 08/10] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 09/10] iommu: observability of the IOMMU allocations, Pasha Tatashin
- [PATCH v4 06/10] iommu/rockchip: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 10/10] iommu: account IOMMU allocated memory, Pasha Tatashin
- Re: [PATCH v4 00/10] IOMMU memory observability, Joerg Roedel
- [linux-next:master 4542/4898] Error: arch/riscv/boot/dts/microchip/mpfs.dtsi:425.36-37 syntax error, kernel test robot
- [linux-next:master 4182/4898] mm/memory.c:4004:8: error: call to undeclared function 'swapcache_prepare'; ISO C99 and later do not support implicit function declarations, kernel test robot
- [PATCH v11 0/5]arm64: add ARCH_HAS_COPY_MC support,
Tong Tiangen
- [PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled,
chengming . zhou
- [RFC PATCH] cxl/pci: Set default timeout for background operations,
sthanneeru.opensrc
- [linux-next:master 4182/4898] mm/memory.c:4004:8: error: implicit declaration of function 'swapcache_prepare' is invalid in C99, kernel test robot
- [PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands,
sthanneeru.opensrc
- [linux-next:master 4351/4898] include/trace/../../drivers/bus/mhi/host/trace.h:87:1: sparse: sparse: cast to restricted __le64, kernel test robot
- [PATCH] mm: compaction: refactor compact_node(),
Kefeng Wang
- [PATCH] scripts/gdb/vmalloc: fix vmallocinfo error,
Kuan-Ying Lee
- [syzbot] [mm?] BUG: unable to handle kernel paging request in bpf_probe_read_kernel_str, syzbot
- [linux-next:master] BUILD REGRESSION ac139fc7db67968e5061715508b5fc4aa7c40c56, kernel test robot
- [PATCH v2] mm/zswap: invalidate old entry when store fail or !zswap_enabled,
chengming . zhou
- [PATCH v3] mm/zswap: invalidate old entry when store fail or !zswap_enabled,
chengming . zhou
- [PATCH] mm/vmalloc: lock contention optimization under multi-threading,
rulinhuang
- [linux-next:pending-fixes] BUILD SUCCESS 9ef611960397c21a628467432e30b6cf2efe21a5, kernel test robot
- [PATCH bpf-next 00/16] bpf: Introduce BPF arena.,
Alexei Starovoitov
- [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments, Alexei Starovoitov
- [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel., Alexei Starovoitov
- [PATCH bpf-next 05/16] bpf: Disasm support for cast_kern/user instructions., Alexei Starovoitov
- [PATCH bpf-next 09/16] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA., Alexei Starovoitov
- [PATCH bpf-next 10/16] libbpf: Add __arg_arena to bpf_helpers.h, Alexei Starovoitov
- [PATCH bpf-next 13/16] bpf: Tell bpf programs kernel's PAGE_SIZE, Alexei Starovoitov
- [PATCH bpf-next 14/16] bpf: Add helper macro bpf_arena_cast(), Alexei Starovoitov
- [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test., Alexei Starovoitov
- [PATCH bpf-next 16/16] selftests/bpf: Add bpf_arena_htab test., Alexei Starovoitov
- [PATCH bpf-next 11/16] libbpf: Add support for bpf_arena., Alexei Starovoitov
- [PATCH bpf-next 08/16] bpf: Recognize cast_kern/user instructions in the verifier., Alexei Starovoitov
- [PATCH bpf-next 12/16] libbpf: Allow specifying 64-bit integers in map BTF., Alexei Starovoitov
- [PATCH bpf-next 06/16] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions., Alexei Starovoitov
- [PATCH bpf-next 04/16] bpf: Introduce bpf_arena., Alexei Starovoitov
- [PATCH bpf-next 07/16] bpf: Add x86-64 JIT support for bpf_cast_user instruction., Alexei Starovoitov
- [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *', Alexei Starovoitov
- Re: [PATCH bpf-next 00/16] bpf: Introduce BPF arena., Donald Hunter
- [PATCH 0/3] few mm helpers for bcachefs,
Kent Overstreet
- [PATCH] mm/mempolicy: weighted interleave checks wrong parameter, Gregory Price
- [PATCH v2] mm/swap: fix race when skipping swapcache,
Kairui Song
- [PATCH REPOST v2] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512,
Christoph Lameter (Ampere)
- [PATCH v2] mm/swap_state: update zswap LRU's protection range with the folio locked,
Nhat Pham
- [PATCH v4] mm: memcg: Use larger batches for proactive reclaim,
T.J. Mercier
- [linux-next:master 4030/4465] fs/ceph/locks.c:379:27: warning: unused variable 'lock', kernel test robot
- [linux-next:master 3985/4465] drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pvi.c:113:24: sparse: sparse: Using plain integer as NULL pointer, kernel test robot
- [linux-next:master 4231/4465] drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c:1955: warning: Function parameter or struct member 'gsp' not described in 'nvkm_gsp_radix3_sg', kernel test robot
- [linux-next:master 4132/4465] fs/smb/client/file.c:383:32: sparse: sparse: symbol 'cifs_req_ops' was not declared. Should it be static?, kernel test robot
- [linux-next:master 4018/4021] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data219' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data219', kernel test robot
- [linux-next:master 4146/4465] fs/quota/dquot.c:1699:25: sparse: sparse: incompatible types in comparison expression (different address spaces):, kernel test robot
- [PATCH rfcv2 00/11] mm: migrate: support poison recover from migrate folio,
Kefeng Wang
- [PATCH rfcv2 01/11] mm: migrate: simplify __buffer_migrate_folio(), Kefeng Wang
- [PATCH rfcv2 03/11] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY, Kefeng Wang
- [PATCH rfcv2 04/11] mm: migrate: remove migrate_folio_extra(), Kefeng Wang
- [PATCH rfcv2 05/11] mm: remove MIGRATE_SYNC_NO_COPY mode, Kefeng Wang
- [PATCH rfcv2 06/11] mm: migrate: split folio_migrate_mapping(), Kefeng Wang
- [PATCH rfcv2 07/11] mm: add folio_mc_copy(), Kefeng Wang
- [PATCH rfcv2 08/11] mm: migrate: support poisoned recover from migrate folio, Kefeng Wang
- [PATCH rfcv2 09/11] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio(), Kefeng Wang
- [PATCH rfcv2 11/11] fs: aio: add explicit check for large folio in aio_migrate_folio(), Kefeng Wang
- [PATCH rfcv2 10/11] mm: migrate: remove folio_migrate_copy(), Kefeng Wang
- [PATCH rfcv2 02/11] mm: migrate_device: use more folio in __migrate_device_pages(), Kefeng Wang
- [PATCH v2] filemap: avoid unnecessary major faults in filemap_fault(),
Peng Zhang
- [PATCH] mm/migrate: preserve exact soft-dirty state,
Muhammad Usama Anjum
- [linux-next:master 3181/4021] fs/smb/client/file.c:1684:13: error: implicit declaration of function 'lock_is_write'; did you mean 'op_is_write'?, kernel test robot
- [PATCH] mm/cma: Add sysfs file 'release_pages_success',
Anshuman Khandual
- [PATCH] mm/cma: Drop cma_get_name(),
Anshuman Khandual
- [PATCH v3] mm: hugetlb: improve the handling of hugetlb allocation failure for freed or in-use hugetlb,
Baolin Wang
- [PATCH] mm/damon/sysfs: handle 'state' file inputs for every sampling interval if possible, SeongJae Park
- [PATCH v2] mm/demotion: print demotion targets,
Li Zhijian
- [PATCH v3 0/3] per-vma locks in userfaultfd,
Lokesh Gidra
- [PATCH] mm/swap_state: update zswap LRU's protection range with the folio locked,
Nhat Pham
- [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v5 03/12] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v5 02/12] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v5 01/12] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v5 06/12] cifs: Implement netfslib hooks, David Howells
- [PATCH v5 08/12] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v5 09/12] cifs: Cut over to using netfslib, David Howells
- [PATCH v5 04/12] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v5 11/12] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v5 12/12] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v5 05/12] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v5 07/12] cifs: Replace the writedata replay bool with a netfs sreq flag, David Howells
- [PATCH v5 10/12] cifs: Remove some code that's no longer used, part 1, David Howells
- Re: [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib, Steve French
- Re: [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib, David Howells
- Re: [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib, David Howells
- Re: [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib, David Howells
- [PATCH v3 0/3] fix and extend zswap kselftests,
Nhat Pham
- [linux-next:pending-fixes] BUILD SUCCESS 749067d43da7a80462a871a33ee51173e553b31a, kernel test robot
- [linux-next:master 3181/4021] fs/smb/client/file.c:1584:9: error: implicit declaration of function 'for_each_file_lock'; did you mean 'for_each_node_mask'?, kernel test robot
- [linux-next:master 3180/4021] fs/ocfs2/stack_user.c:747:11: error: call to undeclared function 'lock_is_unlock'; ISO C99 and later do not support implicit function declarations, kernel test robot
- [PATCH RESEND] mm/damon/core: check apply interval in damon_do_apply_schemes(), SeongJae Park
- [PATCH v2 0/2] mm/hugetlb: Restore the reservation,
Breno Leitao
- Invoice 5019258123 from Bitdefender™US (813-776-1410) - 359.99USD, Bitdefender™US
- [PATCH v2] regset: use kvzalloc() for regset_get_alloc(),
Douglas Anderson
- [PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines,
Robin Murphy
- [linux-next:master 3278/4021] arch/sparc/vdso/vclock_gettime.c:197:undefined reference to `__ubsan_handle_shift_out_of_bounds', kernel test robot
- [PATCH] selftests/mm: uffd-unit-test check if huge page size is 0, Terry Tritton
- [PATCH v2] mm: hugetlb: improve the handling of hugetlb allocation failure for freed or in-use hugetlb,
Baolin Wang
- [PATCH net-next v5 3/5] net: introduce page_frag_cache_drain(), Yunsheng Lin
- [PATCH net-next v5 2/5] page_frag: unify gfp bits for order 3 page allocation, Yunsheng Lin
- [PATCH net-next v5 1/5] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument, Yunsheng Lin
- [RFC 00/18] Pkernfs: Support persistence for live update,
James Gowans
- [RFC 02/18] pkernfs: Add persistent inodes hooked into directies, James Gowans
- [RFC 04/18] pkernfs: support file truncation, James Gowans
- [RFC 05/18] pkernfs: add file mmap callback, James Gowans
- [RFC 06/18] init: Add liveupdate cmdline param, James Gowans
- [RFC 08/18] iommu: Add allocator for pgtables from persistent region, James Gowans
- [RFC 07/18] pkernfs: Add file type for IOMMU root pgtables, James Gowans
- [RFC 09/18] intel-iommu: Use pkernfs for root/context pgtable pages, James Gowans
- [RFC 10/18] iommu/intel: zap context table entries on kexec, James Gowans
- [RFC 11/18] dma-iommu: Always enable deferred attaches for liveupdate, James Gowans
- [RFC 03/18] pkernfs: Define an allocator for persistent pages, James Gowans
- [RFC 12/18] pkernfs: Add IOMMU domain pgtables file, James Gowans
- [RFC 13/18] vfio: add ioctl to define persistent pgtables on container, James Gowans
- [RFC 14/18] intel-iommu: Allocate domain pgtable pages from pkernfs, James Gowans
- [RFC 16/18] vfio: support not mapping IOMMU pgtables on live-update, James Gowans
- [RFC 17/18] pci: Don't clear bus master is persistence enabled, James Gowans
- [RFC 18/18] vfio-pci: Assume device working after liveupdate, James Gowans
- [RFC 15/18] pkernfs: register device memory for IOMMU domain pgtables, James Gowans
- [RFC 01/18] pkernfs: Introduce filesystem skeleton, James Gowans
- Re: [RFC 00/18] Pkernfs: Support persistence for live update, Alex Williamson
- Re: [RFC 00/18] Pkernfs: Support persistence for live update, Jason Gunthorpe
- [PATCH] mm/swap: fix race condition in direct swapin path,
Kairui Song
- [PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts,
Alexey Dobriyan
- [linux-next:master 3841/4021] kernel/workqueue.c:6798:32: error: passing 'const struct bus_type *' to parameter of type 'struct bus_type *' discards qualifiers,
kernel test robot
- Pages doesn't belong to same large order folio in block IO path,
Kundan Kumar
- [PATCH] mm/cma: Make MAX_CMA_AREAS = CONFIG_CMA_AREAS, Anshuman Khandual
- [PATCH] mm/vmscan: Make too_many_isolated return bool,
Hao Ge
- [PATCH] mm: hugetlb: fix hugetlb allocation failure when handling freed or in-use hugetlb,
Baolin Wang
- [PATCH] mm/cma: Drop CONFIG_CMA_DEBUG, Anshuman Khandual
- [PATCH] fs/inode: Make too_many_isolated return bool,
Hao Ge
- [PATCH] mm/damon/core: check apply interval in,
SeongJae Park
- Re: [PATCH] selftest: damon: fix minor typos in test logs, SeongJae Park
- [PATCH] memory tier: make memory_tier_subsys const,
Ricardo B. Marliere
- [PATCH] mm/z3fold:remove unneeded spinlock in z3fold_alloc,
Zhongkun He
- [PATCH] mm/z3fold: remove unneeded spinlock,
Zhongkun He
- [PATCH] filemap: avoid unnecessary major faults in filemap_fault(),
Peng Zhang
- [PATCH] lib/bch.c: increase bitrev single conversion length,
John Sanpe
- [PATCH] mm/zswap: invalidate old entry when store fail or !zswap_enabled,
chengming . zhou
- [PATCH] meminfo: provide estimated per-node's available memory,
Chunsheng Luo
- [PATCH -next v5 0/3] minor improvements for x86 mce processing,
Tong Tiangen
- [PATCH v11 0/3] ACPI: APEI: handle synchronous exceptions in task work to send correct SIGBUS si_code,
Shuai Xue
- [PATCH v11 3/3] ACPI: APEI: handle synchronous exceptions in task work to send correct SIGBUS si_code,
Shuai Xue
- [PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered,
Shuai Xue
- [PATCH v11 2/3] mm: memory-failure: move return value documentation to function declaration,
Shuai Xue
- [PATCH 1/1] hugetlb: fix CONFIG_PADATA dependency for non-SMP system,
Gang Li
- [PATCH v2 0/6] mm/zswap: optimize zswap lru list,
Chengming Zhou
- [cip:linux-4.4.y-cip-rebase 1830/2766] include/linux/kasan.h:14:10: fatal error: asm/kasan.h: No such file or directory, kernel test robot
- [syzbot] [mm?] WARNING in zswap_folio_swapin,
syzbot
- Re: [PATCH 6.1 194/219] tcp: add sanity checks to rx zerocopy, Matthew Wilcox
- [linux-next:master 2558/3789] include/kunit/test.h:528:17: warning: '%s' directive argument is null, kernel test robot
- [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v8 03/38] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v8 05/38] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v8 15/38] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v8 16/38] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v8 17/38] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v8 18/38] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs(), Mark Brown
- [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS, Mark Brown
- [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v8 35/38] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64, Mark Brown
- [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames, Mark Brown
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]