summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-r4k.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...Ralf Baechle2012-12-131-4/+4
|\
| * MIPS: Move processing of coherency kernel parameters earlierShane McDonald2012-11-091-4/+4
* | MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle2012-12-131-4/+0Star
* | MIPS: Fix potencial corruptionRalf Baechle2012-12-131-11/+0Star
|/
* MIPS: Add support for the 1074K core.Steven J. Hill2012-09-131-0/+21
* MIPS: Fix decoding of c0_config1 for MIPSxx caches with 32 ways per set.Douglas Leung2012-07-191-2/+2
* MIPS: Add support for the M14Kc core.Steven J. Hill2012-07-061-0/+1
* MIPS: Use board_cache_error_setup for r4k cache error handler setup.David Daney2012-05-161-4/+10
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0Star
* mips: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* MIPS: Netlogic: XLP CPU support.Jayachandran C2011-12-071-0/+3
* MIPS: cache: Provide cache flush operations for XFSRalf Baechle2011-10-201-0/+35
* MIPS: Add SYNC after cacheflushKevin Cernekee2011-07-251-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * update David Miller's old email addressJustin P. Mattock2011-04-061-1/+1
* | MIPS: Netlogic: Cache, TLB support and feature overrides for XLRJayachandran C2011-05-191-0/+1
* | MIPS: c-r4k: Fix GCC 4.6.0 build errorRalf Baechle2011-05-101-2/+0Star
|/
* MIPS: Remove wait argument of r4k_on_each_cpuRalf Baechle2010-10-291-11/+9Star
* MIPS: More detailed description of r4k_on_each_cpuRalf Baechle2010-10-291-0/+1
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* MIPS: Support 64-byte D-cache line sizeKevin Cernekee2009-06-171-0/+12
* MIPS: Print the actual detected I-cache associativity on bootup.Ralf Baechle2009-05-141-1/+1
* MIPS: Alchemy: unify CPU model constants.Manuel Lauss2009-03-301-12/+5Star
* MIPS: VR5500: Enable prefetchShinya Kuribayashi2009-03-231-1/+1
* MIPS: Avoid destructive invalidation on partial cachelines.Ralf Baechle2009-01-301-1/+21
* [MIPS] Fix WARNING: at kernel/smp.c:290Thomas Bogendoerfer2008-09-051-6/+12
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-9/+9
* [MIPS] Fix buggy use of kmap_coherent.Ralf Baechle2008-06-161-2/+5
* [MIPS] Fix build for PNX platforms.Ralf Baechle2008-06-161-0/+26
* [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-281-6/+37
* [MIPS] Allow setting of the cache attribute at run time.Chris Dearman2008-04-281-1/+18
* [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-071-0/+14
* [MIPS] Fix loads of section missmatchesRalf Baechle2008-03-121-15/+15
* [MIPS] Handle I-cache coherency in flush_cache_range()Ralf Baechle2008-02-191-3/+6
* arch/mips/: Spelling fixesJoe Perches2008-02-031-1/+1
* [MIPS] Alchemy: Au1210/Au1250 CPU supportManuel Lauss2008-01-291-0/+2
* [MIPS] Use real cache invalidateThomas Bogendoerfer2008-01-291-2/+2
* [MIPS] Remove useless S-cache flushes.Ralf Baechle2008-01-291-9/+0Star
* [MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT.Ralf Baechle2008-01-291-1/+1
* [MIPS] Sibyte: resurrect old cache hack.Ralf Baechle2007-11-161-1/+6
* [MIPS] MT: Fix bug in multithreaded kernels.Ralf Baechle2007-10-291-3/+18
* [MIPS] Cache: Provide more information on cache policy on bootup.Ralf Baechle2007-10-161-3/+7
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-121-4/+4
* [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-121-6/+6
* [MIPS] Avoid indexed cacheops.Ralf Baechle2007-10-121-46/+28Star
* [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle2007-10-121-4/+18
* [MIPS] Replace use of stext with _stext.Ralf Baechle2007-07-311-2/+2
* [MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2Fuxin Zhang2007-07-101-0/+54
* [MIPS] Avoid dupliate D-cache flush on R400C / R4400 SC and MC variants.Ralf Baechle2006-11-301-3/+7
* [MIPS] Remove redundant r4k_blast_icache() callsAtsushi Nemoto2006-11-301-8/+4Star