summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Merge remote-tracking branch 'armsoc/at91/9x5' into at91-3.4-base2Nicolas Ferre12-31/+854
2012-02-11Merge remote-tracking branch 'armsoc/at91/device-board' into at91-3.4-base2Nicolas Ferre6-23/+209
2012-02-07Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds3-12/+28
2012-02-07Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson164-1255/+951
2012-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-4/+6
2012-02-06Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+112
2012-02-04Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-1093/+105
2012-02-04ARM: bcmring: fix build failure in mach-bcmring/arch.cPaul Gortmaker1-1/+1
2012-02-04ARM: bcmring: remove unused DMA map codeJD Zheng2-1008/+0
2012-02-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+2
2012-02-04Merge branch 'akpm'Linus Torvalds2-3/+1
2012-02-03Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-10/+46
2012-02-03avr32: select generic atomic64_t supportFabio Baltieri1-0/+1
2012-02-03xtensa: fix memscan()Akinobu Mita1-3/+0
2012-02-03ARM: 7314/1: kuser: consistently use usr_ret for returning from helpersWill Deacon1-1/+1
2012-02-03ARM: at91/at91sam9x5: Device tree definition filesNicolas Ferre3-0/+223
2012-02-03ARM: at91/at91sam9x5: SoC basic supportDan Liang3-0/+376
2012-02-03ARM: at91/at91sam9x5: Configuration and MakefileNicolas Ferre2-0/+10
2012-02-03ARM: at91/at91sam9x5: clock management for at91sam9x5 chip familyNicolas Ferre1-19/+64
2012-02-03ARM: at91/at91sam9x5: PMC header fileNicolas Ferre1-12/+48
2012-02-03ARM: at91/at91sam9x5: overall definitionDan Liang2-0/+133
2012-02-03ARM: at91: Add external RTC for Flexibity boardMaxim Osipov1-1/+11
2012-02-03ARM: at91: add Atmel ISI and ov2640 support on sam9m10g45 boardJosh Wu2-2/+172
2012-02-03ARM: at91: add clock selection parameter for at91_add_device_isi()Josh Wu2-4/+13
2012-02-03ARM: at91: Update struct atmel_nand_data to support PMECCHong Xu1-0/+2
2012-02-03ARM: at91/dma: DMA controller registering with DT supportNicolas Ferre1-1/+9
2012-02-03ARM: at91/dma: remove platform data from DMA controllerNicolas Ferre2-15/+2
2012-02-03ARM: at91: implement the standby function for pm/cpuidleDaniel Lezcano3-42/+34
2012-02-03ARM: at91: remove wait_for_interrupt definitionDaniel Lezcano2-10/+1
2012-02-03ARM: at91: declare header nameDaniel Lezcano1-0/+15
2012-02-03ARM: at91: coding style fixesDaniel Lezcano1-6/+14
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD23-2580/+15
2012-02-03Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-baseNicolas Ferre134-2273/+774
2012-02-02Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-20/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds5-20/+37
2012-02-02ARM: 7302/1: Add TLB flushing for both entries in a PMDCatalin Marinas1-1/+9
2012-02-02ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15Will Deacon1-0/+28
2012-02-02ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon1-1/+1
2012-02-02ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin1-2/+4
2012-02-02ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon1-3/+2
2012-02-02Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping"Russell King1-2/+1
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller2-15/+2
2012-02-01ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-onlyGuennadi Liakhovetski1-0/+2
2012-02-01KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov1-0/+22
2012-02-01KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2-0/+64
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2-0/+26
2012-01-31sh: use the the PCI channels's io_map_baseMichael S. Tsirkin2-2/+3
2012-01-31mips: use the the PCI controller's io_map_baseMichael S. Tsirkin2-2/+3
2012-01-31Revert "microblaze: Add topology init"Michal Simek1-20/+1
2012-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-3/+2