aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-12-04Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds1-3/+0
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-52/+150
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2-3/+3
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51
2022-11-30mm: migrate: fix THP's mapcount on isolationGavin Shan1-11/+11
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-5/+5
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2-12/+17
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz2-15/+14
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-57/+114
2022-11-22mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V1-1/+13
2022-11-22mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2-4/+15
2022-11-22swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun1-4/+4
2022-11-22hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz1-1/+3
2022-11-22kfence: fix stack trace pruningMarco Elver1-4/+9
2022-11-22mm: multi-gen LRU: retry folios written back while isolatedYu Zhao1-11/+37
2022-11-22mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple1-2/+6
2022-11-22mm: mmap: fix documentation for vma_mas_szeroIan Cowan1-1/+1
2022-11-22mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park1-0/+4
2022-11-22mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple1-1/+1
2022-11-22mm: correctly charge compressed memory to its memcgLi Liguang1-1/+1
2022-11-22mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani1-2/+1
2022-11-22mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla1-1/+1
2022-11-22mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi1-18/+14
2022-11-22mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner1-6/+4
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-6/+31
2022-11-11maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy1-1/+1
2022-11-09Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-20/+4
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-11-08kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2
2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik1-0/+1
2022-11-08mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu1-1/+1
2022-11-08mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta1-0/+1
2022-11-08Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu1-3/+6
2022-11-08mm/mmap: fix memory leak in mmap_region()Li Zetao1-1/+5
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton2-1/+8
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka1-14/+0
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook1-2/+2
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka1-2/+0
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn1-2/+2
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett1-0/+3
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny1-0/+17
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny1-4/+21
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko1-0/+1
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko1-0/+1
2022-10-28mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang1-0/+7
2022-10-28mm: prep_compound_tail() clear page->privateHugh Dickins2-1/+2
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel1-1/+11
2022-10-28mm/page_isolation: fix clang deadcode warningMaria Yu1-1/+1
2022-10-28memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying1-4/+4
2022-10-28mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long1-19/+42
2022-10-20mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman1-1/+10
2022-10-20hugetlb: fix memory leak associated with vma_lock structureMike Kravetz1-8/+27
2022-10-20mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett1-8/+12
2022-10-20mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel1-1/+1
2022-10-20mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett1-8/+7
2022-10-20mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton1-1/+2
2022-10-20mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz1-1/+1
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov1-0/+3
2022-10-20mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett1-6/+11
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+6
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+19
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo1-18/+19
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-147/+383
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny1-12/+31
2022-10-12mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao1-2/+2
2022-10-12mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu1-4/+3
2022-10-12mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu1-7/+52
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng1-1/+1
2022-10-12kasan: fix array-bounds warnings in testsAndrey Konovalov1-1/+8
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple1-7/+82
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple1-65/+85
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple1-6/+19
2022-10-12mm: free device private pages have zero refcountAlistair Popple2-0/+17
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple3-20/+48
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao2-11/+10
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao1-7/+2
2022-10-12kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko1-0/+10
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas1-1/+4
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu3-0/+8
2022-10-12mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett1-12/+6
2022-10-12mmap: fix copy_vma() failure pathLiam Howlett1-0/+5
2022-10-12mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou1-1/+0
2022-10-12mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton1-1/+1
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-15/+27
2022-10-11mm/damon/core: initialize damon_target->list in damon_new_target()SeongJae Park1-0/+1
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2-15/+26
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld2-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-4/+4
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds109-5803/+14326
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+2
2022-10-10Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-10Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-751/+718
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-42/+25
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+7
2022-10-07hugetlb: allocate vma lock for all sharable vmasMike Kravetz1-35/+15
2022-10-07hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz1-10/+32
2022-10-07hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz2-20/+27
2022-10-07mglru: mm/vmscan.c: fix imprecise commentsYu Zhao1-5/+4
2022-10-07mm/mglru: don't sync disk for each aging cycleYu Zhao1-2/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds3-5/+26
2022-10-06Merge tag 'for-6.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-0/+1
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2-4/+6
2022-10-03mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner1-10/+10
2022-10-03mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner1-40/+10
2022-10-03mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2-0/+9
2022-10-03mm/secretmem: remove reduntant return valueXiu Jianfeng1-4/+2
2022-10-03mm/hugetlb: add available_huge_pages() funcXin Hao1-5/+9
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe1-1/+2
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe1-57/+188
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe1-7/+62
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe2-9/+11
2022-10-03mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe1-0/+2
2022-10-03mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe1-0/+3
2022-10-03mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin1-20/+17
2022-10-03mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song1-8/+19
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia3-21/+40
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao1-32/+14
2022-10-03mm/page_alloc: update comments for rmqueue()Ran Xiaokai1-1/+2
2022-10-03mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia4-5/+5
2022-10-03hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz1-64/+38
2022-10-03mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin1-5/+1
2022-10-03mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin1-1/+1
2022-10-03mm/page_alloc: init local variable buddy_pfnMiaohe Lin1-1/+1
2022-10-03mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin1-5/+5
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin2-3/+1
2022-10-03mm/page_alloc: use local variable zone_idx directlyMiaohe Lin1-1/+1
2022-10-03mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin1-1/+2
2022-10-03mm/page_alloc: fix freeing static percpu memoryMiaohe Lin1-2/+4
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-03mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin1-2/+0
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-1/+0
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2-12/+11
2022-10-03mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin1-1/+2
2022-10-03mm/page_table_check: fix typosChih-En Lin1-2/+2
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia4-15/+6
2022-10-03mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng1-1/+1
2022-10-03mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang1-1/+1
2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang1-1/+1
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-2/+1
2022-10-03mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao1-1/+2
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko1-1/+5
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko1-0/+26
2022-10-03security: kmsan: fix interoperability with auto-initializationAlexander Potapenko1-0/+4
2022-10-03kmsan: add tests for KMSANAlexander Potapenko2-0/+585
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+16
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko1-0/+59
2022-10-03instrumented.h: add KMSAN supportAlexander Potapenko1-0/+38
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko5-1/+278
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko3-0/+29
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko3-0/+94
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko6-2/+236
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko8-0/+1407
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko1-1/+1
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz1-21/+3
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz4-45/+168
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz2-18/+197
2022-10-03hugetlb: rename vma_shareable() and refactor codeMike Kravetz1-6/+13
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-4/+4
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz3-81/+15
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-11/+11
2022-10-03mm/hugetlb: remove unnecessary 'NULL' values from pointerXU pengfei1-2/+2
2022-10-03mm/filemap: make folio_put_wait_locked staticKe Sun1-1/+1
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-41/+29
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song1-12/+23
2022-10-03mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo1-2/+2
2022-10-03mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton1-0/+1
2022-10-03mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton1-10/+10
2022-10-03mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin1-4/+4
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia1-15/+9
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia1-7/+4
2022-10-03mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2-6/+5
2022-10-03mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park1-24/+21
2022-10-03mm/damon/lru_sort: use quotas param generatorSeongJae Park1-51/+19
2022-10-03mm/damon/reclaim: use the quota params generator macroSeongJae Park1-52/+12
2022-10-03mm/damon/modules-common: implement damos time quota params generatorSeongJae Park1-2/+5
2022-10-03mm/damon/modules-common: implement a damos quota params generatorSeongJae Park1-1/+7
2022-10-03mm/damon/lru_sort: use stat generatorSeongJae Park1-71/+12
2022-10-03mm/damon/reclaim: use stat parameters generatorSeongJae Park1-36/+5
2022-10-03mm/damon/modules-common: implement a stats parameters generator macroSeongJae Park1-0/+12
2022-10-03mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park1-47/+9
2022-10-03mm/damon/lru_sort: use watermarks parameters generator macroSeongJae Park2-56/+12
2022-10-03mm/damon/modules-common: implement a watermarks module parameters generator m...SeongJae Park1-0/+7
2022-10-03mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park1-42/+5
2022-10-03mm/damon/lru_sort: use monitoring attributes parameters generaotr macroSeongJae Park1-42/+5
2022-10-03mm/damon: implement a monitoring attributes module parameters generator macroSeongJae Park1-0/+18
2022-10-03mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-19/+21
2022-10-03mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park1-17/+19
2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park5-27/+35
2022-10-03mm/damon/core: use a dedicated struct for monitoring attributesSeongJae Park4-24/+24
2022-10-03mm/damon/core: factor out 'damos_quota' private fileds initializationSeongJae Park1-9/+14
2022-10-03mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_s...SeongJae Park1-17/+4
2022-10-03mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()SeongJae Park1-14/+12