summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: remove FGP_HEADMatthew Wilcox (Oracle)2022-11-091-1/+1
* mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)2022-11-094-19/+26
* mm/swap: convert find_get_incore_page to use foliosMatthew Wilcox (Oracle)2022-11-091-9/+10
* mm/huge_memory: convert split_huge_pages_in_file() to use a folioMatthew Wilcox (Oracle)2022-11-091-9/+9
* mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)2022-11-091-1/+5
* mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)2022-11-091-2/+7
* mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)2022-11-091-0/+5
* memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-096-6/+6
* mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-7/+1
* mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-5/+1
* mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-091-6/+1
* mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang2022-11-091-4/+4
* mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand2022-11-092-0/+153
* kasan: migrate workqueue_uaf test to kunitAndrey Konovalov2022-11-092-37/+33
* kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov2022-11-092-30/+37
* kasan: switch kunit tests to console tracepointsAndrey Konovalov2022-11-093-62/+62
* tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh2022-11-091-0/+1
* mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal2022-11-091-10/+10
* mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang2022-11-091-2/+2
* mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn2022-11-091-2/+1
* filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-094-22/+23
* filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-094-18/+18
* mm/rmap: fix comment in anon_vma_clone()Ma Wupeng2022-11-091-2/+2
* mm/hugetlb: add folio_hstate()Sidhartha Kumar2022-11-091-1/+1
* hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-091-5/+0
* mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner2022-11-093-7/+21
* hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz2022-11-092-184/+68
* mmap: fix remap_file_pages() regressionLiam Howlett2022-10-281-0/+3
* mm/shmem: ensure proper fallback if page faultsIra Weiny2022-10-281-0/+17
* mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny2022-10-281-4/+21
* x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-0/+1
* mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko2022-10-281-0/+1
* mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
* mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-282-1/+2
* mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
* mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
* memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-281-4/+4
* mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-211-1/+10
* hugetlb: fix memory leak associated with vma_lock structureMike Kravetz2022-10-211-8/+27
* mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett2022-10-211-8/+12
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-211-1/+1
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-211-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-211-1/+2
* mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz2022-10-211-1/+1
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-211-0/+3
* mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett2022-10-211-6/+11
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-174-6/+6
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-122-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-122-4/+4