aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01arm64: mmu: drop paging_init commentsPeng Fan1-4/+0
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2-4/+16
2019-03-01arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-4/+5
2019-03-01Revert "arm64: uaccess: Implement unsafe accessors"Catalin Marinas1-59/+20
2019-03-01Merge tag 'qcom-fixes-for-5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/fixesArnd Bergmann1-1/+1
2019-02-28arm64: avoid clang warning about self-assignmentArnd Bergmann1-2/+3
2019-02-28arm64: Kconfig.platforms: fix warning unmet direct dependenciesAnders Roxell1-1/+1
2019-02-28arm64: io: Hook up __io_par() for inX() orderingWill Deacon1-0/+1
2019-02-28arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei5-0/+50
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai45-124/+230
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar40-119/+216
2019-02-28crypto: arm64/chacha - fix hchacha_block_neon() for big endianEric Biggers1-2/+2
2019-02-28crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endianEric Biggers1-0/+16
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+2
2019-02-27arm64: dts: rockchip: move QCA6174A wakeup pin into its USB nodeBrian Norris3-30/+42
2019-02-26arm64: dts: qcom: msm8998: Extend TZ reserved memory areaMarc Gonzalez1-1/+1
2019-02-26arm64: Rename get_thread_info()Julien Thierry3-6/+6
2019-02-26arm64: Remove documentation about TIF_USEDFPUJulien Grall1-1/+0
2019-02-25arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channelsGeert Uytterhoeven1-4/+3
2019-02-25arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channelsTakeshi Kihara1-4/+3
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-12/+17
2019-02-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-02-22Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini11-85/+188
2019-02-22Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu into arm/fixesArnd Bergmann1-1/+1
2019-02-22arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin1-1/+1
2019-02-22arm64: tegra: custom name for hda sound cardSameer Pujar3-0/+3
2019-02-22crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers1-2/+1
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-9/+13
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov2-2/+3
2019-02-21arm64: dts: Add the PCIE EP node in dtsXiaowei Bao1-1/+33
2019-02-20Merge tag 'actions-arm64-dt-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions into arm/dtArnd Bergmann3-0/+121
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-20arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-46/+141
2019-02-19KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu1-1/+2
2019-02-19KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-02-19KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada1-2/+0
2019-02-19arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2-1/+17
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel3-2/+61
2019-02-19KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall1-0/+8
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2-40/+37
2019-02-19KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier1-13/+6
2019-02-19KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier1-1/+1
2019-02-19KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall3-6/+16
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2-1/+8
2019-02-19arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier2-15/+0
2019-02-19arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier1-2/+30
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2-1/+2
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signalBaruch Siach1-1/+1