summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
AgeCommit message (Expand)AuthorLines
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart-5/+9
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart-1/+0
2017-01-19sh: Don't set the sh-sci platform data REIE bit when not implementedLaurent Pinchart-4/+0
2017-01-19sh: Don't set the sh-sci platform data scscr CKE0 bitLaurent Pinchart-3/+3
2017-01-19sh: Don't set sh-sci port_regLaurent Pinchart-16/+0
2017-01-19sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flagsLaurent Pinchart-112/+1
2017-01-19sh: sh726[49]: Don't set sh-sci pdata scscr TOIE bitLaurent Pinchart-16/+16
2017-01-19sh: Don't set sh-sci pdata scscr TIE and RIE bitsLaurent Pinchart-22/+21
2017-01-19sh: Don't set sh-sci pdata scscr TE and RE bitsLaurent Pinchart-135/+103
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-18/+18
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+5
2016-12-14arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck-2/+5
2016-12-14treewide: Fix printk() message errorsMasanari Iida-2/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf-0/+1
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+2
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+5
2016-09-19sh/SH-X3 SMP: Convert to hotplug state machineSebastian Andrzej Siewior-21/+5
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)-2/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-1/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds-12/+285
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-13/+20
2016-08-05sh: use common clock framework with device tree boardsRich Felker-0/+4
2016-08-05sh: system call wire upYoshinori Sato-0/+28
2016-08-05sh: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring-4/+2
2016-08-05sh: add SMP support for J2Rich Felker-0/+143
2016-08-05sh: SMP support for SH2 entry.SRich Felker-0/+50
2016-08-05sh: add AT_HWCAP flag for J-Core cas.l instructionRich Felker-0/+2
2016-08-05sh: add support for J-Core J2 processorRich Felker-2/+43
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-2/+2
2016-07-31sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREERich Felker-4/+4
2016-07-31sh: make time.c explicitly non-modularPaul Gortmaker-2/+1
2016-07-31sh: disable aliased page logic on NOMMU modelsRich Felker-0/+4
2016-07-31sh: add support for linking a builtin device tree blob in the kernelRich Felker-0/+4
2016-07-14sh/perf: Convert the hotplug notifiers to state machine callbacksThomas Gleixner-19/+4
2016-06-04rtc: sh: provide rtc_class_ops directlyArnd Bergmann-13/+20
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko-1/+3
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby-3/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby-7/+0
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo-2/+2
2016-03-30sh: fix function signature of cpu_coregroup_mask to match pointer typeRich Felker-2/+2
2016-03-29sh: fix smp-shx3 build regression from removal of arch localtimerRich Felker-2/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko-0/+1
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds-84/+81
2016-03-17sh: add device tree support and generic board using device treeRich Felker-0/+40
2016-03-17sh: remove arch-specific localtimer and use generic oneRich Felker-70/+7
2016-03-17sh: make MMU-specific SMP code conditional on CONFIG_MMURich Felker-0/+8
2016-03-17sh: provide unified syscall trap compatible with all SH modelsRich Felker-14/+23
2016-03-17sh: New gcc supportYoshinori Sato-0/+3