Age | Commit message (Expand) | Author | Files | Lines |
2010-01-26 | sh: Mass ctrl_in/outX to __raw_read/writeX conversion. | Paul Mundt | 10 | -52/+52 |
2010-01-21 | sh: Kill off the special uncached section and fixmap. | Paul Mundt | 7 | -16/+10 |
2010-01-21 | sh: Track the uncached mapping size. | Paul Mundt | 1 | -7/+14 |
2010-01-20 | sh: pretty print virtual memory map on boot. | Paul Mundt | 1 | -2/+36 |
2010-01-20 | sh: Correct iounmap fixmap teardown. | Paul Mundt | 1 | -7/+2 |
2010-01-20 | sh: Make 29/32-bit mode check helper generally available. | Paul Mundt | 2 | -7/+5 |
2010-01-19 | sh64: Fix up PC casting in unaligned fixup notifier with 32bit ABI. | Paul Mundt | 1 | -2/+2 |
2010-01-19 | sh: Kill off now bogus fixmap/page wiring documentation. | Paul Mundt | 1 | -15/+0 |
2010-01-19 | sh: Split out MMUCR.URB based entry wiring in to shared helper. | Paul Mundt | 5 | -134/+122 |
2010-01-19 | sh: Kill off duplicate address alignment in ioremap_fixed(). | Paul Mundt | 2 | -20/+4 |
2010-01-19 | sh: Prevent 64-bit pgprot clobbering across ioremap implementations. | Paul Mundt | 1 | -5/+4 |
2010-01-18 | sh: Flag __ioremap_caller() __init_refok. | Paul Mundt | 1 | -2/+3 |
2010-01-18 | sh: Handle unmapping of fixed slots transparently in iounmap(). | Paul Mundt | 1 | -0/+6 |
2010-01-18 | sh: Make iounmap_fixed() return success/failure for iounmap() path. | Paul Mundt | 1 | -2/+7 |
2010-01-18 | sh: Merge _32/_64 ioremap implementations. | Paul Mundt | 3 | -48/+1 |
2010-01-18 | sh: Handle early ioremaps through fixed mappings. | Paul Mundt | 2 | -3/+13 |
2010-01-18 | Merge branch 'sh/ioremap-fixed' | Paul Mundt | 9 | -292/+350 |
2010-01-18 | sh: Setup early PMB mappings. | Matt Fleming | 1 | -51/+105 |
2010-01-17 | sh: Tidy up non-translatable checks in iounmap path. | Paul Mundt | 1 | -4/+24 |
2010-01-16 | sh: Use ioremap_fixed() to implement SH-5 ioremap() | Matt Fleming | 1 | -283/+4 |
2010-01-16 | sh: Add fixed ioremap support | Matt Fleming | 3 | -0/+149 |
2010-01-16 | sh: Generalise the pte handling code for the fixmap path | Matt Fleming | 1 | -4/+40 |
2010-01-16 | sh: Acquire some more page flags for SH-5. | Matt Fleming | 1 | -1/+1 |
2010-01-16 | sh: New extended page flag to wire/unwire TLB entries | Matt Fleming | 2 | -0/+132 |
2010-01-15 | sh: Guard against early IPIs in flush_cache_all(). | Paul Mundt | 1 | -2/+11 |
2010-01-13 | sh: default to extended TLB support. | Paul Mundt | 2 | -32/+6 |
2010-01-13 | sh: fixed PMB mode refactoring. | Paul Mundt | 3 | -65/+67 |
2010-01-12 | sh: Always provide thread_info allocators. | Paul Mundt | 1 | -29/+0 |
2010-01-12 | sh: Split out the unaligned counters and user bits. | Paul Mundt | 2 | -1/+160 |
2010-01-06 | sh: Fix up nommu build for out-of-line pgtable changes. | Paul Mundt | 1 | -0/+4 |
2010-01-05 | Merge branch 'sh/pgtable' of git://github.com/mfleming/linux-2.6 | Paul Mundt | 4 | -13/+63 |
2010-01-04 | Merge branch 'sh/stable-updates' | Paul Mundt | 1 | -4/+3 |
2010-01-04 | sh: Don't default enable PMB support. | Paul Mundt | 1 | -1/+0 |
2010-01-04 | sh: Disable PMB for SH4AL-DSP CPUs. | Paul Mundt | 1 | -3/+3 |
2010-01-02 | sh: Move page table allocation out of line | Matt Fleming | 2 | -1/+58 |
2010-01-02 | sh: Optimise flush_dcache_page() on SH4 | Matt Fleming | 1 | -10/+3 |
2010-01-02 | sh: Correct the PTRS_PER_PMD and PMD_SHIFT values | Matt Fleming | 1 | -2/+2 |
2009-12-24 | Merge branches 'sh/g3-prep' and 'sh/stable-updates' | Paul Mundt | 1 | -6/+2 |
2009-12-24 | sh: Ensure all PG_dcache_dirty pages are written back. | Markus Pietrek | 1 | -6/+2 |
2009-12-17 | sh: Definitions for 3-level page table layout | Matt Fleming | 3 | -3/+30 |
2009-12-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 1 | -1/+2 |
2009-12-14 | sh: wire up vmallocinfo support in ioremap() implementations. | Paul Mundt | 2 | -8/+8 |
2009-12-11 | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh | Al Viro | 1 | -1/+2 |
2009-12-09 | sh: NUMA lmb fixes | Magnus Damm | 1 | -2/+11 |
2009-12-09 | sh: fix size calculation for NUMA node 0 | Magnus Damm | 1 | -1/+1 |
2009-12-09 | sh: Can't compare physical and virtual addresses for aliases | Matt Fleming | 1 | -2/+1 |
2009-12-04 | sh: Drop associative writes for SH-4 cache flushes. | Matt Fleming | 1 | -2/+2 |
2009-12-04 | sh: Partial revert of copy/clear_user_highpage() optimizations. | Paul Mundt | 1 | -53/+13 |
2009-11-24 | sh: Improve performance of SH4 versions of copy/clear_user_highpage | Stuart Menefy | 1 | -13/+53 |
2009-11-12 | sh64: Fix up reworked cache op build. | Paul Mundt | 2 | -2/+6 |