summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sh: traps: Make is_dsp_inst() staticGeert Uytterhoeven2024-05-021-2/+2
* sh: cache: Move forward declarations to <asm/cacheflush.h>Geert Uytterhoeven2024-05-022-0/+4
* sh: dwarf: Make dwarf_lookup_fde() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: kprobes: Remove unneeded kprobe_opcode_t castsGeert Uytterhoeven2024-05-021-2/+2
* sh: kprobes: Make trampoline_probe_handler() staticGeert Uytterhoeven2024-05-021-1/+1
* sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()Geert Uytterhoeven2024-05-021-6/+1
* sh: smp: Fix missing prototypesGeert Uytterhoeven2024-05-021-1/+3
* sh: sh7786: Remove unused sh7786_usb_use_exclock()Geert Uytterhoeven2024-05-021-14/+0
* sh: sh2a: Add missing #include <asm/processor.h>Geert Uytterhoeven2024-05-021-0/+2
* sh: ftrace: Fix missing prototypesGeert Uytterhoeven2024-05-021-8/+2
* sh: traps: Add missing #include <asm/setup.h>Geert Uytterhoeven2024-05-021-0/+1
* sh: return_address: Add missing #include <asm/ftrace.h>Geert Uytterhoeven2024-05-021-0/+2
* arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-243-11/+16
* sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-242-1/+4
* Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-201-3/+2
|\
| * sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada2024-01-191-3/+2
* | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-0/+3
|\ \
| * | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-131-0/+3
| |/
* | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-0/+2
|\ \
| * | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-141-0/+2
| |/
* / sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-133-4/+4
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-041-5/+0
|\
| * vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-5/+0
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-1/+1
|\ \
| * | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
| |/
* | Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-034-329/+1
|\ \
| * | sh: machvec: Remove custom ioport_{un,}map()Arnd Bergmann2023-10-251-12/+1
| * | sh: Remove unused SH4-202 supportArnd Bergmann2023-10-253-317/+0
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-021-1/+2
|\ \
| * | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/
* | futex: Add sys_futex_requeue()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wait()peterz@infradead.org2023-09-211-0/+1
* | futex: Add sys_futex_wake()peterz@infradead.org2023-09-211-0/+1
|/
* arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
* Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-062-3/+3
|\
| * sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov2023-06-111-2/+2
| * sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz2023-05-101-1/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+1
|\ \
| * | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-101-0/+1
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-281-2/+2
|\ \
| * | sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-2/+2
| |/
* / sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-162-0/+56
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-291-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+2
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | sh/cpu: Expose arch_cpu_idle_dead()'s prototype definitionJosh Poimboeuf2023-03-081-0/+1
* | | Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-284-11/+10
|\ \ \ | |_|/ |/| |
| * | sh: sq: Use the bitmap API when applicableChristophe JAILLET2023-04-211-4/+3