aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-2/+2
2018-08-17sh: prefer _THIS_IP_ to current_text_addrGravatar Nick Desaulniers 2-2/+3
2018-08-17sh: make use of for_each_node_by_type()Gravatar Dmitry Torokhov 1-3/+4
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 5-363/+266
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-33/+0
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 9-211/+96
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-104/+33
2018-08-02sh: use generic dma_noncoherent_opsGravatar Christoph Hellwig 6-118/+15
2018-08-02sh: split arch/sh/mm/consistent.cGravatar Christoph Hellwig 3-81/+85
2018-08-02sh: use dma_direct_ops for the CONFIG_DMA_COHERENT caseGravatar Christoph Hellwig 4-6/+7
2018-08-02sh: introduce a sh_cacheop_vaddr helperGravatar Christoph Hellwig 2-5/+8
2018-08-02sh: simplify get_arch_dma_opsGravatar Christoph Hellwig 4-23/+3
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 2-24/+0
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreGravatar Christoph Hellwig 1-2/+0
2018-07-24media: sh: migor: Remove stale soc_camera includeGravatar Jacopo Mondi 1-1/+0
2018-06-28media: ov772x: omit consumer ID when getting clock referenceGravatar Akinobu Mita 1-1/+1
2018-06-28media: ov772x: use generic names for reset and powerdown gpiosGravatar Akinobu Mita 1-2/+3
2018-06-28media: arch: sh: ap325rxa: Use new renesas-ceu camera driverGravatar Jacopo Mondi 2-204/+80
2018-06-28media: arch: sh: ms7724se: Use new renesas-ceu camera driverGravatar Jacopo Mondi 1-41/+79
2018-06-28media: arch: sh: kfr2r09: Use new renesas-ceu camera driverGravatar Jacopo Mondi 1-114/+103
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Gravatar Frederic Weisbecker 1-1/+0
2018-06-26perf/arch/sh: Implement hw_breakpoint_arch_parse()Gravatar Frederic Weisbecker 2-19/+24
2018-06-26perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused fieldGravatar Frederic Weisbecker 2-8/+0
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Gravatar Frederic Weisbecker 2-6/+5
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-6/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-4/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-25/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-2/+2
2018-06-21locking/atomics/sh: Don't pull in all of <linux/bitops.h> in <asm/cmpxchg-xch...Gravatar Will Deacon 1-1/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeGravatar Masami Hiramatsu 1-3/+4
2018-06-21sh/kprobes: Don't call the ->break_handler() in SH kprobes codeGravatar Masami Hiramatsu 1-13/+1
2018-06-21sh/kprobes: Remove jprobe implementationGravatar Masami Hiramatsu 2-55/+0
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableGravatar Masahiro Yamada 1-1/+1
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 2-2/+2
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-06-11sh: remove no-op macro VMLINUX_SYMBOL()Gravatar Masahiro Yamada 1-2/+2
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 2-2/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-1/+1
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-06-05media: arch: sh: migor: Fix TW9910 PDN gpioGravatar Jacopo Mondi 1-1/+1
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-33/+13