summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-01-2610-52/+52
* | sh: Kill off the special uncached section and fixmap.Paul Mundt2010-01-217-16/+10Star
* | sh: Track the uncached mapping size.Paul Mundt2010-01-211-7/+14
* | sh: pretty print virtual memory map on boot.Paul Mundt2010-01-201-2/+36
* | sh: Correct iounmap fixmap teardown.Paul Mundt2010-01-201-7/+2Star
* | sh: Make 29/32-bit mode check helper generally available.Paul Mundt2010-01-202-7/+5Star
* | sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI.Paul Mundt2010-01-191-2/+2
* | sh: Kill off now bogus fixmap/page wiring documentation.Paul Mundt2010-01-191-15/+0Star
* | sh: Split out MMUCR.URB based entry wiring in to shared helper.Paul Mundt2010-01-195-134/+122Star
* | sh: Kill off duplicate address alignment in ioremap_fixed().Paul Mundt2010-01-192-20/+4Star
* | sh: Prevent 64-bit pgprot clobbering across ioremap implementations.Paul Mundt2010-01-191-5/+4Star
* | sh: Flag __ioremap_caller() __init_refok.Paul Mundt2010-01-181-2/+3
* | sh: Handle unmapping of fixed slots transparently in iounmap().Paul Mundt2010-01-181-0/+6
* | sh: Make iounmap_fixed() return success/failure for iounmap() path.Paul Mundt2010-01-181-2/+7
* | sh: Merge _32/_64 ioremap implementations.Paul Mundt2010-01-183-48/+1Star
* | sh: Handle early ioremaps through fixed mappings.Paul Mundt2010-01-182-3/+13
* | Merge branch 'sh/ioremap-fixed'Paul Mundt2010-01-189-292/+350
|\ \
| * | sh: Tidy up non-translatable checks in iounmap path.Paul Mundt2010-01-161-4/+24
| * | sh: Use ioremap_fixed() to implement SH-5 ioremap()Matt Fleming2010-01-161-283/+4Star
| * | sh: Add fixed ioremap supportMatt Fleming2010-01-163-0/+149
| * | sh: Generalise the pte handling code for the fixmap pathMatt Fleming2010-01-161-4/+40
| * | sh: Acquire some more page flags for SH-5.Matt Fleming2010-01-161-1/+1
| * | sh: New extended page flag to wire/unwire TLB entriesMatt Fleming2010-01-162-0/+132
* | | sh: Setup early PMB mappings.Matt Fleming2010-01-181-51/+105
|/ /
* | sh: Guard against early IPIs in flush_cache_all().Paul Mundt2010-01-151-2/+11
* | sh: default to extended TLB support.Paul Mundt2010-01-132-32/+6Star
* | sh: fixed PMB mode refactoring.Paul Mundt2010-01-133-65/+67
* | sh: Always provide thread_info allocators.Paul Mundt2010-01-121-29/+0Star
* | sh: Split out the unaligned counters and user bits.Paul Mundt2010-01-122-1/+160
* | sh: Fix up nommu build for out-of-line pgtable changes.Paul Mundt2010-01-061-0/+4
* | Merge branch 'sh/pgtable' of git://github.com/mfleming/linux-2.6Paul Mundt2010-01-054-13/+63
|\ \
| * | sh: Move page table allocation out of lineMatt Fleming2010-01-022-1/+58
| * | sh: Optimise flush_dcache_page() on SH4Matt Fleming2010-01-021-10/+3Star
| * | sh: Correct the PTRS_PER_PMD and PMD_SHIFT valuesMatt Fleming2010-01-021-2/+2
* | | Merge branch 'sh/stable-updates'Paul Mundt2010-01-041-4/+3Star
|\ \ \ | |/ / |/| / | |/
| * sh: Don't default enable PMB support.Paul Mundt2010-01-041-1/+0Star
| * sh: Disable PMB for SH4AL-DSP CPUs.Paul Mundt2010-01-041-3/+3
* | Merge branches 'sh/g3-prep' and 'sh/stable-updates'Paul Mundt2009-12-241-6/+2Star
|\|
| * sh: Ensure all PG_dcache_dirty pages are written back.Markus Pietrek2009-12-241-6/+2Star
* | sh: Definitions for 3-level page table layoutMatt Fleming2009-12-173-3/+30
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-151-1/+2
|\
| * fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
* | sh: wire up vmallocinfo support in ioremap() implementations.Paul Mundt2009-12-142-8/+8
* | sh: NUMA lmb fixesMagnus Damm2009-12-091-2/+11
* | sh: fix size calculation for NUMA node 0Magnus Damm2009-12-091-1/+1
* | sh: Can't compare physical and virtual addresses for aliasesMatt Fleming2009-12-091-2/+1Star
|/
* sh: Drop associative writes for SH-4 cache flushes.Matt Fleming2009-12-041-2/+2
* sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt2009-12-041-53/+13Star
* sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy2009-11-241-13/+53
* sh64: Fix up reworked cache op build.Paul Mundt2009-11-122-2/+6