summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-03-03sh: check for existing mappings for bolted PMB entries.Paul Mundt1-44/+96
2010-03-03x86, mrst: Remove X86_MRST dependency on PCI_IOAPICJacob Pan1-1/+0
2010-03-03USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen1-2/+5
2010-03-03arm: defconfig: rx51: enable phonet and g_nokiaFelipe Balbi1-1/+10
2010-03-03USB: MXC: add platform resources for i.MX21 USB host controller.Martin Fuzzey2-0/+28
2010-03-03USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants.Martin Fuzzey1-26/+27
2010-03-03USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey1-0/+38
2010-03-03DMAENGINE: COH 901 318 descriptor pool refactoringLinus Walleij1-1/+1
2010-03-02Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-55/+66
2010-03-02Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds185-7755/+18904
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds21-99/+174
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-9/+71
2010-03-02sh: fixed virt/phys mapping helpers for PMB.Paul Mundt1-46/+51
2010-03-02sh: make pmb iomapping configurable.Paul Mundt1-0/+17
2010-03-02sh: reworked dynamic PMB mapping.Paul Mundt5-168/+223
2010-03-02sh: Fix up cpumask_of_pcibus() for the NUMA build.Paul Mundt1-1/+1
2010-03-02sh: Fix up ctrl_read/write stragglers in migor setup.Paul Mundt1-1/+1
2010-03-02Merge branches 'sh/dmaengine', 'sh/hw-breakpoints' and 'sh/trivial'Paul Mundt4-28/+8
2010-03-02dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski1-0/+20
2010-03-02sh: merge sh7722 and sh7724 DMA register definitionsGuennadi Liakhovetski1-6/+2
2010-03-02sh: activate runtime PM for dmaengine on sh7722 and sh7724Guennadi Liakhovetski2-0/+9
2010-03-02dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski13-225/+361
2010-03-02dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski5-26/+442
2010-03-02sh: audio support for the sh7722 Migo-R boardGuennadi Liakhovetski2-0/+17
2010-03-02sh: add DMA slave definitions and SIU platform data to sh7722 setupGuennadi Liakhovetski1-6/+97
2010-03-02Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren1186-22959/+44463
2010-03-02Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds40-309/+1492
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-7/+7
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2-6/+6
2010-03-01DaVinci DM365: Adding support for SPI EEPROMSandeep Paulraj1-0/+23
2010-03-01DaVinci DM365: Adding DM365 SPI supportSandeep Paulraj2-0/+72
2010-03-01DaVinci DM355: Modifications to DM355 SPI supportSandeep Paulraj1-11/+28
2010-03-01DaVinci: SPI: Adding header file for SPI support.Sandeep Paulraj1-0/+44
2010-03-01davinci: dm646x: CDCE clocks: davinci_clk converted to clk_lookupKevin Hilman1-5/+5
2010-03-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds43-6383/+56
2010-03-01Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds6-8/+8
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds306-1827/+11839
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds4-0/+184
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2010-03-01KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka1-0/+1
2010-03-01KVM: VMX: Update instruction length on intercepted BPJan Kiszka1-0/+13
2010-03-01KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa1-17/+20
2010-03-01KVM: Fix segment descriptor loadingGleb Natapov3-59/+151
2010-03-01KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa1-3/+10
2010-03-01KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov1-0/+6
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner5-26/+27
2010-03-01KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov1-8/+8
2010-03-01KVM: x86 emulator: code style cleanupWei Yongjun1-1/+1
2010-03-01KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov1-41/+56