summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* sh: Stub in P3 ioremap support for nommu parts.Paul Mundt2009-12-141-0/+1
* sh: wire up vmallocinfo support in ioremap() implementations.Paul Mundt2009-12-141-2/+8
* sh: Couple kernel and user write page perm bits for CONFIG_X2TLBMatt Fleming2009-12-141-2/+3
* sh: Wire up recvmmsg syscall.Paul Mundt2009-12-112-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s...Paul Mundt2009-12-104-1/+7
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| | |\
| | | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-0934-587/+461
| |\ \ \
| * \ \ \ Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-031-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-1/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | net: allow sh_eth to get mac address through platform dataMagnus Damm2009-10-131-0/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai2009-12-011-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ALSA: sh: add SuperH DAC audio driver for ALSA V4Rafael Ignacio Zurita2009-11-041-0/+4
| | |/ / | |/| |
* | | | sh: LCDC start_transfer() for the KFR2R09 boardMagnus Damm2009-12-091-0/+6
| |_|/ |/| |
* | | sh: mach-ecovec24: Remove un-defined settings for VPUKuninori Morimoto2009-12-041-1/+0
* | | sh: Break out SuperH PFC codeMagnus Damm2009-11-301-81/+1
* | | sh: Move KEYSC header fileMagnus Damm2009-11-301-14/+0
* | | sh: mach-ecovec24: modify address mapKuninori Morimoto2009-11-301-1/+1
* | | sh: Fix up the FPU emulation build.Paul Mundt2009-11-251-0/+1
* | | sh: Minor optimisations to FPU handlingStuart Menefy2009-11-243-14/+19
* | | sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy2009-11-241-1/+7
* | | Merge branch 'master' into sh/st-integrationPaul Mundt2009-11-2429-478/+432
|\ \ \
| * | | sh64: Fix up the CONFIG_GENERIC_BUG=n build.Paul Mundt2009-11-121-4/+0
| * | | sh: Use the generic I/O port base for slowdown.Paul Mundt2009-11-121-9/+3
| * | | Merge branch 'sh/stable-updates'Paul Mundt2009-11-091-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | sh: mach-se: Convert SE7722 FPGA to dynamic IRQ allocation.Paul Mundt2009-11-041-9/+2
| * | | sh: Add R-standby sleep mode supportMagnus Damm2009-10-301-0/+5
| * | | sh: Add MMU and Cache handling sleep mode codeMagnus Damm2009-10-301-0/+15
| * | | sh: Keep track of allowed sleep modesMagnus Damm2009-10-301-0/+3
| * | | sh: Rework SuperH Mobile sleep mode codeMagnus Damm2009-10-301-0/+27
| * | | sh: Allow boards to register memory pre/post sleep codeMagnus Damm2009-10-301-0/+4
| * | | sh: Add notifiers chains for cpu/board codeMagnus Damm2009-10-301-0/+11
| * | | sh: perf events: Add preliminary support for SH-4A counters.Paul Mundt2009-10-281-2/+29
| * | | sh: Fix up dma_is_consistent().Paul Mundt2009-10-271-0/+5
| * | | sh: Revamp PCI DMA coherence Kconfig bits.Paul Mundt2009-10-271-13/+7
| * | | sh: fix watchdog timer for sh7780/sh7785Valentin R Sitsikov2009-10-272-1/+71
| * | | sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.Paul Mundt2009-10-261-8/+40
| * | | sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt2009-10-202-183/+27
| * | | sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP.Paul Mundt2009-10-182-7/+6
| * | | sh: Convert to asm-generic/irqflags.h.Paul Mundt2009-10-175-212/+58
| * | | sh: Kill off legacy UBC wakeup cruft.Paul Mundt2009-10-161-11/+0
| * | | sh: Support SCHED_MC for SH-X3 multi-cores.Paul Mundt2009-10-161-0/+8
| * | | sh: Idle loop chainsawing for SMP-based light sleep.Paul Mundt2009-10-161-0/+4
| * | | sh: Count NMIs in irq_cpustat_t.Paul Mundt2009-10-141-3/+10
| * | | sh: TS_RESTORE_SIGMASK conversion.Paul Mundt2009-10-141-4/+22
| * | | sh: Provide CALLER_ADDRx definitions even when ftrace is disabled.Paul Mundt2009-10-141-1/+5