summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-22mm/page_exit: fix kernel doc warning in page_ext_put()Charan Teja Kalla
2022-11-22mm: khugepaged: allow page allocation fallback to eligible nodesYang Shi
2022-11-22mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi
2022-11-08mm/hwpoison: pass pfn to num_poisoned_pages_*()Naoya Horiguchi
2022-11-08mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi
2022-11-08mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ...Naoya Horiguchi
2022-11-08mm: migrate: try again if THP split is failed due to page refcntBaolin Wang
2022-11-08Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu
2022-11-08mm: memory-failure: make action_result() return intKefeng Wang
2022-11-08mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()Kefeng Wang
2022-11-08mm: memory-failure: make put_ref_page() more usefulKefeng Wang
2022-11-08mm/hugetlb: unify clearing of RestoreReserve for private pagesPeter Xu
2022-11-08mm: debug_vm_pgtable: use VM_ACCESS_FLAGSKefeng Wang
2022-11-08mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang
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