aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-0/+2
2020-09-15KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull1-0/+2
2020-09-15KVM: arm64: Choose hyp symbol based on contextAndrew Scull1-6/+19
2020-09-15KVM: arm64: Remove kvm_host_data_t typedefAndrew Scull1-3/+1
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-1/+1
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan1-9/+8
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap3-9/+20
2020-09-14arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap1-1/+1
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap1-0/+4
2020-09-13irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0Alexandru Elisei2-2/+20
2020-09-13arm64: Allow IPIs to be handled as normal interruptsMarc Zyngier1-0/+5
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-9/+8
2020-09-11arm64/mm: Unify CONT_PMD_SHIFTGavin Shan1-8/+2
2020-09-11arm64/mm: Unify CONT_PTE_SHIFTGavin Shan2-8/+1
2020-09-11arm64/mm: Remove CONT_RANGE_OFFSETGavin Shan1-2/+0
2020-09-11arm64/cpuinfo: Define HWCAP name arrays per their actual bit definitionsAnshuman Khandual1-0/+9
2020-09-11Merge branch 'kvm-arm64/pt-new' into kvmarm-master/nextMarc Zyngier11-512/+373
2020-09-11KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'Will Deacon1-1/+0
2020-09-11KVM: arm64: Remove unused page-table codeWill Deacon4-417/+0
2020-09-11KVM: arm64: Add support for relaxing stage-2 perms in generic page-table codeWill Deacon1-0/+19
2020-09-11KVM: arm64: Add support for stage-2 cache flushing in generic page-tableQuentin Perret1-0/+15
2020-09-11KVM: arm64: Add support for stage-2 write-protect in generic page-tableQuentin Perret1-0/+18
2020-09-11KVM: arm64: Add support for stage-2 page-aging in generic page-tableWill Deacon1-0/+44
2020-09-11KVM: arm64: Add support for stage-2 map()/unmap() in generic page-tableWill Deacon1-0/+46
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-2 page tablesWill Deacon2-0/+19
2020-09-11KVM: arm64: Use generic allocator for hyp stage-1 page-tablesWill Deacon4-88/+7
2020-09-11KVM: arm64: Add support for creating kernel-agnostic stage-1 page tablesWill Deacon1-0/+40
2020-09-11KVM: arm64: Add stand-alone page-table walker infrastructureWill Deacon1-0/+104
2020-09-11KVM: arm64: Remove kvm_mmu_free_memory_caches()Will Deacon1-2/+0
2020-09-11arm64/mm: Enable THP migrationAnshuman Khandual1-0/+5
2020-09-11arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual2-3/+38
2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel3-4/+3
2020-09-07arm64: fix some spelling mistakes in the comments by codespellXiaoming Ni3-3/+3
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price2-0/+40
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas1-0/+17
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2-8/+8
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas1-0/+4
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2-0/+8
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2-0/+17
2020-09-04arm64: mte: Validate the PROT_MTE request via arch_validate_flags()Catalin Marinas1-1/+13
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas4-12/+59
2020-09-04arm64: Avoid unnecessary clear_user_page() indirectionCatalin Marinas1-2/+1
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino2-3/+15
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2-0/+23
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2-1/+26
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino5-3/+11
2020-09-03arm64: mte: Use Normal Tagged attributes for the linear mapCatalin Marinas2-0/+3
2020-09-03arm64: mte: system register definitionsVincenzo Frascino2-0/+54
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5