index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
/
hugetlbpage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-06
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
1
-0
/
+21
2022-12-15
Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"
Will Deacon
1
-21
/
+0
2022-11-18
arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption
Anshuman Khandual
1
-0
/
+21
2022-09-26
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
1
-1
/
+1
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+39
2022-08-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-10
/
+0
2022-07-17
arm64/hugetlb: implement arm64 specific hugetlb_mask_last_page
Baolin Wang
1
-0
/
+22
2022-07-03
mm: hugetlb: kill set_huge_swap_pte_at()
Qi Zheng
1
-17
/
+17
2022-07-01
arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptes
Will Deacon
1
-9
/
+21
2022-06-27
arm64: Add HAVE_IOREMAP_PROT support
Kefeng Wang
1
-10
/
+0
2022-05-27
arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
Baolin Wang
1
-1
/
+4
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+5
2022-05-16
arm64/hugetlb: Implement arm64 specific huge_ptep_get()
Baolin Wang
1
-0
/
+22
2022-05-16
arm64/hugetlb: Use ptep_get() to get the pte value of a huge page
Baolin Wang
1
-4
/
+4
2022-05-13
mm: change huge_ptep_clear_flush() to return the original pte
Baolin Wang
1
-7
/
+5
2022-05-11
arm64/hugetlb: Drop TLB flush from get_clear_flush()
Anshuman Khandual
1
-11
/
+5
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
1
-0
/
+1
2022-02-22
arm64/hugetlb: Define __hugetlb_valid_size()
Anshuman Khandual
1
-20
/
+18
2021-10-29
Merge branch 'for-next/fixes' into for-next/core
Will Deacon
1
-1
/
+2
2021-10-11
arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZE
Mike Kravetz
1
-1
/
+1
2021-09-29
arm64/mm: Add pud_sect_supported()
Anshuman Khandual
1
-11
/
+15
2021-06-30
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
1
-3
/
+2
2021-05-05
hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
Peter Xu
1
-2
/
+1
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
1
-2
/
+2
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-07-15
arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs
Anshuman Khandual
1
-0
/
+38
2020-07-03
arm64/mm: Redefine CONT_{PTE, PMD}_SHIFT
Gavin Shan
1
-2
/
+2
2020-06-04
arm64: add support for folded p4d page tables
Mike Rapoport
1
-3
/
+12
2020-06-03
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
1
-12
/
+4
2020-06-03
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-15
/
+0
2020-06-03
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-4
/
+13
2020-05-07
arm64: hugetlb: avoid potential NULL dereference
Mark Rutland
1
-0
/
+2
2019-06-03
arm64/hugetlb: Use macros for contiguous huge page sizes
Anshuman Khandual
1
-6
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2019-03-05
arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages
Anshuman Khandual
1
-0
/
+20
2018-12-06
arm64: hugetlb: Register hugepages during arch init
Allen Pais
1
-11
/
+22
2018-09-24
arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags
Steve Capper
1
-4
/
+34
2018-09-24
arm64: hugetlb: Fix handling of young ptes
Steve Capper
1
-3
/
+9
2018-08-01
mm: do not initialize TLB stack vma's with vma_init()
Linus Torvalds
1
-6
/
+4
2018-07-26
mm: use vma_init() to initialize VMAs on stack and data segments
Kirill A. Shutemov
1
-2
/
+5
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-51
/
+43
2017-08-22
arm64: hugetlb: Cleanup setup_hugepagesz
Steve Capper
1
-13
/
+13
2017-08-22
arm64: Re-enable support for contiguous hugepages
Punit Agrawal
1
-0
/
+14
2017-08-22
arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepages
Punit Agrawal
1
-0
/
+12
2017-08-22
arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepages
Punit Agrawal
1
-0
/
+38
2017-08-22
arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...
Punit Agrawal
1
-5
/
+14
2017-08-22
arm64: hugetlb: Add break-before-make logic for contiguous entries
Steve Capper
1
-21
/
+91
2017-08-22
arm64: hugetlb: Spring clean huge pte accessors
Steve Capper
1
-65
/
+54
2017-08-22
arm64: hugetlb: Introduce pte_pgprot helper
Steve Capper
1
-4
/
+12
[next]