aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-53/+56
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-53/+56
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-13/+4
2011-12-23oprofile, arm/sh: Fix oprofile_arch_exit() linkage issueVladimir Zapolskiy1-2/+2
2011-12-21sh: dma - convert sysdev_class to a regular subsystemKay Sievers2-42/+43
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-11/+13
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-6/+10
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-3/+0
2011-12-08SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2-1/+3
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2-4/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-4/+0
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-18sh: fix build warning in board-sh7757lcrYoshihiro Shimoda1-6/+10
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt8-19/+29
2011-11-11sh: Wire up process_vm syscalls.Paul Mundt4-2/+10
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-11/+17
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds6-0/+6
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-7/+11
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-5/+7
2011-11-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-8/+6
2011-11-04Merge branches 'sh/core' and 'sh/serial-rework' into sh-fixes-for-linusPaul Mundt1-4/+12
2011-11-04serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy1-4/+12
2011-11-04sh: Fix cached/uncaced address calculation in 29bit modeNobuhiro Iwamatsu1-0/+5
2011-11-03[media] sh: migor: remove unused ov772x buswidth flagGuennadi Liakhovetski1-3/+1
2011-11-03[media] sh: ap3rxa: remove redundant soc-camera platform data fieldsGuennadi Liakhovetski1-5/+1
2011-11-03[media] sh: convert ap325rxa to mediabus flagsGuennadi Liakhovetski1-0/+4
2011-11-01sh: Add default uImage rule for sh7757lcrNobuhiro Iwamatsu1-0/+1
2011-11-01sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcrNobuhiro Iwamatsu1-1/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker5-0/+5
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker1-0/+1
2011-10-28sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boardsYoshihiro Shimoda4-4/+4
2011-10-28sh: add parameters for EHCI and RIIC in clock-sh7757.cYoshihiro Shimoda1-1/+9
2011-10-28sh: kexec: Add PHYSICAL_STARTSimon Horman5-8/+31
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang11-17/+13
2011-10-28sh: drop unused Kconfig symbolPaul Bolle1-4/+0
2011-10-28Merge branches 'sh/core' and 'sh/kexec' into sh-latestPaul Mundt2-3/+7
2011-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latestPaul Mundt1-25/+0
2011-09-28net: sh_eth: move the asm/sh_eth.h to include/linux/Yoshihiro Shimoda1-25/+0
2011-09-28sh: modify prototype in sh_eth.hYoshihiro Shimoda1-1/+1
2011-09-05sh: Fix implicit declaration of function numa_node_idNobuhiro Iwamatsu1-0/+1
2011-09-05sh: kexec: Register crashk_resSimon Horman1-3/+6
2011-09-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latestPaul Mundt2-2/+2
2011-08-29Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds4-2/+40
2011-08-29Merge branch 'sh/stable-updates' into sh-latestPaul Mundt2-0/+38