summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin6-6/+6
2022-11-09mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin1-7/+1
2022-11-09mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin1-5/+1
2022-11-09mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-09mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang1-4/+4
2022-11-09mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand2-0/+153
2022-11-09kasan: migrate workqueue_uaf test to kunitAndrey Konovalov2-37/+33
2022-11-09kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov2-30/+37
2022-11-09kasan: switch kunit tests to console tracepointsAndrey Konovalov3-62/+62
2022-11-09tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh1-0/+1
2022-11-09mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal1-10/+10
2022-11-09mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang1-2/+2
2022-11-09mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn1-2/+1
2022-11-09filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)4-22/+23
2022-11-09filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)4-18/+18
2022-11-09mm/rmap: fix comment in anon_vma_clone()Ma Wupeng1-2/+2
2022-11-09mm/hugetlb: add folio_hstate()Sidhartha Kumar1-1/+1
2022-11-09hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-5/+0
2022-11-09mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner3-7/+21
2022-11-09hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2-184/+68
2022-11-09mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park1-0/+7
2022-11-09kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko1-0/+2
2022-11-09mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik1-0/+1
2022-11-09mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu1-1/+1
2022-11-09mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta1-0/+1
2022-11-09Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu1-3/+6
2022-11-09mm/mmap: fix memory leak in mmap_region()Li Zetao1-1/+5
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton2-1/+8
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-21mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman1-1/+10
2022-10-21hugetlb: fix memory leak associated with vma_lock structureMike Kravetz1-8/+27
2022-10-21mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett1-8/+12
2022-10-21mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel1-1/+1
2022-10-21mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett1-8/+7
2022-10-21mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton1-1/+2
2022-10-21mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz1-1/+1
2022-10-21zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov1-0/+3
2022-10-21mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett1-6/+11
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+6
2022-10-16Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+19