aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-06-21x86/defconfigs: Remove useless UEVENT_HELPER_PATHGravatar Krzysztof Kozlowski 2-2/+0
2019-06-14x86/amd_nb: Make hygon_nb_misc_ids staticGravatar YueHaibing 1-1/+1
2019-06-14x86/tsc: Move inline keyword to the beginning of function declarationsGravatar Mathieu Malaterre 1-2/+2
2019-05-24x86/io_delay: Define IO_DELAY macros in C instead of KconfigGravatar Masahiro Yamada 2-55/+26
2019-05-24x86/io_delay: Break instead of fallthrough in switch statementGravatar Masahiro Yamada 1-0/+1
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 6-14/+29
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 22Gravatar Thomas Gleixner 3-15/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 14Gravatar Thomas Gleixner 3-42/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 35-474/+35
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 12Gravatar Thomas Gleixner 3-34/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Gravatar Thomas Gleixner 90-180/+90
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Gravatar Thomas Gleixner 2-8/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 62-871/+66
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 293-0/+293
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 29-0/+29
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 84-0/+84
2019-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 17-24/+12
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+23
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-17/+17
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 19-117/+267
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-5/+7
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Gravatar Linus Torvalds 17-659/+809
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 34-320/+584
2019-05-18panic: add an option to replay all the printk message in bufferGravatar Feng Tang 1-1/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 6-7/+7
2019-05-18alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfigGravatar Masahiro Yamada 2-0/+2
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 5-13/+0
2019-05-18sh: exclude vmlinux.scr from .gitignore patternGravatar Masahiro Yamada 1-0/+1
2019-05-18sh: vsyscall: drop unnecessary cc-ldoptionGravatar Nick Desaulniers 1-2/+1
2019-05-18ia64: require -Wl,--hash-style=sysvGravatar Nick Desaulniers 1-1/+1
2019-05-18csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsGravatar Masahiro Yamada 1-1/+0
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 72-911/+4481
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 58-86/+71
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-2/+5
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 18-13/+109
2019-05-17powerpc/cacheinfo: Remove double freeGravatar Tobin C. Harding 1-1/+0
2019-05-17powerpc/mm/hash: Fix get_region_id() for invalid addressesGravatar Aneesh Kumar K.V 1-0/+4
2019-05-16riscv: fix locking violation in page fault handlerGravatar Andreas Schwab 1-1/+2
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsGravatar Yash Shah 3-0/+192
2019-05-16RISC-V: Avoid using invalid intermediate translationsGravatar Palmer Dabbelt 1-2/+10
2019-05-16riscv: Support BUG() in kernel moduleGravatar Vincent Chen 1-1/+1
2019-05-16riscv: Add the support for c.ebreak check in is_valid_bugaddr()Gravatar Vincent Chen 2-4/+23
2019-05-16riscv: support trap-based WARN()Gravatar Vincent Chen 1-10/+18
2019-05-16riscv: fix sbi_remote_sfence_vma{,_asid}.Gravatar Gary Guo 1-7/+12
2019-05-16riscv: move switch_mm to its own fileGravatar Gary Guo 3-52/+72
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGravatar Gary Guo 3-50/+62
2019-05-16RISC-V: Access CSRs using CSR numbersGravatar Anup Patel 9-48/+57