aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Merge branches 'sh/stable-updates' and 'sh/pci-rework'Paul Mundt2-47/+53
2009-04-24sh: pci: Fix up the build for CONFIG_PCI=n.Paul Mundt1-0/+2
2009-04-20sh: pci: Kill off the last remnants of the now unused pci-auto code.Paul Mundt1-16/+0
2009-04-20sh: pci: Tidy up the dreamcast PCI support.Paul Mundt1-0/+2
2009-04-20sh: pci: Kill off the now unused hose->io_base.Paul Mundt1-1/+0
2009-04-20sh: pci: Track io and mem_offset per-channel.Paul Mundt1-0/+3
2009-04-20sh: pci: New-style controller registration.Paul Mundt1-11/+18
2009-04-20sh: pci: Rework fixed region checks in ioremap().Paul Mundt1-18/+11
2009-04-20sh: pci: Consolidate pci_iomap() and use the generic I/O base.Paul Mundt1-20/+2
2009-04-20sh: pci: Kill off unused pcibios_fixup().Paul Mundt1-1/+0
2009-04-20sh: pci: Consolidate pcibios_align_resource() definitions.Paul Mundt1-4/+1
2009-04-20sh: pci: HAVE_PCI_MMAP support.Paul Mundt1-0/+3
2009-04-20sh: pci: Drop asm-generic/pci.h, so we can use our own fixups.Paul Mundt1-3/+24
2009-04-19Merge branches 'sh/earlytimer' and 'sh/shmobile-r2r-staging'Paul Mundt4-1/+276
2009-04-19sh: Add plat_early_device_setup()Magnus Damm1-0/+2
2009-04-16sh: pci io port base address codeMagnus Damm1-27/+20
2009-04-16sh: pci memory range checking codeMagnus Damm1-4/+19
2009-04-16sh: add io_base member to pci_channelMagnus Damm1-0/+1
2009-04-16sh: add reg_base member to pci_channelMagnus Damm1-0/+1
2009-04-16sh: hook in struct pci_channel in sysdataMagnus Damm1-2/+4
2009-04-16sh: add init member to pci_channel dataMagnus Damm1-0/+2
2009-04-16sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.Kuninori Morimoto3-1/+274
2009-04-09sh: Add support for DMA API debugging.Paul Mundt2-10/+37
2009-04-07sh: Provide cpumask_of_pcibus() to fix NUMA build.Paul Mundt1-2/+5
2009-04-06sh: wire up sys_preadv/sys_pwritev() syscalls.Paul Mundt2-2/+6
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds6-206/+235
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi3-55/+136
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt1-0/+3
2009-04-02sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.Paul Mundt1-0/+1
2009-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-1/+0
2009-03-31sh: Sanitize asm/mmu.h for assembly use.Francesco VIRLINZI1-16/+19
2009-03-31sh: Tidy up sh7786 pinmux table.Kuninori Morimoto1-135/+79
2009-03-30cpumask: remove node_to_first_cpuRusty Russell1-1/+0
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller32-221/+794
2009-03-20sh: fix the HD64461 level-triggered interrupts handlingRafael Ignacio Zurita1-1/+0
2009-03-17sh: Flush only the needed range when unmapping a VMA.Paul Mundt1-8/+92
2009-03-17sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores.Paul Mundt4-24/+39
2009-03-16sh: SuperH Mobile suspend supportMagnus Damm1-0/+9
2009-03-16sh: Revert CONFIG_NR_ONCHIP_DMA_CHANNELS to MAX_DMA_CHANNELSNobuhiro Iwamatsu1-8/+9
2009-03-11sh: clkfwk: add clk_set_parent/clk_get_parentFrancesco VIRLINZI1-0/+1
2009-03-10sh: dma-sh updates for multi IRQ and new SH-4A CPUs.Nobuhiro Iwamatsu6-68/+233
2009-03-10sh: Support fixed 32-bit PMB mappings from bootloader.Yoshihiro Shimoda3-5/+10
2009-03-10sh: hibernation supportMagnus Damm2-0/+14
2009-03-03sh: Urquell board support.Kuninori Morimoto1-0/+68
2009-03-03sh: Add support for SH7786 CPU subtype.Kuninori Morimoto3-1/+197
2009-02-27sh: Disable unsupportable prefetching on SH-3.Paul Mundt1-2/+1
2009-02-27sh: prefetch early exception data on sh4/sh4a.Magnus Damm1-0/+5
2009-02-27sh: remove EXPEVT vector from stack on sh3/sh4/sh4aMagnus Damm1-5/+3
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-01-29sh: rework clocksource and sched_clockMagnus Damm1-2/+2