summaryrefslogtreecommitdiff
path: root/arch/sh/kernel
AgeCommit message (Expand)Author
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05sh: remove nargs from __SYSCALLFiroz Khan
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann
2019-01-25arch: add split IPC system calls where neededArnd Bergmann
2019-01-25sh: add statx system callArnd Bergmann
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-03sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: cpu: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: shmobile: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh5: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh4a: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh4: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh3: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh2a: convert to SPDX identifiersKuninori Morimoto
2018-12-28sh: sh2: convert to SPDX identifiersKuninori Morimoto
2018-12-26Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-12-22sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-19sh: generate uapi header and syscall table header filesFiroz Khan
2018-12-19sh: add system call table generation supportFiroz Khan
2018-12-18sh: remove board_time_init() callbackArnd Bergmann
2018-12-18sh: remove unused rtc_sh_get/set_time infrastructureArnd Bergmann
2018-11-27sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)
2018-08-17sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-08-02sh: use generic dma_noncoherent_opsChristoph Hellwig
2018-08-02sh: split arch/sh/mm/consistent.cChristoph Hellwig
2018-08-02sh: use dma_direct_ops for the CONFIG_DMA_COHERENT caseChristoph Hellwig
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig
2018-06-28media: arch: sh: ap325rxa: Use new renesas-ceu camera driverJacopo Mondi
2018-06-26perf/arch/sh: Implement hw_breakpoint_arch_parse()Frederic Weisbecker
2018-06-26perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused fieldFrederic Weisbecker
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21sh/kprobes: Don't call the ->break_handler() in SH kprobes codeMasami Hiramatsu