summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-30selftests/vm: skip 128TBswitch on unsupported archAdam Sindelar1-4/+4
2022-07-30selftests/vm: fix errno handling in mrelease_testAdam Sindelar1-5/+11
2022-07-30mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin1-0/+9
2022-07-30filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin1-12/+6
2022-07-30mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin1-1/+0
2022-07-30android: binder: fix lockdep check on clearing vmaLiam Howlett1-1/+8
2022-07-30android: binder: stop saving a pointer to the VMALiam R. Howlett3-18/+16
2022-07-30mips: rename mt_init to mips_mt_initLiam R. Howlett1-2/+2
2022-07-30mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa2-2/+8
2022-07-27selftests/vm: fix va_128TBswitch.sh permissionsAdam Sindelar1-0/+0
2022-07-18zram: fix unused 'zram_wb_devops' warningKefeng Wang1-0/+2
2022-07-18writeback: cleanup bdi_sched_wait()Xiu Jianfeng1-6/+0
2022-07-18mm/mmap: fix obsolete comment of find_extend_vmaMiaohe Lin1-1/+0
2022-07-18mm/page_vma_mapped.c: use helper function huge_pte_lockMiaohe Lin1-2/+1
2022-07-18mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_maskUros Bizjak1-7/+3
2022-07-18mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li3-14/+16
2022-07-18mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang1-3/+3
2022-07-18mm/mprotect: remove the redundant initialization for errorXiu Jianfeng1-1/+1
2022-07-18mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pidMiaohe Lin1-3/+1
2022-07-18mm/huge_memory: comment the subtly logic in __split_huge_pmdMiaohe Lin1-0/+4
2022-07-18mm/huge_memory: correct comment of prep_transhuge_pageMiaohe Lin1-1/+1
2022-07-18mm/huge_memory: fix comment of page_deferred_listMiaohe Lin1-2/+2
2022-07-18mm/huge_memory: minor cleanup for split_huge_pages_allMiaohe Lin1-1/+6
2022-07-18mm/huge_memory: try to free subpage in swapcache when possibleMiaohe Lin1-1/+1
2022-07-18mm/huge_memory: check pmd_present first in is_huge_zero_pmdMiaohe Lin1-1/+1
2022-07-18mm/huge_memory: fix comment in zap_huge_pudMiaohe Lin1-6/+1
2022-07-18mm/huge_memory: use helper macro __ATTR_RWMiaohe Lin1-6/+4
2022-07-18mm/huge_memory: use helper function vma_lookup in split_huge_pages_pidMiaohe Lin1-2/+2
2022-07-18mm/huge_memory: rename mmun_start to haddr in remove_migration_pmdMiaohe Lin1-3/+3
2022-07-18mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessedMiaohe Lin1-15/+7
2022-07-18mm/huge_memory: use helper touch_pud in huge_pud_set_accessedMiaohe Lin1-13/+5
2022-07-18mm/huge_memory: fix comment of __pud_trans_huge_lockMiaohe Lin1-3/+3
2022-07-18mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmdMiaohe Lin1-1/+1
2022-07-18mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmdMiaohe Lin1-1/+1
2022-07-18ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDERMike Rapoport1-17/+17
2022-07-18xtensa: drop definition of PGD_ORDERMike Rapoport2-2/+1
2022-07-18parisc: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport2-7/+7
2022-07-18loongarch: drop definition of PGD_ORDERMike Rapoport3-7/+3
2022-07-18loongarch: drop definition of PUD_ORDERMike Rapoport2-4/+3
2022-07-18loongarch: drop definition of PMD_ORDERMike Rapoport3-9/+5
2022-07-18loongarch: drop definition of PTE_ORDERMike Rapoport3-9/+7
2022-07-18nios2: drop definition of PGD_ORDERMike Rapoport3-6/+3
2022-07-18nios2: drop definition of PTE_ORDERMike Rapoport2-3/+2
2022-07-18mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport7-21/+20
2022-07-18mips: drop definitions of PTE_ORDERMike Rapoport4-17/+10
2022-07-18mips: rename PUD_ORDER to PUD_TABLE_ORDERMike Rapoport3-10/+10
2022-07-18mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)4-15/+12
2022-07-18csky: drop definition of PGD_ORDERMike Rapoport2-3/+2
2022-07-18csky: drop definition of PTE_ORDERMike Rapoport1-2/+1
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual25-50/+0