aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2018-12-07arm64: hibernate: Avoid sending cross-calling with interrupts disabledGravatar Will Deacon 1-1/+1
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 5-14/+10
2018-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-5/+57
2018-11-30Merge tag 'v4.20-rockchip-dts64fixes-1' of git://git.kernel.org/pub/scm/linux...Gravatar Olof Johansson 2-13/+1
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+1
2018-11-29arm64: ftrace: Fix to enable syscall events on arm64Gravatar Masami Hiramatsu 1-0/+13
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Gravatar Catalin Marinas 3-5/+44
2018-11-27arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocksGravatar Bjorn Andersson 1-0/+6
2018-11-27arm64: function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-14/+1
2018-11-26bpf, arm64: fix getting subprog addr from aux for callsGravatar Daniel Borkmann 1-9/+17
2018-11-23arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockGravatar Will Deacon 1-1/+1
2018-11-23arm64: sysreg: fix sparse warningsGravatar Sergey Matyukevich 1-2/+2
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Gravatar Ard Biesheuvel 1-0/+1
2018-11-13arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.Gravatar Christoph Muellner 1-1/+1
2018-11-12Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-1/+1
2018-11-12Merge tag 'qcom-fixes-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 2-0/+8
2018-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-2/+10
2018-11-09arm64: dts: qcom: msm8998: Reserve gpio ranges on MTPGravatar Bjorn Andersson 1-0/+4
2018-11-09arm64: dts: sdm845-mtp: Reserve reserved gpiosGravatar Bjorn Andersson 1-0/+4
2018-11-09arm64: dts: ti: k3-am654: Fix wakeup_uart reg addressGravatar Vignesh R 1-1/+1
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upGravatar Ard Biesheuvel 2-2/+2
2018-11-08arm64: mm: define NET_IP_ALIGN to 0Gravatar Ard Biesheuvel 1-0/+8
2018-11-07Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux...Gravatar Olof Johansson 1-0/+3
2018-11-05arm64: dts: stratix10: fix multicast filteringGravatar Aaro Koskinen 1-0/+3
2018-11-05arm64: dts: renesas: condor: switch from EtherAVB to GEtherGravatar Sergei Shtylyov 1-23/+24
2018-11-05arm64: dts: renesas: r8a7795: add missing dma-names on hscif2Gravatar Kuninori Morimoto 1-1/+1
2018-11-05arm64: dts: rockchip: remove vdd_log from rock960 to fix a stability issuesGravatar Daniel Lezcano 1-12/+0
2018-11-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+3
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-8/+23
2018-11-02arm64: defconfig: Enable some IPMI configsGravatar John Garry 1-0/+3
2018-11-02arm64: fix warnings without CONFIG_IOMMU_DMAGravatar Christoph Hellwig 1-0/+2
2018-11-02arm64: kprobe: make page to RO mode when allocate itGravatar Anders Roxell 1-7/+20
2018-11-02arm64: kdump: fix small typoGravatar Yangtao Li 1-1/+1
2018-11-02arm64: makefile fix build of .i file in external module caseGravatar Victor Kamensky 1-0/+2
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-22/+0
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Gravatar Linus Torvalds 1-0/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 7-7/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Gravatar Mike Rapoport 1-2/+3
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 2-2/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-7/+0
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-24/+36
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2018-10-29Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+20