summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-1522-61/+58Star
|\
| * Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-0920-30/+26Star
| |\
| | * Merge tag 'sunxi-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2019-01-302-1/+2
| | |\
| | | * arm64: dts: allwinner: a64: Fix USB OTG regulatorJernej Skrabec2019-01-101-0/+1
| | | * arm64: dts: allwinner: a64: Fix the video engine compatiblePaul Kocialkowski2019-01-071-1/+1
| | * | Merge tag 'amlogic-fixes-2.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2019-01-3014-28/+14Star
| | |\ \
| | | * | arm64: dts: meson: Fix mmc cd-gpios polarityLoys Ollivier2019-01-1414-28/+14Star
| | * | | Merge tag 'qcom-fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2019-01-301-1/+1
| | |\ \ \
| | | * | | arm64: dts: add msm8996 compatible to gicv3Srinivas Kandagatla2019-01-251-1/+1
| | | | |/ | | | |/|
| | * | | Merge tag 'renesas-fixes2-for-v5.0' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2019-01-303-0/+9
| | |\ \ \
| | | * | | arm64: dts: renesas: r8a77965: Enable DMA for SCIF2Geert Uytterhoeven2019-01-171-0/+3
| | | * | | arm64: dts: renesas: r8a7796: Enable DMA for SCIF2Geert Uytterhoeven2019-01-171-0/+3
| | | * | | arm64: dts: renesas: r8a774a1: Enable DMA for SCIF2Geert Uytterhoeven2019-01-171-0/+3
| | | |/ /
| * | | | arm64: kexec_file: handle empty command-lineJean-Philippe Brucker2019-02-051-1/+3
| * | | | arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon2019-02-041-30/+29Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-095-5/+14
|\| | | |
| * | | | arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse2019-02-011-1/+3
| * | | | arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse2019-02-011-0/+2
| * | | | arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse2019-02-011-3/+3
| * | | | arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel2019-02-011-0/+1
| * | | | arm64: Do not issue IPIs for user executable ptesCatalin Marinas2019-02-011-1/+5
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-291-7/+30
|\ \ \ \ | |/ / / |/| | |
| * | | arm64: bpf: implement jitting of JMP32Jiong Wang2019-01-261-7/+30
* | | | arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-233-6/+77
* | | | kasan, arm64: remove redundant ARCH_SLAB_MINALIGN defineAndrey Konovalov2019-01-161-2/+0Star
* | | | arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel2019-01-161-2/+6
* | | | arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse2019-01-161-1/+4
|/ / /
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-133-1/+22
|\ \ \
| * \ \ Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2019-01-132-1/+18
| |\ \ \ | | |_|/ | |/| |
| | * | arm64: dts: marvell: mcbin: fix PCIe reset signalBaruch Siach2019-01-101-1/+1
| | * | arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt2019-01-101-0/+17
| | |/
| * / arm64: defconfig: enable modules for amlogic s400 sound cardJerome Brunet2019-01-091-0/+4
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-117-7/+56
|\ \
| * | arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro2019-01-111-1/+3
| * | arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon2019-01-105-5/+52
| * | arm64: asm-prototypes: Fix fat-fingered typo in commentWill Deacon2019-01-101-1/+1
| |/
* / kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-091-0/+6
|/
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-072-22/+0Star
|\
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-17/+0Star
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0Star
* | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-061-2/+0Star
|\ \ | |/ |/|
| * arm64: dts: mt7622: Remove un-used property for PCIeHonghui Zhang2018-12-181-2/+0Star
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-058-0/+1382
|\ \
| * | arm64: defconfig: Re-enable bcm2835-thermal driverStefan Wahren2018-12-311-0/+1
| * | Merge tag 'samsung-dt64-4.21-2' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-12-313-18/+71
| |\ \
| | * | arm64: dts: exynos: Add Bluetooth chip to TM2(e) boardsMarek Szyprowski2018-12-171-0/+14
| | * | arm64: dts: exynos: Add IMEM clock controller to Exynos5433Kamil Konieczny2018-12-131-0/+15
| * | | Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson2018-12-3118-126/+3055
| |\ \ \
| | * | | arm64: dts: imx8mq-evk: enable watchdogBaruch Siach2018-12-161-0/+13