Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ioremap for 32-bit kernel. | Ralf Baechle | 2001-06-03 | 1 | -29/+7 |
| | |||||
* | Code reformatting and spelling fixes. | Ralf Baechle | 2001-05-25 | 2 | -12/+13 |
| | |||||
* | Update Montavista email addresses. | Ralf Baechle | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE. | Ralf Baechle | 2001-05-10 | 1 | -13/+2 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 1 | -4/+15 |
| | |||||
* | Mips32 fixes from Carsten. | Ralf Baechle | 2001-05-04 | 3 | -10/+27 |
| | |||||
* | Alchemy support. Done by Pete and further hacked up a bit by me ... | Ralf Baechle | 2001-05-04 | 4 | -4/+666 |
| | |||||
* | Fix comment. | Ralf Baechle | 2001-04-29 | 1 | -1/+1 |
| | |||||
* | Large IDE disk fixes from Carsten. | Ralf Baechle | 2001-04-23 | 1 | -44/+92 |
| | |||||
* | MIPS time code rewrite. | Ralf Baechle | 2001-04-19 | 1 | -0/+63 |
| | |||||
* | Exchange \r escape sequence against \n. | Ralf Baechle | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 4 | -68/+152 |
| | | | | | | | 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 Baechle | 2001-04-01 | 10 | -202/+165 |
| | |||||
* | SMP for 32-bit kernel, support for Sibyte SB1. Patch from Justin | Ralf Baechle | 2001-03-28 | 8 | -17/+143 |
| | | | | with minor changes by me. | ||||
* | Prefix CPP symbols from tcmodule.h with TC_ to avoid namespace | Ralf Baechle | 2001-03-26 | 1 | -14/+17 |
| | | | | collisions. | ||||
* | First commit then think - Or was it the other way round ? | Florian Lohoff | 2001-03-25 | 1 | -3/+2 |
| | |||||
* | Add MACH_GROUP_TOSHIBA and TX39 names | Florian Lohoff | 2001-03-25 | 1 | -3/+18 |
| | |||||
* | Add TX3912/22/27 to the PRID Table | Florian Lohoff | 2001-03-25 | 1 | -0/+3 |
| | |||||
* | Add code to support the SB1 core, including mmu routines, processor | Ralf Baechle | 2001-03-24 | 6 | -46/+90 |
| | | | | | | | 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. | ||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 1 | -1/+1 |
| | | | | come. Stay frightened :-) | ||||
* | More loose bits (grrr) ... | Ralf Baechle | 2001-03-16 | 4 | -4/+26 |
| | |||||
* | Update ITE 8712 code. | Ralf Baechle | 2001-03-16 | 6 | -66/+6 |
| | |||||
* | Kill _IOC_SLMASK; it's usefull live is over ... | Ralf Baechle | 2001-03-16 | 1 | -7/+2 |
| | |||||
* | Fixes for bugs reported by Dan Aizenstros. | Ralf Baechle | 2001-03-12 | 1 | -2/+2 |
| | |||||
* | Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*, | Ralf Baechle | 2001-03-11 | 1 | -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 Baechle | 2001-03-10 | 2 | -46/+39 |
| | |||||
* | Fix gcc 3.0 warning and IPv6 checksum bug. | Ralf Baechle | 2001-03-10 | 1 | -106/+100 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 3 | -5/+4 |
| | |||||
* | Update to using loops_per_jiffy instead of loops_per_sec. | Keith M Wesolowski | 2001-02-26 | 1 | -5/+5 |
| | |||||
* | Handle CONFIG_ROTTEN_IRQ correctly. | Ralf Baechle | 2001-02-24 | 1 | -1/+7 |
| | |||||
* | Fix prototype of vdma_init, some cleanup & reformating. | Ralf Baechle | 2001-02-24 | 1 | -21/+19 |
| | |||||
* | Support for Phillips PDAs. | Ralf Baechle | 2001-02-22 | 10 | -11/+667 |
| | |||||
* | Don't try to detect a second level cache on CPUs which might not ever | Ralf Baechle | 2001-02-21 | 1 | -0/+5 |
| | | | | have one. Patch from Carsten. | ||||
* | Handle IDE ports correctly for CONFIG_SWAP_IO_SPACE on big endian. | Ralf Baechle | 2001-02-21 | 1 | -4/+46 |
| | | | | From Carsten with mods by me. | ||||
* | Update some comments and add R12000 to list of PRIDs. | Ralf Baechle | 2001-02-21 | 1 | -2/+3 |
| | |||||
* | ITE 8172 patches from Pete Popov slightly hacked by me. | Ralf Baechle | 2001-02-21 | 11 | -2/+933 |
| | |||||
* | Make ide_ioreg_t unsigned long. | Ralf Baechle | 2001-02-20 | 1 | -9/+6 |
| | |||||
* | Don't swap I/O space access for little endian systems. | Ralf Baechle | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | Start of an attempt to unify support for GT64120 based boards. | Ralf Baechle | 2001-02-05 | 4 | -19/+505 |
| | |||||
* | Introduce __flush_cache_all() which flushes the cache no matter if | Ralf Baechle | 2001-02-05 | 1 | -0/+2 |
| | | | | this operation is necessary from the mm point of view or not. | ||||
* | Merge with Linux 2.4.1. | Ralf Baechle | 2001-01-31 | 1 | -3/+2 |
| | |||||
* | zs and LK201 fixes from Maciej | Harald Koerfgen | 2001-01-28 | 1 | -0/+1 |
| | |||||
* | Kill the last instance of vce_available for the 32-bit kernel. | Ralf Baechle | 2001-01-28 | 1 | -4/+2 |
| | |||||
* | Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your | Ralf Baechle | 2001-01-10 | 2 | -3/+11 |
| | | | | Makefiles. | ||||
* | prom_init is a void function ... | Ralf Baechle | 2001-01-10 | 1 | -1/+1 |
| | |||||
* | Fix warnings. | Ralf Baechle | 2001-01-08 | 1 | -4/+3 |
| | |||||
* | LK201 keyboard and PMAG-BA framebuffer driver for DECstations | Harald Koerfgen | 2000-12-30 | 1 | -0/+15 |
| | |||||
* | Bunch more patches from MIPS. | Ralf Baechle | 2000-12-29 | 8 | -347/+133 |
| | |||||
* | MIPS32 patches from MIPS. | Ralf Baechle | 2000-12-14 | 4 | -9/+319 |
| | |||||
* | Cleanup io.h. | Ralf Baechle | 2000-12-14 | 1 | -76/+47 |
| |