summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernelsArd Biesheuvel2018-03-161-13/+23
* crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt pathArd Biesheuvel2018-03-161-2/+21
* crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt pathArd Biesheuvel2018-03-161-6/+25
* crypto: arm64/aes-blk - remove configurable interleaveArd Biesheuvel2018-03-162-200/+40
* crypto: arm64/chacha20 - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-3/+9
* crypto: arm64/aes-bs - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-19/+17
* crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-163-102/+97
* crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-24/+23
* crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-164-0/+643
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-1012-21/+102
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0136-79/+109
| |\
| * \ Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2018-01-3117-32/+104
| |\ \
| | * | arm64: mm: Add additional parameter to uaccess_ttbr0_disableChristoffer Dall2018-01-177-11/+11
| | * | arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall2018-01-093-5/+5
| | * | KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartionsMarc Zyngier2018-01-081-5/+2
| | * | KVM: arm/arm64: Preserve Exec permission across R/W permission faultsMarc Zyngier2018-01-081-0/+10
| | * | KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier2018-01-082-2/+14
| | * | arm64: KVM: PTE/PMD S2 XN bit definitionMarc Zyngier2018-01-081-0/+2
| | * | arm64: KVM: Add invalidate_icache_range helperMarc Zyngier2018-01-084-12/+52
| | * | KVM: arm/arm64: Split dcache/icache flushingMarc Zyngier2018-01-081-3/+10
| | * | KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.hMarc Zyngier2018-01-084-1/+3
| | * | Revert "arm64: KVM: Hide PMU from guests when disabled"Christoffer Dall2018-01-081-21/+14
| | * | KVM: arm/arm64: Avoid work when userspace iqchips are not usedChristoffer Dall2018-01-021-0/+2
| | * | arm64: KVM: Hide PMU from guests when disabledAndrew Jones2018-01-021-14/+21
| * | | KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall2017-12-141-3/+12
| |/ /
* | | Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-2/+2
|\ \ \
| * | | ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-2/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-0828-229/+612
|\ \ \ \
| * | | | arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-063-70/+13
| * | | | arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-062-1/+87
| * | | | arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier2018-02-061-2/+18
| * | | | arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-061-0/+6
| * | | | arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier2018-02-061-8/+12
| * | | | arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2018-02-061-1/+1
| * | | | arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-062-28/+2
| * | | | arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier2018-02-061-0/+9
| * | | | arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-02-061-2/+2
| * | | | arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-062-0/+11
| * | | | arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-062-1/+13
| * | | | arm64: futex: Mask __user pointers prior to dereferenceWill Deacon2018-02-061-3/+6
| * | | | arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-064-14/+30
| * | | | arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon2018-02-061-22/+32
| * | | | arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon2018-02-061-0/+7
| * | | | arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-062-0/+13
| * | | | arm64: Use pointer masking to limit uaccess speculationRobin Murphy2018-02-061-3/+23
| * | | | arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-064-23/+33
| * | | | arm64: Implement array_index_mask_nospec()Robin Murphy2018-02-061-0/+21
| * | | | arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2018-02-062-0/+8
| * | | | arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-064-7/+7
| * | | | arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon2018-02-062-22/+15
OpenPOWER on IntegriCloud