summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-211-0/+3
* sh: Fix validation of system call numberMichael Karcher2020-08-051-3/+3
* scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-07-221-1/+0
* Fix 'acccess_ok()' on alpha and SHLinus Torvalds2020-06-221-2/+5
* pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven2020-02-241-2/+9
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-3/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-291-8/+3
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+1
* media: sh: migor: Include missing dma-mapping headerJacopo Mondi2020-01-271-0/+1
* pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven2019-12-311-1/+1
* sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva2019-08-251-0/+1
* Fix allyesconfig output.Yoshinori Sato2019-08-041-11/+3
* sh: prevent warnings when using iounmapSam Ravnborg2019-07-311-1/+5
* sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()Geert Uytterhoeven2019-05-311-1/+1
* sh: fix multiple function definition build errorsRandy Dunlap2019-05-081-2/+2
* arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warningRandy Dunlap2019-02-121-1/+0
* sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-12-051-14/+2
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-2/+2
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-172-2/+3
* sh: make use of for_each_node_by_type()Dmitry Torokhov2018-08-171-3/+4
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-2/+0
|\
| * PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-301-2/+0
* | Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-08-155-363/+266
|\ \
| * | media: sh: migor: Remove stale soc_camera includeJacopo Mondi2018-07-241-1/+0
| * | media: ov772x: omit consumer ID when getting clock referenceAkinobu Mita2018-06-281-1/+1
| * | media: ov772x: use generic names for reset and powerdown gpiosAkinobu Mita2018-06-281-2/+3
| * | media: arch: sh: ap325rxa: Use new renesas-ceu camera driverJacopo Mondi2018-06-282-204/+80
| * | media: arch: sh: ms7724se: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-41/+79
| * | media: arch: sh: kfr2r09: Use new renesas-ceu camera driverJacopo Mondi2018-06-281-114/+103
| |/
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-153-33/+0
|\ \
| * | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-022-24/+0
| |/
* | Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-149-211/+96
|\ \
| * | sh: use generic dma_noncoherent_opsChristoph Hellwig2018-08-026-118/+15
| * | sh: split arch/sh/mm/consistent.cChristoph Hellwig2018-08-023-81/+85
| * | sh: use dma_direct_ops for the CONFIG_DMA_COHERENT caseChristoph Hellwig2018-08-024-6/+7
| * | sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig2018-08-022-5/+8
| * | sh: simplify get_arch_dma_opsChristoph Hellwig2018-08-024-23/+3
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-134-104/+33
|\ \
| * | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | perf/arch/sh: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-262-19/+24
| * | perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused fieldFrederic Weisbecker2018-06-262-8/+0
| * | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-262-6/+5
| * | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-3/+4
| * | sh/kprobes: Don't call the ->break_handler() in SH kprobes codeMasami Hiramatsu2018-06-211-13/+1
| * | sh/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-212-55/+0
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0