index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
curve25519-generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
4
-13
/
+13
2022-04-29
mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
Muchun Song
4
-38
/
+36
2022-04-29
mm/page_alloc.c: calc the right pfn if page size is not 4K
Ma Wupeng
1
-1
/
+1
2022-04-29
mm/mremap: avoid unneeded do_munmap call
Miaohe Lin
1
-2
/
+2
2022-04-29
mm/mremap: use helper mlock_future_check()
Miaohe Lin
1
-8
/
+2
2022-04-29
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
2
-7
/
+1
2022-04-29
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
2
-14
/
+2
2022-04-29
x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Christoph Hellwig
5
-21
/
+37
2022-04-29
sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-6
/
+13
2022-04-29
arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-24
/
+26
2022-04-29
powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
3
-12
/
+18
2022-04-29
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2
-0
/
+5
2022-04-29
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
1
-9
/
+2
2022-04-29
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
1
-2
/
+16
2022-04-29
mm/debug_vm_pgtable: drop protection_map[] usage
Anshuman Khandual
1
-12
/
+19
2022-04-29
mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...
Jianxing Wang
1
-2
/
+14
2022-04-29
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
1
-2
/
+2
2022-04-29
selftests: vm: fix shellcheck warnings in run_vmtests.sh
Axel Rasmussen
1
-28
/
+27
2022-04-29
selftests: vm: refactor run_vmtests.sh to reduce boilerplate
Axel Rasmussen
1
-415
/
+64
2022-04-29
selftests: vm: add test for Soft-Dirty PTE bit
Gabriel Krisman Bertazi
4
-0
/
+150
2022-04-29
selftests: vm: bring common functions to a new file
Muhammad Usama Anjum
5
-113
/
+124
2022-04-29
tools/testing/selftests/vm/gup_test.c: clarify error statement
Sidhartha Kumar
2
-11
/
+44
2022-04-29
mm: simplify follow_invalidate_pte()
Muchun Song
2
-61
/
+23
2022-04-29
dax: fix missing writeprotect the pte entry
Muchun Song
1
-87
/
+12
2022-04-29
mm: pvmw: add support for walking devmap pages
Muchun Song
1
-8
/
+9
2022-04-29
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
3
-20
/
+74
2022-04-29
dax: fix cache flush on PMD-mapped pages
Muchun Song
1
-1
/
+2
2022-04-29
mm: rmap: fix cache flush on THP pages
Muchun Song
1
-1
/
+2
2022-04-29
mm/madvise: fix potential pte_unmap_unlock pte error
Miaohe Lin
1
-4
/
+4
2022-04-29
mm: untangle config dependencies for demote-on-reclaim
Oscar Salvador
3
-26
/
+21
2022-04-29
mm: migrate: simplify the refcount validation when migrating hugetlb mapping
Baolin Wang
1
-5
/
+0
2022-04-29
mm/migration: fix possible do_pages_stat_array racing with memory offline
Miaohe Lin
1
-2
/
+7
2022-04-29
mm/migration: fix potential invalid node access for reclaim-based migration
Miaohe Lin
1
-3
/
+3
2022-04-29
mm/migration: fix potential page refcounts leak in migrate_pages
Miaohe Lin
1
-0
/
+8
2022-04-29
mm/migration: remove some duplicated codes in migrate_pages
Miaohe Lin
1
-24
/
+12
2022-04-29
mm/migration: avoid unneeded nodemask_t initialization
Miaohe Lin
1
-2
/
+2
2022-04-29
mm/migration: use helper macro min in do_pages_stat
Miaohe Lin
1
-6
/
+2
2022-04-29
mm/migration: use helper function vma_lookup() in add_page_for_migration
Miaohe Lin
1
-2
/
+2
2022-04-29
mm/migration: remove unneeded local variable page_lru
Miaohe Lin
1
-3
/
+1
2022-04-29
mm/migration: remove unneeded local variable mapping_locked
Miaohe Lin
1
-4
/
+2
2022-04-29
mm: add selftests for migration entries
Alistair Popple
2
-0
/
+196
2022-04-29
mm/mempolicy: clean up the code logic in queue_pages_pte_range
Miaohe Lin
1
-9
/
+3
2022-04-29
drivers/base/node.c: fix compaction sysfs file leak
Miaohe Lin
1
-0
/
+1
2022-04-29
mm: compaction: use helper isolation_suitable()
Miaohe Lin
1
-1
/
+1
2022-04-29
mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()
Miaohe Lin
1
-3
/
+0
2022-04-29
mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free
Miaohe Lin
1
-3
/
+0
2022-04-29
mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
Miaohe Lin
1
-29
/
+12
2022-04-29
mm/z3fold: remove confusing local variable l reassignment
Miaohe Lin
1
-1
/
+0
2022-04-29
mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate
Miaohe Lin
1
-3
/
+0
2022-04-29
mm/z3fold: minor clean up for z3fold_free
Miaohe Lin
1
-4
/
+4
[next]