summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | sh: kernel: convert to SPDX identifiersKuninori Morimoto2018-12-2844-189/+51
| * | | sh: cpu: convert to SPDX identifiersKuninori Morimoto2018-12-286-25/+6
| * | | sh: shmobile: convert to SPDX identifiersKuninori Morimoto2018-12-284-13/+5
| * | | sh: sh5: convert to SPDX identifiersKuninori Morimoto2018-12-287-30/+9
| * | | sh: sh4a: convert to SPDX identifiersKuninori Morimoto2018-12-2837-194/+38
| * | | sh: sh4: convert to SPDX identifiersKuninori Morimoto2018-12-289-36/+9
| * | | sh: sh3: convert to SPDX identifiersKuninori Morimoto2018-12-2816-68/+20
| * | | sh: sh2a: convert to SPDX identifiersKuninori Morimoto2018-12-2819-78/+21
| * | | sh: sh2: convert to SPDX identifiersKuninori Morimoto2018-12-287-26/+9
* | | | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-73/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sh: remove board_time_init() callbackArnd Bergmann2018-12-181-4/+1
| * | | sh: remove unused rtc_sh_get/set_time infrastructureArnd Bergmann2018-12-181-69/+0
| | |/ | |/|
* | | Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-265-384/+501
|\ \ \ | |_|/ |/| |
| * | sh: generate uapi header and syscall table header filesFiroz Khan2018-12-191-384/+3
| * | sh: add system call table generation supportFiroz Khan2018-12-194-0/+498
| |/
* / sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+2
|/
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-171-1/+1