aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2024-05-02sh: sh7757: Add missing #include <asm/mmzone.h>Gravatar Geert Uytterhoeven 1-0/+3
2024-05-02sh: cache: Move forward declarations to <asm/cacheflush.h>Gravatar Geert Uytterhoeven 2-0/+4
2024-05-02sh: sh7786: Remove unused sh7786_usb_use_exclock()Gravatar Geert Uytterhoeven 1-14/+0
2024-05-02sh: sh2a: Add missing #include <asm/processor.h>Gravatar Geert Uytterhoeven 1-0/+2
2023-10-25sh: Remove unused SH4-202 supportGravatar Arnd Bergmann 3-317/+0
2023-06-11sh: Avoid using IRQ0 on SH3 and SH4Gravatar Sergey Shtylyov 1-2/+2
2023-05-10sh: j2: Use ioremap() to translate device tree address into kernel memoryGravatar John Paul Adrian Glaubitz 1-1/+1
2023-04-21sh: sq: Use the bitmap API when applicableGravatar Christophe JAILLET 1-4/+3
2023-04-19sh: sq: Fix incorrect element size for allocating bitmap bufferGravatar John Paul Adrian Glaubitz 1-1/+1
2023-02-09sh: mm: set VM_IOREMAP flag to the vmalloc areaGravatar Baoquan He 1-1/+1
2022-01-05sh: sq: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-1/+2
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-2/+3
2021-10-25signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)Gravatar Eric W. Biederman 1-4/+6
2021-09-17sh: check return code of request_irqGravatar Nick Desaulniers 1-2/+3
2021-01-06arch: sh: remove duplicate includeGravatar Wang Qing 1-1/+0
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 14-3127/+3
2020-06-02mm: remove __get_vm_areaGravatar Christoph Hellwig 1-1/+2
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 13-3127/+2
2020-06-01sh: sh4a: Bring back tmu3_device early deviceGravatar Krzysztof Kozlowski 1-0/+1
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 3-4/+4
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 1-4/+4
2019-12-08sched/rt, sh: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-2/+2
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-4/+4
2019-11-29cpuidle: Drop disabled field from struct cpuidle_stateGravatar Rafael J. Wysocki 1-4/+4
2019-10-07sh: add the sh_ prefix to early platform symbolsGravatar Bartosz Golaszewski 28-31/+31
2019-10-07drivers: move the early platform device support to arch/shGravatar Bartosz Golaszewski 29-0/+29
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 3-5/+3
2018-12-28sh: cpu: convert to SPDX identifiersGravatar Kuninori Morimoto 6-25/+6
2018-12-28sh: shmobile: convert to SPDX identifiersGravatar Kuninori Morimoto 4-13/+5
2018-12-28sh: sh5: convert to SPDX identifiersGravatar Kuninori Morimoto 7-30/+9
2018-12-28sh: sh4a: convert to SPDX identifiersGravatar Kuninori Morimoto 37-194/+38
2018-12-28sh: sh4: convert to SPDX identifiersGravatar Kuninori Morimoto 9-36/+9
2018-12-28sh: sh3: convert to SPDX identifiersGravatar Kuninori Morimoto 16-68/+20
2018-12-28sh: sh2a: convert to SPDX identifiersGravatar Kuninori Morimoto 19-78/+21
2018-12-28sh: sh2: convert to SPDX identifiersGravatar Kuninori Morimoto 7-26/+9
2018-06-28media: arch: sh: ap325rxa: Use new renesas-ceu camera driverGravatar Jacopo Mondi 1-1/+1
2018-05-05sh: fix build failure for J2 cpu with SMP disabledGravatar Rich Felker 1-0/+4
2018-03-21media: arch: sh: ecovec: Use new renesas-ceu camera driverGravatar Jacopo Mondi 1-2/+2
2018-02-26media: arch: sh: migor: Use new renesas-ceu camera driverGravatar Jacopo Mondi 1-1/+1
2018-01-08sh_eth: remove sh_eth_plat_data::edmac_endianGravatar Sergei Shtylyov 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 16-0/+16
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Gravatar Ingo Molnar 1-2/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsGravatar Laurent Pinchart 3-5/+9
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portGravatar Laurent Pinchart 1-1/+0