summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-1/+1
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-1/+1
* | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-291-0/+33
|\ \
| * \ Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman2018-12-102-1/+7
| |\ \
| * \ \ Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-0311-42/+85
| |\ \ \
| * | | | arm64: dts: stratix10: add fpga manager and regionAlan Tull2018-11-261-0/+12
| * | | | arm64: dts: stratix10: add stratix10 service driver binding to base dtsiRichard Gong2018-11-261-0/+21
* | | | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-292-36/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-136-26/+38
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-18/+0
| * | | | | of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-8/+0
| * | | | | arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli2018-11-261-12/+8
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-2912-55/+187
|\ \ \ \ \ \
| * | | | | | lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
| * | | | | | arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+2
| * | | | | | mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-1/+1
| * | | | | | kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGSAndrey Konovalov2018-12-281-0/+1
| * | | | | | kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-1/+7
| * | | | | | kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-282-0/+62
| * | | | | | kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov2018-12-282-1/+8
| * | | | | | kasan, arm64: fix up fault handling logicAndrey Konovalov2018-12-281-9/+22
| * | | | | | kasan, arm64: untag address in _virt_addr_is_linearAndrey Konovalov2018-12-281-3/+4
| * | | | | | kasan: add tag related helper functionsAndrey Konovalov2018-12-283-2/+20
| * | | | | | arm64: move untagged_addr macro from uaccess.h to memory.hAndrey Konovalov2018-12-282-7/+8
| * | | | | | kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-2/+12
| * | | | | | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-19/+24
| * | | | | | kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-282-6/+13
* | | | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-283-282/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig2018-12-191-5/+1
| * | | | | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-3/+0
| * | | | | | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-1/+1
| * | | | | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-132-89/+1
| * | | | | | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| * | | | | | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+0
| * | | | | | iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-4/+3
| * | | | | | arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig2018-12-061-7/+1
| * | | | | | dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-012-175/+11
| * | | | | | dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-011-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-277-181/+828
|\ \ \ \ \ \
| * | | | | | crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel2018-12-132-35/+239
| * | | | | | crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel2018-12-132-37/+184
| * | | | | | crypto: arm64/chacha - add XChaCha12 supportEric Biggers2018-12-132-1/+19
| * | | | | | crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-133-49/+57
| * | | | | | crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers2018-12-133-43/+125
| * | | | | | crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-12-134-0/+188
| * | | | | | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-20/+20
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-272-12/+24
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-211-0/+1
| |\ \ \ \ \ \
| | * | | | | | bpf: arm64: Enable arm64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-121-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-208-61/+13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |