summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-12-20arm64: select ACPI PCI code only when both features are enabledSinan Kaya1-2/+2
2018-12-19Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini15-105/+164
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier1-0/+1
2018-12-19arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier3-0/+41
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2-2/+2
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall2-4/+6
2018-12-19arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig1-5/+1
2018-12-19arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device nodeChen-Yu Tsai1-0/+14
2018-12-18KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall1-9/+7
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal3-0/+20
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal2-0/+6
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal2-0/+13
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal2-0/+7
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal1-0/+10
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal1-0/+5
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland1-4/+4
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland6-85/+41
2018-12-18arm64: dts: mt7622: Remove un-used property for PCIeHonghui Zhang1-2/+0
2018-12-17arm64: dts: exynos: Add Bluetooth chip to TM2(e) boardsMarek Szyprowski1-0/+14
2018-12-16arm64: dts: imx8mq-evk: enable watchdogBaruch Siach1-0/+13
2018-12-16arm64: dts: imx8mq: add watchdog devicesBaruch Siach1-0/+24
2018-12-16arm64: add support for i.MX8M EVK boardLucas Stach2-0/+292
2018-12-16arm64: add basic DTS for i.MX8MQLucas Stach2-0/+1015
2018-12-16arm64: add basic Kconfig symbols for i.MX8Lucas Stach1-0/+8
2018-12-16arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controllerFrieder Schrempf4-0/+12
2018-12-16arm64: dts: Remove unused properties from FSL QSPI driver nodesFrieder Schrempf3-5/+0
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2-17/+0
2018-12-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen1-0/+1
2018-12-14arm64: dts: ti: k3-am654: Enable main domain McSPI0Vignesh R1-0/+27
2018-12-14arm64: dts: ti: k3-am654: Add McSPI DT nodesVignesh R2-0/+82
2018-12-14arm64: dts: ti: k3-am654: Populate power-domain property for UART nodesVignesh R3-2/+5
2018-12-14arm64: dts: ti: k3-am654-base-board: Enable ECAP PWMVignesh R1-0/+11
2018-12-14arm64: dts: ti: k3-am65-main: Add ECAP PWM nodeVignesh R1-0/+9
2018-12-14arm64: dts: ti: k3-am654-base-board: Add I2C nodesVignesh R5-0/+142
2018-12-14arm64: dts: ti: am654-base-board: Add pinmux for main uart0Vignesh R1-0/+16
2018-12-14arm64: dts: ti: k3-am65: Add pinctrl regionsTero Kristo3-0/+25
2018-12-14arm64: dts: exynos: Add IMEM clock controller to Exynos5433Kamil Konieczny1-0/+15
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-3/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-1/+1
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy2-89/+1
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring6-26/+38
2018-12-13arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon1-40/+41
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon3-89/+99
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon3-17/+8
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon4-8/+7
2018-12-13arm64: enable pointer authenticationMark Rutland1-0/+23
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko4-0/+55