aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds9-53/+58
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-79/+7
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+54
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-1/+40
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2-2/+14
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin1-1/+5
2020-10-10mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar24-345/+684
2020-10-08mm: avoid early COW write protect games during fork()Linus Torvalds1-37/+4
2020-10-03mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim1-3/+16
2020-10-03mm, slub: restore initial kmem_cache flagsEric Farman1-5/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-69/+0
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-1/+2
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig1-19/+15
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-1/+5
2020-09-28mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld1-1/+1
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu1-0/+28
2020-09-27mm: Do early cow for pinned pages during fork() for ptesPeter Xu1-16/+189
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-5/+9
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+6
2020-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+23
2020-09-26mm: validate pmd after splittingMinchan Kim1-1/+1
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-1/+2
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour2-6/+6
2020-09-26mm/migrate: correct thp migration statsZi Yan1-4/+3
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-9/+9
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song1-2/+2
2020-09-26mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang1-1/+1
2020-09-26mm: slab: fix potential double free in ___cache_freeShakeel Butt1-2/+6
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig7-16/+14
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2-2/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig3-6/+5
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig1-8/+10
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-1/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-09-24Fix references to nommu-mmap.rstStephen Kitt2-2/+2
2020-09-24mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds1-1/+1
2020-09-23mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds1-12/+12
2020-09-23mm: split out the non-present case from copy_one_pte()Linus Torvalds1-67/+79
2020-09-23mm: split swap_type_ofChristoph Hellwig1-18/+21
2020-09-23mm: cleanup claim_swapfileChristoph Hellwig1-3/+3
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds1-2/+2
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2-0/+22
2020-09-19mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell1-19/+23
2020-09-19tmpfs: restore functionality of nr_inodes=0Byron Stanoszek1-4/+6
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins2-12/+18
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins1-2/+8
2020-09-19mm: migration of hugetlbfs page skip memcgHugh Dickins1-1/+2
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins1-0/+4
2020-09-17Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin1-1/+1
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-31/+129
2020-09-10mm/swap: Do not abuse the seqcount_t latching APIAhmed S. Darwish1-11/+54
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-46/+108
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song1-6/+20
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai1-6/+17
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell1-0/+2
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell1-7/+5
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2-6/+18
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple1-1/+1
2020-09-05mm: madvise: fix vma user-after-freeYang Shi1-1/+1
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel1-13/+24
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds5-105/+28
2020-09-04mm: Add PGREUSE counterPeter Xu2-0/+2
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu2-38/+9
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu1-25/+0
2020-09-04mm: do_wp_page() simplificationLinus Torvalds1-42/+17
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price3-0/+18
2020-09-04mm: Allow arm64 mmap(PROT_MTE) on RAM-based filesCatalin Marinas1-0/+3
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas2-0/+15
2020-09-04arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas1-1/+1
2020-09-04mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas1-0/+3
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-1/+1
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds1-1/+1
2020-09-03mm: fix pin vs. gup mismatch with gate pagesDave Hansen1-1/+1
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+4
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-0/+4
2020-08-21mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy1-0/+5
2020-08-21mm: include CMA pages in lowmem_reserve at bootDoug Berger1-1/+1
2020-08-21mm/rodata_test.c: fix missing function declarationLeon Romanovsky1-0/+1
2020-08-21mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V1-0/+2
2020-08-21khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-21hugetlb_cgroup: convert comma to semicolonXu Wang1-2/+2
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultYang Shi1-0/+3
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-107/+121
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-14mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-14mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)17-52/+50
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)3-4/+4
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)1-2/+3
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He1-6/+6
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds1-2/+0
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner1-6/+0
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu3-61/+44
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu2-20/+10
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu4-5/+69
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim1-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2-7/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim1-9/+8
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim3-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim5-18/+41
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim3-41/+15
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim1-0/+29
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim1-1/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-12/+10
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/zpool.c: delete duplicated word and fix grammarRandy Dunlap1-4/+4
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/shmem.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/page_alloc.c: delete or fix duplicated wordsRandy Dunlap1-3/+3
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/memory.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/hugetlb.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/hmm.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/filemap.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy1-2/+1
2020-08-12mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He1-3/+2
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-0/+10
2020-08-12mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski1-4/+5
2020-08-12cma: don't quit at first error when activating reserved areasMike Kravetz1-14/+9
2020-08-12mm: hugetlb: fix the name of hugetlb CMABarry Song1-1/+3
2020-08-12mm: cma: fix the name of CMA areasBarry Song2-9/+10
2020-08-12mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu1-1/+1
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual2-8/+47
2020-08-12mm: thp: remove debug_cow switchYang Shi1-21/+0
2020-08-12mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell1-2/+14
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2-9/+8
2020-08-12mm, oom: show process exiting information in __oom_kill_process()Yafang Shao1-0/+2
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao1-12/+10
2020-08-12mm/mempolicy.c: check parameters first in kernel_get_mempolicyWenchao Hao1-2/+2
2020-08-12mm: mempolicy: fix kerneldoc of numa_map_to_online_node()Krzysztof Kozlowski1-1/+1
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi1-1/+1
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta2-10/+10
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta3-5/+197
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim1-1/+1
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim4-19/+37
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim4-8/+56
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim4-16/+32
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim8-19/+17
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim1-1/+1
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2-5/+19
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin1-4/+16
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2-1/+13
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin5-40/+246
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin1-3/+10
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds48-2257/+2704
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt1-1/+2
2020-08-07mm/vmscan.c: fix typodylan-meiners1-1/+1
2020-08-07khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-07khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-07khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-07khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-08-07mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu1-14/+10
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim1-10/+21
2020-08-07mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song1-1/+5
2020-08-07mm/page_alloc: fallbacks at most has 3 elementsWei Yang1-1/+1
2020-08-07mm/page_alloc: silence a KASAN false positiveQian Cai1-0/+3
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang1-10/+5
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang1-7/+6
2020-08-07mm/page_alloc.c: extract the common part in pfn_to_bitidx()Wei Yang1-2/+1
2020-08-07mm/shuffle: remove dynamic reconfigurationDavid Hildenbrand2-43/+2
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand1-0/+8
2020-08-07mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand1-14/+2
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand4-12/+4
2020-08-07mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy1-4/+20
2020-08-07page_alloc: consider highatomic reserve in watermark fastJaewon Kim1-30/+36
2020-08-07mm, page_alloc: use unlikely() in task_capc()Vlastimil Babka1-3/+2
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino1-15/+0
2020-08-07kasan: record and print the free trackWalter Wu7-45/+80
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu4-7/+55
2020-08-07mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)1-9/+32
2020-08-07mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport1-1/+0
2020-08-07mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)1-0/+1
2020-08-07mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)1-19/+6