summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: Consistent spelling of cpuidle_idle_call()David Brown2011-08-051-1/+1
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-041-2/+4
|\
| * cpuidle: stop depending on pm_idleLen Brown2011-08-041-2/+4
* | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-08-0132-412/+293Star
|\ \
| * | sh: move CLKDEV_xxx_ID macro to sh_clk.hKuninori Morimoto2011-07-1113-39/+0Star
| * | sh: clock-shx3: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-52/+14Star
| * | sh: clock-sh7786: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-92/+22Star
| * | sh: clock-sh7785: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-62/+16Star
| * | sh: clock-sh7757: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-27/+8Star
| * | sh: clock-sh7366: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-16/+6Star
| * | sh: clock-sh7343: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-21/+7Star
| * | sh: clock-sh7722: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-32/+11Star
| * | sh: clock-sh7724: add CLKDEV_ICK_ID for cleanupKuninori Morimoto2011-07-111-62/+17Star
| * | sh: clock-sh7366: modify I2C clock settingsKuninori Morimoto2011-07-111-1/+2
| * | sh: clock-sh7343: modify I2C clock settingsKuninori Morimoto2011-07-111-2/+3
| * | sh: clock-sh7723: modify I2C clock settingsKuninori Morimoto2011-07-111-1/+2
| * | sh: clock-sh7722: modify I2C clock settingsKuninori Morimoto2011-07-111-1/+2
| * | sh: clock-sh7724: modify I2C clock settingsKuninori Morimoto2011-07-111-2/+3
| | |
| | \
| *-. \ Merge branches 'common/serial-rework' and 'sh/stable-updates' into sh-latestPaul Mundt2011-06-291-28/+28
| |\ \ \
| * \ \ \ Merge branch 'sh/stable-updates' into sh-latestPaul Mundt2011-06-211-0/+50
| |\ \ \ \
| * | | | | sh: Fix up build fallout from serial merge.Paul Mundt2011-06-203-1/+3
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'common/dma' and 'sh/stable-updates' into sh-latestPaul Mundt2011-06-161-0/+40
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'common/serial-rework' into sh-latestPaul Mundt2011-06-1519-15/+191
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | serial: sh-sci: Abstract register maps.Paul Mundt2011-06-1419-15/+189
| | * | | | | | serial: sh-sci: Consolidate RXD pin handling.Paul Mundt2011-06-082-0/+2
| | |/ / / / /
* | | | | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-274-4/+4
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-5/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-07-114-33/+121
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-5/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-35/+0Star
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-235-7/+38
|\ \ \ \ \ \ \
| * | | | | | | perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+2
| * | | | | | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-012-0/+30
| * | | | | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-013-6/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-3/+3
| |_|/ / / / |/| | | | |
* | | | | | sh: use printk_ratelimited instead of printk_ratelimitPaul Mundt2011-06-301-3/+3
| |_|_|_|/ |/| | | |
* | | | | sh: fix the value of sh_dmae_slave_config in setup-sh7757Yoshihiro Shimoda2011-06-291-16/+16
* | | | | sh: fix the INTC vector for IRQ and IRL in setup-sh7757Yoshihiro Shimoda2011-06-291-12/+12
| |_|_|/ |/| | |
* | | | sh: add platform_device of EHCI/OHCI to setup-sh7757Yoshihiro Shimoda2011-06-211-0/+50
|/ / /
* | / sh: sh7724: Add USBHS DMAEngine supportKuninori Morimoto2011-06-161-0/+40
| |/ |/|
* | sh, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-141-2/+0Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-313-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-0/+2
| * Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
| |\
| | * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | sh: arch/sh/kernel/process_32.c needs linux/prefetch.h.Paul Mundt2011-05-241-0/+1
|/ /
* | sh: Ignore R_SH_NONE module relocations.Paul Mundt2011-05-231-0/+2
* | sh: remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-233-40/+0Star
* | sh: wire up sys_sendmmsg.Paul Mundt2011-05-232-0/+2
* | sh: cosmetic improvement: use an existing pointerGuennadi Liakhovetski2011-05-231-3/+3