summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-023-47/+103
|\
| * ARM: OMAP4: CPUidle: Open broadcast clock-event device.Santosh Shilimkar2012-07-261-0/+13
| * ARM: OMAP4: CPUidle: add synchronization for coupled idle statesKevin Hilman2012-07-261-1/+21
| * ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle.Santosh Shilimkar2012-07-262-46/+67
| * ARM: OMAP: timer: allow gp timer clock-event to be used on both cpusSantosh Shilimkar2012-07-261-1/+3
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-08-024-4/+6
|\ \
| * | ARM: mmp: add missing irqs.hHaojian Zhuang2012-08-021-0/+1
| * | arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsThomas Petazzoni2012-08-021-1/+1
| * | ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesBarry Song2012-08-021-3/+3
| * | ARM: mxc: Include missing irqs.h headerFabio Estevam2012-07-281-0/+1
* | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-08-0219-21/+293
|\ \ \
| * | | sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski2012-08-021-0/+1
| * | | Merge branch 'common/irqdomain' into sh-latestPaul Mundt2012-08-013-5/+2
| |\ \ \
| * | | | sh: ecovec: care CN5 VBUS if USB host modeKuninori Morimoto2012-08-011-0/+8
| * | | | sh: sh7724: fixup renesas_usbhs clock settingsKuninori Morimoto2012-08-011-2/+2
| * | | | Merge branch 'sh/dmaengine' into sh-latestPaul Mundt2012-08-01510-8244/+16618
| |\ \ \ \
| * | | | | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757Shimoda, Yoshihiro2012-07-262-0/+16
| * | | | | Merge branches 'sh/urgent' and 'sh/regulator' into sh-latestPaul Mundt2012-07-2514-17/+260
| |\ \ \ \ \
| | * | | | | sh: select the fixed regulator driver on several boardsGuennadi Liakhovetski2012-07-061-0/+13
| | * | | | | sh: ecovec: switch MMC power control to regulatorsGuennadi Liakhovetski2012-06-281-17/+100
| | * | | | | sh: add fixed voltage regulators to se7724Guennadi Liakhovetski2012-06-281-0/+15
| | * | | | | sh: add fixed voltage regulators to sdk7786Guennadi Liakhovetski2012-06-281-0/+10
| | * | | | | sh: add fixed voltage regulators to rskGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | sh: add fixed voltage regulators to migorGuennadi Liakhovetski2012-06-281-0/+13
| | * | | | | sh: add fixed voltage regulators to kfr2r09Guennadi Liakhovetski2012-06-281-0/+12
| | * | | | | sh: add fixed voltage regulators to ap325rxaGuennadi Liakhovetski2012-06-281-0/+21
| | * | | | | sh: add fixed voltage regulators to sh7757lcrGuennadi Liakhovetski2012-06-281-0/+14
| | * | | | | sh: add fixed voltage regulators to sh2007Guennadi Liakhovetski2012-06-281-0/+12
| | * | | | | sh: add fixed voltage regulators to polarisGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | sh: add fixed voltage regulators to magicpanelr2Guennadi Liakhovetski2012-06-281-0/+10
| | * | | | | sh: add fixed voltage regulators to apsh4ad0aGuennadi Liakhovetski2012-06-281-0/+10
| | * | | | | sh: add fixed voltage regulators to apsh4a3aGuennadi Liakhovetski2012-06-281-0/+10
| * | | | | | sh: Fix up recursive fault in oops with unset TTB.Paul Mundt2012-07-251-2/+6
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-08-0214-72/+108
|\ \ \ \ \ \ \
| * | | | | | | MIPS: Loongson 2: Sort out clock managment.Ralf Baechle2012-08-017-51/+33
| * | | | | | | MIPS: Loongson 1: more clk support and add select HAVE_CLKYoichi Yuasa2012-08-012-0/+17
| * | | | | | | MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa2012-08-011-0/+1
| * | | | | | | MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa2012-08-011-0/+1
| * | | | | | | MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa2012-08-011-0/+1
| * | | | | | | MIPS: Lantiq: Platform specific CLK fixupJohn Crispin2012-08-011-0/+5
| * | | | | | | MIPS: Lantiq: Add device_tree_init functionJohn Crispin2012-08-011-0/+22
| * | | | | | | MIPS: Lantiq: Fix interface clock and PCI control register offsetJohn Crispin2012-08-011-21/+28
* | | | | | | | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-0222-302/+205
|\ \ \ \ \ \ \ \
| * | | | | | | | um: pass siginfo to guest processMartin Pärtel2012-08-0210-34/+71
| * | | | | | | | um: fix ubd_file_size for read-only filesMartin Pärtel2012-08-021-1/+1
| * | | | | | | | um: pull interrupt_end() into userspace()Al Viro2012-08-022-8/+6
| * | | | | | | | um: split syscall_trace(), pass pt_regs to itAl Viro2012-08-023-43/+34
| * | | | | | | | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-013-5/+5
| * | | | | | | | um: set BLK_CGROUP=y in defconfigRichard Weinberger2012-07-281-1/+1
| * | | | | | | | um: remove count_lockRichard Weinberger2012-07-282-7/+0