summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-153-89/+66
* sh: Wire up sh5_cache_init().Paul Mundt2009-08-151-0/+6
* sh64: Kill off dead i/d-cache disabled bits.Paul Mundt2009-08-151-12/+0
* sh: Fix up the SH-5 build with caches enabled.Paul Mundt2009-08-152-282/+48
* sh: Convert cache disabled SH-5 over to new cache interface.Paul Mundt2009-08-152-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-141-5/+1
|\
| * sh: use printk_onceMarcin Slusarz2009-08-131-5/+1
* | sh: TLB fast path optimizations for load/store exceptions.Paul Mundt2009-08-141-13/+13
* | sh: TLB protection violation exception optimizations.Paul Mundt2009-08-141-3/+3
* | sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt2009-08-141-0/+9
* | sh64: Wire up the shared __flush_xxx_region() flushers.Paul Mundt2009-08-142-49/+1
* | sh: Add register alignment helpers for shared flushers.Paul Mundt2009-08-141-9/+12
* | sh: Partially unroll the SH-4 __flush_xxx_region() flushers.Paul Mundt2009-08-041-21/+83
* | sh: Split out SH-4 __flush_xxx_region() ops.Paul Mundt2009-08-043-61/+64
* | sh: Tidy up NEFF-based sign extension for SH-5.Paul Mundt2009-08-043-27/+7
* | sh: Provide __flush_anon_page().Paul Mundt2009-08-041-0/+17
* | sh: Drop unused arguments for kunmap_coherent().Paul Mundt2009-08-041-4/+4
* | sh: Bring kmap_coherent() out-of-line.Paul Mundt2009-08-041-1/+1
* | sh: Add a PG_dcache_dirty sanity check in kmap_coherent().Paul Mundt2009-08-041-0/+2
* | sh: Handle a NULL vma in __update_tlb() for the fast-path.Paul Mundt2009-07-293-3/+3
* | sh: update_mmu_cache() consolidation.Paul Mundt2009-07-286-72/+54
* | sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.Paul Mundt2009-07-273-11/+31
* | sh: wire up clear_user_highpage() for sh4, convert sh7705.Paul Mundt2009-07-274-124/+16
* | sh: Migrate from PG_mapped to PG_dcache_dirty.Paul Mundt2009-07-227-130/+73
|/
*-. Merge branches 'sh/hwblk' and 'sh/platform-updates'Paul Mundt2009-07-191-1/+0
|\ \
| | * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
| |/
* | sh: Restore previous behaviour on kernel faultMatt Fleming2009-07-131-2/+9
* | sh: Tidy up vmalloc fault handling.Paul Mundt2009-07-041-56/+97
* | sh: use kprobes_built_in() for notify_page_fault().Paul Mundt2009-07-041-3/+1
* | sh: Use bootmem ontop of lmb for NUMAMatt Fleming2009-07-041-13/+23
|/
* sh64: Hook up page fault events for software perf counters.Paul Mundt2009-06-241-3/+12
* sh: Hook up page fault events for software perf counters.Paul Mundt2009-06-241-29/+32