summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: add FGP_ENTRYMatthew Wilcox (Oracle)2020-11-244-41/+12
| * mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)2020-11-241-3/+1
| * mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)2020-11-241-10/+1
| * mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)2020-11-241-5/+6
| * mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi2020-11-241-16/+46
| * mm: migrate: clean up migrate_prep{_local}Yang Shi2020-11-242-12/+4
| * mm: migrate: skip shared exec THP for NUMA balancingYang Shi2020-11-241-2/+16
| * mm: migrate: simplify the logic for handling permanent failureYang Shi2020-11-241-30/+38
| * mm: truncate_complete_page() does not exist any moreYang Shi2020-11-242-2/+2
| * mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2020-11-241-0/+59
| * mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell2020-11-241-5/+4
| * mm/migrate.c: fix comment spellingLong Li2020-11-241-1/+1
| * mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su2020-11-241-6/+8
| * mm/compaction: make defer_compaction and compaction_deferred staticHui Su2020-11-241-4/+4
| * mm/compaction: move compaction_suitable's comment to right placeHui Su2020-11-241-7/+7
| * mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu2020-11-241-4/+3
| * mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi2020-11-242-38/+32
| * mm/vmscan.c: remove the filename in the top of file commentlogic.yu2020-11-241-2/+0
| * mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn2020-11-241-1/+1
| * mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner2020-11-241-6/+7
| * mm,hugetlb: remove unneeded initializationOscar Salvador2020-11-241-2/+0
| * mm: hugetlb: fix type of delta parameter and related local variables in gathe...Liu Xiang2020-11-241-3/+4
| * khugepaged: add parameter explanations for kernel-doc markupAlex Shi2020-11-241-1/+13
| * mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao2020-11-241-0/+2
| * mm/hugetlb.c: just use put_page_testzero() instead of page_count()Hui Su2020-11-241-2/+1
| * init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2020-11-241-0/+3
| * mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand2020-11-241-3/+3
| * mm/page_alloc: mark some symbols with static keywordZou Wei2020-11-241-2/+2
| * mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)2020-11-241-0/+20
| * mm/page_alloc: clear pages in alloc_contig_pages() with init_on_alloc=1 or __...David Hildenbrand2020-11-241-3/+21
| * mm-page_alloc-disable-pcplists-during-memory-offline-fixVlastimil Babka2020-11-241-0/+10
| * mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-11-244-34/+71
| * mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka2020-11-243-10/+13
| * mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2020-11-241-2/+14
| * mm, page_alloc: simplify pageset_update()Vlastimil Babka2020-11-241-22/+18
| * mm, page_alloc: remove setup_pageset()Vlastimil Babka2020-11-241-7/+10
| * mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka2020-11-241-24/+18
| * mm, page_alloc: clean up pageset high and batch updateVlastimil Babka2020-11-241-29/+20
| * mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-11-243-7/+4
| * arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-11-241-0/+80
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-11-242-18/+0
| * ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-11-241-4/+12
| * mm/vmalloc.c: fix kasan shadow poisoning sizeVincenzo Frascino2020-11-241-1/+1
| * mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverseAlex Shi2020-11-241-0/+1
| * mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)2020-11-241-40/+50
| * mm/vmalloc: use free_vm_area() if an allocation failsUladzislau Rezki (Sony)2020-11-241-2/+1
| * mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflowAndrew Morton2020-11-241-1/+3
| * mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador2020-11-241-5/+2
| * mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador2020-11-241-62/+58
| * mm,hwpoison: remove flag argument from soft offline functionsNaoya Horiguchi2020-11-242-6/+5