summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* ARM64: juno: add GPIO keysLinus Walleij2015-06-111-0/+61
* Merge tag 'hi6620-dt-for-4.2' of git://github.com/hisilicon/linux-hisi into n...Kevin Hilman2015-06-104-0/+208
|\
| * arm64: dts: Add dts files for Hisilicon Hi6220 SoCBintian Wang2015-06-054-0/+208
* | Merge tag 'v4.1-next-arm64' of https://github.com/mbgg/linux-mediatek into ne...Arnd Bergmann2015-06-011-19/+22
|\ \
| * | arm64: dts: mt8173: fix some indentationDaniel Kurtz2015-06-011-10/+9
| * | arm64: dts: mt8173: Fixup pinctrl nodesYingjoe Chen2015-05-041-9/+13
| |/
* | Merge branch 'for-upstream/juno-dts' of git://linux-arm.org/linux-ld into nex...Arnd Bergmann2015-05-295-131/+274
|\ \
| * \ Merge branch 'for-upstream/juno-dts' of git://linux-arm.org/linux-ld into nex...Arnd Bergmann2015-05-225-131/+274
| |\ \
| | * | arm64: Add DT support for Juno r1 board.Liviu Dudau2015-05-222-1/+117
| | * | arm64: Juno: Add GICv2m support in device tree.Liviu Dudau2015-05-221-14/+21
| | * | arm64: Juno: Add memory mapped timer nodeLiviu Dudau2015-05-221-0/+15
| | * | arm64: Juno: Split juno.dts into juno-base.dtsi and juno.dts.Liviu Dudau2015-05-222-128/+133
| | * | arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock.Liviu Dudau2015-05-222-3/+3
| | |/
* | | Merge tag 'qcom-arm64-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2015-05-296-1/+178
|\ \ \ | |/ / |/| |
| * | arm64: dts: qcom: Add initial set of PMIC and SoC pins for APQ8016 SBC boardIvan T. Ivanov2015-04-274-1/+54
| * | arm64: dts: qcom: Add MSM8916 restart device nodeIvan T. Ivanov2015-04-271-0/+5
| * | arm64: dts: qcom: Add 8x16 chipset SPMI PMIC's nodesIvan T. Ivanov2015-04-273-0/+101
| * | arm64: dts: qcom: Add SPMI PMIC Arbiter node for MSM8916Ivan T. Ivanov2015-04-271-0/+18
| |/
* | arm64: perf: Fix the pmu node name in warning messageSuzuki K. Poulose2015-04-301-1/+1
* | arm64: perf: don't warn about missing interrupt-affinity property for PPIsWill Deacon2015-04-301-1/+6
* | arm64: add missing PAGE_ALIGN() to __dma_free()Dean Nelson2015-04-291-1/+2
* | arm64: dma-mapping: always clear allocated buffersMarek Szyprowski2015-04-271-4/+2
* | ARM64: Enable CONFIG_GENERIC_IRQ_SHOW_LEVELSudeep Holla2015-04-271-0/+1
* | arm64: add missing data types in smp_load_acquire/smp_store_releaseAndre Przywara2015-04-271-0/+16
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-1/+7
|\
| * KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-04-221-1/+7
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-0/+26
|\ \
| * | arm64: dts: Add APM X-Gene SoC DMA device and DMA clock DTS nodesRameshwar Prasad Sahu2015-04-021-0/+26
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-2417-43/+621
|\ \ \
| * | | ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void functionHanjun Guo2015-03-311-14/+9
| * | | ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()Hanjun Guo2015-03-311-1/+2
| * | | ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interfaceWill Deacon2015-03-261-6/+5
| * | | ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi2015-03-263-8/+13
| * | | ARM64: kernel: acpi: refactor ACPI tables init and checksLorenzo Pieralisi2015-03-261-36/+59
| * | | ARM64: kernel: psci: let ACPI probe PSCI versionLorenzo Pieralisi2015-03-261-3/+1
| * | | ARM64: kernel: psci: factor out probe functionLorenzo Pieralisi2015-03-261-16/+34
| * | | ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-262-73/+1
| * | | ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo2015-03-263-2/+5
| * | | ARM64 / ACPI: Enable ARM64 in KconfigGraeme Gregory2015-03-261-0/+2
| * | | ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64Al Stone2015-03-262-1/+8
| * | | clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo2015-03-261-0/+7
| * | | irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-263-0/+40
| * | | ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsiHanjun Guo2015-03-261-0/+73
| * | | ACPI / processor: Make it possible to get CPU hardware ID via GICCHanjun Guo2015-03-261-0/+12
| * | | ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-257-8/+160
| * | | ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-254-28/+76
| * | | ARM64 / ACPI: If we chose to boot from acpi then disable FDTGraeme Gregory2015-03-251-1/+2
| * | | ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone2015-03-252-5/+54
| * | | ARM64 / ACPI: Introduce PCI stub functions for ACPIHanjun Guo2015-03-252-0/+31
| * | | ACPI: fix acpi_os_ioremap for arm64Mark Salter2015-03-251-0/+13
OpenPOWER on IntegriCloud