summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-08mm: remove FGP_HEADMatthew Wilcox (Oracle)
2022-11-08mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)
2022-11-08mm/swap: convert find_get_incore_page to use foliosMatthew Wilcox (Oracle)
2022-11-08mm/huge_memory: convert split_huge_pages_in_file() to use a folioMatthew Wilcox (Oracle)
2022-11-08mm: vmalloc: use trace_free_vmap_area_noflush eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: use trace_purge_vmap_area_lazy eventUladzislau Rezki (Sony)
2022-11-08mm: vmalloc: use trace_alloc_vmap_area eventUladzislau Rezki (Sony)
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-11-08mm/mm_init.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/mmap: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm/slub.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08mm: rmap: rename page_not_mapped() to folio_not_mapped()Kefeng Wang
2022-11-08mm/gup_test: start/stop/read functionality for PIN LONGTERM testDavid Hildenbrand
2022-11-08kasan: migrate workqueue_uaf test to kunitAndrey Konovalov
2022-11-08kasan: migrate kasan_rcu_uaf test to kunitAndrey Konovalov
2022-11-08kasan: switch kunit tests to console tracepointsAndrey Konovalov
2022-11-08tmpfs: ensure O_LARGEFILE with generic_file_open()Thomas Weißschuh
2022-11-08mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal
2022-11-08mm/mincore.c: use vma_lookup() instead of find_vma()Deming Wang
2022-11-08mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()Lukas Bulwahn
2022-11-08filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)
2022-11-08filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)
2022-11-08mm/rmap: fix comment in anon_vma_clone()Ma Wupeng
2022-11-08mm/hugetlb: add folio_hstate()Sidhartha Kumar
2022-11-08hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner
2022-11-08hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz
2022-11-08mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park
2022-11-08kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko
2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik
2022-11-08mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu
2022-11-08mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta
2022-11-08Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu
2022-11-08mm/mmap: fix memory leak in mmap_region()Li Zetao
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-07mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He
2022-11-07mm/percpu: replace the goto with breakBaoquan He
2022-11-07mm/percpu: add comment to state the empty populated pages accountingBaoquan He
2022-11-07mm/percpu: Update the code comment when creating new chunkBaoquan He
2022-11-07mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He
2022-11-07mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn
2022-10-28mmap: fix remap_file_pages() regressionLiam Howlett
2022-10-28mm/shmem: ensure proper fallback if page faultsIra Weiny
2022-10-28mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko
2022-10-28mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko