summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Support 512mb RAM configuration for Momenco Ocelot. Patch fromRalf Baechle2001-06-054-5/+33
| | | | David Woodhouse (dwmw2@infradead.org).
* Ioremap for 32-bit kernel.Ralf Baechle2001-06-031-29/+7
|
* Recent reformatting patch broke the constraints of csum_tcpudp_nofold()Ralf Baechle2001-06-011-1/+1
| | | | resulting bascially in the collapse of TCP.
* Code reformatting and spelling fixes.Ralf Baechle2001-05-2511-167/+174
|
* Fix vmalloc for mips64.Ralf Baechle2001-05-231-0/+7
|
* <linux/mii.h> from Linux 2.4.5-pre4.Ralf Baechle2001-05-221-0/+181
|
* Update Montavista email addresses.Ralf Baechle2001-05-181-1/+1
|
* Standards demand that _band is long, not int.Ralf Baechle2001-05-171-4/+4
|
* Fix __test_and{set,clear}_bit.Ralf Baechle2001-05-141-13/+15
|
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-101-1/+1
|
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-102-15/+3
|
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-091-4/+15
|
* Mips32 fixes from Carsten.Ralf Baechle2001-05-043-10/+27
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-044-4/+666
|
* Fix comment.Ralf Baechle2001-04-291-1/+1
|
* 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten.Ralf Baechle2001-04-2710-0/+850
|
* Large IDE disk fixes from Carsten.Ralf Baechle2001-04-231-44/+92
|
* MIPS time code rewrite.Ralf Baechle2001-04-191-0/+63
|
* Kill warning.Ralf Baechle2001-04-141-3/+3
|
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-111-1/+1
| | | | information.
* Exchange \r escape sequence against \n.Ralf Baechle2001-04-061-1/+1
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-05153-1314/+4030
| | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels.
* More TX3912 and Nino updates.Ralf Baechle2001-04-0110-202/+165
|
* Fix stupid module oversight. Spotted by Keith.Ralf Baechle2001-04-011-1/+1
|
* SMP for 32-bit kernel, support for Sibyte SB1. Patch from JustinRalf Baechle2001-03-288-17/+143
| | | | with minor changes by me.
* Prefix CPP symbols from tcmodule.h with TC_ to avoid namespaceRalf Baechle2001-03-261-14/+17
| | | | collisions.
* First commit then think - Or was it the other way round ?Florian Lohoff2001-03-251-3/+2
|
* Add MACH_GROUP_TOSHIBA and TX39 namesFlorian Lohoff2001-03-251-3/+18
|
* Add TX3912/22/27 to the PRID TableFlorian Lohoff2001-03-251-0/+3
|
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-247-47/+91
| | | | | | | detection. This also tweaks cpu_probe() to use bits 15:8 of PRId as a company ID, as per the mips32/mips64 specs, and use bits 7:0 as the processor ID within the company. Patch from Justin with mods and some additional bits by me.
* Uh... Search and replace style 64-bit porting resulted in a dsubiuRalf Baechle2001-03-201-1/+1
| | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu.
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-186-8/+130
| | | | come. Stay frightened :-)
* More loose bits (grrr) ...Ralf Baechle2001-03-164-4/+26
|
* Update ITE 8712 code.Ralf Baechle2001-03-1611-66/+159
|
* Kill _IOC_SLMASK; it's usefull live is over ...Ralf Baechle2001-03-162-16/+5
|
* More Cobalt junk.Ralf Baechle2001-03-121-6/+0
|
* Fixes for bugs reported by Dan Aizenstros.Ralf Baechle2001-03-121-2/+2
|
* Dead files which for some reason still exist in our tree.Ralf Baechle2001-03-122-209/+0
|
* Don't include <linux/cache.h>.Ralf Baechle2001-03-121-4/+1
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-111-2/+26
| | | | | | | | set_cp0_* and change_cp0_* which makes the kernel code somewhat more readable. Going through the kernel code I notices some stupid abuse of the old function like set_cp0_status(ST0_BEV, 1) - this clear ST0_BEV but actually looks like attempting to set it and other abuses, so will people please look over their code again.
* Fix more gcc 3.0 warnings.Ralf Baechle2001-03-104-118/+100
|
* Fix gcc 3.0 warning and IPv6 checksum bug.Ralf Baechle2001-03-101-106/+100
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-09352-2259/+28619
|
* Add in mips64 specific support for handling 128 cpus.Kanoj Sarcar2001-03-021-6/+33
|
* Cleanup the code that handles (bridge) intr path setup. Come up with aKanoj Sarcar2001-03-021-1/+18
| | | | better per node scheme to associate Linux irqs with cpu intr levels.
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-282-5/+20
| | | | consistency.
* Delete scary comments and variables.Kanoj Sarcar2001-02-271-3/+0
|
* Basic boot support for R12000. This does not mean R12000 is fullyKanoj Sarcar2001-02-271-0/+1
| | | | supported in the mips64 port.
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-263-11/+11
|
* Handle CONFIG_ROTTEN_IRQ correctly.Ralf Baechle2001-02-241-1/+7
|