aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-09sh: Don't allocate smaller sized mappings on every iterationMatt Fleming1-0/+7
2009-10-09sh: Try PMB mapping based on physical address, not mapping sizeMatt Fleming1-1/+1
2009-10-09sh: Plug PMB alloc memory leakMatt Fleming1-6/+24
2009-10-09sh: Sprinkle __uses_jump_to_uncachedMatt Fleming2-3/+3
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-4/+0
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-2/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2-8/+8
2009-09-15sh: Fix up sh7705 flush_dcache_page() build.Paul Mundt1-1/+2
2009-09-09sh: Factor in cpu id for selection of cache colour fixmap.Paul Mundt1-1/+3
2009-09-09sh: Fix up redundant cache flushing for PAGE_SIZE > 4k.Paul Mundt1-1/+1
2009-09-09sh: Rework sh4_flush_cache_page() for coherent kmap mapping.Paul Mundt1-27/+48
2009-09-09sh: Kill off segment-based d-cache flushing on SH-4.Paul Mundt1-271/+20
2009-09-09sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page().Paul Mundt1-2/+2
2009-09-09sh: sh4_flush_cache_mm() optimizations.Paul Mundt2-120/+10
2009-09-09sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt1-30/+33
2009-09-08sh: Use more aggressive dcache purging in kmap teardown.Paul Mundt2-5/+9
2009-09-03sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt5-46/+49
2009-09-01sh: Fix up UP deadlock with SMP-aware cache ops.Paul Mundt1-9/+18
2009-09-01Revert "sh: Kill off now redundant local irq disabling."Paul Mundt4-33/+71
2009-09-01Merge branch 'master' into sh/smpPaul Mundt4-27/+71
2009-09-01sh: Fix dcache flushing for N-way write-through caches.Matt Fleming1-21/+27
2009-08-27sh: Fix up sh4_flush_dcache_page() build on UP.Paul Mundt1-1/+2
2009-08-24sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy1-0/+34
2009-08-24sh: Fix overzealous checking in __ioremap()Stuart Menefy1-8/+0
2009-08-24sh: Improve comments int SH4 cache flushing codeStuart Menefy1-0/+11
2009-08-21sh: Kill off now redundant local irq disabling.Paul Mundt4-71/+33
2009-08-21sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda1-3/+4
2009-08-21sh: Make cache flushers SMP-aware.Paul Mundt5-148/+184
2009-08-20sh: Fix up cache-sh4 build on SMP.Paul Mundt1-1/+1
2009-08-20sh: Better description of SH-4 PTEA register update.Michael Trimarchi1-3/+6
2009-08-19sh: Build fix for disabled caches.Paul Mundt1-2/+0
2009-08-16sh: Merge the _32/_64 variants of arch/sh/mm/Makefile.Paul Mundt3-89/+66
2009-08-16sh: Wire up sh5_cache_init().Paul Mundt1-0/+6
2009-08-16sh64: Kill off dead i/d-cache disabled bits.Paul Mundt1-12/+0
2009-08-16sh: Fix up the SH-5 build with caches enabled.Paul Mundt2-282/+48
2009-08-16sh: Convert cache disabled SH-5 over to new cache interface.Paul Mundt2-6/+1
2009-08-15sh: Convert SH7705 extended mode to new cacheflush interface.Paul Mundt2-10/+30
2009-08-15sh: Convert SH-3 to new cacheflush interface.Paul Mundt2-10/+21
2009-08-15sh: Convert SH-2A to new cacheflush interface.Paul Mundt2-4/+19
2009-08-15sh: Convert SH-2 to new cacheflush interface.Paul Mundt2-3/+16
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt5-46/+133
2009-08-15sh: Kill off unused flush_icache_user_range().Paul Mundt2-15/+1
2009-08-15sh: Don't export flush_dcache_all().Paul Mundt1-1/+1
2009-08-15sh: Move alias computation to shared cache init.Paul Mundt2-53/+51