| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: tlb: fix the TTL value of tlb_get_level | Zhenyu Ye | 2021-06-23 | 1 | -0/+4 |
* | arm64: tlb: Set the TTL field in flush_tlb_range | Zhenyu Ye | 2020-07-07 | 1 | -1/+28 |
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 2019-09-26 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-05-07 | 1 | -1/+4 |
|\ |
|
| * | arm64: mm: enable per pmd page table lock | Yu Zhao | 2019-04-09 | 1 | -1/+4 |
* | | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range() | Peter Zijlstra | 2019-04-03 | 1 | -0/+1 |
|/ |
|
* | arm64: tlb: Avoid synchronous TLBIs when freeing page tables | Will Deacon | 2018-09-11 | 1 | -3/+0 |
* | arm64: tlb: Adjust stride and type of TLBI according to mmu_gather | Will Deacon | 2018-09-11 | 1 | -9/+10 |
* | arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code | Will Deacon | 2018-09-11 | 1 | -9/+3 |
* | arm64: tlbflush: Allow stride to be specified for __flush_tlb_range() | Will Deacon | 2018-09-11 | 1 | -1/+1 |
* | arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h | Will Deacon | 2018-08-24 | 1 | -0/+2 |
* | mm: do not initialize TLB stack vma's with vma_init() | Linus Torvalds | 2018-08-01 | 1 | -3/+1 |
* | mm: use vma_init() to initialize VMAs on stack and data segments | Kirill A. Shutemov | 2018-07-27 | 1 | -1/+3 |
* | arm64: tlbflush: avoid flushing when fullmm == 1 | Will Deacon | 2015-10-07 | 1 | -11/+15 |
* | arm64: Use last level TLBI for user pte changes | Catalin Marinas | 2015-07-28 | 1 | -1/+6 |
* | arm64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-15 | 1 | -2/+2 |
* | arm64: Invalidate the TLB corresponding to intermediate page table levels | Catalin Marinas | 2015-03-14 | 1 | -0/+3 |
* | mmu_gather: move minimal range calculations into generic code | Will Deacon | 2014-11-17 | 1 | -64/+3 |
* | arm64: mm: enable HAVE_RCU_TABLE_FREE logic | Steve Capper | 2014-10-10 | 1 | -3/+17 |
* | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS | Catalin Marinas | 2014-07-23 | 1 | -2/+2 |
* | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee | 2014-07-23 | 1 | -0/+9 |
* | arm64: Introduce VA_BITS and translation level options | Jungseok Lee | 2014-07-23 | 1 | -1/+1 |
* | arm64: mm: Add THP TLB entries to general mmu_gather | Steve Capper | 2014-04-25 | 1 | -0/+6 |
* | arm64: Convert asm/tlb.h to generic mmu_gather | Catalin Marinas | 2014-02-26 | 1 | -116/+20 |
* | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 2013-08-16 | 1 | -2/+5 |
* | ARM64: mm: THP support. | Steve Capper | 2013-06-14 | 1 | -0/+6 |
* | arm64: TLB maintenance functionality | Catalin Marinas | 2012-09-17 | 1 | -0/+190 |