aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski3-5/+4
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-3/+0
2014-10-29sh: fix sh770x SCIF memory regionsAndriy Skulysh1-3/+3
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-29/+2
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2-29/+2
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-68/+68
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds2-97/+64
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-15/+0
2014-08-06sh: SH7724 clock fixesDaniel Palmer1-1/+3
2014-08-06arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-06sh: Use get_signal() signal_setup_done()Richard Weinberger2-97/+64
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+7
2014-07-18sh: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2014-07-15sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven3-68/+68
2014-06-19sh, perf: Use common PMU interrupt disabled codeVince Weaver1-8/+7
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter5-23/+23
2014-05-11sh: Switch to new style MTU2 deviceLaurent Pinchart9-433/+72
2014-05-11sh: Switch to new style TMU deviceLaurent Pinchart30-2486/+239
2014-05-11sh: Switch to new style CMT deviceLaurent Pinchart19-484/+106
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2-3/+3
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds6-35/+26
2014-04-03sh: sh7757: switch RSPI clock to dev ID matchGeert Uytterhoeven1-1/+1
2014-04-03sh: don't pass saved userspace state to exception handlersBobby Bingham1-16/+7
2014-04-03sh: push extra copy of r0-r2 for syscall parametersBobby Bingham3-17/+17
2014-04-03sh: fix format string bug in stack tracerMatt Fleming1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+1
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner1-2/+2
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar1-2/+2
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-3/+0
2014-03-04sh: Use irq_set_affinity instead of homebrewn codeThomas Gleixner1-17/+1
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven1-2/+2
2014-02-11sched/idle, SH: Remove redundant cpuidle_idle_call()Nicolas Pitre1-3/+1
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-14/+4
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds28-375/+889
2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase()Cody P Schafer1-14/+4
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+2
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao1-0/+1
2014-01-02sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms_32.cNobuhiro Iwamatsu1-0/+5
2013-12-24sh: Don't set plat_sci_port scbrr_algo_id fieldLaurent Pinchart28-108/+0
2013-12-24sh: sh772[34]: Set serial port sampling rate to 8 for SCIFA portsLaurent Pinchart2-6/+6
2013-12-24sh: Declare SCIF register base and IRQ as resourcesLaurent Pinchart28-261/+883
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-4/+2
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta2-4/+4
2013-11-13sh64: kernel: remove useless variable 'regs'Chen Gang1-1/+1
2013-11-13sh64: kernel: use 'usp' instead of 'fn'Chen Gang1-1/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-36/+21
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+9