| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Fix FDPIC binary loader | Andrew Stubbs | 2010-03-29 | 1 | -2/+4 |
* | sh: update the TLB replacement counter for entry wiring. | Matt Fleming | 2010-03-26 | 1 | -0/+2 |
* | sh: Flush ITLB too in PTEAEX's flush_tlb_page() | Matt Fleming | 2010-03-23 | 1 | -0/+2 |
* | sh: Add watch-dog register address for SH7722/SH7723/SH7724 | Kuninori Morimoto | 2010-03-23 | 1 | -0/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-03-19 | 1 | -0/+7 |
|\ |
|
| * | sh: Fix up NUMA build for 29-bit. | Paul Mundt | 2010-03-10 | 1 | -0/+7 |
* | | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
* | | pci-dma: sh: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 1 | -18/+1 |
* | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 2010-03-12 | 1 | -2/+0 |
* | | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 3 | -3/+2 |
* | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 3 | -2/+2 |
|/ |
|
* | sh: Fix up flush_cache_vmap() on SMP. | Paul Mundt | 2010-03-04 | 1 | -2/+2 |
* | sh: reworked dynamic PMB mapping. | Paul Mundt | 2010-03-02 | 2 | -20/+34 |
* | sh: Fix up cpumask_of_pcibus() for the NUMA build. | Paul Mundt | 2010-03-02 | 1 | -1/+1 |
* | dmaengine: shdma: extend .device_terminate_all() to record partial transfer | Guennadi Liakhovetski | 2010-03-02 | 1 | -0/+20 |
* | sh: merge sh7722 and sh7724 DMA register definitions | Guennadi Liakhovetski | 2010-03-02 | 1 | -6/+2 |
* | dmaengine: shdma: separate DMA headers. | Guennadi Liakhovetski | 2010-03-02 | 9 | -218/+285 |
* | dmaengine: shdma: convert to platform device resources | Guennadi Liakhovetski | 2010-03-02 | 1 | -3/+10 |
* | sh: audio support for the sh7722 Migo-R board | Guennadi Liakhovetski | 2010-03-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 1 | -1/+2 |
|\ |
|
| * | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 2 | -3/+5 |
| |\ |
|
| * | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-03-01 | 1 | -0/+26 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-2.6.33' into for-2.6.34 | Mark Brown | 2010-01-25 | 3 | -3/+15 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | ASoC: add DAI and platform / DMA drivers for SH SIU | Guennadi Liakhovetski | 2010-01-25 | 1 | -0/+26 |
* | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-02-28 | 1 | -0/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2010-02-27 | 1 | -0/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 2010-02-17 | 1 | -0/+2 |
| | | |/
| | |/| |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-vipt | Linus Torvalds | 2010-02-26 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | sh: add mm API for DMA to vmalloc/vmap areas | James Bottomley | 2010-02-05 | 1 | -0/+8 |
| | |_|/
| |/| | |
|
* | | | | sh: SH-Mobile R-standby register save/restore | Magnus Damm | 2010-02-26 | 1 | -0/+1 |
* | | | | sh: wire up SET/GET_UNALIGN_CTL. | Paul Mundt | 2010-02-23 | 3 | -1/+22 |
* | | | | sh: add sh7724 kick callback to clk_div4_table | Magnus Damm | 2010-02-22 | 1 | -0/+1 |
* | | | | sh: introduce struct clk_div4_table | Magnus Damm | 2010-02-22 | 1 | -3/+7 |
* | | | | sh: Merge legacy and dynamic PMB modes. | Paul Mundt | 2010-02-18 | 3 | -19/+22 |
* | | | | sh: Provide uncached I/O helpers. | Paul Mundt | 2010-02-18 | 1 | -0/+22 |
* | | | | sh: PMB locking overhaul. | Paul Mundt | 2010-02-17 | 1 | -18/+0 |
* | | | | sh: Build PMB entry links for existing contiguous multi-page mappings. | Paul Mundt | 2010-02-17 | 1 | -1/+1 |
* | | | | sh: uncached mapping helpers. | Paul Mundt | 2010-02-17 | 2 | -10/+20 |
* | | | | sh: PMB tidying. | Paul Mundt | 2010-02-17 | 1 | -1/+3 |
* | | | | sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB. | Paul Mundt | 2010-02-17 | 2 | -3/+5 |
* | | | | sh: Kill off some superfluous legacy PMB special casing. | Paul Mundt | 2010-02-16 | 1 | -6/+1 |
* | | | | sh: Merge the legacy PMB mapping and entry synchronization code. | Paul Mundt | 2010-02-16 | 1 | -0/+1 |
* | | | | sh64: fix up memory offset calculation. | Paul Mundt | 2010-02-12 | 1 | -0/+8 |
* | | | | sh: Isolate uncached mapping support. | Paul Mundt | 2010-02-12 | 3 | -7/+16 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'sh/dwarf-unwinder', 'sh/g3-prep' and 'sh/stable-updates' | Paul Mundt | 2010-02-08 | 2 | -13/+23 |
|\ \ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | sh: Optimise FDE/CIE lookup by using red-black trees | Matt Fleming | 2010-02-08 | 2 | -13/+23 |
| |/ / / |
|
* | | | | Merge branch 'sh/dmaengine' | Paul Mundt | 2010-02-08 | 4 | -55/+151 |
|\ \ \ \ |
|
| * | | | | sh: implement DMA_SLAVE capability in SH dmaengine driver | Guennadi Liakhovetski | 2010-02-08 | 2 | -8/+48 |
| * | | | | sh: fix Transfer Size calculation in both DMA drivers | Guennadi Liakhovetski | 2010-02-08 | 4 | -49/+105 |
| |/ / / |
|