summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-01-06arm64: head.S: use memset to clear BSSMark Rutland1-8/+7
2016-01-06arm64: entry: remove pointless SPSR mode checkMark Rutland1-4/+0
2016-01-05arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon2-7/+8
2016-01-05arm64: module: avoid undefined shift behavior in reloc_data()Ard Biesheuvel1-16/+4
2016-01-05arm64: module: fix relocation of movz instruction with negative immediateArd Biesheuvel1-33/+18
2016-01-05Merge branches 'misc' and 'misc-rc6' into for-linusRussell King6-30/+54
2016-01-04ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2-29/+1
2016-01-04ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander5-1/+53
2016-01-04Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/...Russell King4-318/+29
2015-12-31Merge tag 'xgene-dts-fixes-for-v4.5' of https://github.com/AppliedMicro/xgene...Arnd Bergmann2-38/+12
2015-12-31dts/ls2080a: Update DTSI to add support of SP805 WDTBhupesh Sharma1-0/+56
2015-12-30arm64: dts: X-Gene v2: I2C1 clock is always onDuc Dang1-14/+1
2015-12-30arm64: dts: X-Gene v1: I2C0 clock is always onDuc Dang1-15/+1
2015-12-30arm64: dts: Fix to use standard DT node names for X-Gene 1 and X-Gene 2 platf...Duc Dang2-9/+10
2015-12-23Merge tag 'v4.5-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-4/+10
2015-12-23Merge tag 'v4.4-next-kconfig' of https://github.com/mbgg/linux-mediatek into ...Olof Johansson1-0/+1
2015-12-23Merge tag 'v4.4-next-dts' of https://github.com/mbgg/linux-mediatek into next/dtOlof Johansson1-1/+1
2015-12-23Merge tag 'v4.4-next-arm64' of https://github.com/mbgg/linux-mediatek into ne...Olof Johansson2-1/+45
2015-12-22Merge tag 'renesas-arm64-dt3-for-v4.5' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2-6/+109
2015-12-22Merge tag 'renesas-arm64-defconfig3-for-v4.5' of git://git.kernel.org/pub/scm...Olof Johansson1-0/+2
2015-12-22Merge tag 'qcom-arm64-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson6-11/+128
2015-12-22Merge tag 'tegra-for-4.5-defconfig' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-2/+6
2015-12-22Merge tag 'zynqmp-dt-for-4.5' of https://github.com/Xilinx/linux-xlnx into ne...Olof Johansson1-0/+2
2015-12-22arm64: dts: hikey: add label properties to UARTsRob Herring1-0/+7
2015-12-22arm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPIRob Herring1-0/+7
2015-12-22arm64: dts: apq8016-sbc: enable UART0 on LS connectorRob Herring1-0/+7
2015-12-22arm64: dts: juno: Add idle-states to device treeJon Medhurst (Tixy)2-0/+56
2015-12-22arm64: dts: Added syscon-reboot node for FSL's LS2080A SoCJ. German Rivera1-0/+12
2015-12-22arm64: dts: add LS1043a-RDB board supportShaohui Xie2-0/+117
2015-12-22arm64: dts: add Freescale LS1043a SoC supportMingkai Hu1-0/+527
2015-12-22arm64: perf: add support for Cortex-A72Will Deacon1-1/+12
2015-12-22arm64: perf: add format entry to describe event -> config mappingWill Deacon1-2/+16
2015-12-22Merge tag 'samsung-dt64-4.5' of https://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2-1/+288
2015-12-22arm64: dts: uniphier: add PH1-LD10 SoC/board supportMasahiro Yamada6-0/+382
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon1-5/+5
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro8-6/+54
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro7-11/+13
2015-12-21arm64: ftrace: modify a stack frame in a safe wayAKASHI Takahiro1-7/+4
2015-12-21arm64: remove irq_count and do_softirq_own_stack()James Morse3-48/+11
2015-12-21arm64: hugetlb: add support for PTE contiguous bitDavid Woods5-36/+313
2015-12-21arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2-3/+2
2015-12-21xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini1-0/+1
2015-12-21arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini4-0/+66
2015-12-19bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-6/+0
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin3-1/+19
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin1-1/+0
2015-12-18arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier1-29/+29
2015-12-18arm64: mediatek: enable MTK_TIMERYingjoe Chen1-0/+1
2015-12-18arm64: renesas: r8a7795: fix SATA clock assignmentUlrich Hecht1-1/+1
2015-12-18arm64: dts: salvator-x: Enable SATA controllerKouei Abe1-0/+4