summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-233-11/+16
* sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-232-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-121-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-123-4/+4
|/
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-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-021-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-024-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-011-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-052-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-091-0/+1
| |/
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-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-281-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-274-11/+10
|\ \ \ | |_|/ |/| |
| * | sh: sq: Use the bitmap API when applicableChristophe JAILLET2023-04-211-4/+3
| * | sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz2023-04-191-1/+1
| * | sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap2023-03-232-5/+5
| * | sh: nmi_debug: fix return value of __setup handlerRandy Dunlap2023-03-231-2/+2
| |/
* / sh: sanitize the flags on sigreturnAl Viro2023-03-091-0/+3
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He2023-02-091-1/+1
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-202-1/+1
|\ \ | |/ |/|
| * arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
| * objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* | sh: define RUNTIME_DISCARD_EXITTom Saeger2023-01-311-0/+1
|/
* sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-4/+4
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\