aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-09-30mm: unexport {,un}lock_page_memcgChristoph Hellwig1-2/+0
2021-09-30mm: unexport folio_memcg_{,un}lockChristoph Hellwig1-2/+0
2021-09-30mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang1-6/+0
2021-09-30Merge branch 'akpm-current/current'Stephen Rothwell44-470/+1049
2021-09-30Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell29-1020/+1269
2021-09-30Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell8-8/+19
2021-09-30Merge branch 'drm-next' of git://git.freedesktop.org/git/drm/drm.gitStephen Rothwell1-0/+15
2021-09-29kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand1-0/+7
2021-09-29lib, stackdepot: add helper to print stack entries into bufferImran Khan1-4/+1
2021-09-29lib, stackdepot: add helper to print stack entriesImran Khan2-21/+7
2021-09-29mm/damon/core: nullify pointer ctx->kdamond with a NULLColin Ian King1-1/+1
2021-09-29mm/damon: needn't hold kdamond_lock to print pid of kdamondChangbin Du1-4/+2
2021-09-29mm/damon: remove unnecessary do_exit() from kdamondChangbin Du1-1/+1
2021-09-29mm/damon/core: print kdamond start log in debug mode onlySeongJae Park1-1/+1
2021-09-29mm/damon: grammar s/works/work/Geert Uytterhoeven1-1/+1
2021-09-29kfence: test: use kunit_skip() to skip testsMarco Elver1-6/+8
2021-09-29kfence-limit-currently-covered-allocations-when-pool-nearly-full-fix-fixAndrew Morton1-2/+2
2021-09-29kfence-limit-currently-covered-allocations-when-pool-nearly-full-fixMarco Elver1-6/+12
2021-09-29kfence: limit currently covered allocations when pool nearly fullMarco Elver2-2/+103
2021-09-29kfence: move saving stack trace of allocations into __kfence_alloc()Marco Elver1-11/+24
2021-09-29kfence: count unexpectedly skipped allocationsMarco Elver1-3/+13
2021-09-29mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt3-35/+0
2021-09-29mm/zsmalloc.c: combine two atomic ops in zs_pool_dec_isolated()Miaohe Lin1-2/+1
2021-09-29mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin1-3/+4
2021-09-29mm: disable zsmalloc on PREEMPT_RTSebastian Andrzej Siewior1-1/+2
2021-09-29mm/rmap: convert from atomic_t to refcount_t on anon_vma->refcountXiyu Yang1-7/+7
2021-09-29mm/memory_hotplug: make HWPoisoned dirty swapcache pages unmovableMiaohe Lin1-0/+6
2021-09-29mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou1-1/+1
2021-09-29mm-vmstat-annotate-data-race-for-zone-free_areanr_free-fixLiu Shixin1-1/+10
2021-09-29mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin1-2/+2
2021-09-29mm: nommu: kill arch_get_unmapped_area()Kefeng Wang1-6/+0
2021-09-29mm/migrate: de-duplicate migrate_reason stringsJohn Hubbard1-9/+11
2021-09-29hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao1-23/+130
2021-09-29oom_kill: oom_score_adj broken for processes with small memory usageCorey Minyard1-2/+5
2021-09-29mm: mark the OOM reaper thread as freezableSultan Alsawaf1-0/+2
2021-09-29mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fixAndrew Morton1-2/+2
2021-09-29mm/mempolicy: convert from atomic_t to refcount_t on mempolicy->refcntXiyu Yang1-4/+4
2021-09-29mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song1-2/+1
2021-09-29mm/page_isolation: guard against possible putback unisolated pageMiaohe Lin1-2/+7
2021-09-29mm/page_isolation: fix potential missing call to unset_migratetype_isolate()Miaohe Lin1-17/+3
2021-09-29hugetlb: add hugetlb demote page supportMike Kravetz1-4/+75
2021-09-29hugetlb: add demote bool to gigantic page routinesMike Kravetz1-11/+43
2021-09-29hugetlb: add HPageCma flag and code to free non-gigantic pages in CMAMike Kravetz1-18/+46
2021-09-29hugetlb: add demote hugetlb page sysfs interfacesMike Kravetz1-1/+154
2021-09-29mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hPeter Xu1-3/+3
2021-09-29mm/page_alloc.c: show watermark_boost of zone in zoneinfoLiangcai Fan2-0/+4
2021-09-29mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+13
2021-09-29mm/page_alloc.c: do not acquire zone lock in is_free_buddy_page()Eric Dumazet1-5/+5
2021-09-29mm: move fold_vm_numa_events() to fix NUMA without SMPGeert Uytterhoeven1-28/+28
2021-09-29mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven1-0/+2
2021-09-29mm/page_alloc: use accumulated load when building node fallback listKrupa Ramakrishnan1-1/+1
2021-09-29mm/page_alloc: print node fallback orderBharata B Rao1-0/+4
2021-09-29mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact[_nid]Miaohe Lin1-4/+4
2021-09-29mm/page_alloc.c: use helper function zone_spans_pfn()Miaohe Lin1-1/+1
2021-09-29mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()Miaohe Lin1-7/+1
2021-09-29mm/page_alloc.c: simplify the code by using macro K()Miaohe Lin1-7/+5
2021-09-29mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()Miaohe Lin1-3/+1
2021-09-29mm/large system hash: avoid possible NULL deref in alloc_large_system_hashEric Dumazet1-1/+2
2021-09-29kasan: generic: introduce kasan_record_aux_stack_noalloc()Marco Elver1-2/+12
2021-09-29kasan: common: provide can_alloc in kasan_save_stack()Marco Elver3-5/+5
2021-09-29mm/vmalloc: don't allow VM_NO_GUARD on vmap()Peter Zijlstra1-0/+7
2021-09-29mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()Vasily Averin1-3/+4
2021-09-29mm/mremap: don't account pages in vma_to_resize()Dmitry Safonov1-28/+22
2021-09-29mm: remove redundant smp_wmb()Qi Zheng2-30/+24
2021-09-29mm: introduce pmd_install() helperQi Zheng3-27/+19
2021-09-29mm: add zap_skip_check_mapping() helperPeter Xu1-23/+6
2021-09-29mm: drop first_index/last_index in zap_detailsPeter Xu1-13/+18
2021-09-29mm: clear vmf->pte after pte_unmap_same() returnsPeter Xu1-6/+6
2021-09-29mm/shmem: unconditionally set pte dirty in mfill_atomic_install_ptePeter Xu2-3/+1
2021-09-29mm/memory.c: avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap1-3/+1
2021-09-29mm/mmap.c: fix a data race of mm->total_vmPeng Liu1-1/+1
2021-09-29memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin1-19/+8
2021-09-29mm/memcg: drop swp_entry_t* in mc_handle_file_pte()Peter Xu1-2/+2
2021-09-29mm/swapfile: remove needless request_queue NULL pointer checkXu Wang1-1/+1
2021-09-29mm/gup: further simplify __gup_device_huge()John Hubbard1-4/+1
2021-09-29vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner4-2/+42
2021-09-29mm/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)1-1/+0
2021-09-29mm: debug_vm_pgtable: don't use __P000 directlyGuo Ren1-3/+4
2021-09-29mm/smaps: use vma->vm_pgoff directly when counting partial swapPeter Xu1-3/+2
2021-09-29mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig1-0/+1
2021-09-29slub: add back check for free nonslab objectsKefeng Wang1-1/+5
2021-09-29mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin1-1/+3
2021-09-29mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin1-2/+4
2021-09-29mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin1-1/+1
2021-09-29mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-09-29mm, slub: fix two bugs in slab_debug_trace_open()Miaohe Lin1-1/+7
2021-09-29/proc/kpageflags: do not use uninitialized struct pagesToshiki Fukasawa1-0/+20
2021-09-29mm/vmalloc: fix numa spreading for large hash tablesChen Wandun1-7/+26
2021-09-29mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-21/+25
2021-09-29mm/migrate: optimize hotplug-time demotion order updatesDave Hansen1-1/+11
2021-09-27mm: remove spurious blkdev.h includesChristoph Hellwig6-6/+0
2021-09-27mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+16
2021-09-27mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2-2/+3
2021-09-27mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)1-15/+15
2021-09-27mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)2-22/+16
2021-09-27mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)2-48/+56
2021-09-27mm/filemap: Convert mapping_get_entry to return a folioMatthew Wilcox (Oracle)1-21/+14
2021-09-27mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)2-36/+41
2021-09-27mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)1-7/+7
2021-09-27mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)2-0/+22
2021-09-27mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)2-11/+17
2021-09-27mm/lru: Convert __pagevec_lru_add_fn to take a folioMatthew Wilcox (Oracle)1-24/+25
2021-09-27mm: Add folio_evictable()Matthew Wilcox (Oracle)1-8/+19
2021-09-27mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)5-27/+29
2021-09-27mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)2-10/+27
2021-09-27mm/writeback: Add folio_account_redirty()Matthew Wilcox (Oracle)1-13/+19
2021-09-27mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)2-31/+38
2021-09-27mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)1-8/+8
2021-09-27mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)1-5/+6
2021-09-27mm/writeback: Add filemap_dirty_folio()Matthew Wilcox (Oracle)2-29/+37
2021-09-27mm/writeback: Convert tracing writeback_page_template to foliosMatthew Wilcox (Oracle)1-3/+3
2021-09-27mm/writeback: Add __folio_mark_dirty()Matthew Wilcox (Oracle)1-20/+21
2021-09-27mm/writeback: Add folio_mark_dirty()Matthew Wilcox (Oracle)2-16/+25
2021-09-27mm/writeback: Add folio_start_writeback()Matthew Wilcox (Oracle)2-19/+26
2021-09-27mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)3-15/+17
2021-09-27mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()Matthew Wilcox (Oracle)1-11/+11
2021-09-27flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)1-2/+2
2021-09-27mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)4-14/+29
2021-09-27mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)4-61/+70
2021-09-27mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)2-41/+55
2021-09-27mm/rmap: Add folio_mkclean()Matthew Wilcox (Oracle)1-6/+6
2021-09-27mm/swap: Add folio_mark_accessed()Matthew Wilcox (Oracle)2-18/+23
2021-09-27mm/swap: Add folio_activate()Matthew Wilcox (Oracle)1-19/+22
2021-09-27mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+11
2021-09-27mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)2-16/+11
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)2-8/+5
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)3-8/+13
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)6-36/+61
2021-09-27mm/memcg: Add folio_lruvec()Matthew Wilcox (Oracle)4-6/+11
2021-09-27mm/memcg: Convert mem_cgroup_move_account() to use a folioMatthew Wilcox (Oracle)1-18/+19
2021-09-27mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()Matthew Wilcox (Oracle)1-16/+29
2021-09-27mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folioMatthew Wilcox (Oracle)1-3/+3
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)4-21/+27
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)7-17/+11
2021-09-27mm/memcg: Convert uncharge_page() to uncharge_folio()Matthew Wilcox (Oracle)1-16/+15
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)9-33/+21
2021-09-27mm/memcg: Convert commit_charge() to take a folioMatthew Wilcox (Oracle)1-14/+13
2021-09-27mm/memcg: Add folio_memcg() and related functionsMatthew Wilcox (Oracle)1-9/+12
2021-09-27mm/memcg: Convert memcg_check_events to take a node IDMatthew Wilcox (Oracle)1-11/+12
2021-09-27mm/memcg: Remove soft_limit_tree_node()Matthew Wilcox (Oracle)1-9/+3
2021-09-27mm/memcg: Use the node id in mem_cgroup_update_tree()Matthew Wilcox (Oracle)1-20/+4
2021-09-27mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics()Matthew Wilcox (Oracle)1-6/+5
2021-09-27mm: Add folio_mapped()Matthew Wilcox (Oracle)2-13/+22
2021-09-27mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)1-23/+18
2021-09-27mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)1-19/+19
2021-09-27mm/filemap: Add folio_wake_bit()Matthew Wilcox (Oracle)1-11/+12
2021-09-27mm/filemap: Add folio_wait_bit()Matthew Wilcox (Oracle)2-43/+38
2021-09-27mm/writeback: Add folio_wait_stable()Matthew Wilcox (Oracle)2-10/+20
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)2-15/+39
2021-09-27mm/filemap: Add folio_end_writeback()Matthew Wilcox (Oracle)2-22/+27
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)4-17/+21
2021-09-27mm/filemap: Add __folio_lock_or_retry()Matthew Wilcox (Oracle)2-16/+14
2021-09-27mm/filemap: Add folio_wait_locked()Matthew Wilcox (Oracle)1-2/+2
2021-09-27mm/filemap: Add __folio_lock_async()Matthew Wilcox (Oracle)1-13/+14
2021-09-27mm/filemap: Add folio_lock_killable()Matthew Wilcox (Oracle)1-8/+9
2021-09-27mm/filemap: Add folio_lock()Matthew Wilcox (Oracle)1-14/+15
2021-09-27mm/filemap: Add folio_unlock()Matthew Wilcox (Oracle)2-17/+18
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)4-17/+36
2021-09-27mm: Add folio_try_get_rcu()Matthew Wilcox (Oracle)1-0/+20
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-22Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+15
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-14Merge drm/drm-next into drm-misc-nextMaxime Ripard74-1971/+6359
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