aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh/cachetlb' into sh-fixes-for-linusPaul Mundt2010-12-011-1/+1
|\
| * sh: Assume new page cache pages have dirty dcache lines.Paul Mundt2010-12-011-1/+1
* | sh: Add div6_reparent_clks to clock framework for FSIKuninori Morimoto2010-11-291-0/+3
|/
* sh: Use GCC __builtin_prefetch() to implement prefetch().Giuseppe CAVALLARO2010-11-181-2/+5
*---. Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt2010-11-0810-167/+45
|\ \ \
| | | * sh: Simplify phys_addr_mask()/PTE_PHYS_MASK for 29/32-bit.Paul Mundt2010-11-041-12/+0
| |_|/ |/| |
| | * sh: nommu: Support building without an uncached mapping.Paul Mundt2010-11-044-42/+41
| | * sh: nommu: use 32-bit phys mode.Paul Mundt2010-11-041-4/+4
| |/ |/|
| * sh: mach-edosk7705: Kill off machtype, consolidate board def.Paul Mundt2010-10-291-7/+0
| * sh: mach-systemh: Kill off dead board.Paul Mundt2010-10-291-71/+0
| * sh: mach-snapgear: Kill off machtype, consolidate board def.Paul Mundt2010-10-291-0/+0
| * sh: mach-snapgear: Rip out superfluous PIO routines.Paul Mundt2010-10-291-22/+0
| * sh: mach-microdev: SuperIO-relative ioport mapping.Paul Mundt2010-10-291-9/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-284-6/+8
|\
| * sh64: _PAGE_SPECIAL support.Paul Mundt2010-10-273-6/+7
| * sh: Expose physical addressing mode through cpuinfo.Paul Mundt2010-10-261-0/+1
* | mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-5/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-2527-280/+657
|\
| * sh: mach-sdk7786: Add support for the FPGA SRAM.Paul Mundt2010-10-152-1/+17
| * sh: Provide a generic SRAM pool for tiny memories.Paul Mundt2010-10-151-0/+38
| * sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.Paul Mundt2010-10-141-1/+1
| * sh: pci: Support slot 4 routing on SDK7786.Paul Mundt2010-10-141-0/+9
| * sh: wire up perf alignment and emulation faults.Paul Mundt2010-10-131-1/+1
| * sh: Fix up the SH-3 build.Paul Mundt2010-10-071-0/+1
| * sh: mach-x3proto: Support for baseboard GPIOs.Paul Mundt2010-10-041-0/+12
| * sh: mach-x3proto: Move the ilsel header to a better place.Paul Mundt2010-10-041-0/+0
| * sh: Allow GPIO chips to register IRQ mappings.Paul Mundt2010-10-031-4/+2
| * sh: pinmux support for SH-X3 proto CPUs.Paul Mundt2010-10-021-0/+64
| * sh: Update SH-X3 subtype for clkdev lookups.Paul Mundt2010-10-011-1/+3
| * sh: provide generic arch_debugfs_dir.Paul Mundt2010-09-241-2/+0
| * sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt2010-09-201-0/+2
| * sh: Provide a non-multiplexed sys_recvmmsg path.Paul Mundt2010-09-141-20/+19
| * sh: Add syscall entries for non multiplexed socket callsCarmelo AMOROSO2010-09-141-1/+20
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-201-3/+4
| |\
| * | sh: wire up fanotify/prlimit64 syscalls.Paul Mundt2010-08-162-2/+8
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-169-35/+20
| |\ \ | | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-042-6/+6
| |\ \
| * | | sh: modify pinmux for SH7757 2nd cutYoshihiro Shimoda2010-07-061-145/+156
| * | | 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-021-0/+2
| * | | 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-211-0/+117
| * | | sh: update the FDPIC relocations.Paul Mundt2010-06-141-19/+8
| * | | sh: split out ptrace header for _32/_64 variants.Paul Mundt2010-06-144-98/+117
| * | | sh: Add kprobe-based event tracer.Paul Mundt2010-06-144-10/+86
* | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-211-2/+0
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-319-33/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-051-2/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-5/+6
|\ \ \ \