summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-5/+5
|\ \ \ | |/ / |/| |
| * | sh: machvec: Use char[] for section boundariesKees Cook2022-09-131-5/+5
| |/
* / asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
|/
* Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-0/+2
|\
| * arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+2
* | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-3/+4
|/