index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
hugetlbpage.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-23
1
-20
/
+20
*
arm64/mm: convert ptep_clear() to ptep_get_and_clear()
Ryan Roberts
2024-02-23
1
-1
/
+1
*
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
2024-02-23
1
-5
/
+5
*
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-23
1
-3
/
+3
*
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
2024-02-22
1
-7
/
+0
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-09
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2023-11-01
1
-2
/
+1
|
\
|
*
arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198
Mark Rutland
2023-10-16
1
-2
/
+1
*
|
arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries
Ryan Roberts
2023-09-30
1
-14
/
+3
*
|
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2023-09-30
1
-2
/
+4
|
/
*
arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()
Qi Zheng
2023-08-25
1
-1
/
+1
*
arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
2023-06-20
1
-9
/
+2
*
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
2023-01-06
1
-0
/
+21
*
Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"
Will Deacon
2022-12-15
1
-21
/
+0
*
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
2022-11-18
1
-0
/
+21
*
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
2022-09-27
1
-1
/
+1
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-17
/
+39
|
\
|
*
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
2022-07-18
1
-0
/
+22
|
*
mm: hugetlb: kill set_huge_swap_pte_at()
Qi Zheng
2022-07-04
1
-17
/
+17
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-08-01
1
-10
/
+0
|
\
\
|
*
|
arm64: Add HAVE_IOREMAP_PROT support
Kefeng Wang
2022-06-27
1
-10
/
+0
|
|
/
*
/
arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes
Will Deacon
2022-07-01
1
-9
/
+21
|
/
*
arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
Baolin Wang
2022-05-27
1
-1
/
+4
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-7
/
+5
|
\
|
*
mm: change huge_ptep_clear_flush() to return the original pte
Baolin Wang
2022-05-14
1
-7
/
+5
*
|
arm64/hugetlb: Implement arm64 specific huge_ptep_get()
Baolin Wang
2022-05-17
1
-0
/
+22
*
|
arm64/hugetlb: Use ptep_get() to get the pte value of a huge page
Baolin Wang
2022-05-17
1
-4
/
+4
*
|
arm64/hugetlb: Drop TLB flush from get_clear_flush()
Anshuman Khandual
2022-05-11
1
-11
/
+5
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-23
1
-0
/
+1
|
\
|
*
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
2022-03-22
1
-0
/
+1
*
|
arm64/hugetlb: Define __hugetlb_valid_size()
Anshuman Khandual
2022-02-22
1
-20
/
+18
|
/
*
Merge branch 'for-next/fixes' into for-next/core
Will Deacon
2021-10-29
1
-1
/
+2
|
\
|
*
arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE
Mike Kravetz
2021-10-11
1
-1
/
+1
*
|
arm64/mm: Add pud_sect_supported()
Anshuman Khandual
2021-09-29
1
-11
/
+15
|
/
*
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
2021-07-01
1
-3
/
+2
*
hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
Peter Xu
2021-05-05
1
-2
/
+1
*
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
2021-05-05
1
-2
/
+2
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs
Anshuman Khandual
2020-07-15
1
-0
/
+38
*
arm64/mm: Redefine CONT_{PTE, PMD}_SHIFT
Gavin Shan
2020-07-03
1
-2
/
+2
*
arm64: add support for folded p4d page tables
Mike Rapoport
2020-06-05
1
-3
/
+12
*
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
2020-06-04
1
-12
/
+4
*
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
2020-06-04
1
-15
/
+0
*
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
2020-06-04
1
-4
/
+13
*
arm64: hugetlb: avoid potential NULL dereference
Mark Rutland
2020-05-07
1
-0
/
+2
*
arm64/hugetlb: Use macros for contiguous huge page sizes
Anshuman Khandual
2019-06-03
1
-6
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages
Anshuman Khandual
2019-03-06
1
-0
/
+20
*
arm64: hugetlb: Register hugepages during arch init
Allen Pais
2018-12-06
1
-11
/
+22
*
arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags
Steve Capper
2018-09-24
1
-4
/
+34
[next]