summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-29404-1813/+791
|\
| * lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-282-0/+13
| * x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+0
| * 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
| * mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-286-6/+8
| * mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-282-2/+2
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-285-10/+10
| * mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-282-3/+4
| * sh: lib: convert to SPDX identifiersKuninori Morimoto2018-12-2813-240/+44
| * sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-2844-189/+51
| * sh: cpu: convert to SPDX identifiersKuninori Morimoto2018-12-286-25/+6
| * sh: shmobile: convert to SPDX identifiersKuninori Morimoto2018-12-284-13/+5
| * sh: sh5: convert to SPDX identifiersKuninori Morimoto2018-12-287-30/+9
| * sh: sh4a: convert to SPDX identifiersKuninori Morimoto2018-12-2837-194/+38
| * sh: sh4: convert to SPDX identifiersKuninori Morimoto2018-12-289-36/+9
| * sh: sh3: convert to SPDX identifiersKuninori Morimoto2018-12-2816-68/+20
| * sh: sh2a: convert to SPDX identifiersKuninori Morimoto2018-12-2819-78/+21
| * sh: sh2: convert to SPDX identifiersKuninori Morimoto2018-12-287-26/+9
| * sh: include: convert to SPDX identifiersKuninori Morimoto2018-12-2883-357/+142
| * sh: drivers: convert to SPDX identifiersKuninori Morimoto2018-12-2833-124/+41
| * sh: boards: convert to SPDX identifiersKuninori Morimoto2018-12-2895-291/+102
| * arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r...YueHaibing2018-12-281-1/+1
| * arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningRandy Dunlap2018-12-281-1/+0
| * 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-286-78/+99
| * kasan, arm64: adjust shadow size for tag-based modeAndrey Konovalov2018-12-282-6/+13
* | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-2948-192/+575
|\ \
| * | sh: ecovec24: Fix an ifdefLinus Walleij2018-12-171-1/+1
| * | mmc: pxa: Use GPIO descriptor for powerLinus Walleij2018-12-1735-56/+43
| * | ARM: pxa: Delete platform data for CD/WPLinus Walleij2018-12-1736-117/+6
| * | ARM: pxa: Add GPIO descriptors for Palm27xLinus Walleij2018-12-178-19/+108
| * | ARM: pxa: Add gpio descriptor lookup tables for MMC CD/WPLinus Walleij2018-12-1721-11/+322
| * | mmc: s3cmci: Use the slot GPIO descriptorLinus Walleij2018-12-175-10/+64
| * | mmc: host: tmio: Use GPIO descriptorsLinus Walleij2018-12-171-4/+22
| * | mmc: spi: Convert to use GPIO descriptorsLinus Walleij2018-12-173-10/+38
| * | mmc: sdhci: imx: Use the slot GPIO descriptorLinus Walleij2018-12-171-4/+13
| * | mmc: jz4740: Use GPIO descriptor for powerLinus Walleij2018-12-172-6/+2
| * | mmc: jz4740: Get CD/WP GPIOs from descriptorsLinus Walleij2018-12-172-5/+9
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+1
|\ \ \
| * | | scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-2878-1237/+440
|\ \ \ \