aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven1-2/+2
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
2013-08-22SH7619: fix typo in Ether platform dataSergei Shtylyov1-1/+1
2013-08-20sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov1-1/+0
2013-08-20SH7619: fix Ether supportSergei Shtylyov1-2/+10
2013-08-12SH: cpuidle: Add missing parameter for cpuidle_register()Geert Uytterhoeven1-3/+1
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker13-27/+27
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-4/+4
2013-07-09ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-4/+0
2013-06-07sh_eth: get SH7724 support out of #ifdefSergei Shtylyov1-1/+1
2013-06-07sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov1-1/+1
2013-06-07sh_eth: get SH7619 support out of #ifdefSergei Shtylyov1-2/+2
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-3/+3
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-18/+132
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-11/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo2-5/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-263/+43
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-91/+12
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-2/+2
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki2-202/+0
2013-04-24SH: cpuidle: use init/exit common routineDaniel Lezcano1-6/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22SH: cpuidle: check error code at initDaniel Lezcano2-5/+9
2013-04-22SH: cpuidle: initialize the driver's states directlyDaniel Lezcano1-50/+42
2013-04-22SH: cpuidle: remove CPUIDLE_DRIVER_STATE_START usageDaniel Lezcano1-4/+2
2013-04-22SH: cpuidle: remove pointless initializationDaniel Lezcano1-6/+0
2013-04-10cpufreq: sh: move cpufreq driver to drivers/cpufreqViresh Kumar2-192/+0
2013-04-08sh: Use generic idle loopThomas Gleixner2-91/+12
2013-04-02cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar1-6/+3
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar1-6/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-04-02sh: sh7269: Fix compilation by adding missing includesLaurent Pinchart1-0/+2
2013-03-20sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIBAlexandre Courbot3-3/+3