aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsGravatar Will Deacon 2-0/+13
2018-12-28x86/pgtable: drop pXd_none() checks from pXd_free_pYd_table()Gravatar Will Deacon 1-6/+0
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Gravatar Will Deacon 1-6/+2
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Gravatar Qian Cai 1-1/+1
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryGravatar Oscar Salvador 6-6/+8
2018-12-28mm: make free_reserved_area() return "const char *"Gravatar Alexey Dobriyan 2-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 5-10/+10
2018-12-28mm: reference totalram_pages and managed_pages once per functionGravatar Arun KS 2-3/+4
2018-12-28sh: lib: convert to SPDX identifiersGravatar Kuninori Morimoto 13-240/+44
2018-12-28sh: kernel: convert to SPDX identifiersGravatar Kuninori Morimoto 44-189/+51
2018-12-28sh: cpu: convert to SPDX identifiersGravatar Kuninori Morimoto 6-25/+6
2018-12-28sh: shmobile: convert to SPDX identifiersGravatar Kuninori Morimoto 4-13/+5
2018-12-28sh: sh5: convert to SPDX identifiersGravatar Kuninori Morimoto 7-30/+9
2018-12-28sh: sh4a: convert to SPDX identifiersGravatar Kuninori Morimoto 37-194/+38
2018-12-28sh: sh4: convert to SPDX identifiersGravatar Kuninori Morimoto 9-36/+9
2018-12-28sh: sh3: convert to SPDX identifiersGravatar Kuninori Morimoto 16-68/+20
2018-12-28sh: sh2a: convert to SPDX identifiersGravatar Kuninori Morimoto 19-78/+21
2018-12-28sh: sh2: convert to SPDX identifiersGravatar Kuninori Morimoto 7-26/+9
2018-12-28sh: include: convert to SPDX identifiersGravatar Kuninori Morimoto 83-357/+142
2018-12-28sh: drivers: convert to SPDX identifiersGravatar Kuninori Morimoto 33-124/+41
2018-12-28sh: boards: convert to SPDX identifiersGravatar Kuninori Morimoto 95-291/+102
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r...Gravatar YueHaibing 1-1/+1
2018-12-28arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningGravatar Randy Dunlap 1-1/+0
2018-12-28kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGSGravatar Andrey Konovalov 1-0/+1
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocGravatar Andrey Konovalov 1-1/+7
2018-12-28kasan, arm64: add brk handler for inline instrumentationGravatar Andrey Konovalov 2-0/+62
2018-12-28kasan, arm64: enable top byte ignore for the kernelGravatar Andrey Konovalov 2-1/+8
2018-12-28kasan, arm64: fix up fault handling logicGravatar Andrey Konovalov 1-9/+22
2018-12-28kasan, arm64: untag address in _virt_addr_is_linearGravatar Andrey Konovalov 1-3/+4
2018-12-28kasan: add tag related helper functionsGravatar Andrey Konovalov 3-2/+20
2018-12-28arm64: move untagged_addr macro from uaccess.h to memory.hGravatar Andrey Konovalov 2-7/+8
2018-12-28kasan: initialize shadow to 0xff for tag-based modeGravatar Andrey Konovalov 1-2/+12
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageGravatar Andrey Konovalov 6-78/+99
2018-12-28kasan, arm64: adjust shadow size for tag-based modeGravatar Andrey Konovalov 2-6/+13
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 34-2420/+5345
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 17-41/+87
2018-12-27Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+11
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-3/+50
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 247-3265/+3684
2018-12-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-18/+0
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-337/+345
2018-12-26Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-32/+14
2018-12-26Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-29/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 63-76/+151
2018-12-26Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-18/+1
2018-12-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-22/+12
2018-12-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-43/+2
2018-12-26Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+45
2018-12-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+3