summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-297-103/+20
|\
| * Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-1358-263/+359
| |\
| * | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-264-73/+5
| * | 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
| * | of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-261-6/+0
| * | arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-262-6/+9
| * | nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
| * | powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand2018-11-091-0/+2
* | | Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-292-3/+3
|\ \ \
| * | | ARM: omap1: Fix new user of gpiochip_request_own_desc()Linus Walleij2018-12-171-1/+1
| * | | gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-142-2/+2
| |/ /
* | | 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