index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-30
selftests/vm: skip 128TBswitch on unsupported arch
Adam Sindelar
1
-4
/
+4
2022-07-30
selftests/vm: fix errno handling in mrelease_test
Adam Sindelar
1
-5
/
+11
2022-07-30
mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
Roman Gushchin
1
-0
/
+9
2022-07-30
filemap: minor cleanup for filemap_write_and_wait_range
Miaohe Lin
1
-12
/
+6
2022-07-30
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
1
-1
/
+0
2022-07-30
android: binder: fix lockdep check on clearing vma
Liam Howlett
1
-1
/
+8
2022-07-30
android: binder: stop saving a pointer to the VMA
Liam R. Howlett
3
-18
/
+16
2022-07-30
mips: rename mt_init to mips_mt_init
Liam R. Howlett
1
-2
/
+2
2022-07-30
mm: shrinkers: fix double kfree on shrinker name
Tetsuo Handa
2
-2
/
+8
2022-07-27
selftests/vm: fix va_128TBswitch.sh permissions
Adam Sindelar
1
-0
/
+0
2022-07-18
zram: fix unused 'zram_wb_devops' warning
Kefeng Wang
1
-0
/
+2
2022-07-18
writeback: cleanup bdi_sched_wait()
Xiu Jianfeng
1
-6
/
+0
2022-07-18
mm/mmap: fix obsolete comment of find_extend_vma
Miaohe Lin
1
-1
/
+0
2022-07-18
mm/page_vma_mapped.c: use helper function huge_pte_lock
Miaohe Lin
1
-2
/
+1
2022-07-18
mm/page_alloc: use try_cmpxchg in set_pfnblock_flags_mask
Uros Bizjak
1
-7
/
+3
2022-07-18
mm, hugetlb: skip irrelevant nodes in show_free_areas()
Gang Li
3
-14
/
+16
2022-07-18
mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()
Patrick Wang
1
-3
/
+3
2022-07-18
mm/mprotect: remove the redundant initialization for error
Xiu Jianfeng
1
-1
/
+1
2022-07-18
mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid
Miaohe Lin
1
-3
/
+1
2022-07-18
mm/huge_memory: comment the subtly logic in __split_huge_pmd
Miaohe Lin
1
-0
/
+4
2022-07-18
mm/huge_memory: correct comment of prep_transhuge_page
Miaohe Lin
1
-1
/
+1
2022-07-18
mm/huge_memory: fix comment of page_deferred_list
Miaohe Lin
1
-2
/
+2
2022-07-18
mm/huge_memory: minor cleanup for split_huge_pages_all
Miaohe Lin
1
-1
/
+6
2022-07-18
mm/huge_memory: try to free subpage in swapcache when possible
Miaohe Lin
1
-1
/
+1
2022-07-18
mm/huge_memory: check pmd_present first in is_huge_zero_pmd
Miaohe Lin
1
-1
/
+1
2022-07-18
mm/huge_memory: fix comment in zap_huge_pud
Miaohe Lin
1
-6
/
+1
2022-07-18
mm/huge_memory: use helper macro __ATTR_RW
Miaohe Lin
1
-6
/
+4
2022-07-18
mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
Miaohe Lin
1
-2
/
+2
2022-07-18
mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
Miaohe Lin
1
-3
/
+3
2022-07-18
mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
Miaohe Lin
1
-15
/
+7
2022-07-18
mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
Miaohe Lin
1
-13
/
+5
2022-07-18
mm/huge_memory: fix comment of __pud_trans_huge_lock
Miaohe Lin
1
-3
/
+3
2022-07-18
mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
Miaohe Lin
1
-1
/
+1
2022-07-18
mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
Miaohe Lin
1
-1
/
+1
2022-07-18
ARM: head.S: rename PMD_ORDER to PMD_ENTRY_ORDER
Mike Rapoport
1
-17
/
+17
2022-07-18
xtensa: drop definition of PGD_ORDER
Mike Rapoport
2
-2
/
+1
2022-07-18
parisc: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2
-7
/
+7
2022-07-18
loongarch: drop definition of PGD_ORDER
Mike Rapoport
3
-7
/
+3
2022-07-18
loongarch: drop definition of PUD_ORDER
Mike Rapoport
2
-4
/
+3
2022-07-18
loongarch: drop definition of PMD_ORDER
Mike Rapoport
3
-9
/
+5
2022-07-18
loongarch: drop definition of PTE_ORDER
Mike Rapoport
3
-9
/
+7
2022-07-18
nios2: drop definition of PGD_ORDER
Mike Rapoport
3
-6
/
+3
2022-07-18
nios2: drop definition of PTE_ORDER
Mike Rapoport
2
-3
/
+2
2022-07-18
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
7
-21
/
+20
2022-07-18
mips: drop definitions of PTE_ORDER
Mike Rapoport
4
-17
/
+10
2022-07-18
mips: rename PUD_ORDER to PUD_TABLE_ORDER
Mike Rapoport
3
-10
/
+10
2022-07-18
mips: rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
4
-15
/
+12
2022-07-18
csky: drop definition of PGD_ORDER
Mike Rapoport
2
-3
/
+2
2022-07-18
csky: drop definition of PTE_ORDER
Mike Rapoport
1
-2
/
+1
2022-07-18
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
25
-50
/
+0
[next]