aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-03sh: Allow GPIO chips to register IRQ mappings.Paul Mundt1-4/+2
2010-10-02sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2-9/+17
2010-10-02sh: Handle pinmux for SH-X3 proto IRQ/IRL modes.Paul Mundt2-0/+25
2010-10-02sh: pinmux support for SH-X3 proto CPUs.Paul Mundt3-0/+652
2010-10-02sh: Support IRQ balancing for SH-X3 proto cores, too.Paul Mundt1-4/+11
2010-10-02sh: Support userimask for all SH-X3 interrupt controllers.Paul Mundt3-18/+36
2010-10-01sh: Update SH-X3 subtype for clkdev lookups.Paul Mundt3-85/+146
2010-09-30sh: boot kernel with SR.BL setMagnus Damm3-2/+7
2010-09-30sh: fix a kfree address in clkdev codeGuennadi Liakhovetski1-1/+3
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt8-40/+24
2010-09-23sh: change to new flag variablematt mooney4-4/+4
2010-09-20sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt4-12/+17
2010-09-20sh: pci: clock framework support for SH7786 PCIe.Paul Mundt1-21/+86
2010-09-20sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.Paul Mundt2-17/+25
2010-09-20sh: pci: Support ports with disabled links on SH7786 PCIe.Paul Mundt1-5/+12
2010-09-20sh: pci: Discard initial PCICONF4/5 settings for SH7786 PCIe.Paul Mundt1-3/+0
2010-09-20sh: pci: Support root complex config accesses on SH7786 PCIe.Paul Mundt2-9/+55
2010-09-20sh: pci: Move Renesas PCI IDs to a better place.Paul Mundt1-6/+0
2010-09-19sh: pci: Give SH7786 PHY some time to settle.Paul Mundt1-0/+3
2010-09-19sh: pci: Toggle configuration accesses on SH7786.Paul Mundt1-0/+3
2010-09-19sh: pci: Use generic pci_enable_resources() for pcibios_enable_device().Paul Mundt1-34/+1
2010-09-16sh: kill big kernel lockArnd Bergmann1-6/+3
2010-09-14Revert "sh: ecovec24: modify tsc2007 platform settings"Paul Mundt1-2/+24
2010-09-14sh: Provide a non-multiplexed sys_recvmmsg path.Paul Mundt2-20/+20
2010-09-14sh: Add syscall entries for non multiplexed socket callsCarmelo AMOROSO2-1/+38
2010-09-14sh: ecovec24: modify tsc2007 platform settingsKuninori Morimoto1-24/+2
2010-09-14sh: Set CONFIG_SYSFS_DEPRECATED_V2=nMatt Fleming38-38/+0
2010-09-07Merge branch 'sh/pci-express-integration'Paul Mundt2-11/+85
2010-09-07sh: Hook up 3rd memory window for all SH7786 PCIe channels.Paul Mundt1-0/+3
2010-09-07sh: Properly wire up channel 2's I/O window on SH7786 PCIe.Paul Mundt1-0/+1
2010-09-07sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe.Paul Mundt1-8/+16
2010-09-07sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe.Paul Mundt1-1/+1
2010-09-07sh: Make SH7786 PCIe port reset logic more aggressive.Paul Mundt1-1/+11
2010-09-07sh: Additional register definitions for SH7786 PCIe.Matt Fleming1-2/+54
2010-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt59-102/+217
2010-08-20Merge branch 'sh/pci-express-integration'Paul Mundt2-21/+36
2010-08-20sh: sh2007/sh7757lcr defconfig reduction.Paul Mundt2-2185/+0
2010-08-20sh: Relax devfn constraints for SH7786 PCIe.Paul Mundt1-9/+4
2010-08-20sh: Fix up SH7786 PCIe PHY initialization.Paul Mundt1-12/+18
2010-08-20sh: Support type 1 accesses for SH7786 PCI.Paul Mundt1-7/+21
2010-08-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-2/+0
2010-08-18[IA64] Fix build error: conflicting types for ‘sys_execve’Tony Luck1-2/+0
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-7/+16
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+5
2010-08-18m68knommu: formatting of pointers in printk()Kulikov Vasiliy1-5/+5
2010-08-18m68knommu: arch/m68k/include/asm/ide.h fix for nommuJate Sujjavanich1-2/+11
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-1/+1
2010-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-8/+27
2010-08-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-5/+19
2010-08-17Make do_execve() take a const filename pointerDavid Howells40-73/+146