Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall,
kernel test robot
- [PATCH v3 0/4] supplement of slab allocator removal,
sxwjean
- Re: [PATCH] mbind.2: Add mode flag MPOL_F_NUMA_BALANCING, Alejandro Colomar
- [linux-next:master 3648/6165] drivers/gpu/drm/v3d/v3d_bo.c:178:14: error: call to undeclared function 'vmap'; ISO C99 and later do not support implicit function declarations, kernel test robot
- [linux-next:master 5610/6165] cache.c:(.text.cpu_cache_init+0xe0): undefined reference to `r3k_cache_init', kernel test robot
- [PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- Re: [PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave, Huang, Ying
- [linux-next:master] BUILD REGRESSION bc63de6e6ba0b16652c5fb4b9c9916b9e7ca1f23, kernel test robot
- [PATCH] Revert "selftests: error out if kernel header files are not yet built",
John Hubbard
- [linux-next:master 4096/6165] ld.lld: error: undefined symbol: auxiliary_device_init, kernel test robot
- [linux-next:pending-fixes] BUILD REGRESSION e142e0e4b174b269d1fd400aa676c5f0483b608c, kernel test robot
- mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests,
Luis Chamberlain
- Please merge commit 85c2ceaafbd3 ("mm/damon/sysfs: eliminate potential uninitialized variable warning") into >=5.19 stable trees, SeongJae Park
- [PATCH] ARM64: Implement arch_report_meminfo(),
Christoph Lameter (Ampere)
- [PATCH] mm/damon/core: make damon_start() waits until kdamond_fn() starts, SeongJae Park
- [PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and,
ankita
- Re: [PATCH v4 3/5] mm, security: Add lsm hook for memory policy adjustment,
Casey Schaufler
- [PATCH] mm: fix high-order atomic alloc_flags issue, Zhiguo Jiang
- [linux-next:master 1161/6165] WARNING: modpost: vmlinux: section mismatch in reference: at91_poweroff_probe+0x8c (section: .text) -> at91_wakeup_status (section: .init.text), kernel test robot
- [linux-next:master 5610/6165] arch/mips/mm/cache.c:209:undefined reference to `r3k_cache_init', kernel test robot
- [PATCH] mm: fix shrink nr.unqueued_dirty counter issue,
Zhiguo Jiang
- [linux-next:master 5469/6165] uffd-common.c:636:28: warning: unused variable 'uffdio_move',
kernel test robot
- [PATCH] arm64: mm: support THP_SWAP on hardware with MTE,
Barry Song
- [PATCH mm-unstable v1 1/4] mm/mglru: fix underprotected page cache,
Yu Zhao
- [GIT PULL] hotfixes for 6.7-rc5,
Andrew Morton
- [RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot,
Gang Li
- [PATCH] maple_tree: Fix warning comparing pointer to 0, Jiapeng Chong
- [PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v3 30/59] netfs: Implement buffered write API, David Howells
- [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v3 45/59] afs: Use the netfs write helpers, David Howells
- [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v3 46/59] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v3 32/59] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v3 09/59] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v3 08/59] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v3 38/59] netfs: Decrypt encrypted content, David Howells
- [PATCH v3 37/59] netfs: Perform content encryption, David Howells
- [PATCH v3 41/59] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v3 42/59] netfs: Implement a write-through caching option, David Howells
- [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v3 13/59] netfs: Add support for DIO buffering, David Howells
- [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v3 53/59] cifs: Implement netfslib hooks, David Howells
- [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v3 48/59] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v3 55/59] cifs: Cut over to using netfslib, David Howells
- [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v3 15/59] netfs: Add bounce buffering support, David Howells
- [PATCH v3 34/59] netfs: Provide a writepages implementation, David Howells
- [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v3 35/59] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH] maple_tree: Fix mas_prev() state separation code,
Liam R. Howlett
- [PATCH v6] zswap: memcontrol: implement zswap writeback disabling,
Nhat Pham
- [PATCH v3] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts,
Alexey Dobriyan
- [PATCH v9 00/10] Multi-size THP for anonymous memory,
Ryan Roberts
[PATCH v9 03/10] mm: thp: Introduce multi-size THP sysfs interface, Ryan Roberts
[PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP, Ryan Roberts
[PATCH v9 05/10] selftests/mm/kugepaged: Restore thp settings at exit, Ryan Roberts
[PATCH v9 06/10] selftests/mm: Factor out thp settings management, Ryan Roberts
[PATCH v9 07/10] selftests/mm: Support multi-size THP interface in thp_settings, Ryan Roberts
[PATCH v9 08/10] selftests/mm/khugepaged: Enlighten for multi-size THP, Ryan Roberts
[PATCH v9 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper, Ryan Roberts
[PATCH v9 10/10] selftests/mm/cow: Add tests for anonymous multi-size THP, Ryan Roberts
Re: [PATCH v9 00/10] Multi-size THP for anonymous memory, Andrew Morton
[PATCH RFC/RFT 0/4] Remove preventive sfence.vma,
Alexandre Ghiti
[PATCH] mm: fix VMA heap bounds checking,
Kefeng Wang
[PATCH] memblock: Return NUMA_NO_NODE instead of -1 to improve code readability,
Yuntao Wang
Re: [PATCH] mm: do not protect VMA lock object in vma_end_read(), Jann Horn
[linux-next:master 5474/5882] fs/ntfs3/ntfs.h:530:1: error: static assertion failed due to requirement 'sizeof(struct ATTR_LIST_ENTRY) == 32': sizeof(struct ATTR_LIST_ENTRY) == 0x20, kernel test robot
[linux-next:master 5087/5882] drivers/perf/riscv_pmu_sbi.c:1008:35: error: initialization of 'int (*)(const struct ctl_table *, int, void *, size_t *, loff_t *)' {aka 'int (*)(const struct ctl_table *, int, void *, unsigned int *, long long int *)'} from incompatible pointer type 'i..., kernel test robot
drivers/net/ethernet/freescale/ucc_geth.c:2167:17: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[linux-next:master] BUILD REGRESSION 577a4ee0b96fb043c9cf4a533c550ff587e526cf, kernel test robot
[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
Re: [PATCH v3] ELF: document some de-facto PT_* ABI quirks,
Kees Cook
[PATCH] mm: Support order-1 folios in the page cache,
Matthew Wilcox (Oracle)
[PATCH V2 0/1] Add swappiness argument to memory.reclaim,
Dan Schatzberg
[PATCH] of: reserved_mem: fix error log for reserved mem init failure,
Pintu Kumar
[linux-next:master 5063/5273] drivers/perf/riscv_pmu_sbi.c:1008:19: error: incompatible function pointer types initializing 'proc_handler *' (aka 'int (*)(const struct ctl_table *, int, void *, unsigned long *, long long *)') with an expression of type 'int (struct ctl_table *, int, v...,
kernel test robot
[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap,
Henry Huang
[PATCH net-next v7 0/4] skbuff: Optimize SKB coalescing for page pool,
Liang Chen
[PATCH v2] kmemleak: Avoid RCU stalls when freeing metadata for per-CPU pointers, Catalin Marinas
[PATCH v1] selftests/mm: cow: print ksft header before printing anything else, David Hildenbrand
[PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock,
Barry Song
[linux-next:master 4732/5273] arch/sh/kernel/crash_dump.c:23:36: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[PATCH v6 0/5] userfaultfd move option,
Suren Baghdasaryan
[PATCH linux-next] mm:use vma_pages() for vma objects, 1226717762
[PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree,
Chengming Zhou
[PATCH 5/7] mm/zswap: refactor out __zswap_load(), Chengming Zhou
[PATCH 6/7] mm/zswap: cleanup zswap_load(), Chengming Zhou
[PATCH 7/7] mm/zswap: cleanup zswap_reclaim_entry(), Chengming Zhou
Re: [PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree, Nhat Pham
Re: [PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree, Nhat Pham
[PATCH] ELF, MAINTAINERS: specifically mention ELF,
Alexey Dobriyan
Re: [PATCH] lib/string: shrink lib/string.i via IWYU,
kernel test robot
[linux-next:master 3672/4419] /tmp/cco4BMDv.s:387: Error: selected processor does not support requested special purpose register -- `mrs r1,cpsr', kernel test robot
[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b, kernel test robot
[linux-next:master 4353/4884] arch/mips/kernel/machine_kexec.c:76:17: error: 'kexec_args' undeclared,
kernel test robot
[PATCH] drm/amdkfd: Fix sparse __rcu annotation warnings,
Felix Kuehling
[PATCH v6 0/1] mm: report per-page metadata information,
Sourav Panda
drivers/watchdog/ath79_wdt.c:161:37: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[linux-next:master 2053/4884] drivers/leds/leds-sun50i-a100.c:309:12: error: call to __compiletime_assert_280 declared with 'error' attribute: FIELD_PREP: value too large for the field, kernel test robot
[linux-next:master 1690/4884] drivers/gpu/drm/rockchip/rk3066_hdmi.c:397:22: error: implicit declaration of function 'drm_atomic_get_new_connector_state'; did you mean 'drm_atomic_helper_connector_reset'?, kernel test robot
[linux-next:master 939/4884] drivers/soc/qcom/pmic_pdcharger_ulog.c:57:34: sparse: sparse: incorrect type in initializer (different base types), kernel test robot
[PATCH v4 0/2] KSM: support smart-scan feature,
Stefan Roesch
[PATCH v2] mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER option, Dmytro Maluka
[linux-next:master 4248/4884] include/drm/bridge/aux-bridge.h:29:16: sparse: sparse: Using plain integer as NULL pointer, kernel test robot
Re: [PATCH v13 6/6] powerpc: add crash memory hotplug support, kernel test robot
Re: [PATCH v13 5/6] powerpc: add crash CPU hotplug support, kernel test robot
[linux-next:master 3341/4884] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2765:36: sparse: sparse: incompatible types in comparison expression (different address spaces):,
kernel test robot
[linux-next:master 4620/4884] include/linux/io.h:92:16: error: implicit declaration of function 'ioremap_np'; did you mean 'ioremap_uc'?, kernel test robot
[linux-next:master 2291/4884] drivers/media/i2c/saa6752hs.c:598:18: error: implicit declaration of function 'v4l2_subdev_state_get_format', kernel test robot
[linux-next:master 4620/4884] kernel/irq/generic-chip.c:210:9: error: call to undeclared function 'ioread32be'; ISO C99 and later do not support implicit function declarations,
kernel test robot
[linux-next:master 4150/4884] qcom_stats.c:(.text.qcom_ddr_stats_show+0x14c): undefined reference to `__udivdi3', kernel test robot
Re: [PATCH v3 5/5] lib, pci: unify generic pci_iounmap(),
kernel test robot
[PATCH net-next 5/6] net: introduce page_frag_cache_drain(),
Yunsheng Lin
[PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation,
Yunsheng Lin
[PATCH net-next 1/6] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument,
Yunsheng Lin
[PATCH net-next 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align(),
Yunsheng Lin
arch/powerpc/platforms/52xx/mpc52xx_pm.c:135:9: sparse: sparse: incorrect type in argument 2 (different address spaces), kernel test robot
[linux-next:master 3905/4597] arch/mips/kernel/machine_kexec.c:161:6: warning: no previous prototype for 'kexec_nonboot_cpu_jump', kernel test robot
[PATCH v6 0/5] mm/gup: Introduce memfd_pin_user_pages() for pinning memfd pages (v6),
Vivek Kasireddy
[linux-next:master] [btrfs] 7d59ee54f0: xfstests.btrfs.220.fail,
kernel test robot
[linux-next:master 4150/4884] qcom_stats.c:undefined reference to `__aeabi_uldivmod', kernel test robot
[linux-next:master 3906/4597] arch/arm/kernel/machine_kexec.c:62:23: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
[linux-next:master 1690/4884] drivers/gpu/drm/rockchip/rk3066_hdmi.c:397:15: error: call to undeclared function 'drm_atomic_get_new_connector_state'; ISO C99 and later do not support implicit function declarations,
kernel test robot
mips-linux-gnu-ld: arch/mips/mm/cache.o: in function `cpu_cache_init': cache.c:(.text+0x4f8): undefined reference to `octeon_cache_init', Naresh Kamboju
[PATCH] docs: ABI: update permission descriptions for slab page order, yang.yang29
[PATCH 6.6 003/134] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved, Greg Kroah-Hartman
[PATCH 6.6 002/134] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved, Greg Kroah-Hartman
[PATCH] mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range(), Muchun Song
[PATCH] mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG back, Muchun Song
[PATCH 6.1 001/107] cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved, Greg Kroah-Hartman
[PATCH 6.1 002/107] cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF moved, Greg Kroah-Hartman
[PATCH 0/3] mm/damon: export DAMON symbols and add sample loadable modules,
SeongJae Park
[PATCH v3 0/4] mm/ksm: Add ksm advisor,
Stefan Roesch
[PATCH] mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTI, Sidhartha Kumar
[akpm-mm:mm-unstable 179/192] mm/zswap.c:298:62: warning: pointer/integer type mismatch in conditional expression, kernel test robot
Re: [PATCH v2] lib: test_bitops: add compile-time optimization/evaluations assertions,
kernel test robot
[PATCH] mm:vmscan: fix shrink sc->nr.immediate counter issue, Zhiguo Jiang
[PATCH] mm, memcg: cg2 memory{.swap,}.peak write handlers,
David Finkel
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]