summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-012-2/+3
|\
| * Merge branches 'clks' and 'pnx' into develRussell King2010-02-255-5/+7
| |\
| * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-202-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-03-011-0/+26
|\ \ \
| * \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-03-011-0/+26
| |\ \ \
| | * \ \ Merge branch 'for-2.6.33' into for-2.6.34Mark Brown2010-01-2559-888/+3043
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ASoC: add DAI and platform / DMA drivers for SH SIUGuennadi Liakhovetski2010-01-251-0/+26
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-3/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-297-6/+16
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0
* | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-282-9/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-272-9/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-172-9/+2
| | |/ / / /
* | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-262-3/+3
|\ \ \ \ \ \
| * | | | | | soc-camera: ov772x: Modify buswidth controlKuninori Morimoto2010-02-262-3/+3
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds2010-02-261-0/+8
|\ \ \ \ \ \
| * | | | | | sh: add mm API for DMA to vmalloc/vmap areasJames Bottomley2010-02-051-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-26271-3933/+8439
|\ \ \ \ \ \
| * | | | | | sh: remove dead LED code for migo-r and ms7724seMagnus Damm2010-02-262-29/+0
| * | | | | | sh: ecovec build fix for CONFIG_I2C=nMagnus Damm2010-02-261-0/+7
| * | | | | | sh: ecovec r-standby supportMagnus Damm2010-02-262-1/+61
| * | | | | | sh: ms7724se r-standby supportMagnus Damm2010-02-262-1/+81
| * | | | | | sh: SH-Mobile R-standby register save/restoreMagnus Damm2010-02-263-3/+122
| * | | | | | sh: ms7724: modify scan_timing for KEYSCKuninori Morimoto2010-02-251-1/+1
| * | | | | | sh: ms7724: Add sh_sir supportKuninori Morimoto2010-02-251-0/+26
| * | | | | | sh: mach-ecovec24: Add sh_sir supportKuninori Morimoto2010-02-251-0/+27
| * | | | | | sh: wire up SET/GET_UNALIGN_CTL.Paul Mundt2010-02-234-2/+51
| * | | | | | sh: allow alignment fault mode to be configured at kernel boot.Paul Mundt2010-02-231-0/+2
| * | | | | | sh: sh7724: Update FSI/SPU2 clockKuninori Morimoto2010-02-222-5/+15
| * | | | | | sh: always enable sh7724 vpu_clk and set to 166MHz on EcovecMagnus Damm2010-02-222-1/+6
| * | | | | | sh: add sh7724 kick callback to clk_div4_tableMagnus Damm2010-02-223-0/+16
| * | | | | | sh: introduce struct clk_div4_tableMagnus Damm2010-02-229-17/+51
| * | | | | | sh: clock-cpg div4 set_rate() shift fixMagnus Damm2010-02-221-2/+2
| * | | | | | sh: Turn on speculative return for SH7785 and SH7786Matt Fleming2010-02-181-1/+2
| * | | | | | Merge branch 'sh/pmb-dynamic'Paul Mundt2010-02-1819-282/+571
| |\ \ \ \ \ \
| | * | | | | | sh: Merge legacy and dynamic PMB modes.Paul Mundt2010-02-1810-71/+276
| | * | | | | | sh: Use uncached I/O helpers in PMB setup.Paul Mundt2010-02-181-27/+19
| | * | | | | | sh: Provide uncached I/O helpers.Paul Mundt2010-02-181-0/+22
| | * | | | | | sh: PMB locking overhaul.Paul Mundt2010-02-172-56/+114
| | * | | | | | sh: Fix up dynamically created write-through PMB mappings.Paul Mundt2010-02-171-24/+32
| | * | | | | | sh: Build PMB entry links for existing contiguous multi-page mappings.Paul Mundt2010-02-172-31/+30
| | * | | | | | sh: uncached mapping helpers.Paul Mundt2010-02-176-30/+58
| | * | | | | | sh: PMB tidying.Paul Mundt2010-02-173-47/+42
| | * | | | | | sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB.Paul Mundt2010-02-175-12/+17
| | * | | | | | sh: Setup boot CPU VBR early to enable early page faults.Paul Mundt2010-02-172-11/+17
| | * | | | | | sh: Kill off some superfluous legacy PMB special casing.Paul Mundt2010-02-162-10/+4
| | * | | | | | sh: Merge the legacy PMB mapping and entry synchronization code.Paul Mundt2010-02-162-93/+70
| | * | | | | | sh: Prevent fixed slot PMB remapping from clobbering boot entries.Paul Mundt2010-02-161-1/+1
| * | | | | | | sh: fix sh7723 SDHI support using INTC force_disableMagnus Damm2010-02-171-2/+4
| * | | | | | | sh: fix sh7722 SDHI support using INTC force_disableMagnus Damm2010-02-171-1/+3
| |/ / / / / /
OpenPOWER on IntegriCloud