summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin2018-10-2610-16/+21
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-2519-299/+525
|\
| * KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-195-2/+44
| * arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-181-1/+0
| * arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-182-3/+3
| * arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
| * KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-033-3/+3
| * kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-032-24/+13
| * kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose2018-10-032-2/+15
| * kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-032-9/+46
| * kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose2018-10-012-1/+8
| * kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-014-3/+5
| * kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose2018-10-012-19/+49
| * kvm: arm64: Dynamic configuration of VTTBR maskSuzuki K Poulose2018-10-012-10/+88
| * kvm: arm64: Make stage2 page table layout dynamicSuzuki K Poulose2018-10-011-32/+52
| * kvm: arm64: Prepare for dynamic stage2 page table layoutSuzuki K Poulose2018-10-014-124/+136
| * kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-014-45/+54
| * kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-017-81/+45
| * kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-012-0/+9
| * kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose2018-10-012-26/+11
| * arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose2018-10-011-0/+20
| * kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-013-3/+12
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-2513-1484/+672
|\ \
| * | crypto: arm64/aes-blk - ensure XTS mask is always loadedArd Biesheuvel2018-10-121-4/+4
| * | crypto: arm64/aes - fix handling sub-block CTS-CBC inputsEric Biggers2018-10-081-4/+9
| * | arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCsHoria Geantă2018-09-211-0/+1
| * | crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel2018-09-213-19/+32
| * | crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2018-09-212-1/+243
| * | crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel2018-09-211-173/+108
| * | crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel2018-09-211-24/+23
| * | crypto: arm64/crct10dif - implement non-Crypto Extensions alternativeArd Biesheuvel2018-09-042-2/+162
| * | crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL versionArd Biesheuvel2018-09-042-76/+90
| * | crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel2018-09-045-540/+0
| * | crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel2018-09-041-7/+9
| * | crypto: speck - remove SpeckJason A. Donenfeld2018-09-044-643/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-251-0/+1
|\ \ \
| * \ \ Merge tag 'irqchip-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-10-061-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | arm64: marvell: Enable SEI driverMiquel Raynal2018-10-021-0/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-254-23/+8
|\ \ \ \
| * | | | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * | | | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * | | | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-18/+2
| * | | | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-272-4/+4
* | | | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-3/+2
|\ \ \ \ \
| * | | | | arm64: PCI: Remove node-local allocations when initialising host controllerPunit Agrawal2018-09-171-3/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-10-251-1/+36
|\ \ \ \ \
| * | | | | Merge branch 'tip-x86-hygon' into edac-for-4.20Borislav Petkov2018-09-2712-31/+64
| |\| | | |
| * | | | | arm64: dts: stratix10: Add peripheral EDAC nodesThor Thayer2018-09-251-1/+26
| * | | | | arm64: dts: stratix10: Add SDRAM nodeThor Thayer2018-09-251-0/+6