aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for SHDavid Howells17-15/+9
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2012-03-07sh: fix up the ubc clock definition for sh7785.Thomas Schwinge1-1/+1
2012-03-07sh: add parameter for RSPI in clock-sh7757Shimoda, Yoshihiro1-1/+3
2012-03-07sh: Fix sh2a vbr table for more than 255 irqsPhil Edworthy1-0/+1
2012-03-05perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian1-0/+4
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-02-24arch/sh: remove references to cpu_*_map.Rusty Russell2-2/+2
2012-01-27Merge branches 'sh/urgent' and 'sh/platform-updates' into sh-latestPaul Mundt3-15/+29
2012-01-27sh: add platform_device for SPI1 in setup-sh7757Shimoda, Yoshihiro1-0/+20
2012-01-27sh: modify resource for SPI0 in setup-sh7757Shimoda, Yoshihiro1-1/+1
2012-01-18sh: clock-sh7724: fixup sh_fsi clock settingsKuninori Morimoto1-1/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds2-14/+8
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris2-8/+6
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris2-6/+2
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2-2/+2
2012-01-12Merge branch 'sh/hwblk' into sh-latestPaul Mundt7-301/+1
2012-01-12Merge branch 'sh/pm-runtime' into sh-latestPaul Mundt10-846/+196
2012-01-12sh: add a resource name for shdmaShimoda, Yoshihiro6-7/+12
2012-01-10Merge branch 'sh/urgent' into sh-latestPaul Mundt4-12/+5
2012-01-10sh: Remove redundant try_to_freeze() invocations.Paul Mundt2-8/+0
2012-01-10sh: Ensure IRQs are enabled across do_notify_resume().Paul Mundt1-0/+1
2012-01-10sh: Fix up store queue code for subsys_interface changes.Paul Mundt1-4/+4
2012-01-09sh: modify clock-sh7757 for renesas_usbhsShimoda, Yoshihiro1-1/+1
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latestPaul Mundt4-17/+19
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+13
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-11/+13
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-11/+13
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-08SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-1/+2
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-3/+0
2011-12-06sh: clkfwk: clock-sh7724: all div6_clks use SH_CLK_DIV6_EXT()Kuninori Morimoto1-15/+25
2011-12-06sh: clock-sh7723: add CLKDEV_ICK_ID for cleanupKuninori Morimoto1-63/+13
2011-11-24sh: clkfwk: setup clock parent from current register valueKuninori Morimoto1-2/+2
2011-11-18sh: hwblk: Kill off remaining bits of hwblk API.Paul Mundt3-159/+0
2011-11-18sh: hwblk: Kill off hwblk_id from pdev archdata.Paul Mundt3-135/+0
2011-11-18sh: cpuidle: Migrate off of hwblk API.Paul Mundt2-7/+1
2011-11-18sh: Kill off remaining private runtime PM bits.Paul Mundt2-322/+0
2011-11-18sh: sh7723: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski5-215/+76
2011-11-18sh: sh7722: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski5-146/+43
2011-11-18sh: sh7724: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski5-200/+87
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt3-11/+20
2011-11-11sh: Wire up process_vm syscalls.Paul Mundt2-0/+4
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 Torvalds3-0/+3
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-7/+11