aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-20/+1
2019-01-06Fix 'acccess_ok()' on alpha and SHGravatar Linus Torvalds 1-2/+5
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-18/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-1/+1
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-4/+2
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Gravatar Steven Rostedt (VMware) 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 8-24/+22
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-13/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-8/+12
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-12/+0
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-36/+18
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 375-1674/+499
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-7/+36
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Gravatar Linus Torvalds 12-132/+71
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryGravatar Oscar Salvador 1-1/+1
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-26Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-386/+514
2018-12-22sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackGravatar Steven Rostedt (VMware) 2-8/+12
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-12-19sh: generate uapi header and syscall table header filesGravatar Firoz Khan 4-384/+8
2018-12-19sh: add system call table generation supportGravatar Firoz Khan 4-0/+498
2018-12-19sh: add __NR_syscalls along with NR_syscallsGravatar Firoz Khan 3-2/+8
2018-12-18sh: remove board_time_init() callbackGravatar Arnd Bergmann 3-13/+1
2018-12-18sh: remove unused rtc_sh_get/set_time infrastructureGravatar Arnd Bergmann 2-71/+0
2018-12-18sh: sh03: rtc: push down rtc class ops into driverGravatar Arnd Bergmann 4-30/+35
2018-12-18sh: dreamcast: rtc: push down rtc class ops into driverGravatar Arnd Bergmann 5-18/+35
2018-12-17sh: ecovec24: Fix an ifdefGravatar Linus Walleij 1-1/+1