summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin1-6/+3
2021-05-05mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()Miaohe Lin1-1/+0
2021-05-05mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin1-0/+6
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-3/+3
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual1-0/+7
2021-05-05mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin1-1/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+51
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu1-8/+0
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-6/+16
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2-8/+9
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)1-3/+0
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)4-19/+0
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-15/+3
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu1-1/+1
2021-04-30mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich1-13/+17
2021-04-30mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer1-1/+2
2021-04-30mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer1-3/+3
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman1-16/+44
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman1-0/+118
2021-04-30mm/page_alloc: rename alloced to allocatedMel Gorman1-4/+4
2021-04-30mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao1-2/+0
2021-04-30mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang1-15/+13
2021-04-30mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven1-1/+0
2021-04-30mm: page_alloc: dump migrate-failed pagesMinchan Kim1-0/+22
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)1-7/+4
2021-04-30mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)1-21/+13
2021-04-30mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)1-11/+10
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)1-3/+3
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)5-10/+9
2021-04-30mm/page_alloc: rename gfp_mask to gfpMatthew Wilcox (Oracle)1-9/+9
2021-04-30mm/page_alloc: rename alloc_mask to alloc_gfpMatthew Wilcox (Oracle)1-9/+10
2021-04-30include/linux/page-flags-layout.h: cleanupsYu Zhao1-4/+0
2021-04-30mm: remove lru_add_drain_all in alloc_contig_rangeMinchan Kim1-2/+0
2021-04-30mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()David Hildenbrand1-2/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-5/+5
2021-04-30kasan: record task_work_add() call stackWalter Wu1-1/+1
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov3-29/+42
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov4-37/+39
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov3-16/+37
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov5-32/+34
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov1-4/+5
2021-04-30mm, kasan: don't poison boot memory with tag-based modesAndrey Konovalov1-11/+34
2021-04-30kasan: fix kasan_byte_accessible() to be consistent with actual checksPeter Collingbourne2-5/+8
2021-04-30mm/kasan: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-04-30mm/vmalloc: remove an empty lineUladzislau Rezki (Sony)1-1/+0
2021-04-30mm/vmalloc: refactor the preloading loagicUladzislau Rezki (Sony)1-33/+27
2021-04-30mm: vmalloc: prevent use after free in _vm_unmap_aliasesVijayanand Jitta1-1/+1
2021-04-30mm/vmalloc: improve allocation failure error messagesNicholas Piggin1-13/+27
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin3-33/+43
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin3-39/+37