summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-12-041-4/+4
|\
| *-. Merge branches 'pm-sleep', 'pm-cpuidle', 'pm-cpufreq', 'pm-devfreq' and 'pm-avs'Rafael J. Wysocki2019-12-041-4/+4
| |\ \
| | * | cpuidle: Drop disabled field from struct cpuidle_stateRafael J. Wysocki2019-11-291-4/+4
| | |/
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-3/+3
|\ \ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-3/+3
| | |/ | |/|
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-2731-34/+65
|\ \ \ | |_|/ |/| |
| * | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-0730-34/+34
| * | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-0731-0/+31
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-2/+1
|\ \
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-252-2/+2
|\ \ | |/ |/|
| * sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-2/+2
* | sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva2019-08-111-0/+1
* | sh: kernel: disassemble: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-111-3/+2
* | Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...Linus Torvalds2019-07-171-1/+2
|\ \
| * | arch/sh: Check for kprobe trap number before trying to handle a kprobe trapMichael Karcher2019-06-261-1/+2
* | | arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-3/+0
|\ \ \
| * | | sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-3/+0
| |/ /
* | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-0/+1
|\ \ \ | |_|/ |/| |
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
| |/
* | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-3/+3
* | signal: Remove task parameter from force_sigEric W. Biederman2019-05-279-19/+15
|/
* sh: vsyscall: drop unnecessary cc-ldoptionNick Desaulniers2019-05-181-2/+1
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-4/+0
|\
| * sh/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-4/+0
* | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
|/
* memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-062-3/+3
|\
| * sh: remove nargs from __SYSCALLFiroz Khan2019-03-052-3/+3
* | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
* | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+5
* | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-21/+21
* | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
* | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
* | sh: add statx system callArnd Bergmann2019-01-251-0/+1
|/
* Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-01-051-1/+1
|\
| * sh: ftrace: Fix missing parenthesis in WARN_ON()Steven Rostedt (VMware)2019-01-031-1/+1
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\ \
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-14/+14
* | | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-13/+1
|\ \ \
| * | | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * | | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-12/+0
| * | | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | | | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-312-8/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-222-8/+12
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28149-659/+168
|\ \ \
OpenPOWER on IntegriCloud