aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds3-14/+14
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-8/+12
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds149-659/+168
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-73/+1
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto44-189/+51
2018-12-28sh: cpu: convert to SPDX identifiersKuninori Morimoto6-25/+6
2018-12-28sh: shmobile: convert to SPDX identifiersKuninori Morimoto4-13/+5
2018-12-28sh: sh5: convert to SPDX identifiersKuninori Morimoto7-30/+9
2018-12-28sh: sh4a: convert to SPDX identifiersKuninori Morimoto37-194/+38
2018-12-28sh: sh4: convert to SPDX identifiersKuninori Morimoto9-36/+9
2018-12-28sh: sh3: convert to SPDX identifiersKuninori Morimoto16-68/+20
2018-12-28sh: sh2a: convert to SPDX identifiersKuninori Morimoto19-78/+21
2018-12-28sh: sh2: convert to SPDX identifiersKuninori Morimoto7-26/+9
2018-12-26Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds5-384/+501
2018-12-22sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2-8/+12
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-12-19sh: generate uapi header and syscall table header filesFiroz Khan1-384/+3
2018-12-19sh: add system call table generation supportFiroz Khan4-0/+498
2018-12-18sh: remove board_time_init() callbackArnd Bergmann1-4/+1
2018-12-18sh: remove unused rtc_sh_get/set_time infrastructureArnd Bergmann1-69/+0
2018-11-27sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+2
2018-08-17sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers1-1/+1
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-90/+85
2018-08-02sh: use generic dma_noncoherent_opsChristoph Hellwig3-91/+12
2018-08-02sh: split arch/sh/mm/consistent.cChristoph Hellwig2-1/+85
2018-08-02sh: use dma_direct_ops for the CONFIG_DMA_COHERENT caseChristoph Hellwig2-6/+2
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig1-7/+1
2018-06-28media: arch: sh: ap325rxa: Use new renesas-ceu camera driverJacopo Mondi1-1/+1
2018-06-26perf/arch/sh: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-18/+19
2018-06-26perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused fieldFrederic Weisbecker1-7/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-5/+4
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-3/+4
2018-06-21sh/kprobes: Don't call the ->break_handler() in SH kprobes codeMasami Hiramatsu1-13/+1
2018-06-21sh/kprobes: Remove jprobe implementationMasami Hiramatsu1-51/+0
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2-2/+2
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-19/+10
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2018-05-29signal/sh: Stop gcc warning about an impossible case in do_divide_errorEric W. Biederman1-0/+3
2018-05-14softirq/sh: Use nmi_count() on /proc/interrupts print outFrederic Weisbecker1-1/+1
2018-05-11sh: switch to NO_BOOTMEMRob Herring1-1/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-1/+0