| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64/mm: Consolidate TCR_EL1 fields | Anshuman Khandual | 2022-02-15 | 1 | -0/+2 |
* | arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK] | Anshuman Khandual | 2021-06-15 | 1 | -7/+0 |
* | arm64: mm: use XN table mapping attributes for the linear region | Ard Biesheuvel | 2021-03-19 | 1 | -0/+6 |
* | arm64: mm: add missing P4D definitions and use them consistently | Ard Biesheuvel | 2021-03-19 | 1 | -0/+9 |
* | kasan: arm64: set TCR_EL1.TBID1 when enabled | Peter Collingbourne | 2020-11-25 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-10-23 | 1 | -24/+0 |
|\ |
|
| * | KVM: arm64: Remove unused page-table code | Will Deacon | 2020-09-11 | 1 | -18/+0 |
| * | KVM: arm64: Use generic allocator for hyp stage-1 page-tables | Will Deacon | 2020-09-11 | 1 | -6/+0 |
* | | arm64/mm: Unify CONT_PMD_SHIFT | Gavin Shan | 2020-09-11 | 1 | -8/+2 |
* | | arm64/mm: Unify CONT_PTE_SHIFT | Gavin Shan | 2020-09-11 | 1 | -3/+1 |
* | | arm64/mm: Remove CONT_RANGE_OFFSET | Gavin Shan | 2020-09-11 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'for-next/tlbi' into for-next/core | Catalin Marinas | 2020-07-31 | 1 | -0/+2 |
|\ |
|
| * | arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors | Marc Zyngier | 2020-07-07 | 1 | -0/+2 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',... | Catalin Marinas | 2020-07-31 | 1 | -2/+3 |
|\ \ \ \
| | | |/
| | |/| |
|
| | | * | arm64: pgtable-hwdef.h: delete duplicated words | Randy Dunlap | 2020-07-30 | 1 | -2/+2 |
| | |/ |
|
| * / | arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo | Bhupesh Sharma | 2020-07-02 | 1 | -0/+1 |
| |/ |
|
* / | arm64/mm: Redefine CONT_{PTE, PMD}_SHIFT | Gavin Shan | 2020-07-03 | 1 | -8/+8 |
|/ |
|
* | Merge branch 'for-next/bti' into for-next/core | Will Deacon | 2020-05-28 | 1 | -0/+1 |
|\ |
|
| * | arm64: Basic Branch Target Identification support | Dave Martin | 2020-03-16 | 1 | -0/+1 |
* | | KVM: arm64: Drop PTE_S2_MEMATTR_MASK | Zenghui Yu | 2020-04-28 | 1 | -1/+0 |
|/ |
|
*-. | Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for... | Will Deacon | 2020-01-22 | 1 | -0/+3 |
|\ \ |
|
| | * | arm64: hibernate: add PUD_SECT_RDONLY | Pavel Tatashin | 2020-01-08 | 1 | -0/+1 |
| |/
|/| |
|
| * | arm64: Add initial support for E0PD | Mark Brown | 2020-01-15 | 1 | -0/+2 |
|/ |
|
* | arm64: mm: Remove MAX_USER_VA_BITS definition | Bhupesh Sharma | 2019-11-06 | 1 | -1/+1 |
* | arm64: mm: Introduce 52-bit Kernel VAs | Steve Capper | 2019-08-09 | 1 | -1/+1 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-07-08 | 1 | -2/+1 |
|\ |
|
| * | arm64/mm: Drop [PTE|PMD]_TYPE_FAULT | Anshuman Khandual | 2019-06-26 | 1 | -2/+0 |
| * | arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions | Anshuman Khandual | 2019-06-03 | 1 | -0/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
|/ |
|
* | arm64: Add workaround for Fujitsu A64FX erratum 010001 | Zhang Lei | 2019-02-28 | 1 | -0/+1 |
* | kasan, arm64: enable top byte ignore for the kernel | Andrey Konovalov | 2018-12-28 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-12-26 | 1 | -0/+4 |
|\ |
|
| * | KVM: arm64: Add support for creating PUD hugepages at stage 2 | Punit Agrawal | 2018-12-18 | 1 | -0/+2 |
| * | KVM: arm64: Support PUD hugepage in stage2_is_exec() | Punit Agrawal | 2018-12-18 | 1 | -0/+2 |
* | | arm64: mm: Introduce MAX_USER_VA_BITS definition | Will Deacon | 2018-12-12 | 1 | -5/+1 |
* | | Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core | Will Deacon | 2018-12-10 | 1 | -0/+4 |
|\ \ |
|
| * | | arm64: Add TCR_EPD{0,1} definitions | Marc Zyngier | 2018-12-10 | 1 | -0/+4 |
| |/ |
|
* | | arm64: Kconfig: Re-jig CONFIG options for 52-bit VA | Will Deacon | 2018-12-10 | 1 | -2/+2 |
* | | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD | Steve Capper | 2018-12-10 | 1 | -0/+10 |
|/ |
|
* | arm64: mm: Support Common Not Private translations | Vladimir Murzin | 2018-09-18 | 1 | -0/+2 |
* | arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=y | Will Deacon | 2018-03-06 | 1 | -0/+1 |
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-02-10 | 1 | -0/+2 |
|\ |
|
| * | arm64: KVM: PTE/PMD S2 XN bit definition | Marc Zyngier | 2018-01-08 | 1 | -0/+2 |
* | | arm64: Correct type for PUD macros | Punit Agrawal | 2018-01-16 | 1 | -3/+3 |
* | | Merge branch 'for-next/52-bit-pa' into for-next/core | Catalin Marinas | 2017-12-22 | 1 | -1/+24 |
|\ \ |
|
| * | | arm64: handle 52-bit physical addresses in page table entries | Kristina Martsenko | 2017-12-22 | 1 | -2/+4 |
| * | | arm64: head.S: handle 52-bit PAs in PTEs in early page table setup | Kristina Martsenko | 2017-12-22 | 1 | -0/+6 |
| * | | arm64: handle 52-bit addresses in TTBR | Kristina Martsenko | 2017-12-22 | 1 | -0/+13 |
| * | | arm64: limit PA size to supported range | Kristina Martsenko | 2017-12-22 | 1 | -0/+2 |
| * | | arm64: add kconfig symbol to configure physical address size | Kristina Martsenko | 2017-12-22 | 1 | -1/+1 |
| |/ |
|