aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-4/+6
2017-06-02ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationGravatar Lorenzo Pieralisi 1-3/+3
2017-05-25ARM64: PCI: Fix struct acpi_pci_root_ops allocation failure pathGravatar Timmy Li 1-1/+3
2017-05-23arm64: dts: hikey: Fix WiFi supportGravatar Ulf Hansson 1-15/+11
2017-05-23arm64: dts: hi6220: Move board data from the dwmmc nodes to hikey dtsGravatar Ulf Hansson 2-20/+22
2017-05-23arm64: dts: hikey: Add the SYS_5V and the VDD_3V3 regulatorsGravatar Ulf Hansson 1-1/+21
2017-05-23arm64: dts: hi6220: Move the fixed_5v_hub regulator to the hikey dtsGravatar Ulf Hansson 2-11/+11
2017-05-23arm64: dts: hikey: Add clock for the pmic mfdGravatar Daniel Lezcano 1-0/+1
2017-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 9-66/+134
2017-05-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-14/+53
2017-05-19arm64: dts: rockchip: fix include referenceGravatar Arnd Bergmann 1-1/+1
2017-05-19arm64: defconfig: enable options needed for QCom DB410c boardGravatar Rob Herring 1-0/+7
2017-05-18arm64: defconfig: sync with savedefconfigGravatar Rob Herring 1-61/+42
2017-05-18devicetree: Move include prefixes from arch to separate directoryGravatar Olof Johansson 3-3/+0
2017-05-18Merge tag 'v4.12-rc1' into fixesGravatar Olof Johansson 17-173/+89
2017-05-17arm64/cpufeature: don't use mutex in bringup pathGravatar Mark Rutland 3-6/+37
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+3
2017-05-15arm64: perf: Ignore exclude_hv when kernel is running in HYPGravatar Ganapatrao Kulkarni 1-7/+16
2017-05-15arm64: Remove redundant mov from LL/SC cmpxchgGravatar Robin Murphy 1-1/+0
2017-05-15arm64: KVM: Do not use stack-protector to compile EL2 codeGravatar Marc Zyngier 1-0/+2
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 10-20/+50
2017-05-11bpf, arm64: fix faulty emission of map access in tail callsGravatar Daniel Borkmann 1-2/+3
2017-05-11arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yGravatar Florian Fainelli 1-1/+6
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-18/+0
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2017-05-10Merge branch 'tee/initial-merge' into fixesGravatar Arnd Bergmann 1-0/+7
2017-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-8/+17
2017-05-10Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-0/+7
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-18/+0
2017-05-10Merge tag 'mvebu-arm64-4.12-1' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 1-0/+5
2017-05-10Merge tag 'mvebu-dt64-4.12-3' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 2-3/+78
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-124/+19
2017-05-09Merge tag 'v4.11-next-fixes' of https://github.com/mbgg/linux-mediatek into f...Gravatar Arnd Bergmann 1-0/+3
2017-05-09Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 114-1362/+10912
2017-05-09Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-1/+25
2017-05-09Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 5-2/+78
2017-05-09arm64: uaccess: suppress spurious clang warningGravatar Mark Rutland 1-2/+2
2017-05-09arm64: atomic_lse: match asm register sizesGravatar Mark Rutland 1-2/+2
2017-05-09arm64: armv8_deprecated: ensure extension of addrGravatar Mark Rutland 1-1/+2
2017-05-09arm64: uaccess: ensure extension of access_ok() addrGravatar Mark Rutland 1-1/+2
2017-05-09arm64: ensure extension of smp_store_release valueGravatar Mark Rutland 1-5/+15
2017-05-09arm64: xchg: hazard against entire exchange variableGravatar Mark Rutland 1-1/+1
2017-05-09ARM64: dts: mediatek: configure some fixed mmc parametersGravatar yong mao 1-0/+3
2017-05-09arm64: entry: improve data abort handling of tagged pointersGravatar Kristina Martsenko 2-2/+12
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersGravatar Kristina Martsenko 2-3/+6
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerGravatar Kristina Martsenko 1-2/+2
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Paolo Bonzini 4-8/+17
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+12
2017-05-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-4/+3