summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual2019-06-031-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-061-0/+20
* arm64: hugetlb: Register hugepages during arch initAllen Pais2018-12-061-11/+22
* arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper2018-09-241-4/+34
* arm64: hugetlb: Fix handling of young ptesSteve Capper2018-09-241-3/+9
* mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-6/+4Star
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-271-2/+5
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-51/+43Star
* arm64: hugetlb: Cleanup setup_hugepageszSteve Capper2017-08-221-13/+13
* arm64: Re-enable support for contiguous hugepagesPunit Agrawal2017-08-221-0/+14
* arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal2017-08-221-0/+12
* arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal2017-08-221-0/+38
* arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal2017-08-221-5/+14
* arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper2017-08-221-21/+91
* arm64: hugetlb: Spring clean huge pte accessorsSteve Capper2017-08-221-65/+54Star
* arm64: hugetlb: Introduce pte_pgprot helperSteve Capper2017-08-221-4/+12
* arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper2017-08-221-0/+6
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-1/+2
* arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper2017-07-071-23/+14Star
* arm64: hugetlb: refactor find_num_contig()Steve Capper2017-07-071-9/+8Star
* arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal2017-06-121-19/+10Star
* Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon2017-04-071-14/+0Star
* arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie2017-01-111-1/+1
* arm64: hugetlb: fix the wrong address for several functionsHuang Shijie2016-11-091-4/+4
* arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie2016-11-091-12/+0Star
* arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas2016-11-091-1/+1
* Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon2016-05-311-0/+14
* arm64: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon2016-03-091-14/+0Star
* arm64: hugetlb: add support for PTE contiguous bitDavid Woods2015-12-211-1/+273
* arm64: hugetlb: remove paragraph about writing to FSFJisheng Zhang2015-07-271-4/+0Star
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-07-031-2/+2
|\
| * arm64: Don't report clear pmds and puds as hugeChristoffer Dall2015-07-011-2/+2
* | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-251-7/+0Star
|/
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-6/+0Star
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-051-5/+0Star
* arm64: fix pud_huge() for 2-level pagetablesMark Salter2014-05-161-0/+4
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+5
* ARM64: mm: HugeTLB support.Steve Capper2013-06-141-0/+70