• Home
  • Raw
  • Download

Lines Matching +full:dynamic +full:- +full:range +full:- +full:compressor

1 # SPDX-License-Identifier: GPL-2.0-only
33 compress them into a dynamically allocated RAM-based memory pool.
72 swapped out again, it will be re-compressed.
75 prompt "Default compressor"
90 command line 'zswap.compressor=' option.
200 linux-mm@kvack.org and the zswap maintainers.
218 zsmalloc is a slab-based memory allocator designed to store
233 int "Maximum number of physical pages per-zspage"
235 range 4 16
266 If you cannot migrate to SLUB, please contact linux-mm@kvack.org
335 sanity-checking than others. This option is most effective with
349 Try running: slabinfo -DA
386 utilization of a direct-mapped memory-side-cache. See section
389 the presence of a memory-side-cache. There are also incidental
399 after runtime detection of a direct-mapped memory-side-cache.
415 On non-ancient distros (post-2000 ones) N is usually a safe choice.
430 ELF-FDPIC binfmt's brk and stack allocator.
434 userspace. Since that isn't generally a problem on no-MMU systems,
437 See Documentation/admin-guide/mm/nommu-mmap.rst for more information.
458 This option is best suited for non-NUMA systems with
474 memory hot-plug systems. This is normal.
478 hot-plug and hot-remove.
498 File-LRU is a mechanism that put file page in global lru list,
583 # Keep arch NUMA mapping infrastructure post-init.
629 See Documentation/admin-guide/mm/memory-hotplug.rst for more information.
631 Say Y here if you want all hot-plugged memory blocks to appear in
633 Say N here if you want the default policy to keep all hot-plugged
652 # Heavily threaded applications may benefit from splitting the mm-wide
656 # ARM's adjust_pte (unused if VIPT) depends on mm-wide page_table_lock.
657 # PA-RISC 7xxx's spinlock_t would enlarge struct page from 32 to 44 bytes.
659 # a per-page lock leads to problems when multiple tables need to be locked
709 linux-mm@kvack.org.
755 Allows the pageblock_order value to be dynamic instead of just standard
766 int "Maximum scale factor of PCP (Per-CPU pageset) batch allocate/free"
768 range 0 6
770 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
784 Enable bounce buffers for devices that cannot access the full range of
853 allocator for chunks in 2^N*PAGE_SIZE amounts - which is frequently
862 long-term mappings means that the space is wasted.
872 See Documentation/admin-guide/mm/nommu-mmap.rst for more information.
932 bool "Read-only THP for filesystems (EXPERIMENTAL)"
936 Allow khugepaged to put read-only file-backed pages in THP.
971 subsystems to allocate big physically-contiguous blocks of memory.
1019 soft-dirty bit on pte-s. This bit it set when someone writes
1023 See Documentation/admin-guide/mm/soft-dirty.rst for more details.
1029 int "Default maximum user stack size for 32-bit processes (MB)"
1031 range 8 2048
1034 This is the maximum stack size in Megabytes in the VM layout of 32-bit
1073 See Documentation/admin-guide/mm/idle_page_tracking.rst for
1083 checking, an architecture-agnostic way to find the stack pointer
1115 "device-physical" addresses which is needed for using a DAX
1121 # Helpers to mirror range of the CPU page tables of a process into device page
1154 suitable for 64-bit architectures with CONFIG_FLATMEM or
1156 enough room for additional bits in page->flags.
1175 bool "Enable infrastructure for get_user_pages()-related unit tests"
1179 to make ioctl calls that can launch kernel-based unit tests for
1184 the non-_fast variants.
1186 There is also a sub-test that allows running dump_page() on any
1188 range of user-space addresses. These pages are either pinned via
1286 file-backed memory types like shmem and hugetlbfs.
1288 # multi-gen LRU {
1290 bool "Multi-Gen LRU"
1292 # make sure folio->flags has enough spare bits
1296 Documentation/admin-guide/mm/multigen_lru.rst for details.
1302 This option enables the multi-gen LRU by default.
1311 This option has a per-memcg and per-node memory overhead.
1321 Allow per-vma locking during page fault handling.