aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-10-28mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'SeongJae Park1-2/+2
2021-10-28mm: khugepaged: skip huge page collapse for special filesYang Shi1-8/+11
2021-10-28mm, thp: bail out early in collapse_file for writeback pageRongwei Wang1-1/+6
2021-10-28mm/vmalloc: fix numa spreading for large hash tablesChen Wandun1-6/+9
2021-10-28mm/secretmem: avoid letting secretmem_users drop to zeroKees Cook1-1/+1
2021-10-28mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan1-11/+12
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi4-1/+28
2021-10-28mm: hwpoison: remove the unnecessary THP checkYang Shi1-14/+0
2021-10-28memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNTShakeel Butt1-0/+4
2021-10-25secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)1-0/+2
2021-10-24Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds1-5/+4
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport1-0/+3
2021-10-21Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport1-6/+1
2021-10-18mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski1-2/+4
2021-10-18mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin1-1/+3
2021-10-18mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin1-2/+4
2021-10-18mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin1-1/+1
2021-10-18mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-10-18mm, slub: fix two bugs in slab_debug_trace_open()Miaohe Lin1-1/+7
2021-10-18mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet1-11/+5
2021-10-18memblock: check memory total_sizePeng Fan1-1/+1
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-3/+5
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen3-26/+24
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen1-1/+11
2021-10-13memblock: exclude NOMAP regions from kmemleakMike Rapoport1-1/+6
2021-09-24mm: fix uninitialized use in overcommit_policy_handlerChen Jun1-2/+2
2021-09-24mm/memory_failure: fix the missing pte_unmap() callQi Zheng1-5/+5
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang1-0/+1
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang1-1/+2
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim1-3/+16
2021-09-24mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao1-2/+2
2021-09-24mm/damon: don't use strnlen() with known-bogus source lengthAdam Borowski1-8/+8
2021-09-24mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi1-1/+1
2021-09-23memcg: flush lruvec stats in the refaultShakeel Butt2-10/+1
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+15
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-2/+0
2021-09-13mm/ksm: remove old GCC 4.9+ checkNick Desaulniers1-2/+0
2021-09-13afs: Fix mmap coherency vs 3rd-party changesDavid Howells1-0/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+22
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds7-187/+150
2021-09-08mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui1-4/+13
2021-09-08mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota1-1/+2
2021-09-08mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin1-1/+3
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-08mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian1-1/+4
2021-09-08compat: remove some compat entry pointsArnd Bergmann2-50/+0
2021-09-08mm: simplify compat numa syscallsArnd Bergmann1-121/+55
2021-09-08mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-08mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-08mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-08mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
2021-09-08mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+48
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-158/+3227
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-251/+548
2021-09-08mm/workingset: correct kernel-doc notationsRandy Dunlap1-1/+1
2021-09-08percpu: remove export of pcpu_base_addrGreg Kroah-Hartman1-1/+0
2021-09-08mm/damon: add kunit testsSeongJae Park7-0/+760
2021-09-08mm/damon/dbgfs: support multiple contextsSeongJae Park1-2/+193
2021-09-08mm/damon/dbgfs: export kdamond pid to the user spaceSeongJae Park1-2/+35
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park4-0/+454
2021-09-08mm/damon: add a tracepointSeongJae Park1-1/+6
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park3-0/+674
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park3-12/+20
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park1-9/+215
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park1-4/+139
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park5-0/+341
2021-09-08kfence: test: fail fast if disabled at bootMarco Elver1-0/+3
2021-09-08kfence: show cpu and timestamp in alloc/free infoMarco Elver3-6/+18
2021-09-08mm/secretmem: use refcount_t instead of atomic_tJordy Zomer1-4/+5
2021-09-08mm: in_irq() cleanupChangbin Du2-2/+2
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang1-5/+0
2021-09-08mm: don't allow executable ioremap mappingsChristoph Hellwig1-1/+1
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig3-31/+19
2021-09-08mm: remove redundant compound_head() callingMuchun Song1-2/+4
2021-09-08mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin1-3/+1
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand1-4/+56
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand1-3/+45
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand1-5/+14
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand1-1/+10
2021-09-08mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand1-0/+191
2021-09-08mm: track present early pages per zoneDavid Hildenbrand2-3/+14
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-11/+17
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2-6/+3
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand1-2/+2
2021-09-08mm: memory_hotplug: cleanup after removal of pfn_valid_within()Mike Rapoport1-6/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport6-61/+11
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-17/+4
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2-28/+3
2021-09-04mm, slub: convert kmem_cpu_slab protection to local_lockVlastimil Babka1-35/+111
2021-09-04mm, slub: use migrate_disable() on PREEMPT_RTVlastimil Babka1-9/+30
2021-09-04mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchgVlastimil Babka1-37/+44
2021-09-04mm, slub: make slab_lock() disable irqs with PREEMPT_RTVlastimil Babka1-17/+41
2021-09-04mm: slub: make object_map_lock a raw_spinlock_tSebastian Andrzej Siewior1-3/+3
2021-09-04mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of ...Sebastian Andrzej Siewior2-16/+80
2021-09-04mm, slab: split out the cpu offline variant of flush_slab()Vlastimil Babka1-2/+10
2021-09-04mm, slub: don't disable irqs in slub_cpu_dead()Vlastimil Babka1-5/+1
2021-09-04mm, slub: only disable irq with spin_lock in __unfreeze_partials()Vlastimil Babka1-8/+4
2021-09-04mm, slub: separate detaching of partial list in unfreeze_partials() from unfr...Vlastimil Babka1-22/+51
2021-09-04mm, slub: detach whole partial list at once in unfreeze_partials()Vlastimil Babka1-3/+7
2021-09-04mm, slub: discard slabs in unfreeze_partials() without irqs disabledVlastimil Babka1-1/+2
2021-09-04mm, slub: move irq control into unfreeze_partials()Vlastimil Babka1-6/+7
2021-09-04mm, slub: call deactivate_slab() without disabling irqsVlastimil Babka1-5/+19
2021-09-04mm, slub: make locking in deactivate_slab() irq-safeVlastimil Babka1-4/+5
2021-09-04mm, slub: move reset of c->page and freelist out of deactivate_slab()Vlastimil Babka1-13/+18
2021-09-04mm, slub: stop disabling irqs around get_partial()Vlastimil Babka1-14/+8
2021-09-04mm, slub: check new pages with restored irqsVlastimil Babka1-5/+3
2021-09-04mm, slub: validate slab from partial list or page allocator before making it ...Vlastimil Babka1-8/+9
2021-09-04mm, slub: restore irqs around calling new_slab()Vlastimil Babka1-6/+2
2021-09-04mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()Vlastimil Babka1-9/+25
2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka1-9/+45
2021-09-04mm, slub: move disabling/enabling irqs to ___slab_alloc()Vlastimil Babka1-12/+24
2021-09-04mm, slub: simplify kmem_cache_cpu and tid setupVlastimil Babka1-13/+9
2021-09-04mm, slub: restructure new page checks in ___slab_alloc()Vlastimil Babka1-6/+22
2021-09-04mm, slub: return slab page from get_partial() and set c->page afterwardsVlastimil Babka1-10/+11
2021-09-04mm, slub: dissolve new_slab_objects() into ___slab_alloc()Vlastimil Babka1-32/+18
2021-09-04mm, slub: extract get_partial() from new_slab_objects()Vlastimil Babka1-6/+6
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-09-03mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()Vlastimil Babka1-7/+0
2021-09-03mm, slub: don't disable irq for debug_check_no_locks_freed()Vlastimil Babka1-13/+1
2021-09-03mm, slub: allocate private object map for validate_slab_cache()Vlastimil Babka1-9/+15
2021-09-03mm, slub: allocate private object map for debugfs listingsVlastimil Babka1-15/+29
2021-09-03mm, slub: don't call flush_all() from slab_debug_trace_open()Vlastimil Babka1-3/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds39-1137/+2072
2021-09-03mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui1-0/+1
2021-09-03mm/vmstat: remove unneeded return valueMiaohe Lin1-6/+2
2021-09-03mm/vmstat: simplify the array size calculationMiaohe Lin1-5/+3
2021-09-03mm/vmstat: correct some wrong commentsMiaohe Lin1-6/+1
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng1-3/+0
2021-09-03mm: KSM: fix data typeZhansaya Bagdauletkyzy1-4/+4
2021-09-03mm/migrate: correct kernel-doc notationRandy Dunlap1-1/+1
2021-09-03mm: introduce process_mrelease system callSuren Baghdasaryan1-0/+70
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-1/+1
2021-09-03mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin1-1/+1
2021-09-03mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang1-20/+4
2021-09-03mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky1-6/+1
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky1-5/+25
2021-09-03mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang1-0/+30
2021-09-03mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen1-14/+59
2021-09-03mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic numberBaolin Wang1-3/+3
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy1-2/+36
2021-09-03mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy1-10/+19
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka1-1/+2
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin1-9/+5
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin1-5/+2
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin1-2/+0
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin1-5/+8
2021-09-03mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su2-4/+3
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2-2/+64
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen1-2/+7
2021-09-03mm/vmscan: Consider anonymous pages without swapKeith Busch1-4/+30
2021-09-03mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen1-2/+18
2021-09-03mm/vmscan: add page demotion counterYang Shi2-0/+7
2021-09-03mm/migrate: demote pages during reclaimDave Hansen1-0/+85
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi7-10/+15
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen1-1/+89
2021-09-03mm/numa: automatically generate node migration orderDave Hansen3-1/+222
2021-09-03userfaultfd: change mmap_changing to atomicNadav Amit1-7/+8
2021-09-03hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz1-1/+3
2021-09-03hugetlb: before freeing hugetlb page set dtor to appropriate valueMike Kravetz1-1/+21
2021-09-03hugetlb: drop ref count earlier after page allocationMike Kravetz1-22/+78
2021-09-03hugetlb: simplify prep_compound_gigantic_page ref count racing codeMike Kravetz1-10/+7
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang1-2/+2
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi1-3/+3
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2-11/+9
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin1-3/+3
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin1-4/+3
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+4
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin1-2/+1
2021-09-03mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis1-3/+10
2021-09-03mm/page_alloc.c: use in_task()Vasily Averin1-3/+3
2021-09-03mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport1-2/+2
2021-09-03mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function war...Nico Pache1-1/+1
2021-09-03memblock: stop poisoning raw allocationsMike Rapoport1-16/+4
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport3-6/+28
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport1-8/+0
2021-09-03mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin3-47/+26
2021-09-03mm/vmalloc: fix wrong behavior in vreadChen Wandun1-1/+28
2021-09-03mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)1-10/+8
2021-09-03mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)1-5/+27
2021-09-03mm/sparse: clarify pgdat_to_physMiles Chen1-1/+2
2021-09-03include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox1-1/+1
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon1-26/+0
2021-09-03mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon1-5/+4
2021-09-03mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song1-2/+2
2021-09-03mm/mremap: fix memory account on do_munmap() failureChen Wandun1-1/+1
2021-09-03remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett1-4/+1
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo1-0/+2
2021-09-03mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying1-26/+0
2021-09-03memcg: make memcg->event_list_lock irqsafeShakeel Butt1-4/+4
2021-09-03memcg: fix up drain_local_stock commentMichal Hocko1-2/+3
2021-09-03mm, memcg: save some atomic ops when flush is already trueMiaohe Lin1-1/+1
2021-09-03mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang1-1/+1
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin1-1/+1
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt2-0/+40
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt1-76/+38
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2-14/+5
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan1-21/+12
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan3-1/+12
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins1-1/+13