Linux MM Kernel Commits
[Prev Page][Next Page]
- [patch 060/192] mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS, (continued)
- [patch 060/192] mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS,
Andrew Morton
- [patch 061/192] mm/z3fold: avoid possible underflow in z3fold_alloc(),
Andrew Morton
- [patch 062/192] mm/z3fold: remove magic number in z3fold_create_pool(),
Andrew Morton
- [patch 063/192] mm/z3fold: remove unused function handle_to_z3fold_header(),
Andrew Morton
- [patch 064/192] mm/z3fold: fix potential memory leak in z3fold_destroy_pool(),
Andrew Morton
- [patch 065/192] mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page,
Andrew Morton
- [patch 066/192] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool,
Andrew Morton
- [patch 067/192] mm/zbud: don't export any zbud API,
Andrew Morton
- [patch 068/192] mm/compaction: use DEVICE_ATTR_WO macro,
Andrew Morton
- [patch 069/192] mm: compaction: remove duplicate !list_empty(&sublist) check,
Andrew Morton
- [patch 070/192] mm/compaction: fix 'limit' in fast_isolate_freepages,
Andrew Morton
- [patch 071/192] mm/mempolicy: cleanup nodemask intersection check for oom,
Andrew Morton
- [patch 073/192] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy,
Andrew Morton
- [patch 072/192] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy,
Andrew Morton
- [patch 074/192] mm: mempolicy: don't have to split pmd for huge zero page,
Andrew Morton
- [patch 075/192] mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies,
Andrew Morton
- [patch 076/192] include/linux/mmzone.h: add documentation for pfn_valid(),
Andrew Morton
- [patch 077/192] memblock: update initialization of reserved pages,
Andrew Morton
- [patch 078/192] arm64: decouple check whether pfn is in linear map from pfn_valid(),
Andrew Morton
- [patch 079/192] arm64: drop pfn_valid_within() and simplify pfn_valid(),
Andrew Morton
- [patch 080/192] arm64/mm: drop HAVE_ARCH_PFN_VALID,
Andrew Morton
- [patch 081/192] mm: migrate: fix missing update page_private to hugetlb_page_subpool,
Andrew Morton
- [patch 082/192] mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs,
Andrew Morton
- [patch 083/192] mm: memory: add orig_pmd to struct vm_fault,
Andrew Morton
- [patch 084/192] mm: memory: make numa_migrate_prep() non-static,
Andrew Morton
- [patch 085/192] mm: thp: refactor NUMA fault handling,
Andrew Morton
- [patch 086/192] mm: migrate: account THP NUMA migration counters correctly,
Andrew Morton
- [patch 087/192] mm: migrate: don't split THP for misplaced NUMA page,
Andrew Morton
- [patch 088/192] mm: migrate: check mapcount for THP instead of refcount,
Andrew Morton
- [patch 089/192] mm: thp: skip make PMD PROT_NONE if THP migration is not supported,
Andrew Morton
- [patch 090/192] mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2,
Andrew Morton
- [patch 091/192] mm: rmap: make try_to_unmap() void function,
Andrew Morton
- [patch 092/192] mm/thp: remap_page() is only needed on anonymous THP,
Andrew Morton
- [patch 093/192] mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC,
Andrew Morton
- [patch 094/192] mm/thp: fix strncpy warning,
Andrew Morton
- [patch 095/192] nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc,
Andrew Morton
- [patch 096/192] mm/nommu: unexport do_munmap(),
Andrew Morton
- [patch 098/192] mm: make variable names for populate_vma_page_range() consistent,
Andrew Morton
- [patch 099/192] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables,
Andrew Morton
- [patch 100/192] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT,
Andrew Morton
- [patch 101/192] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore,
Andrew Morton
- [patch 102/192] selftests/vm: add test for MADV_POPULATE_(READ|WRITE),
Andrew Morton
- [patch 103/192] mm/memory_hotplug: rate limit page migration warnings,
Andrew Morton
- [patch 104/192] mm,memory_hotplug: drop unneeded locking,
Andrew Morton
- [patch 105/192] mm/zswap.c: remove unused function zswap_debugfs_exit(),
Andrew Morton
- [patch 106/192] mm/zswap.c: avoid unnecessary copy-in at map time,
Andrew Morton
- [patch 107/192] mm/zswap.c: fix two bugs in zswap_writeback_entry(),
Andrew Morton
- [patch 108/192] mm: zram: amend SLAB_RECLAIM_ACCOUNT on zspage_cachep,
Andrew Morton
- [patch 109/192] mm/zsmalloc.c: remove confusing code in obj_free(),
Andrew Morton
- [patch 110/192] mm/zsmalloc.c: improve readability for async_free_zspage(),
Andrew Morton
- [patch 111/192] zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK,
Andrew Morton
- [patch 112/192] mm: fix typos and grammar error in comments,
Andrew Morton
- [patch 113/192] mm: define default value for FIRST_USER_ADDRESS,
Andrew Morton
- [patch 114/192] mm: fix spelling mistakes,
Andrew Morton
- [patch 115/192] mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages,
Andrew Morton
- [patch 116/192] mm/vmalloc: include header for prototype of set_iounmap_nonlazy,
Andrew Morton
- [patch 117/192] mm/page_alloc: make should_fail_alloc_page() static,
Andrew Morton
- [patch 118/192] mm/mapping_dirty_helpers: remove double Note in kerneldoc,
Andrew Morton
- [patch 119/192] mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection,
Andrew Morton
- [patch 120/192] mm/memory_hotplug: fix kerneldoc comment for __try_online_node,
Andrew Morton
- [patch 121/192] mm/memory_hotplug: fix kerneldoc comment for __remove_memory,
Andrew Morton
- [patch 122/192] mm/zbud: add kerneldoc fields for zbud_pool,
Andrew Morton
- [patch 123/192] mm/z3fold: add kerneldoc fields for z3fold_pool,
Andrew Morton
- [patch 124/192] mm/swap: make swap_address_space an inline function,
Andrew Morton
- [patch 125/192] mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations,
Andrew Morton
- [patch 126/192] mm/page_alloc: move prototype for find_suitable_fallback,
Andrew Morton
- [patch 127/192] mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM,
Andrew Morton
- [patch 128/192] mm/thp: define default pmd_pgtable(),
Andrew Morton
- [patch 129/192] kfence: unconditionally use unbound work queue,
Andrew Morton
- [patch 130/192] mm: remove special swap entry functions,
Andrew Morton
- [patch 131/192] mm/swapops: rework swap entry manipulation code,
Andrew Morton
- [patch 132/192] mm/rmap: split try_to_munlock from try_to_unmap,
Andrew Morton
- [patch 133/192] mm/rmap: split migration into its own function,
Andrew Morton
- [patch 134/192] mm: rename migrate_pgmap_owner,
Andrew Morton
- [patch 135/192] mm/memory.c: allow different return codes for copy_nonpresent_pte(),
Andrew Morton
- [patch 136/192] mm: device exclusive memory access,
Andrew Morton
- [patch 137/192] mm: selftests for exclusive device memory,
Andrew Morton
- [patch 138/192] nouveau/svm: refactor nouveau_range_fault,
Andrew Morton
- [patch 139/192] nouveau/svm: implement atomic SVM access,
Andrew Morton
- [patch 140/192] proc: Avoid mixing integer types in mem_rw(),
Andrew Morton
- [patch 141/192] fs/proc/kcore.c: add mmap interface,
Andrew Morton
- [patch 142/192] procfs: allow reading fdinfo with PTRACE_MODE_READ,
Andrew Morton
- [patch 143/192] procfs/dmabuf: add inode number to /proc/*/fdinfo,
Andrew Morton
- [patch 144/192] sysctl: remove redundant assignment to first,
Andrew Morton
- [patch 145/192] drm: include only needed headers in ascii85.h,
Andrew Morton
- [patch 146/192] kernel.h: split out panic and oops helpers,
Andrew Morton
- [patch 147/192] lib: decompress_bunzip2: remove an unneeded semicolon,
Andrew Morton
- [patch 148/192] lib/string_helpers: switch to use BIT() macro,
Andrew Morton
- [patch 149/192] lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop,
Andrew Morton
- [patch 150/192] lib/string_helpers: drop indentation level in string_escape_mem(),
Andrew Morton
- [patch 151/192] lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII,
Andrew Morton
- [patch 152/192] lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable,
Andrew Morton
- [patch 153/192] lib/string_helpers: allow to append additional characters to be escaped,
Andrew Morton
- [patch 154/192] lib/test-string_helpers: print flags in hexadecimal format,
Andrew Morton
- [patch 155/192] lib/test-string_helpers: get rid of trailing comma in terminators,
Andrew Morton
- [patch 156/192] lib/test-string_helpers: add test cases for new features,
Andrew Morton
- [patch 157/192] MAINTAINERS: add myself as designated reviewer for generic string library,
Andrew Morton
- [patch 158/192] seq_file: introduce seq_escape_mem(),
Andrew Morton
- [patch 159/192] seq_file: add seq_escape_str() as replica of string_escape_str(),
Andrew Morton
- [patch 160/192] seq_file: convert seq_escape() to use seq_escape_str(),
Andrew Morton
- [patch 161/192] nfsd: avoid non-flexible API in seq_quote_mem(),
Andrew Morton
- [patch 162/192] seq_file: drop unused *_escape_mem_ascii(),
Andrew Morton
- [patch 163/192] lib/math/rational.c: fix divide by zero,
Andrew Morton
- [patch 164/192] lib/math/rational: add Kunit test cases,
Andrew Morton
- [patch 165/192] lib/decompressors: fix spelling mistakes,
Andrew Morton
- [patch 166/192] lib/mpi: fix spelling mistakes,
Andrew Morton
- [patch 167/192] lib: memscan() fixlet,
Andrew Morton
- [patch 168/192] lib: uninline simple_strtoull(),
Andrew Morton
- [patch 169/192] lib/test_string.c: allow module removal,
Andrew Morton
- [patch 170/192] kernel.h: split out kstrtox() and simple_strtox() to a separate header,
Andrew Morton
- [patch 171/192] lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static,
Andrew Morton
- [patch 172/192] lib/decompress_unlz4.c: correctly handle zero-padding around initrds.,
Andrew Morton
- [patch 173/192] checkpatch: scripts/spdxcheck.py now requires python3,
Andrew Morton
- [patch 174/192] checkpatch: improve the indented label test,
Andrew Morton
- [patch 175/192] checkpatch: do not complain about positive return values starting with EPOLL,
Andrew Morton
- [patch 176/192] init: print out unknown kernel parameters,
Andrew Morton
- [patch 177/192] kprobes: remove duplicated strong free_insn_page in x86 and s390,
Andrew Morton
- [patch 178/192] nilfs2: remove redundant continue statement in a while-loop,
Andrew Morton
- [patch 179/192] hfsplus: remove unnecessary oom message,
Andrew Morton
- [patch 180/192] hfsplus: report create_date to kstat.btime,
Andrew Morton
- [patch 182/192] exec: remove checks in __register_bimfmt(),
Andrew Morton
- [patch 183/192] kcov: add __no_sanitize_coverage to fix noinstr for all architectures,
Andrew Morton
- [patch 184/192] selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random,
Andrew Morton
- [patch 185/192] selftests/vm/pkeys: handle negative sys_pkey_alloc() return code,
Andrew Morton
- [patch 186/192] selftests/vm/pkeys: refill shadow register after implicit kernel write,
Andrew Morton
- [patch 187/192] selftests/vm/pkeys: exercise x86 XSAVE init state,
Andrew Morton
- [patch 188/192] lib/decompressors: remove set but not used variabled 'level',
Andrew Morton
- [patch 189/192] ipc sem: use kvmalloc for sem_undo allocation,
Andrew Morton
- [patch 190/192] ipc: use kmalloc for msg_queue and shmid_kernel,
Andrew Morton
- [patch 191/192] ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock,
Andrew Morton
- [patch 192/192] ipc/util.c: use binary search for max_idx,
Andrew Morton
- [patch 181/192] x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandoned,
Andrew Morton
- Message not available
- Re: incoming,
Linus Torvalds
incoming,
Andrew Morton
- [patch 01/54] lib/test: fix spelling mistakes,
Andrew Morton
- [patch 02/54] lib: fix spelling mistakes,
Andrew Morton
- [patch 03/54] lib: fix spelling mistakes in header files,
Andrew Morton
- [patch 04/54] hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script,
Andrew Morton
- [patch 05/54] hexagon: use common DISCARDS macro,
Andrew Morton
- [patch 06/54] hexagon: select ARCH_WANT_LD_ORPHAN_WARN,
Andrew Morton
- [patch 07/54] mm/slub: use stackdepot to save stack trace in objects,
Andrew Morton
- [patch 08/54] mmap: make mlock_future_check() global,
Andrew Morton
- [patch 09/54] riscv/Kconfig: make direct map manipulation options depend on MMU,
Andrew Morton
- [patch 10/54] set_memory: allow querying whether set_direct_map_*() is actually enabled,
Andrew Morton
- [patch 11/54] mm: introduce memfd_secret system call to create "secret" memory areas,
Andrew Morton
- [patch 12/54] PM: hibernate: disable when there are active secretmem users,
Andrew Morton
- [patch 13/54] arch, mm: wire up memfd_secret system call where relevant,
Andrew Morton
- [patch 14/54] secretmem: test: add basic selftest for memfd_secret(2),
Andrew Morton
- [patch 15/54] mm: fix spelling mistakes in header files,
Andrew Morton
- [patch 16/54] mm: add setup_initial_init_mm() helper,
Andrew Morton
- [patch 17/54] arc: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 18/54] arm: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 19/54] arm64: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 20/54] csky: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 21/54] h8300: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 22/54] m68k: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 23/54] nds32: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 24/54] nios2: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 25/54] openrisc: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 26/54] powerpc: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 27/54] riscv: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 28/54] s390: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 29/54] sh: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 30/54] x86: convert to setup_initial_init_mm(),
Andrew Morton
- [patch 31/54] buildid: only consider GNU notes for build ID parsing,
Andrew Morton
- [patch 32/54] buildid: add API to parse build ID out of buffer,
Andrew Morton
- [patch 33/54] buildid: stash away kernels build ID on init,
Andrew Morton
- [patch 34/54] dump_stack: add vmlinux build ID to stack traces,
Andrew Morton
- [patch 35/54] module: add printk formats to add module build ID to stacktraces,
Andrew Morton
- [patch 36/54] arm64: stacktrace: use %pSb for backtrace printing,
Andrew Morton
- [patch 37/54] x86/dumpstack: use %pSb/%pBb for backtrace printing,
Andrew Morton
- [patch 38/54] scripts/decode_stacktrace.sh: support debuginfod,
Andrew Morton
- [patch 39/54] scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nm,
Andrew Morton
- [patch 40/54] scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path,
Andrew Morton
- [patch 41/54] buildid: mark some arguments const,
Andrew Morton
- [patch 42/54] buildid: fix kernel-doc notation,
Andrew Morton
- [patch 43/54] kdump: use vmlinux_build_id to simplify,
Andrew Morton
- [patch 44/54] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *,
Andrew Morton
- [patch 45/54] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *,
Andrew Morton
- [patch 46/54] selftest/mremap_test: update the test to handle pagesize other than 4K,
Andrew Morton
- [patch 47/54] selftest/mremap_test: avoid crash with static build,
Andrew Morton
- [patch 48/54] mm/mremap: convert huge PUD move to separate helper,
Andrew Morton
- [patch 49/54] mm/mremap: don't enable optimized PUD move if page table levels is 2,
Andrew Morton
- [patch 50/54] mm/mremap: use pmd/pud_poplulate to update page table entries,
Andrew Morton
- [patch 51/54] mm/mremap: hold the rmap lock in write mode when moving page table entries.,
Andrew Morton
- [patch 52/54] mm/mremap: allow arch runtime override,
Andrew Morton
- [patch 53/54] powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache,
Andrew Morton
- [patch 54/54] powerpc/mm: enable HAVE_MOVE_PMD support,
Andrew Morton
incoming,
Andrew Morton
- [patch 01/13] mm: move helper to check slub_debug_enabled,
Andrew Morton
- [patch 02/13] kasan: add memzero init for unaligned size at DEBUG,
Andrew Morton
- [patch 03/13] kasan: fix build by including kernel.h,
Andrew Morton
- [patch 04/13] Revert "mm/page_alloc: make should_fail_alloc_page() static",
Andrew Morton
- [patch 05/13] mm/page_alloc: avoid page allocator recursion with pagesets.lock held,
Andrew Morton
- [patch 06/13] mm/page_alloc: correct return value when failing at preparing,
Andrew Morton
- [patch 07/13] mm/page_alloc: further fix __alloc_pages_bulk() return value,
Andrew Morton
- [patch 08/13] mm: fix the try_to_unmap prototype for !CONFIG_MMU,
Andrew Morton
- [patch 09/13] lib/test_hmm: remove set but unused page variable,
Andrew Morton
- [patch 10/13] hfs: add missing clean-up in hfs_fill_super,
Andrew Morton
- [patch 11/13] hfs: fix high memory mapping in hfs_bnode_read,
Andrew Morton
- [patch 12/13] hfs: add lock nesting notation to hfs_find_init,
Andrew Morton
- [patch 13/13] mm/hugetlb: fix refs calculation from unaligned @vaddr,
Andrew Morton
incoming,
Andrew Morton
- [patch 01/15] userfaultfd: do not untag user pointers,
Andrew Morton
- [patch 02/15] selftest: use mmap instead of posix_memalign to allocate memory,
Andrew Morton
- [patch 03/15] kfence: defer kfence_test_init to ensure that kunit debugfs is created,
Andrew Morton
- [patch 04/15] kfence: move the size check to the beginning of __kfence_alloc(),
Andrew Morton
- [patch 05/15] kfence: skip all GFP_ZONEMASK allocations,
Andrew Morton
- [patch 06/15] mm: call flush_dcache_page() in memcpy_to_page() and memzero_page(),
Andrew Morton
- [patch 07/15] mm: use kmap_local_page in memzero_page,
Andrew Morton
- [patch 08/15] mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction,
Andrew Morton
- [patch 09/15] memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions,
Andrew Morton
- [patch 10/15] writeback, cgroup: remove wb from offline list before releasing refcnt,
Andrew Morton
- [patch 11/15] writeback, cgroup: do not reparent dax inodes,
Andrew Morton
- [patch 12/15] mm/secretmem: wire up ->set_page_dirty,
Andrew Morton
- [patch 13/15] mm: mmap_lock: fix disabling preemption directly,
Andrew Morton
- [patch 14/15] mm: fix the deadlock in finish_fault(),
Andrew Morton
- [patch 15/15] hugetlbfs: fix mount mode command line processing,
Andrew Morton
incoming,
Andrew Morton
incoming,
Andrew Morton
incoming,
Andrew Morton
- [patch 01/10] Revert "mm/shmem: fix shmem_swapin() race with swapoff",
Andrew Morton
- [patch 02/10] Revert "mm: swap: check if swap backing device is congested or not",
Andrew Morton
- [patch 03/10] mm/page_alloc: don't corrupt pcppage_migratetype,
Andrew Morton
- [patch 04/10] mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names,
Andrew Morton
- [patch 05/10] MAINTAINERS: update ClangBuiltLinux IRC chat,
Andrew Morton
- [patch 06/10] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim,
Andrew Morton
- [patch 07/10] mm/hwpoison: retry with shake_page() for unhandlable pages,
Andrew Morton
- [patch 08/10] mm: vmscan: fix missing psi annotation for node_reclaim(),
Andrew Morton
- [patch 09/10] kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZE,
Andrew Morton
- [patch 10/10] hugetlb: don't pass page cache pages to restore_reserve_on_error,
Andrew Morton
incoming,
Andrew Morton
incoming,
Andrew Morton
- Re: incoming,
Andrew Morton
- [patch 001/212] ia64: fix typo in a comment,
Andrew Morton
- [patch 002/212] ia64: fix #endif comment for reserve_elfcorehdr(),
Andrew Morton
- [patch 003/212] ia64: make reserve_elfcorehdr() static,
Andrew Morton
- [patch 004/212] ia64: make num_rsvd_regions static,
Andrew Morton
- [patch 005/212] ocfs2: remove an unnecessary condition,
Andrew Morton
- [patch 006/212] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info(),
Andrew Morton
- [patch 007/212] ocfs2: ocfs2_downconvert_lock failure results in deadlock,
Andrew Morton
- [patch 008/212] arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings,
Andrew Morton
- [patch 009/212] mm, slub: don't call flush_all() from slab_debug_trace_open(),
Andrew Morton
- [patch 010/212] mm, slub: allocate private object map for debugfs listings,
Andrew Morton
- [patch 011/212] mm, slub: allocate private object map for validate_slab_cache(),
Andrew Morton
- [patch 012/212] mm, slub: don't disable irq for debug_check_no_locks_freed(),
Andrew Morton
- [patch 013/212] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial(),
Andrew Morton
- [patch 014/212] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab(),
Andrew Morton
- [patch 015/212] mm, slub: extract get_partial() from new_slab_objects(),
Andrew Morton
- [patch 016/212] mm, slub: dissolve new_slab_objects() into ___slab_alloc(),
Andrew Morton
- [patch 017/212] mm, slub: return slab page from get_partial() and set c->page afterwards,
Andrew Morton
- [patch 018/212] mm, slub: restructure new page checks in ___slab_alloc(),
Andrew Morton
- [patch 019/212] mm, slub: simplify kmem_cache_cpu and tid setup,
Andrew Morton
- [patch 020/212] mm, slub: move disabling/enabling irqs to ___slab_alloc(),
Andrew Morton
- [patch 022/212] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc(),
Andrew Morton
- [patch 021/212] mm, slub: do initial checks in ___slab_alloc() with irqs enabled,
Andrew Morton
- [patch 023/212] mm, slub: restore irqs around calling new_slab(),
Andrew Morton
- [patch 024/212] mm, slub: validate slab from partial list or page allocator before making it cpu slab,
Andrew Morton
- [patch 025/212] mm, slub: check new pages with restored irqs,
Andrew Morton
- [patch 026/212] mm, slub: stop disabling irqs around get_partial(),
Andrew Morton
- [patch 027/212] mm, slub: move reset of c->page and freelist out of deactivate_slab(),
Andrew Morton
- [patch 028/212] mm, slub: make locking in deactivate_slab() irq-safe,
Andrew Morton
- [patch 029/212] mm, slub: call deactivate_slab() without disabling irqs,
Andrew Morton
- [patch 030/212] mm, slub: move irq control into unfreeze_partials(),
Andrew Morton
- [patch 031/212] mm, slub: discard slabs in unfreeze_partials() without irqs disabled,
Andrew Morton
- [patch 032/212] mm, slub: detach whole partial list at once in unfreeze_partials(),
Andrew Morton
- [patch 033/212] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing,
Andrew Morton
- [patch 034/212] mm, slub: only disable irq with spin_lock in __unfreeze_partials(),
Andrew Morton
- [patch 035/212] mm, slub: don't disable irqs in slub_cpu_dead(),
Andrew Morton
- [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled,
Andrew Morton
- [patch 037/212] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context,
Andrew Morton
- [patch 038/212] mm: slub: make object_map_lock a raw_spinlock_t,
Andrew Morton
- [patch 039/212] mm, slub: optionally save/restore irqs in slab_[un]lock()/,
Andrew Morton
- [patch 040/212] mm, slub: make slab_lock() disable irqs with PREEMPT_RT,
Andrew Morton
- [patch 041/212] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg,
Andrew Morton
- [patch 042/212] mm, slub: use migrate_disable() on PREEMPT_RT,
Andrew Morton
- [patch 043/212] mm, slub: convert kmem_cpu_slab protection to local_lock,
Andrew Morton
- [patch 044/212] mm/debug_vm_pgtable: introduce struct pgtable_debug_args,
Andrew Morton
- [patch 045/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests,
Andrew Morton
- [patch 046/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests,
Andrew Morton
- [patch 047/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests,
Andrew Morton
- [patch 048/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests,
Andrew Morton
- [patch 049/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests,
Andrew Morton
- [patch 050/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests,
Andrew Morton
- [patch 051/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying tests,
Andrew Morton
- [patch 052/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying tests,
Andrew Morton
- [patch 053/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying tests,
Andrew Morton
- [patch 054/212] mm/debug_vm_pgtable: remove unused code,
Andrew Morton
- [patch 055/212] mm/debug_vm_pgtable: fix corrupted page flag,
Andrew Morton
- [patch 056/212] mm: report a more useful address for reclaim acquisition,
Andrew Morton
- [patch 057/212] mm: add kernel_misc_reclaimable in show_free_areas,
Andrew Morton
- [patch 058/212] writeback: track number of inodes under writeback,
Andrew Morton
- [patch 059/212] writeback: reliably update bandwidth estimation,
Andrew Morton
- [patch 060/212] writeback: fix bandwidth estimate for spiky workload,
Andrew Morton
- [patch 061/212] writeback: rename domain_update_bandwidth(),
Andrew Morton
- [patch 062/212] writeback: use READ_ONCE for unlocked reads of writeback stats,
Andrew Morton
- [patch 063/212] mm: remove irqsave/restore locking from contexts with irqs enabled,
Andrew Morton
- [patch 065/212] fs: inode: count invalidated shadow pages in pginodesteal,
Andrew Morton
- [patch 064/212] fs: drop_caches: fix skipping over shadow cache inodes,
Andrew Morton
- [patch 066/212] writeback: memcg: simplify cgroup_writeback_by_id,
Andrew Morton
- [patch 067/212] include/linux/buffer_head.h: fix boolreturn.cocci warnings,
Andrew Morton
- [patch 068/212] mm: gup: remove set but unused local variable major,
Andrew Morton
- [patch 069/212] mm: gup: remove unneed local variable orig_refs,
Andrew Morton
- [patch 070/212] mm: gup: remove useless BUG_ON in __get_user_pages(),
Andrew Morton
- [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge(),
Andrew Morton
- [patch 072/212] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range(),
Andrew Morton
- [patch 073/212] mm/gup: documentation corrections for gup/pup,
Andrew Morton
- [patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly,
Andrew Morton
- [patch 074/212] mm/gup: small refactoring: simplify try_grab_page(),
Andrew Morton
- [patch 076/212] fs, mm: fix race in unlinking swapfile,
Andrew Morton
- [patch 077/212] mm: delete unused get_kernel_page(),
Andrew Morton
- [patch 078/212] shmem: use raw_spinlock_t for ->stat_lock,
Andrew Morton
- [patch 079/212] shmem: remove unneeded variable ret,
Andrew Morton
- [patch 080/212] shmem: remove unneeded header file,
Andrew Morton
- [patch 081/212] shmem: remove unneeded function forward declaration,
Andrew Morton
- [patch 082/212] shmem: include header file to declare swap_info,
Andrew Morton
- [patch 083/212] huge tmpfs: fix fallocate(vanilla) advance over huge pages,
Andrew Morton
- [patch 084/212] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE,
Andrew Morton
- [patch 085/212] huge tmpfs: remove shrinklist addition from shmem_setattr(),
Andrew Morton
- [patch 086/212] huge tmpfs: revert shmem's use of transhuge_vma_enabled(),
Andrew Morton
- [patch 090/212] huge tmpfs: decide stat.st_blksize by shmem_is_huge(),
Andrew Morton
- [patch 087/212] huge tmpfs: move shmem_huge_enabled() upwards,
Andrew Morton
- [patch 088/212] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race,
Andrew Morton
- [patch 089/212] huge tmpfs: shmem_is_huge(vma, inode, index),
Andrew Morton
- [patch 092/212] mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions,
Andrew Morton
- [patch 091/212] shmem: shmem_writepage() split unlikely i915 THP,
Andrew Morton
- [patch 093/212] mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config,
Andrew Morton
- [patch 094/212] mm, memcg: inline swap-related functions to improve disabled memcg config,
Andrew Morton
- [patch 095/212] memcg: enable accounting for pids in nested pid namespaces,
Andrew Morton
- [patch 096/212] memcg: switch lruvec stats to rstat,
Andrew Morton
- [patch 097/212] memcg: infrastructure to flush memcg stats,
Andrew Morton
- [patch 098/212] memcg: charge fs_context and legacy_fs_context,
Andrew Morton
- [patch 099/212] memcg: enable accounting for mnt_cache entries,
Andrew Morton
- [patch 100/212] memcg: enable accounting for pollfd and select bits arrays,
Andrew Morton
- [patch 101/212] memcg: enable accounting for file lock caches,
Andrew Morton
- [patch 102/212] memcg: enable accounting for fasync_cache,
Andrew Morton
- [patch 103/212] memcg: enable accounting for new namesapces and struct nsproxy,
Andrew Morton
- [patch 104/212] memcg: enable accounting of ipc resources,
Andrew Morton
- [patch 105/212] memcg: enable accounting for signals,
Andrew Morton
- [patch 107/212] memcg: enable accounting for ldt_struct objects,
Andrew Morton
- [patch 108/212] memcg: cleanup racy sum avoidance code,
Andrew Morton
- [patch 109/212] memcg: replace in_interrupt() by !in_task() in active_memcg(),
Andrew Morton
- [patch 106/212] memcg: enable accounting for posix_timers_cache slab,
Andrew Morton
- [patch 112/212] mm, memcg: save some atomic ops when flush is already true,
Andrew Morton
- [patch 111/212] mm, memcg: remove unused functions,
Andrew Morton
- [patch 110/212] mm: memcontrol: set the correct memcg swappiness restriction,
Andrew Morton
- [patch 113/212] memcg: fix up drain_local_stock comment,
Andrew Morton
- [patch 114/212] memcg: make memcg->event_list_lock irqsafe,
Andrew Morton
- [patch 115/212] selftests/vm: use kselftest skip code for skipped tests,
Andrew Morton
- [patch 116/212] selftests: Fix spelling mistake "cann't" -> "cannot",
Andrew Morton
- [patch 117/212] lazy tlb: introduce lazy mm refcount helper functions,
Andrew Morton
- [patch 118/212] lazy tlb: allow lazy tlb mm refcounting to be configurable,
Andrew Morton
- [patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option,
Andrew Morton
- [patch 120/212] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN,
Andrew Morton
- [patch 121/212] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data,
Andrew Morton
- [patch 122/212] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page,
Andrew Morton
- [patch 123/212] scatterlist: replace flush_kernel_dcache_page with flush_dcache_page,
Andrew Morton
- [patch 124/212] mm: remove flush_kernel_dcache_page,
Andrew Morton
- [patch 125/212] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code,
Andrew Morton
- [patch 126/212] mm: change fault_in_pages_* to have an unsigned size parameter,
Andrew Morton
- [patch 127/212] mm/pagemap: add mmap_assert_locked() annotations to find_vma*(),
Andrew Morton
- [patch 128/212] remap_file_pages: Use vma_lookup() instead of find_vma(),
Andrew Morton
- [patch 129/212] mm/mremap: fix memory account on do_munmap() failure,
Andrew Morton
- [patch 130/212] mm/bootmem_info.c: mark __init on register_page_bootmem_info_section,
Andrew Morton
- [patch 131/212] mm: sparse: pass section_nr to section_mark_present,
Andrew Morton
- [patch 132/212] mm: sparse: pass section_nr to find_memory_block,
Andrew Morton
- [patch 133/212] mm: sparse: remove __section_nr() function,
Andrew Morton
- [patch 134/212] mm/sparse: set SECTION_NID_SHIFT to 6,
Andrew Morton
- [patch 135/212] include/linux/mmzone.h: avoid a warning in sparse memory support,
Andrew Morton
- [patch 136/212] mm/sparse: clarify pgdat_to_phys,
Andrew Morton
- [patch 137/212] mm/vmalloc: use batched page requests in bulk-allocator,
Andrew Morton
- [patch 138/212] mm/vmalloc: remove gfpflags_allow_blocking() check,
Andrew Morton
- [patch 139/212] lib/test_vmalloc.c: add a new 'nr_pages' parameter,
Andrew Morton
- [patch 140/212] mm/vmalloc: fix wrong behavior in vread,
Andrew Morton
- [patch 141/212] mm/kasan: move kasan.fault to mm/kasan/report.c,
Andrew Morton
- [patch 142/212] kasan: test: rework kmalloc_oob_right,
Andrew Morton
- [patch 143/212] kasan: test: avoid writing invalid memory,
Andrew Morton
- [patch 144/212] kasan: test: avoid corrupting memory via memset,
Andrew Morton
- [patch 146/212] kasan: test: only do kmalloc_uaf_memset for generic mode,
Andrew Morton
- [patch 145/212] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS,
Andrew Morton
- [patch 147/212] kasan: test: clean up ksize_uaf,
Andrew Morton
- [patch 148/212] kasan: test: avoid corrupting memory in copy_user_test,
Andrew Morton
- [patch 149/212] kasan: test: avoid corrupting memory in kasan_rcu_uaf,
Andrew Morton
- [patch 150/212] mm/page_alloc: always initialize memory map for the holes,
Andrew Morton
- [patch 151/212] microblaze: simplify pte_alloc_one_kernel(),
Andrew Morton
- [patch 152/212] mm: introduce memmap_alloc() to unify memory map allocation,
Andrew Morton
- [patch 153/212] memblock: stop poisoning raw allocations,
Andrew Morton
- [patch 154/212] mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function warning,
Andrew Morton
- [patch 155/212] mm/page_alloc: make alloc_node_mem_map() __init rather than __ref,
Andrew Morton
- [patch 156/212] mm/page_alloc.c: use in_task(),
Andrew Morton
- [patch 157/212] mm/page_isolation: tracing: trace all test_pages_isolated failures,
Andrew Morton
- [patch 158/212] mm/hwpoison: remove unneeded variable unmap_success,
Andrew Morton
- [patch 159/212] mm/hwpoison: fix potential pte_unmap_unlock pte error,
Andrew Morton
- [patch 160/212] mm/hwpoison: change argument struct page **hpagep to *hpage,
Andrew Morton
- [patch 161/212] mm/hwpoison: fix some obsolete comments,
Andrew Morton
- [patch 162/212] mm: hwpoison: don't drop slab caches for offlining non-LRU page,
Andrew Morton
- [patch 163/212] doc: hwpoison: correct the support for hugepage,
Andrew Morton
- [patch 164/212] mm: hwpoison: dump page for unhandlable page,
Andrew Morton
- [patch 165/212] mm: fix panic caused by __page_handle_poison(),
Andrew Morton
- [patch 166/212] hugetlb: simplify prep_compound_gigantic_page ref count racing code,
Andrew Morton
- [patch 167/212] hugetlb: drop ref count earlier after page allocation,
Andrew Morton
- [patch 168/212] hugetlb: before freeing hugetlb page set dtor to appropriate value,
Andrew Morton
- [patch 169/212] hugetlb: fix hugetlb cgroup refcounting during vma split,
Andrew Morton
- [patch 170/212] userfaultfd: change mmap_changing to atomic,
Andrew Morton
- [patch 171/212] userfaultfd: prevent concurrent API initialization,
Andrew Morton
- [patch 172/212] selftests/vm/userfaultfd: wake after copy failure,
Andrew Morton
- [patch 173/212] mm/numa: automatically generate node migration order,
Andrew Morton
- [patch 174/212] mm/migrate: update node demotion order on hotplug events,
Andrew Morton
- [patch 175/212] mm/migrate: enable returning precise migrate_pages() success count,
Andrew Morton
- [patch 177/212] mm/vmscan: add page demotion counter,
Andrew Morton
- [patch 176/212] mm/migrate: demote pages during reclaim,
Andrew Morton
- [patch 178/212] mm/vmscan: add helper for querying ability to age anonymous pages,
Andrew Morton
- [patch 179/212] mm/vmscan: Consider anonymous pages without swap,
Andrew Morton
- [patch 180/212] mm/vmscan: never demote for memcg reclaim,
Andrew Morton
- [patch 181/212] mm/migrate: add sysfs interface to enable reclaim migration,
Andrew Morton
- [patch 182/212] mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg(),
Andrew Morton
- [patch 183/212] mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed,
Andrew Morton
- [patch 184/212] mm/vmscan: remove misleading setting to sc->priority,
Andrew Morton
- [patch 185/212] mm/vmscan: remove unneeded return value of kswapd_run(),
Andrew Morton
- [patch 186/212] mm/vmscan: add 'else' to remove check_pending label,
Andrew Morton
- [patch 187/212] mm, vmscan: guarantee drop_slab_node() termination,
Andrew Morton
- [patch 188/212] mm: compaction: optimize proactive compaction deferrals,
Andrew Morton
- [patch 189/212] mm: compaction: support triggering of proactive compaction by user,
Andrew Morton
- [patch 190/212] mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number,
Andrew Morton
- [patch 191/212] mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes,
Andrew Morton
- [patch 192/212] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy,
Andrew Morton
- [patch 193/212] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY,
Andrew Morton
- [patch 194/212] mm/mempolicy: advertise new MPOL_PREFERRED_MANY,
Andrew Morton
- [patch 195/212] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies,
Andrew Morton
- [patch 196/212] mm/mempolicy.c: use in_task() in mempolicy_slab_node(),
Andrew Morton
- [patch 197/212] memblock: make memblock_find_in_range method private,
Andrew Morton
- [patch 198/212] mm: introduce process_mrelease system call,
Andrew Morton
- [patch 199/212] mm: wire up syscall process_mrelease,
Andrew Morton
- [patch 200/212] mm/migrate: correct kernel-doc notation,
Andrew Morton
- [patch 201/212] selftests: vm: add KSM merge test,
Andrew Morton
- [patch 202/212] selftests: vm: add KSM unmerge test,
Andrew Morton
- [patch 203/212] selftests: vm: add KSM zero page merging test,
Andrew Morton
- [patch 204/212] selftests: vm: add KSM merging across nodes test,
Andrew Morton
- [patch 205/212] mm: KSM: fix data type,
Andrew Morton
- [patch 206/212] selftests: vm: add KSM merging time test,
Andrew Morton
- [patch 207/212] selftests: vm: add COW time test for KSM pages,
Andrew Morton
- [patch 208/212] mm/percpu,c: remove obsolete comments of pcpu_chunk_populated(),
Andrew Morton
- [patch 209/212] mm/vmstat: correct some wrong comments,
Andrew Morton
- [patch 210/212] mm/vmstat: simplify the array size calculation,
Andrew Morton
- [patch 211/212] mm/vmstat: remove unneeded return value,
Andrew Morton
- [patch 212/212] mm/madvise: add MADV_WILLNEED to process_madvise(),
Andrew Morton
incoming,
Andrew Morton
- [patch 001/147] mm, slub: don't call flush_all() from slab_debug_trace_open(),
Andrew Morton
- [patch 002/147] mm, slub: allocate private object map for debugfs listings,
Andrew Morton
- [patch 003/147] mm, slub: allocate private object map for validate_slab_cache(),
Andrew Morton
- [patch 004/147] mm, slub: don't disable irq for debug_check_no_locks_freed(),
Andrew Morton
- [patch 005/147] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial(),
Andrew Morton
- [patch 006/147] mm, slub: extract get_partial() from new_slab_objects(),
Andrew Morton
- [patch 007/147] mm, slub: dissolve new_slab_objects() into ___slab_alloc(),
Andrew Morton
- [patch 008/147] mm, slub: return slab page from get_partial() and set c->page afterwards,
Andrew Morton
- [patch 010/147] mm, slub: simplify kmem_cache_cpu and tid setup,
Andrew Morton
- [patch 009/147] mm, slub: restructure new page checks in ___slab_alloc(),
Andrew Morton
- [patch 012/147] mm, slub: do initial checks in ___slab_alloc() with irqs enabled,
Andrew Morton
- [patch 011/147] mm, slub: move disabling/enabling irqs to ___slab_alloc(),
Andrew Morton
- [patch 015/147] mm, slub: validate slab from partial list or page allocator before making it cpu slab,
Andrew Morton
- [patch 017/147] mm, slub: stop disabling irqs around get_partial(),
Andrew Morton
- [patch 016/147] mm, slub: check new pages with restored irqs,
Andrew Morton
- [patch 013/147] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc(),
Andrew Morton
- [patch 014/147] mm, slub: restore irqs around calling new_slab(),
Andrew Morton
- [patch 018/147] mm, slub: move reset of c->page and freelist out of deactivate_slab(),
Andrew Morton
- [patch 019/147] mm, slub: make locking in deactivate_slab() irq-safe,
Andrew Morton
- [patch 020/147] mm, slub: call deactivate_slab() without disabling irqs,
Andrew Morton
- [patch 021/147] mm, slub: move irq control into unfreeze_partials(),
Andrew Morton
- [patch 023/147] mm, slub: detach whole partial list at once in unfreeze_partials(),
Andrew Morton
- [patch 022/147] mm, slub: discard slabs in unfreeze_partials() without irqs disabled,
Andrew Morton
- [patch 024/147] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing,
Andrew Morton
- [patch 025/147] mm, slub: only disable irq with spin_lock in __unfreeze_partials(),
Andrew Morton
- [patch 026/147] mm, slub: don't disable irqs in slub_cpu_dead(),
Andrew Morton
- [patch 027/147] mm, slab: split out the cpu offline variant of flush_slab(),
Andrew Morton
- [patch 028/147] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context,
Andrew Morton
- [patch 029/147] mm: slub: make object_map_lock a raw_spinlock_t,
Andrew Morton
- [patch 030/147] mm, slub: make slab_lock() disable irqs with PREEMPT_RT,
Andrew Morton
- [patch 031/147] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg,
Andrew Morton
- [patch 032/147] mm, slub: use migrate_disable() on PREEMPT_RT,
Andrew Morton
- [patch 033/147] mm, slub: convert kmem_cpu_slab protection to local_lock,
Andrew Morton
- [patch 034/147] memory-hotplug.rst: remove locking details from admin-guide,
Andrew Morton
- [patch 035/147] memory-hotplug.rst: complete admin-guide overhaul,
Andrew Morton
- [patch 036/147] mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE,
Andrew Morton
- [patch 037/147] mm: memory_hotplug: cleanup after removal of pfn_valid_within(),
Andrew Morton
- [patch 038/147] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range(),
Andrew Morton
- [patch 039/147] mm/memory_hotplug: remove nid parameter from arch_remove_memory(),
Andrew Morton
- [patch 040/147] mm/memory_hotplug: remove nid parameter from remove_memory() and friends,
Andrew Morton
- [patch 041/147] ACPI: memhotplug: memory resources cannot be enabled yet,
Andrew Morton
- [patch 042/147] mm: track present early pages per zone,
Andrew Morton
- [patch 043/147] mm/memory_hotplug: introduce "auto-movable" online policy,
Andrew Morton
- [patch 045/147] mm/memory_hotplug: track present pages in memory groups,
Andrew Morton
- [patch 044/147] drivers/base/memory: introduce "memory groups" to logically group memory blocks,
Andrew Morton
- [patch 046/147] ACPI: memhotplug: use a single static memory group for a single memory device,
Andrew Morton
- [patch 048/147] virtio-mem: use a single dynamic memory group for a single virtio-mem device,
Andrew Morton
- [patch 047/147] dax/kmem: use a single static memory group for a single probed unit,
Andrew Morton
- [patch 049/147] mm/memory_hotplug: memory group aware "auto-movable" online policy,
Andrew Morton
- [patch 050/147] mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online policy,
Andrew Morton
- [patch 051/147] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code,
Andrew Morton
- [patch 052/147] mm: remove redundant compound_head() calling,
Andrew Morton
- [patch 053/147] riscv: only select GENERIC_IOREMAP if MMU support is enabled,
Andrew Morton
- [patch 054/147] mm: move ioremap_page_range to vmalloc.c,
Andrew Morton
- [patch 055/147] mm: don't allow executable ioremap mappings,
Andrew Morton
- [patch 056/147] mm/early_ioremap.c: remove redundant early_ioremap_shutdown(),
Andrew Morton
- [patch 057/147] highmem: don't disable preemption on RT in kmap_atomic(),
Andrew Morton
- [patch 059/147] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1),
Andrew Morton
- [patch 058/147] mm: in_irq() cleanup,
Andrew Morton
- [patch 060/147] mm/secretmem: use refcount_t instead of atomic_t,
Andrew Morton
- [patch 061/147] kfence: show cpu and timestamp in alloc/free info,
Andrew Morton
- [patch 062/147] kfence: test: fail fast if disabled at boot,
Andrew Morton
- [patch 063/147] mm: introduce Data Access MONitor (DAMON),
Andrew Morton
- [patch 064/147] mm/damon/core: implement region-based sampling,
Andrew Morton
- [patch 065/147] mm/damon: adaptively adjust regions,
Andrew Morton
- [patch 066/147] mm/idle_page_tracking: make PG_idle reusable,
Andrew Morton
- [patch 067/147] mm/damon: implement primitives for the virtual memory address spaces,
Andrew Morton
- [patch 068/147] mm/damon: add a tracepoint,
Andrew Morton
- [patch 069/147] mm/damon: implement a debugfs-based user space interface,
Andrew Morton
- [patch 070/147] mm/damon/dbgfs: export kdamond pid to the user space,
Andrew Morton
- [patch 071/147] mm/damon/dbgfs: support multiple contexts,
Andrew Morton
- [patch 072/147] Documentation: add documents for DAMON,
Andrew Morton
- [patch 073/147] mm/damon: add kunit tests,
Andrew Morton
- [patch 074/147] mm/damon: add user space selftests,
Andrew Morton
- [patch 075/147] MAINTAINERS: update for DAMON,
Andrew Morton
- [patch 076/147] alpha: agp: make empty macros use do-while-0 style,
Andrew Morton
- [patch 077/147] alpha: pci-sysfs: fix all kernel-doc warnings,
Andrew Morton
- [patch 078/147] percpu: remove export of pcpu_base_addr,
Andrew Morton
- [patch 079/147] fs/proc/kcore.c: add mmap interface,
Andrew Morton
- Re: [patch 079/147] fs/proc/kcore.c: add mmap interface,
David Hildenbrand
[patch 080/147] proc: stop using seq_get_buf in proc_task_name,
Andrew Morton
[patch 081/147] connector: send event on write to /proc/[pid]/comm,
Andrew Morton
[patch 082/147] arch: Kconfig: fix spelling mistake "seperate" -> "separate",
Andrew Morton
[patch 083/147] include/linux/once.h: fix trivia typo Not -> Note,
Andrew Morton
[patch 084/147] units: change from 'L' to 'UL',
Andrew Morton
[patch 085/147] units: add the HZ macros,
Andrew Morton
[patch 086/147] thermal/drivers/devfreq_cooling: use HZ macros,
Andrew Morton
[patch 087/147] devfreq: use HZ macros,
Andrew Morton
[patch 090/147] iio/drivers/hid-sensor: use HZ macros,
Andrew Morton
[patch 089/147] hwmon/drivers/mr75203: use HZ macros,
Andrew Morton
[patch 088/147] iio/drivers/as73211: use HZ macros,
Andrew Morton
[patch 092/147] mtd/drivers/nand: use HZ macros,
Andrew Morton
[patch 091/147] i2c/drivers/ov02q10: use HZ macros,
Andrew Morton
[patch 093/147] phy/drivers/stm32: use HZ macros,
Andrew Morton
[patch 094/147] kernel/acct.c: use dedicated helper to access rlimit values,
Andrew Morton
[patch 095/147] profiling: fix shift-out-of-bounds bugs,
Andrew Morton
[patch 096/147] MAINTAINERS: update ClangBuiltLinux mailing list,
Andrew Morton
[patch 097/147] Documentation/llvm: update mailing list,
Andrew Morton
[patch 098/147] Documentation/llvm: update IRC location,
Andrew Morton
[patch 099/147] math: make RATIONAL tristate,
Andrew Morton
[patch 100/147] math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it,
Andrew Morton
[patch 101/147] lib/string: optimized memcpy,
Andrew Morton
[patch 102/147] lib/string: optimized memmove,
Andrew Morton
[patch 103/147] lib/string: optimized memset,
Andrew Morton
[patch 104/147] lib/test: convert test_sort.c to use KUnit,
Andrew Morton
[patch 105/147] lib/dump_stack: correct kernel-doc notation,
Andrew Morton
[patch 106/147] lib/iov_iter.c: fix kernel-doc warnings,
Andrew Morton
[patch 107/147] bitops: protect find_first_{,zero}_bit properly,
Andrew Morton
[patch 108/147] bitops: move find_bit_*_le functions from le.h to find.h,
Andrew Morton
[patch 110/147] arch: remove GENERIC_FIND_FIRST_BIT entirely,
Andrew Morton
[patch 109/147] include: move find.h from asm_generic to linux,
Andrew Morton
[patch 111/147] lib: add find_first_and_bit(),
Andrew Morton
[patch 112/147] cpumask: use find_first_and_bit(),
Andrew Morton
[patch 113/147] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate,
Andrew Morton
[patch 114/147] tools: sync tools/bitmap with mother linux,
Andrew Morton
[patch 115/147] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate,
Andrew Morton
[patch 117/147] find: micro-optimize for_each_{set,clear}_bit(),
Andrew Morton
[patch 116/147] include/linux: move for_each_bit() macros from bitops.h to find.h,
Andrew Morton
[patch 118/147] bitops: replace for_each_*_bit_from() with for_each_*_bit() where appropriate,
Andrew Morton
[patch 119/147] tools: rename bitmap_alloc() to bitmap_zalloc(),
Andrew Morton
[patch 121/147] bitmap: unify find_bit operations,
Andrew Morton
[patch 120/147] mm/percpu: micro-optimize pcpu_is_populated(),
Andrew Morton
[patch 122/147] lib: bitmap: add performance test for bitmap_print_to_pagebuf,
Andrew Morton
[patch 123/147] vsprintf: rework bitmap_list_string,
Andrew Morton
[patch 124/147] checkpatch: support wide strings,
Andrew Morton
[patch 125/147] checkpatch: make email address check case insensitive,
Andrew Morton
[Index of Archives]
[Linux Kernel]
[LKML FAQ]
[IETF Annouce]
[Security]
[Bugtraq]