summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* sh: Flag PMB support as EXPERIMENTAL.Paul Mundt2008-03-061-1/+1
* sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-064-7/+7
* sh/mm/pg-sh7705.c must #include <linux/fs.h>Adrian Bunk2008-03-061-0/+1
* sh: Fix multiple UTLB hit on UP SH-4.Hideo Saito2008-02-141-0/+8
* sh: __uncached_start only on sh32.Paul Mundt2008-02-141-0/+2
* sh: Get SH-5 caches working again post-unification.Paul Mundt2008-02-141-610/+411Star
* sh: Update SH-5 flush_cache_sigtramp() for API changes.Paul Mundt2008-02-141-3/+5
* sh: trapped io support V2Magnus Damm2008-02-141-0/+3
* sh: declared coherent memory support V2 fixMagnus Damm2008-02-141-12/+20
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-2/+2
* sh: declared coherent memory support V2Magnus Damm2008-01-281-46/+128
* sh: Correct pte size mismatch for X2 TLB.Paul Mundt2008-01-281-1/+1
* sh: Provide a stubbed __set_fixmap() for nommu.Paul Mundt2008-01-281-0/+4
* sh: Stub in page_table_range_init() on nommu.Paul Mundt2008-01-281-0/+6
* sh: Populate swapper_pg_dir with fixmap range.Stuart Menefy2008-01-281-0/+36
* sh: Preparation for uncached jumps through PMB.Stuart Menefy2008-01-286-30/+46
* sh: Fix compile error of arch/sh/mm/pmb.cNobuhiro Iwamatsu2008-01-281-1/+1
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-283-25/+22Star
* sh: Invalidate the TLB after applying PMB mappings.Stuart Menefy2008-01-281-0/+6
* sh: clear/copy_page renames in lib and lib64.Paul Mundt2008-01-283-542/+1Star
* sh: Rename the _32 and _64 TLB flush variants.Paul Mundt2008-01-284-2/+2
* sh: Copy over special CFLAGS for SH-5 TLB miss.Paul Mundt2008-01-281-0/+25
* sh: Move over SH-5 TLB and cache support code.Paul Mundt2008-01-283-2/+1203
* sh: Kill off a stray proc tlb reference in fault_64.Paul Mundt2008-01-281-4/+0Star
* sh: Bump the MEMORY_SIZE default to something reasonable.Paul Mundt2008-01-281-2/+2
* sh: Switch SH-5 to use CONFIG_PAGE_OFFSET.Paul Mundt2008-01-281-1/+2
* sh: Move in the SH-5 TLB miss.Paul Mundt2008-01-284-2/+281
* sh: Tidy up various clear_page()/copy_page() definitions.Paul Mundt2008-01-283-20/+5Star
* sh: ioremap_64 needs after_bootmem.Paul Mundt2008-01-281-0/+3
* sh: Split out tlb-flush in to _32 and _64 variants.Paul Mundt2008-01-284-2/+477
* sh: Split out pgtable.h in to _32 and _64 variants.Paul Mundt2008-01-281-12/+28
* sh: ioremap_64 needs proc_fs.h.Paul Mundt2008-01-281-0/+1
* sh: Split out ioremap in to _32 and _64 variants.Paul Mundt2008-01-284-1/+393
* sh: Fix up 64kB page size selection on SH-5.Paul Mundt2008-01-281-2/+2
* sh: Split out extable.c _32 and _64 variants.Paul Mundt2008-01-285-36/+132
* sh: Add SH-5 support to the consistent DMA impl.Paul Mundt2008-01-281-18/+28
* sh: Split out 29-bit and 32-bit physical mode definitions.Paul Mundt2008-01-282-1/+12
* sh: Switch Kconfig.sh64 to use arch/sh/mm/Kconfig.Paul Mundt2008-01-281-3/+7
* sh: Move CPU subtypes to Kconfig.sh.Paul Mundt2008-01-281-190/+0Star
* sh: lockless UTLB miss fast-path.Paul Mundt2007-11-191-18/+7Star
* sh: Kill off UTLB flush in fast-path.Paul Mundt2007-11-191-8/+0Star
* sh: Kill off __{copy,clear}_user_page().Paul Mundt2007-11-072-106/+0Star
* sh: Optimized copy_{to,from}_user_page() for SH-4.Paul Mundt2007-11-071-23/+29
* sh: Wire up clear_user_highpage().Paul Mundt2007-11-071-0/+23
* sh: Kill off the remaining ST40 cruft.Paul Mundt2007-11-071-20/+1Star
* sh: Add -Werror for clean directories.Paul Mundt2007-11-071-0/+2
* sh: Fix optimized __copy_user() movca.l usage.Stuart Menefy2007-11-021-0/+4
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-4/+4
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1Star