summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'sh/pci-express-integration'Paul Mundt2010-09-072-11/+85
| |\
| | * sh: Hook up 3rd memory window for all SH7786 PCIe channels.Paul Mundt2010-09-071-0/+3
| | * sh: Properly wire up channel 2's I/O window on SH7786 PCIe.Paul Mundt2010-09-071-0/+1
| | * sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe.Paul Mundt2010-09-071-8/+16
| | * sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe.Paul Mundt2010-09-071-1/+1
| | * sh: Make SH7786 PCIe port reset logic more aggressive.Paul Mundt2010-09-071-1/+11
| | * sh: Additional register definitions for SH7786 PCIe.Matt Fleming2010-09-071-2/+54
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-205-10/+15
| |\ \
| * \ \ Merge branch 'sh/pci-express-integration'Paul Mundt2010-08-202-21/+36
| |\ \ \ | | | |/ | | |/|
| | * | sh: Relax devfn constraints for SH7786 PCIe.Paul Mundt2010-08-201-9/+4
| | * | sh: Fix up SH7786 PCIe PHY initialization.Paul Mundt2010-08-201-12/+18
| | * | sh: Support type 1 accesses for SH7786 PCI.Paul Mundt2010-08-201-7/+21
| * | | sh: sh2007/sh7757lcr defconfig reduction.Paul Mundt2010-08-202-2185/+0
| * | | sh: stub __flush_tlb_global() definition for nommu.Paul Mundt2010-08-161-0/+4
| * | | sh: fix up fallout from syscall arg constification.Paul Mundt2010-08-161-1/+2
| * | | sh: wire up fanotify/prlimit64 syscalls.Paul Mundt2010-08-164-2/+14
| * | | sh: fix recursive dependency in KconfigSam Ravnborg2010-08-161-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-1666-59507/+33
| |\ \ \
| * | | | sh: Use __GFP_ZERO for dma_generic_alloc_coherent().Andrew Murray2010-08-041-1/+2
| * | | | sh: dma: check return value of create_proc_read_entry()Kulikov Vasiliy2010-08-041-2/+2
| * | | | sh: Add sh7724 BEU resourcesPhil Edworthy2010-08-041-0/+66
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-047-44/+44
| |\ \ \ \
| * | | | | sh: add sh7757lcr board supportYoshihiro Shimoda2010-07-065-0/+1507
| * | | | | sh: modify clock framework of SH7757Yoshihiro Shimoda2010-07-062-89/+112
| * | | | | sh: modify pinmux for SH7757 2nd cutYoshihiro Shimoda2010-07-062-802/+1081
| * | | | | sh: add some INTC_VECT for setup-sh7757Yoshihiro Shimoda2010-07-061-69/+147
| * | | | | sh: fix the id of scif in setup-sh7757Yoshihiro Shimoda2010-07-061-3/+3
| * | | | | sh: change PVR of SH7757 for 2nd cutYoshihiro Shimoda2010-07-061-1/+1
| * | | | | sh: modify NR_IRQS from 256 to 512Yoshihiro Shimoda2010-07-061-1/+1
| * | | | | sh: Drop dependence for 29bit mode of trigger_address_error()Nobuhiro Iwamatsu2010-07-021-7/+6
| * | | | | sh: Provide a global TLB flush for U/I-TLB clear.Paul Mundt2010-07-024-0/+27
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mfleming...Paul Mundt2010-07-023-3/+3
| |\ \ \ \ \
| | * | | | | sh: Fix typos in PCI initialization messageMatt Fleming2010-06-233-3/+3
| * | | | | | sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt2010-06-211-14/+38
| * | | | | | sh: fix up an off-by-1 in the number of early ioremap fixmaps.Paul Mundt2010-06-211-2/+2
| |/ / / / /
| * | | | | sh: SH-2007 board support.Hitoshi Mitake2010-06-216-0/+1620
| * | | | | Merge branch 'sh/stable-updates'Paul Mundt2010-06-211-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sh: update the FDPIC relocations.Paul Mundt2010-06-141-19/+8
| * | | | | sh: kprobes SMP support.Paul Mundt2010-06-141-50/+50
| * | | | | sh: split out ptrace header for _32/_64 variants.Paul Mundt2010-06-144-98/+117
| * | | | | sh: Add kprobe-based event tracer.Paul Mundt2010-06-149-11/+227
* | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \ \ \
| * | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-212-10/+9
|\ \ \ \ \ \
| * | | | | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-121-2/+2
| * | | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-081-2/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3169-59512/+43
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-051-2/+0
| * | | | | | | memblock/sh: Use new accessorsBenjamin Herrenschmidt2010-08-041-8/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-213-11/+12
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud