summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-11-29arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supplyNeil Armstrong5-0/+5
2018-11-29arm64: dts: meson-axg: add secure monitorJerome Brunet1-0/+4
2018-11-29arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uartJerome Brunet1-1/+2
2018-11-29arm64: dts: meson-gxl-khadas-vim: fix GPIO lines namesNeil Armstrong1-2/+2
2018-11-29arm64: dts: meson-gxbb-odroidc2: fix GPIO lines namesNeil Armstrong1-2/+2
2018-11-29arm64: dts: meson-gxbb-nanopi-k2: fix GPIO lines namesNeil Armstrong1-2/+2
2018-11-29arm64: dts: meson-gxl-libretech-cc: fix GPIO lines namesNeil Armstrong1-2/+2
2018-11-29arm64: dts: meson-axg: fix dtc warning about unit addressJerome Brunet2-16/+16
2018-11-29arm64: dts: meson-gxl-s905x-khadas-vim enable BluetoothChristian Hewitt1-0/+7
2018-11-15arm64: dts: meson-gx: add efuse pclkJerome Brunet2-0/+8
2018-11-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+3
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-8/+23
2018-11-02arm64: defconfig: Enable some IPMI configsJohn Garry1-0/+3
2018-11-02arm64: fix warnings without CONFIG_IOMMU_DMAChristoph Hellwig1-0/+2
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-11-02arm64: kdump: fix small typoYangtao Li1-1/+1
2018-11-02arm64: makefile fix build of .i file in external module caseVictor Kamensky1-0/+2
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+0
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-0/+3
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport7-7/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport1-2/+3
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport2-2/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-7/+0
2018-10-30Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-24/+36
2018-10-30Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2018-10-30Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+20
2018-10-30Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds147-2373/+16423
2018-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-48/+28
2018-10-27hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-11/+0
2018-10-27hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-5/+0
2018-10-27hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-5/+0
2018-10-27hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-0/+1
2018-10-27hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-10/+0
2018-10-27hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hAlexandre Ghiti1-1/+1
2018-10-27arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin10-16/+21
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+2
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-212/+57
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+11
2018-10-26Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-299/+525