aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-12sh: Always provide thread_info allocators.Paul Mundt1-29/+0
2010-01-12sh: Split out the unaligned counters and user bits.Paul Mundt2-1/+160
2010-01-06sh: Fix up nommu build for out-of-line pgtable changes.Paul Mundt1-0/+4
2010-01-05Merge branch 'sh/pgtable' of git://github.com/mfleming/linux-2.6Paul Mundt4-13/+63
2010-01-04Merge branch 'sh/stable-updates'Paul Mundt1-4/+3
2010-01-04sh: Don't default enable PMB support.Paul Mundt1-1/+0
2010-01-04sh: Disable PMB for SH4AL-DSP CPUs.Paul Mundt1-3/+3
2010-01-02sh: Move page table allocation out of lineMatt Fleming2-1/+58
2010-01-02sh: Optimise flush_dcache_page() on SH4Matt Fleming1-10/+3
2010-01-02sh: Correct the PTRS_PER_PMD and PMD_SHIFT valuesMatt Fleming1-2/+2
2009-12-24Merge branches 'sh/g3-prep' and 'sh/stable-updates'Paul Mundt1-6/+2
2009-12-24sh: Ensure all PG_dcache_dirty pages are written back.Markus Pietrek1-6/+2
2009-12-17sh: Definitions for 3-level page table layoutMatt Fleming3-3/+30
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-1/+2
2009-12-14sh: wire up vmallocinfo support in ioremap() implementations.Paul Mundt2-8/+8
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-12-09sh: NUMA lmb fixesMagnus Damm1-2/+11
2009-12-09sh: fix size calculation for NUMA node 0Magnus Damm1-1/+1
2009-12-09sh: Can't compare physical and virtual addresses for aliasesMatt Fleming1-2/+1
2009-12-04sh: Drop associative writes for SH-4 cache flushes.Matt Fleming1-2/+2
2009-12-04sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt1-53/+13
2009-11-24sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy1-13/+53
2009-11-12sh64: Fix up reworked cache op build.Paul Mundt2-2/+6
2009-11-11sh: Enable PMB support for all SH-4A CPUs.Paul Mundt1-5/+3
2009-11-09Merge branch 'sh/stable-updates'Paul Mundt1-1/+4
2009-11-09sh: Account for cache aliases in flush_icache_range()Matt Fleming1-1/+4
2009-11-04sh: Make sure indexes are positiveRoel Kluin1-1/+1
2009-10-30sh: Do not apply virt_to_phys() to a physical addressMatt Fleming1-2/+1
2009-10-27Merge branch 'sh/stable-updates'Paul Mundt1-1/+1
2009-10-27sh: Bump up dma_ops initialization far earlier in the boot process.Paul Mundt2-2/+11
2009-10-27sh64: cache flush symbol exports.Paul Mundt1-0/+6
2009-10-27sh: Fix hugetlbfs dependencies for SH-3 && MMU configurations.Paul Mundt1-1/+1
2009-10-26sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.Paul Mundt1-17/+5
2009-10-20sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt1-0/+6
2009-10-16sh: Support SCHED_MC for SH-X3 multi-cores.Paul Mundt1-0/+9
2009-10-16Merge branch 'sh/stable-updates'Paul Mundt2-14/+22
2009-10-16sh: disabled cache handling fix.Magnus Damm1-0/+10
2009-10-16sh: Fix up single page flushing to use PAGE_SIZE.Valentin Sitdikov1-12/+10
2009-10-13Merge branch 'sh/stable-updates'Paul Mundt1-1/+1
2009-10-13sh: force dcache flush if dcache_dirty bit set.Paul Mundt1-1/+1
2009-10-10sh: Fold fixed-PMB support into dynamic PMB supportMatt Fleming3-52/+61
2009-10-10sh: Fix the offset from P1SEG/P2SEG where we map RAMMatt Fleming1-6/+7
2009-10-10sh: Remap physical memory into P1 and P2 in pmb_init()Matt Fleming2-40/+16
2009-10-10sh: Get rid of the kmem cache codeMatt Fleming1-55/+26
2009-10-10sh: Make most PMB functions staticMatt Fleming1-9/+8
2009-10-10sh: CONFIG_PMB doesn't mean the MMU is in 32bit modeMatt Fleming1-2/+0
2009-10-10sh: Prepare for dynamic PMB supportMatt Fleming2-3/+11
2009-10-10sh: Obliterate the P1 area macrosMatt Fleming2-2/+2
2009-10-10sh: Allocate PMB entry slot earlierMatt Fleming1-41/+39
2009-10-10Merge branch 'sh/cachetlb'Paul Mundt3-422/+84