Linux MM Kernel Commits
[Prev Page][Next Page]
- [patch 102/147] lib/string: optimized memmove, (continued)
- [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
- [patch 126/147] checkpatch: improve GIT_COMMIT_ID test,
Andrew Morton
- [patch 127/147] fs/epoll: use a per-cpu counter for user's watches count,
Andrew Morton
- [patch 128/147] init: move usermodehelper_enable() to populate_rootfs(),
Andrew Morton
- [patch 130/147] nilfs2: fix memory leak in nilfs_sysfs_create_device_group,
Andrew Morton
- [patch 131/147] nilfs2: fix NULL pointer in nilfs_##name##_attr_release,
Andrew Morton
- [patch 132/147] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group,
Andrew Morton
- [patch 134/147] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group,
Andrew Morton
- [patch 133/147] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group,
Andrew Morton
- [patch 136/147] nilfs2: use refcount_dec_and_lock() to fix potential UAF,
Andrew Morton
- [patch 135/147] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group,
Andrew Morton
- [patch 137/147] fs/coredump.c: log if a core dump is aborted due to changed file permissions,
Andrew Morton
- [patch 138/147] coredump: fix memleak in dump_vma_snapshot(),
Andrew Morton
- [patch 139/147] kernel/fork.c: unexport get_{mm,task}_exe_file,
Andrew Morton
- [patch 140/147] pid: cleanup the stale comment mentioning pidmap_init().,
Andrew Morton
- [patch 142/147] configs: remove the obsolete CONFIG_INPUT_POLLDEV,
Andrew Morton
- [patch 141/147] prctl: allow to setup brk for et_dyn executables,
Andrew Morton
- [patch 143/147] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH,
Andrew Morton
- [patch 144/147] selftests/memfd: remove unused variable,
Andrew Morton
- [patch 145/147] ipc: replace costly bailout check in sysvipc_find_ipc(),
Andrew Morton
- [patch 146/147] mm/workingset: correct kernel-doc notations,
Andrew Morton
- [patch 147/147] scripts: check_extable: fix typo in user error message,
Andrew Morton
- [patch 129/147] trap: cleanup trap_init(),
Andrew Morton
- Re: incoming,
Vlastimil Babka
- incoming,
Andrew Morton
- [patch 01/10] mm/vmstat: protect per cpu variables with preempt disable on RT,
Andrew Morton
- [patch 02/10] mm: migrate: introduce a local variable to get the number of pages,
Andrew Morton
- [patch 03/10] mm: migrate: fix the incorrect function name in comments,
Andrew Morton
- [patch 04/10] mm: migrate: change to use bool type for 'page_was_mapped',
Andrew Morton
- [patch 05/10] kexec: move locking into do_kexec_load,
Andrew Morton
- [patch 06/10] kexec: avoid compat_alloc_user_space,
Andrew Morton
- [patch 07/10] mm: simplify compat_sys_move_pages,
Andrew Morton
- [patch 08/10] mm: simplify compat numa syscalls,
Andrew Morton
- [patch 09/10] compat: remove some compat entry points,
Andrew Morton
- [patch 10/10] arch: remove compat_alloc_user_space,
Andrew Morton
- incoming,
Andrew Morton
- incoming,
Andrew Morton
- [patch 1/9] mm: move kvmalloc-related functions to slab.h,
Andrew Morton
- [patch 2/9] rapidio: avoid bogus __alloc_size warning,
Andrew Morton
- [patch 3/9] Compiler Attributes: add __alloc_size() for better bounds checking,
Andrew Morton
- [patch 4/9] checkpatch: add __alloc_size() to known $Attribute,
Andrew Morton
- [patch 5/9] slab: clean up function declarations,
Andrew Morton
- [patch 6/9] slab: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 7/9] mm/page_alloc: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 8/9] percpu: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 9/9] mm/vmalloc: add __alloc_size attributes for better bounds checking,
Andrew Morton
- Re: incoming,
Kees Cook
- incoming,
Andrew Morton
- [patch 01/16] mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable(),
Andrew Morton
- [patch 02/16] kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS,
Andrew Morton
- [patch 03/16] mm/damon: don't use strnlen() with known-bogus source length,
Andrew Morton
- [patch 04/16] xtensa: increase size of gcc stack frame check,
Andrew Morton
- [patch 05/16] mm/shmem.c: fix judgment error in shmem_is_huge(),
Andrew Morton
- [patch 06/16] ocfs2: drop acl cache for directories too,
Andrew Morton
- [patch 07/16] scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' error,
Andrew Morton
- [patch 08/16] tools/vm/page-types: remove dependency on opt_file for idle page tracking,
Andrew Morton
- [patch 09/16] lib/zlib_inflate/inffast: check config in C to avoid unused function warning,
Andrew Morton
- [patch 10/16] mm: fs: invalidate bh_lrus for only cold path,
Andrew Morton
- [patch 11/16] mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN,
Andrew Morton
- [patch 12/16] mm/debug: sync up latest migrate_reason to migrate_reason_names,
Andrew Morton
- [patch 13/16] sh: pgtable-3level: fix cast to pointer from integer of different size,
Andrew Morton
- [patch 14/16] kasan: always respect CONFIG_KASAN_STACK,
Andrew Morton
- [patch 15/16] mm/memory_failure: fix the missing pte_unmap() call,
Andrew Morton
- [patch 16/16] mm: fix uninitialized use in overcommit_policy_handler,
Andrew Morton
- incoming,
Andrew Morton
- [patch 01/19] mm/userfaultfd: selftests: fix memory corruption with thp enabled,
Andrew Morton
- [patch 02/19] userfaultfd: fix a race between writeprotect and exit_mmap(),
Andrew Morton
- [patch 03/19] mm/migrate: optimize hotplug-time demotion order updates,
Andrew Morton
- [patch 04/19] mm/migrate: add CPU hotplug to demotion #ifdef,
Andrew Morton
- [patch 05/19] mm/migrate: fix CPUHP state to update node demotion order,
Andrew Morton
- [patch 06/19] ocfs2: fix data corruption after conversion from inline format,
Andrew Morton
- [patch 07/19] ocfs2: mount fails with buffer overflow in strlen,
Andrew Morton
- [patch 08/19] memblock: check memory total_size,
Andrew Morton
- [patch 09/19] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind(),
Andrew Morton
- [patch 10/19] mm, slub: fix two bugs in slab_debug_trace_open(),
Andrew Morton
- [patch 11/19] mm, slub: fix mismatch between reconstructed freelist depth and cnt,
Andrew Morton
- [patch 12/19] mm, slub: fix potential memoryleak in kmem_cache_open(),
Andrew Morton
- [patch 13/19] mm, slub: fix potential use-after-free in slab_debugfs_fops,
Andrew Morton
- [patch 14/19] mm, slub: fix incorrect memcg slab count for bulk free,
Andrew Morton
- [patch 15/19] elfcore: correct reference to CONFIG_UML,
Andrew Morton
- [patch 16/19] vfs: check fd has read access in kernel_read_file_from_fd(),
Andrew Morton
- [patch 17/19] mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem(),
Andrew Morton
- [patch 18/19] mm/thp: decrease nr_thps in file's mapping on THP split,
Andrew Morton
- [patch 19/19] mailmap: add Andrej Shadura,
Andrew Morton
- incoming,
Andrew Morton
- [patch 01/11] memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNT,
Andrew Morton
- [patch 02/11] mm: hwpoison: remove the unnecessary THP check,
Andrew Morton
- [patch 03/11] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault,
Andrew Morton
- [patch 04/11] mm/oom_kill.c: prevent a race between process_mrelease and exit_mmap,
Andrew Morton
- [patch 05/11] ocfs2: fix race between searching chunks and release journal_head from buffer_head,
Andrew Morton
- [patch 06/11] mm/secretmem: avoid letting secretmem_users drop to zero,
Andrew Morton
- [patch 07/11] mm/vmalloc: fix numa spreading for large hash tables,
Andrew Morton
- [patch 08/11] mm, thp: bail out early in collapse_file for writeback page,
Andrew Morton
- [patch 09/11] mm: khugepaged: skip huge page collapse for special files,
Andrew Morton
- [patch 10/11] mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()',
Andrew Morton
- [patch 11/11] tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof to pointer,
Andrew Morton
- incoming,
Andrew Morton
- [patch 004/262] ocfs2: fix handle refcount leak in two exception handling paths,
Andrew Morton
- [patch 003/262] scripts/decodecode: fix faulting instruction no print when opps.file is DOS format,
Andrew Morton
- [patch 002/262] scripts/spelling.txt: fix "mistake" version of "synchronization",
Andrew Morton
- [patch 005/262] ocfs2: cleanup journal init and shutdown,
Andrew Morton
- [patch 001/262] scripts/spelling.txt: add more spellings to spelling.txt,
Andrew Morton
- [patch 006/262] ocfs2/dlm: remove redundant assignment of variable ret,
Andrew Morton
- [patch 007/262] ocfs2: fix data corruption on truncate,
Andrew Morton
- [patch 008/262] ocfs2: do not zero pages beyond i_size,
Andrew Morton
- [patch 009/262] fs/posix_acl.c: avoid -Wempty-body warning,
Andrew Morton
- [patch 010/262] d_path: fix Kernel doc validator complaining,
Andrew Morton
- [patch 011/262] mm: move kvmalloc-related functions to slab.h,
Andrew Morton
- [patch 012/262] mm/slab.c: remove useless lines in enable_cpucache(),
Andrew Morton
- [patch 013/262] slub: add back check for free nonslab objects,
Andrew Morton
- [patch 014/262] mm, slub: change percpu partial accounting from objects to pages,
Andrew Morton
- [patch 015/262] mm/slub: increase default cpu partial list sizes,
Andrew Morton
- [patch 016/262] mm, slub: use prefetchw instead of prefetch,
Andrew Morton
- [patch 017/262] mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT,
Andrew Morton
- [patch 018/262] mm: don't include <linux/dax.h> in <linux/mempolicy.h>,
Andrew Morton
- [patch 019/262] lib/stackdepot: include gfp.h,
Andrew Morton
- [patch 020/262] lib/stackdepot: remove unused function argument,
Andrew Morton
- [patch 021/262] lib/stackdepot: introduce __stack_depot_save(),
Andrew Morton
- [patch 022/262] kasan: common: provide can_alloc in kasan_save_stack(),
Andrew Morton
- [patch 023/262] kasan: generic: introduce kasan_record_aux_stack_noalloc(),
Andrew Morton
- [patch 024/262] workqueue, kasan: avoid alloc_pages() when recording stack,
Andrew Morton
- [patch 025/262] kasan: fix tag for large allocations when using CONFIG_SLAB,
Andrew Morton
- [patch 026/262] kasan: test: add memcpy test that avoids out-of-bounds write,
Andrew Morton
- [patch 027/262] mm/smaps: fix shmem pte hole swap calculation,
Andrew Morton
- [patch 028/262] mm/smaps: use vma->vm_pgoff directly when counting partial swap,
Andrew Morton
- [patch 029/262] mm/smaps: simplify shmem handling of pte holes,
Andrew Morton
- [patch 030/262] mm: debug_vm_pgtable: don't use __P000 directly,
Andrew Morton
- [patch 031/262] kasan: test: bypass __alloc_size checks,
Andrew Morton
- [patch 032/262] rapidio: avoid bogus __alloc_size warning,
Andrew Morton
- [patch 033/262] Compiler Attributes: add __alloc_size() for better bounds checking,
Andrew Morton
- [patch 034/262] slab: clean up function prototypes,
Andrew Morton
- [patch 035/262] slab: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 036/262] mm/kvmalloc: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 037/262] mm/vmalloc: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 038/262] mm/page_alloc: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 039/262] percpu: add __alloc_size attributes for better bounds checking,
Andrew Morton
- [patch 040/262] mm/page_ext.c: fix a comment,
Andrew Morton
- [patch 041/262] mm: stop filemap_read() from grabbing a superfluous page,
Andrew Morton
- [patch 042/262] mm: export bdi_unregister,
Andrew Morton
- [patch 043/262] mtd: call bdi_unregister explicitly,
Andrew Morton
- [patch 044/262] fs: explicitly unregister per-superblock BDIs,
Andrew Morton
- [patch 045/262] mm: don't automatically unregister bdis,
Andrew Morton
- [patch 046/262] mm: simplify bdi refcounting,
Andrew Morton
- [patch 047/262] mm: don't read i_size of inode unless we need it,
Andrew Morton
- [patch 048/262] mm/filemap.c: remove bogus VM_BUG_ON,
Andrew Morton
- [patch 049/262] mm: move more expensive part of XA setup out of mapping check,
Andrew Morton
- [patch 050/262] mm/gup: further simplify __gup_device_huge(),
Andrew Morton
- [patch 051/262] mm/swapfile: remove needless request_queue NULL pointer check,
Andrew Morton
- [patch 052/262] mm/swapfile: fix an integer overflow in swap_show(),
Andrew Morton
- [patch 053/262] mm: optimise put_pages_list(),
Andrew Morton
- [patch 054/262] mm/memcg: drop swp_entry_t* in mc_handle_file_pte(),
Andrew Morton
- [patch 055/262] memcg: flush stats only if updated,
Andrew Morton
- [patch 056/262] memcg: unify memcg stat flushing,
Andrew Morton
- [patch 057/262] mm/memcg: remove obsolete memcg_free_kmem(),
Andrew Morton
- [patch 058/262] mm/list_lru.c: prefer struct_size over open coded arithmetic,
Andrew Morton
- [patch 059/262] memcg, kmem: further deprecate kmem.limit_in_bytes,
Andrew Morton
- [patch 060/262] mm: list_lru: remove holding lru lock,
Andrew Morton
- [patch 061/262] mm: list_lru: fix the return value of list_lru_count_one(),
Andrew Morton
- [patch 062/262] mm: memcontrol: remove kmemcg_id reparenting,
Andrew Morton
- [patch 063/262] mm: memcontrol: remove the kmem states,
Andrew Morton
- [patch 064/262] mm: list_lru: only add memcg-aware lrus to the global lru list,
Andrew Morton
- [patch 065/262] mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks,
Andrew Morton
- [patch 066/262] mm, oom: do not trigger out_of_memory from the #PF,
Andrew Morton
- [patch 067/262] memcg: prohibit unconditional exceeding the limit of dying tasks,
Andrew Morton
- [patch 068/262] mm/mmap.c: fix a data race of mm->total_vm,
Andrew Morton
- [patch 069/262] mm: use __pfn_to_section() instead of open coding it,
Andrew Morton
- [patch 070/262] mm/memory.c: avoid unnecessary kernel/user pointer conversion,
Andrew Morton
- [patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables,
Andrew Morton
- [patch 072/262] mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte,
Andrew Morton
- [patch 073/262] mm: clear vmf->pte after pte_unmap_same() returns,
Andrew Morton
- [patch 074/262] mm: drop first_index/last_index in zap_details,
Andrew Morton
- [patch 075/262] mm: add zap_skip_check_mapping() helper,
Andrew Morton
- [patch 076/262] mm: introduce pmd_install() helper,
Andrew Morton
- [patch 077/262] mm: remove redundant smp_wmb(),
Andrew Morton
- [patch 078/262] Documentation: update pagemap with shmem exceptions,
Andrew Morton
- [patch 079/262] lazy tlb: introduce lazy mm refcount helper functions,
Andrew Morton
- [patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable,
Andrew Morton
- [patch 081/262] lazy tlb: shoot lazies, a non-refcounting lazy tlb option,
Andrew Morton
- [patch 082/262] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN,
Andrew Morton
- [patch 083/262] memory: remove unused CONFIG_MEM_BLOCK_SIZE,
Andrew Morton
- [patch 084/262] mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey(),
Andrew Morton
- [patch 085/262] mm/mremap: don't account pages in vma_to_resize(),
Andrew Morton
- [patch 086/262] include/linux/io-mapping.h: remove fallback for writecombine,
Andrew Morton
- [patch 087/262] mm: mmap_lock: remove redundant newline in TP_printk,
Andrew Morton
- [patch 088/262] mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN,
Andrew Morton
- [patch 089/262] mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node(),
Andrew Morton
- [patch 090/262] mm/vmalloc: don't allow VM_NO_GUARD on vmap(),
Andrew Morton
- [patch 091/262] mm/vmalloc: make show_numa_info() aware of hugepage mappings,
Andrew Morton
- [patch 092/262] mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo,
Andrew Morton
- [patch 093/262] mm/vmalloc: do not adjust the search size for alignment overhead,
Andrew Morton
- [patch 094/262] mm/vmalloc: check various alignments when debugging,
Andrew Morton
- [patch 095/262] vmalloc: back off when the current task is OOM-killed,
Andrew Morton
- [patch 096/262] vmalloc: choose a better start address in vm_area_register_early(),
Andrew Morton
- [patch 097/262] arm64: support page mapping percpu first chunk allocator,
Andrew Morton
- [patch 098/262] kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC,
Andrew Morton
- [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags,
Andrew Morton
- [patch 100/262] mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory allocation,
Andrew Morton
- [patch 101/262] lib/test_vmalloc.c: use swap() to make code cleaner,
Andrew Morton
- [patch 102/262] mm/large system hash: avoid possible NULL deref in alloc_large_system_hash,
Andrew Morton
- [patch 103/262] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order(),
Andrew Morton
- [patch 104/262] mm/page_alloc.c: simplify the code by using macro K(),
Andrew Morton
- [patch 105/262] mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk(),
Andrew Morton
- [patch 106/262] mm/page_alloc.c: use helper function zone_spans_pfn(),
Andrew Morton
- [patch 107/262] mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid],
Andrew Morton
- [patch 108/262] mm/page_alloc: print node fallback order,
Andrew Morton
- [patch 109/262] mm/page_alloc: use accumulated load when building node fallback list,
Andrew Morton
- [patch 110/262] mm: move node_reclaim_distance to fix NUMA without SMP,
Andrew Morton
- [patch 111/262] mm: move fold_vm_numa_events() to fix NUMA without SMP,
Andrew Morton
- [patch 112/262] mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page(),
Andrew Morton
- [patch 113/262] mm/page_alloc: detect allocation forbidden by cpuset and bail out early,
Andrew Morton
- [patch 114/262] mm/page_alloc.c: show watermark_boost of zone in zoneinfo,
Andrew Morton
- [patch 115/262] mm: create a new system state and fix core_kernel_text(),
Andrew Morton
- [patch 116/262] mm: make generic arch_is_kernel_initmem_freed() do what it says,
Andrew Morton
- [patch 117/262] powerpc: use generic version of arch_is_kernel_initmem_freed(),
Andrew Morton
- [patch 118/262] s390: use generic version of arch_is_kernel_initmem_freed(),
Andrew Morton
- [patch 119/262] mm: page_alloc: use migrate_disable() in drain_local_pages_wq(),
Andrew Morton
- [patch 120/262] mm/page_alloc: use clamp() to simplify code,
Andrew Morton
- [patch 121/262] mm: fix data race in PagePoisoned(),
Andrew Morton
- [patch 122/262] mm/memory_failure: constify static mm_walk_ops,
Andrew Morton
- [patch 123/262] mm: filemap: coding style cleanup for filemap_map_pmd(),
Andrew Morton
- [patch 124/262] mm: hwpoison: refactor refcount check handling,
Andrew Morton
- [patch 125/262] mm: shmem: don't truncate page if memory failure happens,
Andrew Morton
- [patch 126/262] mm: hwpoison: handle non-anonymous THP correctly,
Andrew Morton
- [patch 127/262] mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h,
Andrew Morton
- [patch 128/262] hugetlb: add demote hugetlb page sysfs interfaces,
Andrew Morton
- [patch 129/262] mm/cma: add cma_pages_valid to determine if pages are in CMA,
Andrew Morton
- [patch 130/262] hugetlb: be sure to free demoted CMA pages to CMA,
Andrew Morton
- [patch 131/262] hugetlb: add demote bool to gigantic page routines,
Andrew Morton
- [patch 132/262] hugetlb: add hugetlb demote page support,
Andrew Morton
- [patch 133/262] mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged,
Andrew Morton
- [patch 134/262] mm, hugepages: add mremap() support for hugepage backed vma,
Andrew Morton
- [patch 135/262] mm, hugepages: add hugetlb vma mremap() test,
Andrew Morton
- [patch 136/262] hugetlb: support node specified when using cma for gigantic hugepages,
Andrew Morton
- [patch 137/262] mm: remove duplicate include in hugepage-mremap.c,
Andrew Morton
- [patch 138/262] hugetlb_cgroup: remove unused hugetlb_cgroup_from_counter macro,
Andrew Morton
- [patch 139/262] hugetlb: replace the obsolete hugetlb_instantiation_mutex in the comments,
Andrew Morton
- [patch 140/262] hugetlb: remove redundant validation in has_same_uncharge_info(),
Andrew Morton
- [patch 141/262] hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range(),
Andrew Morton
- [patch 142/262] hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_page,
Andrew Morton
- [patch 143/262] userfaultfd/selftests: don't rely on GNU extensions for random numbers,
Andrew Morton
- [patch 144/262] userfaultfd/selftests: fix feature support detection,
Andrew Morton
- [patch 145/262] userfaultfd/selftests: fix calculation of expected ioctls,
Andrew Morton
- [patch 146/262] mm/page_isolation: fix potential missing call to unset_migratetype_isolate(),
Andrew Morton
- [patch 147/262] mm/page_isolation: guard against possible putback unisolated page,
Andrew Morton
- [patch 148/262] mm/vmscan.c: fix -Wunused-but-set-variable warning,
Andrew Morton
- [patch 149/262] mm/vmscan: throttle reclaim until some writeback completes if congested,
Andrew Morton
- [patch 150/262] mm/vmscan: throttle reclaim and compaction when too may pages are isolated,
Andrew Morton
- [patch 151/262] mm/vmscan: throttle reclaim when no progress is being made,
Andrew Morton
- [patch 152/262] mm/writeback: throttle based on page writeback instead of congestion,
Andrew Morton
- [patch 153/262] mm/page_alloc: remove the throttling logic from the page allocator,
Andrew Morton
- [patch 154/262] mm/vmscan: centralise timeout values for reclaim_throttle,
Andrew Morton
- [patch 155/262] mm/vmscan: increase the timeout if page reclaim is not making progress,
Andrew Morton
- [patch 156/262] mm/vmscan: delay waking of tasks throttled on NOPROGRESS,
Andrew Morton
- [patch 157/262] mm/vmpressure: fix data-race with memcg->socket_pressure,
Andrew Morton
- [patch 158/262] tools/vm/page_owner_sort.c: count and sort by mem,
Andrew Morton
- [patch 159/262] tools/vm/page-types.c: make walk_file() aware of address range option,
Andrew Morton
- [patch 160/262] tools/vm/page-types.c: move show_file() to summary output,
Andrew Morton
- [patch 161/262] tools/vm/page-types.c: print file offset in hexadecimal,
Andrew Morton
- [patch 162/262] arch_numa: simplify numa_distance allocation,
Andrew Morton
- [patch 163/262] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer,
Andrew Morton
- [patch 164/262] memblock: drop memblock_free_early_nid() and memblock_free_early(),
Andrew Morton
- [patch 165/262] memblock: stop aliasing __memblock_free_late with memblock_free_late,
Andrew Morton
- [patch 166/262] memblock: rename memblock_free to memblock_phys_free,
Andrew Morton
- [patch 168/262] mm: mark the OOM reaper thread as freezable,
Andrew Morton
- [patch 167/262] memblock: use memblock_free for freeing virtual pointers,
Andrew Morton
- [patch 169/262] hugetlbfs: extend the definition of hugepages parameter to support node allocation,
Andrew Morton
- [patch 170/262] mm/migrate: de-duplicate migrate_reason strings,
Andrew Morton
- [patch 171/262] mm: migrate: make demotion knob depend on migration,
Andrew Morton
- [patch 172/262] selftests/vm/transhuge-stress: fix ram size thinko,
Andrew Morton
- [patch 173/262] mm, thp: lock filemap when truncating page cache,
Andrew Morton
- [patch 174/262] mm, thp: fix incorrect unmap behavior for private pages,
Andrew Morton
- [patch 175/262] mm/readahead.c: fix incorrect comments for get_init_ra_size,
Andrew Morton
- [patch 176/262] mm: nommu: kill arch_get_unmapped_area(),
Andrew Morton
- [patch 177/262] selftest/vm: fix ksm selftest to run with different NUMA topologies,
Andrew Morton
- [patch 178/262] selftests: vm: add KSM huge pages merging time test,
Andrew Morton
- [patch 179/262] mm/vmstat: annotate data race for zone->free_area[order].nr_free,
Andrew Morton
- [patch 180/262] mm: vmstat.c: make extfrag_index show more pretty,
Andrew Morton
- [patch 181/262] selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headers,
Andrew Morton
- [patch 182/262] mm/memory_hotplug: add static qualifier for online_policy_to_str(),
Andrew Morton
- [patch 183/262] memory-hotplug.rst: fix two instances of "movablecore" that should be "movable_node",
Andrew Morton
- [patch 184/262] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path,
Andrew Morton
- [patch 185/262] memory-hotplug.rst: document the "auto-movable" online policy,
Andrew Morton
- [patch 186/262] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG,
Andrew Morton
- [patch 187/262] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE,
Andrew Morton
- [patch 188/262] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit,
Andrew Morton
- [patch 189/262] mm/memory_hotplug: remove HIGHMEM leftovers,
Andrew Morton
- [patch 190/262] mm/memory_hotplug: remove stale function declarations,
Andrew Morton
- [patch 191/262] x86: remove memory hotplug support on X86_32,
Andrew Morton
- [patch 192/262] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource(),
Andrew Morton
- [patch 193/262] memblock: improve MEMBLOCK_HOTPLUG documentation,
Andrew Morton
- [patch 194/262] memblock: allow to specify flags with memblock_add_node(),
Andrew Morton
- [patch 195/262] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED,
Andrew Morton
- [patch 196/262] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED,
Andrew Morton
- [patch 197/262] mm/rmap.c: avoid double faults migrating device private pages,
Andrew Morton
- [patch 198/262] mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration(),
Andrew Morton
- [patch 199/262] mm/highmem: remove deprecated kmap_atomic,
Andrew Morton
- [patch 200/262] zram_drv: allow reclaim on bio_alloc,
Andrew Morton
- [patch 201/262] zram: off by one in read_block_state(),
Andrew Morton
- [patch 202/262] zram: introduce an aged idle interface,
Andrew Morton
- [patch 203/262] mm: remove HARDENED_USERCOPY_FALLBACK,
Andrew Morton
- [patch 204/262] include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h,
Andrew Morton
- [patch 205/262] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c,
Andrew Morton
- [patch 206/262] kfence: count unexpectedly skipped allocations,
Andrew Morton
- [patch 207/262] kfence: move saving stack trace of allocations into __kfence_alloc(),
Andrew Morton
- [patch 209/262] kfence: add note to documentation about skipping covered allocations,
Andrew Morton
- [patch 208/262] kfence: limit currently covered allocations when pool nearly full,
Andrew Morton
- [patch 210/262] kfence: test: use kunit_skip() to skip tests,
Andrew Morton
- [patch 211/262] kfence: shorten critical sections of alloc/free,
Andrew Morton
- [patch 212/262] kfence: always use static branches to guard kfence_alloc(),
Andrew Morton
- [patch 213/262] kfence: default to dynamic branch instead of static keys mode,
Andrew Morton
- [patch 214/262] mm/damon: grammar s/works/work/,
Andrew Morton
- [patch 215/262] Documentation/vm: move user guides to admin-guide/mm/,
Andrew Morton
- [patch 216/262] MAINTAINERS: update SeongJae's email address,
Andrew Morton
- [patch 217/262] docs/vm/damon: remove broken reference,
Andrew Morton
- [patch 218/262] include/linux/damon.h: fix kernel-doc comments for 'damon_callback',
Andrew Morton
- [patch 219/262] mm/damon/core: print kdamond start log in debug mode only,
Andrew Morton
- [patch 220/262] mm/damon: remove unnecessary do_exit() from kdamond,
Andrew Morton
- [patch 221/262] mm/damon: needn't hold kdamond_lock to print pid of kdamond,
Andrew Morton
- [patch 222/262] mm/damon/core: nullify pointer ctx->kdamond with a NULL,
Andrew Morton
- [patch 223/262] mm/damon/core: account age of target regions,
Andrew Morton
- [patch 224/262] mm/damon/core: implement DAMON-based Operation Schemes (DAMOS),
Andrew Morton
- [patch 225/262] mm/damon/vaddr: support DAMON-based Operation Schemes,
Andrew Morton
- [patch 226/262] mm/damon/dbgfs: support DAMON-based Operation Schemes,
Andrew Morton
- [patch 227/262] mm/damon/schemes: implement statistics feature,
Andrew Morton
- [patch 228/262] selftests/damon: add 'schemes' debugfs tests,
Andrew Morton
- [patch 229/262] Docs/admin-guide/mm/damon: document DAMON-based Operation Schemes,
Andrew Morton
- [patch 230/262] mm/damon/dbgfs: allow users to set initial monitoring target regions,
Andrew Morton
- [patch 231/262] mm/damon/dbgfs-test: add a unit test case for 'init_regions',
Andrew Morton
- [patch 232/262] Docs/admin-guide/mm/damon: document 'init_regions' feature,
Andrew Morton
- [patch 233/262] mm/damon/vaddr: separate commonly usable functions,
Andrew Morton
- [patch 234/262] mm/damon: implement primitives for physical address space monitoring,
Andrew Morton
- [patch 235/262] mm/damon/dbgfs: support physical memory monitoring,
Andrew Morton
- [patch 236/262] Docs/DAMON: document physical memory monitoring support,
Andrew Morton
- [patch 237/262] mm/damon/vaddr: constify static mm_walk_ops,
Andrew Morton
- [patch 238/262] mm/damon/dbgfs: remove unnecessary variables,
Andrew Morton
- [patch 239/262] mm/damon/paddr: support the pageout scheme,
Andrew Morton
- [patch 240/262] mm/damon/schemes: implement size quota for schemes application speed control,
Andrew Morton
- [patch 241/262] mm/damon/schemes: skip already charged targets and regions,
Andrew Morton
- [patch 242/262] mm/damon/schemes: implement time quota,
Andrew Morton
- [patch 243/262] mm/damon/dbgfs: support quotas of schemes,
Andrew Morton
- [patch 244/262] mm/damon/selftests: support schemes quotas,
Andrew Morton
- [patch 245/262] mm/damon/schemes: prioritize regions within the quotas,
Andrew Morton
- [patch 246/262] mm/damon/vaddr,paddr: support pageout prioritization,
Andrew Morton
- [patch 247/262] mm/damon/dbgfs: support prioritization weights,
Andrew Morton
- [patch 248/262] tools/selftests/damon: update for regions prioritization of schemes,
Andrew Morton
- [patch 249/262] mm/damon/schemes: activate schemes based on a watermarks mechanism,
Andrew Morton
- [patch 250/262] mm/damon/dbgfs: support watermarks,
Andrew Morton
- [patch 251/262] selftests/damon: support watermarks,
Andrew Morton
- [patch 252/262] mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM),
Andrew Morton
- [patch 253/262] Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM,
Andrew Morton
- [patch 254/262] mm/damon: remove unnecessary variable initialization,
Andrew Morton
- [patch 255/262] mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on,
Andrew Morton
- [patch 256/262] Docs/admin-guide/mm/damon/start: fix wrong example commands,
Andrew Morton
- [patch 257/262] Docs/admin-guide/mm/damon/start: fix a wrong link,
Andrew Morton
- [patch 258/262] Docs/admin-guide/mm/damon/start: simplify the content,
Andrew Morton
- [patch 259/262] Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions,
Andrew Morton
- [patch 260/262] mm/damon: simplify stop mechanism,
Andrew Morton
- [patch 261/262] mm/damon: fix a few spelling mistakes in comments and a pr_debug message,
Andrew Morton
- [patch 262/262] mm/damon: remove return value from before_terminate callback,
Andrew Morton
- incoming,
Andrew Morton
- [patch 01/87] vfs: keep inodes with page cache off the inode shrinker LRU,
Andrew Morton
- [patch 02/87] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB,
Andrew Morton
- [patch 03/87] procfs: do not list TID 0 in /proc/<pid>/task,
Andrew Morton
- [patch 04/87] x86/xen: update xen_oldmem_pfn_is_ram() documentation,
Andrew Morton
- [patch 05/87] x86/xen: simplify xen_oldmem_pfn_is_ram(),
Andrew Morton
- [patch 06/87] x86/xen: print a warning when HVMOP_get_mem_type fails,
Andrew Morton
- [patch 07/87] proc/vmcore: let pfn_is_ram() return a bool,
Andrew Morton
- [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks,
Andrew Morton
- [patch 09/87] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug(),
Andrew Morton
- [patch 10/87] virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_mem_init_hotplug(),
Andrew Morton
- [patch 11/87] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug(),
Andrew Morton
- [patch 12/87] virtio-mem: kdump mode to sanitize /proc/vmcore access,
Andrew Morton
- [patch 13/87] proc: allow pid_revalidate() during LOOKUP_RCU,
Andrew Morton
- [patch 14/87] kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers,
Andrew Morton
- [patch 15/87] kernel.h: split out container_of() and typeof_member() macros,
Andrew Morton
- [patch 16/87] include/kunit/test.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 17/87] include/linux/list.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 18/87] include/linux/llist.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 19/87] include/linux/plist.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 20/87] include/media/media-entity.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 21/87] include/linux/delay.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 22/87] include/linux/sbitmap.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 23/87] include/linux/radix-tree.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 24/87] include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclusions,
Andrew Morton
- [patch 25/87] kernel.h: split out instruction pointer accessors,
Andrew Morton
- [patch 26/87] linux/container_of.h: switch to static_assert,
Andrew Morton
- [patch 27/87] mailmap: update email address for Colin King,
Andrew Morton
- [patch 28/87] MAINTAINERS: add "exec & binfmt" section with myself and Eric,
Andrew Morton
- [patch 29/87] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE,
Andrew Morton
- [patch 30/87] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER,
Andrew Morton
- [patch 31/87] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER,
Andrew Morton
- [patch 32/87] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT,
Andrew Morton
- [patch 33/87] lib, stackdepot: check stackdepot handle before accessing slabs,
Andrew Morton
- [patch 34/87] lib, stackdepot: add helper to print stack entries,
Andrew Morton
- [patch 35/87] lib, stackdepot: add helper to print stack entries into buffer,
Andrew Morton
- [patch 36/87] include/linux/string_helpers.h: add linux/string.h for strlen(),
Andrew Morton
- [patch 37/87] lib: uninline simple_strntoull() as well,
Andrew Morton
- [patch 38/87] mm/scatterlist: replace the !preemptible warning in sg_miter_stop(),
Andrew Morton
- [patch 39/87] const_structs.checkpatch: add a few sound ops structs,
Andrew Morton
- [patch 40/87] checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses,
Andrew Morton
- [patch 41/87] checkpatch: get default codespell dictionary path from package location,
Andrew Morton
- [patch 42/87] binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE,
Andrew Morton
- [patch 43/87] ELF: simplify STACK_ALLOC macro,
Andrew Morton
- [patch 44/87] kallsyms: remove arch specific text and data check,
Andrew Morton
- [patch 45/87] kallsyms: fix address-checks for kernel related range,
Andrew Morton
- [patch 46/87] sections: move and rename core_kernel_data() to is_kernel_core_data(),
Andrew Morton
- [patch 47/87] sections: move is_kernel_inittext() into sections.h,
Andrew Morton
- [patch 48/87] x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text(),
Andrew Morton
- [patch 49/87] sections: provide internal __is_kernel() and __is_kernel_text() helper,
Andrew Morton
- [patch 50/87] mm: kasan: use is_kernel() helper,
Andrew Morton
- [patch 51/87] extable: use is_kernel_text() helper,
Andrew Morton
- [patch 52/87] powerpc/mm: use core_kernel_text() helper,
Andrew Morton
- [patch 53/87] microblaze: use is_kernel_text() helper,
Andrew Morton
- [patch 54/87] alpha: use is_kernel_text() helper,
Andrew Morton
- [patch 55/87] ramfs: fix mount source show for ramfs,
Andrew Morton
- [patch 56/87] init: make unknown command line param message clearer,
Andrew Morton
- [patch 57/87] coda: avoid NULL pointer dereference from a bad inode,
Andrew Morton
- [patch 58/87] coda: check for async upcall request using local state,
Andrew Morton
- [patch 59/87] coda: remove err which no one care,
Andrew Morton
- [patch 60/87] coda: avoid flagging NULL inodes,
Andrew Morton
- [patch 61/87] coda: avoid hidden code duplication in rename,
Andrew Morton
- [patch 62/87] coda: avoid doing bad things on inode type changes during revalidation,
Andrew Morton
- [patch 63/87] coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt,
Andrew Morton
- [patch 64/87] coda: use vmemdup_user to replace the open code,
Andrew Morton
- [patch 65/87] coda: bump module version to 7.2,
Andrew Morton
- [patch 66/87] nilfs2: replace snprintf in show functions with sysfs_emit,
Andrew Morton
- [patch 67/87] nilfs2: remove filenames from file comments,
Andrew Morton
- [patch 68/87] hfs/hfsplus: use WARN_ON for sanity check,
Andrew Morton
- [patch 69/87] crash_dump: fix boolreturn.cocci warning,
Andrew Morton
- [patch 70/87] crash_dump: remove duplicate include in crash_dump.h,
Andrew Morton
- [patch 71/87] signal: remove duplicate include in signal.h,
Andrew Morton
- [patch 72/87] seq_file: move seq_escape() to a header,
Andrew Morton
- [patch 73/87] seq_file: fix passing wrong private data,
Andrew Morton
- [patch 74/87] kernel/fork.c: unshare(): use swap() to make code cleaner,
Andrew Morton
- [patch 75/87] sysv: use BUILD_BUG_ON instead of runtime check,
Andrew Morton
- [patch 76/87] Documentation/kcov: include types.h in the example,
Andrew Morton
- [patch 77/87] Documentation/kcov: define `ip' in the example,
Andrew Morton
- [patch 78/87] kcov: allocate per-CPU memory on the relevant node,
Andrew Morton
- [patch 79/87] kcov: avoid enable+disable interrupts if !in_task(),
Andrew Morton
- [patch 80/87] kcov: replace local_irq_save() with a local_lock_t,
Andrew Morton
- [patch 81/87] scripts/gdb: handle split debug for vmlinux,
Andrew Morton
- [patch 82/87] kernel/resource: clean up and optimize iomem_is_exclusive(),
Andrew Morton
- [patch 83/87] kernel/resource: disallow access to exclusive system RAM regions,
Andrew Morton
- [patch 84/87] virtio-mem: disallow mapping virtio-mem memory via /dev/mem,
Andrew Morton
- [patch 85/87] selftests/kselftest/runner/run_one(): allow running non-executable files,
Andrew Morton
- [patch 86/87] ipc: check checkpoint_restore_ns_capable() to modify C/R proc files,
Andrew Morton
- [patch 87/87] ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL,
Andrew Morton
- incoming,
Andrew Morton
- incoming,
Andrew Morton
- [patch 01/15] mm/swap.c:put_pages_list(): reinitialise the page list,
Andrew Morton
- [patch 02/15] ipc: WARN if trying to remove ipc object which is absent,
Andrew Morton
- [patch 03/15] shm: extend forced shm destroy to support objects from several IPC nses,
Andrew Morton
- [patch 04/15] mm: emit the "free" trace report before freeing memory in kmem_cache_free(),
Andrew Morton
- [patch 05/15] hexagon: export raw I/O routines for modules,
Andrew Morton
- [patch 06/15] hexagon: clean up timer-regs.h,
Andrew Morton
- [patch 07/15] hexagon: ignore vmlinux.lds,
Andrew Morton
- [patch 08/15] mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag,
Andrew Morton
- [patch 09/15] hugetlb: fix hugetlb cgroup refcounting during mremap,
Andrew Morton
- [patch 10/15] hugetlb, userfaultfd: fix reservation restore on userfaultfd error,
Andrew Morton
- [patch 11/15] kasan: test: silence intentional read overflow warnings,
Andrew Morton
- [patch 12/15] mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation,
Andrew Morton
- [patch 13/15] mm/damon/dbgfs: fix missed use of damon_dbgfs_lock,
Andrew Morton
- [patch 14/15] kmap_local: don't assume kmap PTEs are linear arrays in memory,
Andrew Morton
- [patch 15/15] proc/vmcore: fix clearing user buffer by properly using clear_user(),
Andrew Morton
- incoming,
Andrew Morton
- [patch 01/21] Increase default MLOCK_LIMIT to 8 MiB,
Andrew Morton
- [patch 02/21] MAINTAINERS: update kdump maintainers,
Andrew Morton
- [patch 03/21] mailmap: update email address for Guo Ren,
Andrew Morton
- [patch 04/21] filemap: remove PageHWPoison check from next_uptodate_page(),
Andrew Morton
- [patch 05/21] timers: implement usleep_idle_range(),
Andrew Morton
- [patch 06/21] mm/damon/core: fix fake load reports due to uninterruptible sleeps,
Andrew Morton
- [patch 07/21] mm/damon/core: use better timer mechanisms selection threshold,
Andrew Morton
- [patch 08/21] mm/damon/dbgfs: remove an unnecessary error message,
Andrew Morton
- [patch 09/21] mm/damon/core: remove unnecessary error messages,
Andrew Morton
- [patch 10/21] mm/damon/vaddr: remove an unnecessary warning message,
Andrew Morton
- [patch 11/21] mm/damon/vaddr-test: split a test function having >1024 bytes frame size,
Andrew Morton
- [patch 12/21] mm/damon/vaddr-test: remove unnecessary variables,
Andrew Morton
- [patch 13/21] selftests/damon: skip test if DAMON is running,
Andrew Morton
- [patch 14/21] selftests/damon: test DAMON enabling with empty target_ids case,
Andrew Morton
- [patch 15/21] selftests/damon: test wrong DAMOS condition ranges input,
Andrew Morton
- [patch 16/21] selftests/damon: test debugfs file reads/writes with huge count,
Andrew Morton
- [patch 17/21] selftests/damon: split test cases,
Andrew Morton
- [patch 18/21] mm/slub: fix endianness bug for alloc/free_traces attributes,
Andrew Morton
- [patch 19/21] mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock(),
Andrew Morton
- [patch 20/21] hugetlbfs: fix issue of preallocation of gigantic pages can't work,
Andrew Morton
- [patch 21/21] mm: bdi: initialize bdi_min_ratio when bdi is unregistered,
Andrew Morton
- incoming,
Andrew Morton
- [patch 1/9] kfence: fix memory leak when cat kfence objects,
Andrew Morton
- [patch 2/9] mm: mempolicy: fix THP allocations escaping mempolicy restrictions,
Andrew Morton
- [patch 3/9] kernel/crash_core: suppress unknown crashkernel parameter warning,
Andrew Morton
- [patch 4/9] MAINTAINERS: mark more list instances as moderated,
Andrew Morton
- [patch 5/9] mm, hwpoison: fix condition in free hugetlb page path,
Andrew Morton
- [patch 6/9] mm: delete unsafe BUG from page_cache_add_speculative(),
Andrew Morton
- [patch 7/9] mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid,
Andrew Morton
- [patch 8/9] mm/damon/dbgfs: protect targets destructions with kdamond_lock,
Andrew Morton
- [patch 9/9] mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page(),
Andrew Morton
- incoming,
Andrew Morton
- incoming,
Andrew Morton
- [patch 001/146] kthread: add the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 002/146] RDMA/siw: make use of the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 007/146] ia64: module: use swap() to make code cleaner,
Andrew Morton
- [patch 003/146] ring-buffer: make use of the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 006/146] trace/hwlat: make use of the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 008/146] arch/ia64/kernel/setup.c: use swap() to make code cleaner,
Andrew Morton
- [patch 004/146] rcutorture: make use of the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 009/146] ia64: fix typo in a comment,
Andrew Morton
- [patch 005/146] trace/osnoise: make use of the helper function kthread_run_on_cpu(),
Andrew Morton
- [patch 010/146] ia64: topology: use default_groups in kobj_type,
Andrew Morton
- [patch 011/146] scripts/spelling.txt: add "oveflow",
Andrew Morton
- [patch 012/146] fs/ntfs/attrib.c: fix one kernel-doc comment,
Andrew Morton
- [patch 013/146] squashfs: provide backing_dev_info in order to disable read-ahead,
Andrew Morton
- [patch 014/146] ocfs2: use BUG_ON instead of if condition followed by BUG.,
Andrew Morton
- [patch 017/146] ocfs2: remove redundant assignment to pointer root_bh,
Andrew Morton
- [patch 015/146] ocfs2: clearly handle ocfs2_grab_pages_for_write() return value,
Andrew Morton
- [patch 016/146] ocfs2: use default_groups in kobj_type,
Andrew Morton
- [patch 018/146] ocfs2: cluster: use default_groups in kobj_type,
Andrew Morton
- [patch 019/146] ocfs2: remove redundant assignment to variable free_space,
Andrew Morton
- [patch 020/146] fs/ioctl: remove unnecessary __user annotation,
Andrew Morton
- [patch 021/146] mm/slab_common: use WARN() if cache still has objects on destroy,
Andrew Morton
- [patch 022/146] mm: slab: make slab iterator functions static,
Andrew Morton
- [patch 023/146] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable,
Andrew Morton
- [patch 024/146] mm: kmemleak: alloc gray object for reserved region with direct map,
Andrew Morton
- [patch 025/146] mm: defer kmemleak object creation of module_alloc(),
Andrew Morton
- [patch 026/146] mm/page_alloc: split prep_compound_page into head and tail subparts,
Andrew Morton
- [patch 027/146] mm/page_alloc: refactor memmap_init_zone_device() page init,
Andrew Morton
- [patch 028/146] mm/memremap: add ZONE_DEVICE support for compound pages,
Andrew Morton
- [patch 029/146] device-dax: use ALIGN() for determining pgoff,
Andrew Morton
- [patch 030/146] device-dax: use struct_size(),
Andrew Morton
- [patch 031/146] device-dax: ensure dev_dax->pgmap is valid for dynamic devices,
Andrew Morton
- [patch 032/146] device-dax: factor out page mapping initialization,
Andrew Morton
- [patch 033/146] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}(),
Andrew Morton
- [patch 034/146] device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault(),
Andrew Morton
- [patch 035/146] device-dax: compound devmap support,
Andrew Morton
- [patch 036/146] kasan: test: add globals left-out-of-bounds test,
Andrew Morton
- [patch 037/146] kasan: add ability to detect double-kmem_cache_destroy(),
Andrew Morton
- [patch 038/146] kasan: test: add test case for double-kmem_cache_destroy(),
Andrew Morton
- [patch 039/146] kasan: fix quarantine conflicting with init_on_free,
Andrew Morton
- [patch 040/146] mm,fs: split dump_mapping() out from dump_page(),
Andrew Morton
- [patch 041/146] mm/debug_vm_pgtable: update comments regarding migration swap entries,
Andrew Morton
- [patch 042/146] mm/truncate.c: remove unneeded variable,
Andrew Morton
- [patch 043/146] gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able,
Andrew Morton
- [patch 044/146] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask,
Andrew Morton
- [patch 045/146] mm: shmem: don't truncate page if memory failure happens,
Andrew Morton
- [patch 046/146] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode,
Andrew Morton
- [patch 047/146] mm/frontswap.c: use non-atomic '__set_bit()' when possible,
Andrew Morton
- [patch 048/146] mm: memcontrol: make cgroup_memory_nokmem static,
Andrew Morton
- [patch 049/146] mm/page_counter: remove an incorrect call to propagate_protected_usage(),
Andrew Morton
- [patch 050/146] mm/memcg: add oom_group_kill memory event,
Andrew Morton
- [patch 051/146] memcg: better bounds on the memcg stats updates,
Andrew Morton
- [patch 052/146] mm/memcg: use struct_size() helper in kzalloc(),
Andrew Morton
- [patch 053/146] memcg: add per-memcg vmalloc stat,
Andrew Morton
- [patch 054/146] tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner,
Andrew Morton
- [patch 055/146] mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit,
Andrew Morton
- [patch 056/146] mm: rearrange madvise code to allow for reuse,
Andrew Morton
- [patch 057/146] mm: add a field to store names for private anonymous memory,
Andrew Morton
- [patch 058/146] mm: add anonymous vma name refcounting,
Andrew Morton
- [patch 059/146] mm: move anon_vma declarations to linux/mm_inline.h,
Andrew Morton
- [patch 060/146] mm: move tlb_flush_pending inline helpers to mm_inline.h,
Andrew Morton
- [patch 061/146] mm: protect free_pgtables with mmap_lock write lock in exit_mmap,
Andrew Morton
- [patch 062/146] mm: document locking restrictions for vm_operations_struct::close,
Andrew Morton
- [patch 063/146] mm/oom_kill: allow process_mrelease to run under mmap_lock protection,
Andrew Morton
- [patch 064/146] docs/vm: add vmalloced-kernel-stacks document,
Andrew Morton
- [patch 065/146] mm: change page type prior to adding page table entry,
Andrew Morton
- [patch 066/146] mm: ptep_clear() page table helper,
Andrew Morton
- [patch 067/146] mm: page table check,
Andrew Morton
- [patch 068/146] x86: mm: add x86_64 support for page table check,
Andrew Morton
- [patch 069/146] mm: remove last argument of reuse_swap_page(),
Andrew Morton
- [patch 070/146] mm: remove the total_mapcount argument from page_trans_huge_map_swapcount(),
Andrew Morton
- [patch 071/146] mm: remove the total_mapcount argument from page_trans_huge_mapcount(),
Andrew Morton
- [patch 072/146] mm/dmapool.c: revert "make dma pool to use kmalloc_node",
Andrew Morton
- [patch 073/146] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc,
Andrew Morton
- [patch 074/146] mm/vmalloc: add support for __GFP_NOFAIL,
Andrew Morton
- [patch 075/146] mm/vmalloc: be more explicit about supported gfp flags.,
Andrew Morton
- [patch 076/146] mm: allow !GFP_KERNEL allocations for kvmalloc,
Andrew Morton
- [patch 077/146] mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware,
Andrew Morton
- [patch 078/146] mm: introduce memalloc_retry_wait(),
Andrew Morton
- [patch 079/146] mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%,
Andrew Morton
- [patch 080/146] mm: fix boolreturn.cocci warning,
Andrew Morton
- [patch 081/146] mm: page_alloc: fix building error on -Werror=array-compare,
Andrew Morton
- [patch 082/146] mm: drop node from alloc_pages_vma,
Andrew Morton
- [patch 083/146] include/linux/gfp.h: further document GFP_DMA32,
Andrew Morton
- [patch 084/146] mm/page_alloc.c: modify the comment section for alloc_contig_pages(),
Andrew Morton
- [patch 085/146] mm_zone: add function to check if managed dma zone exists,
Andrew Morton
[Index of Archives]
[Linux Kernel]
[LKML FAQ]
[IETF Annouce]
[Security]
[Bugtraq]