summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | | | | arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-143-9/+20
| | | | | | | | | * | | | | | arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap2020-09-141-1/+1
| | | | | | | | | * | | | | | arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap2020-09-141-0/+4
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| | | | | | | | * | | | | | arm64: perf: Add support caps under sysfsShaokun Zhang2020-09-282-0/+5
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | | | | | | * | | | | | arm64: Enable PCI write-combine resources under sysfsClint Sbisa2020-09-181-0/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon2020-10-011-0/+8
| | | | | | * | | | | | arm64/mm: Unify CONT_PMD_SHIFTGavin Shan2020-09-111-8/+2
| | | | | | * | | | | | arm64/mm: Unify CONT_PTE_SHIFTGavin Shan2020-09-112-8/+1
| | | | | | * | | | | | arm64/mm: Remove CONT_RANGE_OFFSETGavin Shan2020-09-111-2/+0
| | | | | | * | | | | | arm64/mm: Enable THP migrationAnshuman Khandual2020-09-111-0/+5
| | | | | | * | | | | | arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual2020-09-112-3/+38
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | | | | * | | | | | arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu2020-09-211-0/+3
| | | | | * | | | | | arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2020-09-141-9/+8
| | | | | * | | | | | arm64: get rid of TEXT_OFFSETArd Biesheuvel2020-09-073-4/+3
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | * | | | | | arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall2020-09-211-0/+2
| | | | * | | | | | arm64/sve: Implement a helper to flush SVE registersJulien Grall2020-09-212-0/+20
| | | | * | | | | | arm64/fpsimdmacros: Allow the macro "for" to be used in more casesJulien Grall2020-09-211-3/+7
| | | | * | | | | | arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LENJulien Grall2020-09-211-7/+12
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | arm64/cpuinfo: Define HWCAP name arrays per their actual bit definitionsAnshuman Khandual2020-09-111-0/+9
| | |/ / / / / / | |/| | | | | |
| | * | | | | | arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2020-09-181-0/+9
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-211-3/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-201-3/+11
| |\ \ \ \ \
| | * | | | | KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier2020-09-181-2/+2
| | * | | | | KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2020-09-181-2/+10
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-131-1/+1
|\| | | | | | |_|/ / / |/| | | |
| * | | | Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-116-9/+8
| |\| | |
| | * | | arm64/x86: KVM: Introduce steal-time capAndrew Jones2020-08-211-0/+1
| | * | | KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones2020-08-211-1/+0
| | |/ /
* | | | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-0/+5
|\ \ \ \
| * | | | arm64: Implement arch_irqs_disabled()Peter Zijlstra2020-08-261-0/+5
| | |_|/ | |/| |
* | | | KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse2020-08-281-1/+2
* | | | KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse2020-08-281-0/+28
* | | | KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-0/+15
* | | | arm64: use a common .arch preamble for inline assemblySami Tolvanen2020-08-282-2/+10
|/ / /
* | / Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-221-1/+1
|\| | | |/ |/|
| * KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+1
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-2/+2
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-142-2/+4
|\ \
| * | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-062-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-129-134/+203
|\ \ \ | | |/ | |/|
| * | Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-08-099-134/+203
| |\ \
| | * \ Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier2020-07-301-1/+1
| | |\ \
| | | * | KVM: arm64: Rename kvm_vcpu_dabt_isextabt()Will Deacon2020-07-301-1/+1
| | * | | Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier2020-07-282-18/+17
| | |\| |
| | | * | KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil2020-07-281-4/+2
| | | * | KVM: arm64: Rename HSR to ESRGavin Shan2020-07-051-17/+17
| | | * | arm64: kvm: Remove kern_hyp_va from get_vcpu_ptrAndrew Scull2020-07-051-1/+0
| | * | | Merge branch 'kvm-arm64/target-table-no-more' into kvmarm-master/next-WIPMarc Zyngier2020-07-281-8/+0
| | |\ \ \
| | | * | | KVM: arm64: Remove the target tableJames Morse2020-07-051-7/+0
| | | * | | KVM: arm64: Drop the target_table[] indirectionJames Morse2020-07-051-2/+1
| | | |/ /