aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcGravatar Linus Torvalds 5-162/+65
2012-08-02Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 37-556/+1277
2012-08-02Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-47/+103
2012-08-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-4/+6
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 19-21/+293
2012-08-02ARM: mmp: add missing irqs.hGravatar Haojian Zhuang 1-0/+1
2012-08-02arm: mvebu: fix typo in .dtsi comment for Armada XP SoCsGravatar Thomas Petazzoni 1-1/+1
2012-08-02ARM: PRIMA2: delete redundant codes to restore LATCHED when timer resumesGravatar Barry Song 1-3/+3
2012-08-02sh: explicitly include sh_dma.h in setup-sh7722.cGravatar Guennadi Liakhovetski 1-0/+1
2012-08-01Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 14-72/+108
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 22-302/+205
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 14-144/+13
2012-08-01Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 5-85/+58
2012-08-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 13-194/+139
2012-08-02um: pass siginfo to guest processGravatar Martin Pärtel 10-34/+71
2012-08-02um: fix ubd_file_size for read-only filesGravatar Martin Pärtel 1-1/+1
2012-08-02um: pull interrupt_end() into userspace()Gravatar Al Viro 2-8/+6
2012-08-02um: split syscall_trace(), pass pt_regs to itGravatar Al Viro 3-43/+34
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsGravatar Al Viro 3-5/+5
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 2-4/+22
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-53/+26
2012-08-01MIPS: Loongson 2: Sort out clock managment.Gravatar Ralf Baechle 7-51/+33
2012-08-01MIPS: Loongson 1: more clk support and add select HAVE_CLKGravatar Yoichi Yuasa 2-0/+17
2012-08-01MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLKGravatar Yoichi Yuasa 1-0/+1
2012-08-01MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLKGravatar Yoichi Yuasa 1-0/+1
2012-08-01MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLKGravatar Yoichi Yuasa 1-0/+1
2012-08-01MIPS: Lantiq: Platform specific CLK fixupGravatar John Crispin 1-0/+5
2012-08-01MIPS: Lantiq: Add device_tree_init functionGravatar John Crispin 1-0/+22
2012-08-01MIPS: Lantiq: Fix interface clock and PCI control register offsetGravatar John Crispin 1-21/+28
2012-08-01Merge branch 'common/irqdomain' into sh-latestGravatar Paul Mundt 3-5/+2
2012-08-01sh: ecovec: care CN5 VBUS if USB host modeGravatar Kuninori Morimoto 1-0/+8
2012-08-01sh: sh7724: fixup renesas_usbhs clock settingsGravatar Kuninori Morimoto 1-2/+2
2012-08-01Merge branch 'sh/dmaengine' into sh-latestGravatar Paul Mundt 510-8244/+16618
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 3-5/+2
2012-07-31x86: OLPC: move s/r-related EC cmds to EC driverGravatar Andres Salomon 2-22/+36
2012-07-31Platform: OLPC: move debugfs support from x86 EC driverGravatar Andres Salomon 1-97/+0
2012-07-31x86: OLPC: switch over to using new EC driver on x86Gravatar Andres Salomon 2-31/+27
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hGravatar Andres Salomon 5-1/+4
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverGravatar Andres Salomon 2-18/+5
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 13-19/+20
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-32/+20
2012-07-31mips: zero out pg_data_t when it's allocatedGravatar Minchan Kim 1-0/+1
2012-07-31memcg: rename config variablesGravatar Andrew Morton 10-18/+18
2012-07-31mm: account the total_vm in the vm_stat_account()Gravatar Huang Shijie 1-1/+0
2012-07-31xtensa: select generic atomic64_t supportGravatar Fengguang Wu 1-0/+1
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-146/+1473
2012-07-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 7-55/+121
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 17-105/+103
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineGravatar Russell King 7-137/+11
2012-07-31ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engineGravatar Javier Martinez Canillas 1-0/+2