aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/mm
AgeCommit message (Expand)Author
2009-08-15sh: Convert SH7705 extended mode to new cacheflush interface.Paul Mundt
2009-08-15sh: Convert SH-3 to new cacheflush interface.Paul Mundt
2009-08-15sh: Convert SH-2A to new cacheflush interface.Paul Mundt
2009-08-15sh: Convert SH-2 to new cacheflush interface.Paul Mundt
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt
2009-08-15sh: Kill off unused flush_icache_user_range().Paul Mundt
2009-08-15sh: Don't export flush_dcache_all().Paul Mundt
2009-08-15sh: Move alias computation to shared cache init.Paul Mundt
2009-08-15sh: Centralize the CPU cache initialization routines.Paul Mundt
2009-08-15sh: consolidate nommu stubs in arch/sh/mm/nommu.c.Paul Mundt
2009-08-15sh: rework nommu for generic cache.c use.Paul Mundt
2009-08-15sh: rename pg-mmu.c -> cache.c, enable generically.Paul Mundt
2009-08-15sh: Provide the kmap_coherent() interface generically.Paul Mundt
2009-08-15sh: Bail from kmap_coherent_init() if we have no dcache aliases.Paul Mundt
2009-08-15Merge branch 'master' into sh/cachetlbPaul Mundt
2009-08-15sh: TLB fast path optimizations for load/store exceptions.Paul Mundt
2009-08-15sh: TLB protection violation exception optimizations.Paul Mundt
2009-08-15sh: NO_CONTEXT ASID optimizations for SH-4 cache flush.Paul Mundt
2009-08-15sh64: Wire up the shared __flush_xxx_region() flushers.Paul Mundt
2009-08-15sh: Add register alignment helpers for shared flushers.Paul Mundt
2009-08-13sh: use printk_onceMarcin Slusarz
2009-08-04sh: Partially unroll the SH-4 __flush_xxx_region() flushers.Paul Mundt
2009-08-04sh: Split out SH-4 __flush_xxx_region() ops.Paul Mundt
2009-08-04sh: Tidy up NEFF-based sign extension for SH-5.Paul Mundt
2009-08-04sh: Provide __flush_anon_page().Paul Mundt
2009-08-04sh: Drop unused arguments for kunmap_coherent().Paul Mundt
2009-08-04sh: Bring kmap_coherent() out-of-line.Paul Mundt
2009-08-04sh: Add a PG_dcache_dirty sanity check in kmap_coherent().Paul Mundt
2009-07-29sh: Handle a NULL vma in __update_tlb() for the fast-path.Paul Mundt
2009-07-29sh: update_mmu_cache() consolidation.Paul Mundt
2009-07-27sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.Paul Mundt
2009-07-27sh: wire up clear_user_highpage() for sh4, convert sh7705.Paul Mundt
2009-07-22sh: Migrate from PG_mapped to PG_dcache_dirty.Paul Mundt
2009-07-20Merge branches 'sh/hwblk' and 'sh/platform-updates'Paul Mundt
2009-07-13sh: Restore previous behaviour on kernel faultMatt Fleming
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-05sh: Tidy up vmalloc fault handling.Paul Mundt
2009-07-05sh: use kprobes_built_in() for notify_page_fault().Paul Mundt
2009-07-05sh: Use bootmem ontop of lmb for NUMAMatt Fleming
2009-06-25sh64: Hook up page fault events for software perf counters.Paul Mundt
2009-06-25sh: Hook up page fault events for software perf counters.Paul Mundt
2009-06-23sh: Wire up the uncached fixmap on sh64 as well.Paul Mundt
2009-06-23sh: Use local TLB flush in set_pte_phys().Paul Mundt
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-18sh: remove stray markers.Christoph Hellwig
2009-05-22sh: Prefer slab_is_available() over after_bootmem.Paul Mundt
2009-05-14sh: Provide FORCE_MAX_ZONEORDER.Paul Mundt
2009-05-10sh: Consolidate the boot link and entry offset definitions.Paul Mundt
2009-05-09sh: Cleanup irqflags size mismatch on SH-5 build.Paul Mundt
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt