aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/kernel
AgeCommit message (Expand)Author
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter
2014-05-11sh: Switch to new style MTU2 deviceLaurent Pinchart
2014-05-11sh: Switch to new style TMU deviceLaurent Pinchart
2014-05-11sh: Switch to new style CMT deviceLaurent Pinchart
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-03sh: sh7757: switch RSPI clock to dev ID matchGeert Uytterhoeven
2014-04-03sh: don't pass saved userspace state to exception handlersBobby Bingham
2014-04-03sh: push extra copy of r0-r2 for syscall parametersBobby Bingham
2014-04-03sh: fix format string bug in stack tracerMatt Fleming
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby
2014-03-04sh: Use irq_set_affinity instead of homebrewn codeThomas Gleixner
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven
2014-02-11sched/idle, SH: Remove redundant cpuidle_idle_call()Nicolas Pitre
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao
2014-01-02sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms...Nobuhiro Iwamatsu
2013-12-24sh: Don't set plat_sci_port scbrr_algo_id fieldLaurent Pinchart
2013-12-24sh: sh772[34]: Set serial port sampling rate to 8 for SCIFA portsLaurent Pinchart
2013-12-24sh: Declare SCIF register base and IRQ as resourcesLaurent Pinchart
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta
2013-11-13sh64: kernel: remove useless variable 'regs'Chen Gang
2013-11-13sh64: kernel: use 'usp' instead of 'fn'Chen Gang
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-08-22SH7619: fix typo in Ether platform dataSergei Shtylyov
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov
2013-08-20SH7619: fix Ether supportSergei Shtylyov
2013-08-12SH: cpuidle: Add missing parameter for cpuidle_register()Geert Uytterhoeven
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov
2013-06-07sh_eth: get SH7724 support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov
2013-06-07sh_eth: get SH7619 support out of #ifdefSergei Shtylyov
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo