summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
Commit message (Expand)AuthorAgeFilesLines
* arch/mips/: Spelling fixesJoe Perches2008-02-031-1/+1
* [MIPS] Split the micro-assembler from tlbex.c.Thiemo Seufer2008-02-014-960/+1111
* [MIPS] Alchemy: Au1210/Au1250 CPU supportManuel Lauss2008-01-292-0/+4
* [MIPS] Use correct dma flushing in dma_cache_sync()Thomas Bogendoerfer2008-01-291-1/+1
* [MIPS] Use real cache invalidateThomas Bogendoerfer2008-01-291-2/+2
* [MIPS] tlbex.c: cleanup debug codeFranck Bui-Huu2008-01-291-57/+26Star
* [MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align Franck Bui-Huu2008-01-291-6/+3Star
* [MIPS] tlbex.c: cleanup include filesFranck Bui-Huu2008-01-291-6/+0Star
* [MIPS] tlbex.c: Cleanup __init usages.Franck Bui-Huu2008-01-291-49/+49
* [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] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki2008-01-292-47/+61
* [MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers.Ralf Baechle2008-01-291-8/+6Star
* [MIPS] Wrong CONFIG option prevents setup of DMA zone.Thomas Bogendoerfer2008-01-111-1/+1
* [MIPS] 64-bit Sibyte kernels need DMA32.Ralf Baechle2007-11-262-36/+44
* [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR.Ralf Baechle2007-11-161-3/+3
* [MIPS] Convert reference to mem_map to pfn_to_page().Ralf Baechle2007-11-161-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] c-r3k: Implement flush_cache_range()Maciej W. Rozycki2007-10-291-28/+32
* [MIPS] Cleanup random difference between the lmo and kernel.org tree.Ralf Baechle2007-10-291-1/+1
* mips: sg_page() falloutJens Axboe2007-10-231-0/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-9/+7Star
* 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-2/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-10-162-10/+19
|\
| * [MIPS] Cache: Provide more information on cache policy on bootup.Ralf Baechle2007-10-161-3/+7
| * [MIPS] Fix aliasing bug in copy_user_highpage, take 2.Ralf Baechle2007-10-161-7/+12
* | During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
|/
* [MIPS] Revert "[MIPS] tlbex.c: Cleanup __init usage."Ralf Baechle2007-10-131-48/+48
* [MIPS] tlbex.c: Cleanup __init usage.Franck Bui-Huu2007-10-121-48/+48
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-126-66/+74
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-123-8/+8
* [MIPS] Allow hardwiring of the CPU type to a single type for optimization.Ralf Baechle2007-10-125-17/+17
* [MIPS] tlbex: Size optimize code by declaring a few functions inline.Ralf Baechle2007-10-121-4/+4
* [MIPS] pg-r4k.c: Dump the generated codeMaciej W. Rozycki2007-10-121-0/+20
* [MIPS] Avoid indexed cacheops.Ralf Baechle2007-10-121-46/+28Star
* [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code.Ralf Baechle2007-10-125-547/+29Star
* [MIPS] Add support for BCM47XX CPUs.Aurelien Jarno2007-10-121-0/+2
* [MIPS] pg-r4k.c: Fix a typo in an R4600 v2 erratum workaroundMaciej W. Rozycki2007-10-031-1/+1
* [MIPS] Workaround for 4Kc machine check exceptionMaciej W. Rozycki2007-09-141-1/+25
* [MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle2007-09-111-1/+4
* [MIPS] TLB: Fix instruction bitmasksThiemo Seufer2007-09-111-2/+2
* [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-111-1/+1
* [MIPS] Gcc 3.3 build fixes.Ralf Baechle2007-08-271-1/+8
* [MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle2007-07-311-0/+2
* [MIPS] Replace use of stext with _stext.Ralf Baechle2007-07-311-2/+2
* [MIPS] Replace __attribute_used__ with __usedDavid Rientjes2007-07-241-1/+1
* [MIPS] Mark prom_free_prom_memory as __init_refokAtsushi Nemoto2007-07-241-1/+1
* mm: fault feedback #2Nick Piggin2007-07-191-12/+11Star