summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-4/+0
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-2/+2
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-212-8/+8
* sh: Fix up sh7705 flush_dcache_page() build.Paul Mundt2009-09-151-1/+2
* sh: Cleanup whitespace damage in sh4_flush_icache_range().Paul Mundt2009-09-091-30/+33
* sh: Use more aggressive dcache purging in kmap teardown.Paul Mundt2009-09-082-5/+9
* sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt2009-09-035-46/+49
* sh: Fix up UP deadlock with SMP-aware cache ops.Paul Mundt2009-09-011-9/+18
* Revert "sh: Kill off now redundant local irq disabling."Paul Mundt2009-09-014-33/+71
* Merge branch 'master' into sh/smpPaul Mundt2009-09-014-27/+71
|\
| * sh: Fix dcache flushing for N-way write-through caches.Matt Fleming2009-09-011-21/+27
| * sh: Fix problems with cache flushing when cache is in write-through modeStuart Menefy2009-08-241-0/+34
| * sh: Fix overzealous checking in __ioremap()Stuart Menefy2009-08-241-8/+0
| * sh: Improve comments int SH4 cache flushing codeStuart Menefy2009-08-241-0/+11
| * sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda2009-08-211-3/+4
| * sh: Better description of SH-4 PTEA register update.Michael Trimarchi2009-08-201-3/+6
* | sh: Fix up sh4_flush_dcache_page() build on UP.Paul Mundt2009-08-271-1/+2
* | sh: Kill off now redundant local irq disabling.Paul Mundt2009-08-214-71/+33
* | sh: Make cache flushers SMP-aware.Paul Mundt2009-08-215-148/+184
* | sh: Fix up cache-sh4 build on SMP.Paul Mundt2009-08-201-1/+1
* | sh: Build fix for disabled caches.Paul Mundt2009-08-191-2/+0
* | sh: Merge the _32/_64 variants of arch/sh/mm/Makefile.Paul Mundt2009-08-163-89/+66
* | sh: Wire up sh5_cache_init().Paul Mundt2009-08-161-0/+6
* | sh64: Kill off dead i/d-cache disabled bits.Paul Mundt2009-08-161-12/+0
* | sh: Fix up the SH-5 build with caches enabled.Paul Mundt2009-08-162-282/+48
* | sh: Convert cache disabled SH-5 over to new cache interface.Paul Mundt2009-08-162-6/+1
* | sh: Convert SH7705 extended mode to new cacheflush interface.Paul Mundt2009-08-152-10/+30
* | sh: Convert SH-3 to new cacheflush interface.Paul Mundt2009-08-152-10/+21
* | sh: Convert SH-2A to new cacheflush interface.Paul Mundt2009-08-152-4/+19
* | sh: Convert SH-2 to new cacheflush interface.Paul Mundt2009-08-152-3/+16
* | sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt2009-08-155-46/+133
* | sh: Kill off unused flush_icache_user_range().Paul Mundt2009-08-152-15/+1
* | sh: Don't export flush_dcache_all().Paul Mundt2009-08-151-1/+1
* | sh: Move alias computation to shared cache init.Paul Mundt2009-08-152-53/+51
* | sh: Centralize the CPU cache initialization routines.Paul Mundt2009-08-154-3/+14
* | sh: consolidate nommu stubs in arch/sh/mm/nommu.c.Paul Mundt2009-08-154-38/+26
* | sh: rework nommu for generic cache.c use.Paul Mundt2009-08-152-6/+1
* | sh: rename pg-mmu.c -> cache.c, enable generically.Paul Mundt2009-08-152-8/+8
* | sh: Provide the kmap_coherent() interface generically.Paul Mundt2009-08-155-49/+95
* | sh: Bail from kmap_coherent_init() if we have no dcache aliases.Paul Mundt2009-08-151-2/+3
* | Merge branch 'master' into sh/cachetlbPaul Mundt2009-08-151-5/+1
|\ \ | |/
| * sh: use printk_onceMarcin Slusarz2009-08-131-5/+1
* | sh: TLB fast path optimizations for load/store exceptions.Paul Mundt2009-08-151-13/+13
* | sh: TLB protection violation exception optimizations.Paul Mundt2009-08-151-3/+3
* | sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt2009-08-151-0/+9
* | sh64: Wire up the shared __flush_xxx_region() flushers.Paul Mundt2009-08-152-49/+1
* | sh: Add register alignment helpers for shared flushers.Paul Mundt2009-08-151-9/+12
* | sh: Partially unroll the SH-4 __flush_xxx_region() flushers.Paul Mundt2009-08-041-21/+83
OpenPOWER on IntegriCloud