aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-20sh: Make 29/32-bit mode check helper generally available.Paul Mundt2-7/+5
2010-01-19sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI.Paul Mundt1-2/+2
2010-01-19sh: Kill off now bogus fixmap/page wiring documentation.Paul Mundt1-15/+0
2010-01-19sh: Split out MMUCR.URB based entry wiring in to shared helper.Paul Mundt5-134/+122
2010-01-19sh: Kill off duplicate address alignment in ioremap_fixed().Paul Mundt2-20/+4
2010-01-19sh: Prevent 64-bit pgprot clobbering across ioremap implementations.Paul Mundt1-5/+4
2010-01-18sh: Flag __ioremap_caller() __init_refok.Paul Mundt1-2/+3
2010-01-18sh: Handle unmapping of fixed slots transparently in iounmap().Paul Mundt1-0/+6
2010-01-18sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt1-2/+7
2010-01-18sh: Merge _32/_64 ioremap implementations.Paul Mundt3-48/+1
2010-01-18sh: Handle early ioremaps through fixed mappings.Paul Mundt2-3/+13
2010-01-18Merge branch 'sh/ioremap-fixed'Paul Mundt9-292/+350
2010-01-18sh: Setup early PMB mappings.Matt Fleming1-51/+105
2010-01-17sh: Tidy up non-translatable checks in iounmap path.Paul Mundt1-4/+24
2010-01-16sh: Use ioremap_fixed() to implement SH-5 ioremap()Matt Fleming1-283/+4
2010-01-16sh: Add fixed ioremap supportMatt Fleming3-0/+149
2010-01-16sh: Generalise the pte handling code for the fixmap pathMatt Fleming1-4/+40
2010-01-16sh: Acquire some more page flags for SH-5.Matt Fleming1-1/+1
2010-01-16sh: New extended page flag to wire/unwire TLB entriesMatt Fleming2-0/+132
2010-01-15sh: Guard against early IPIs in flush_cache_all().Paul Mundt1-2/+11
2010-01-13sh: default to extended TLB support.Paul Mundt2-32/+6
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt3-65/+67
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