summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* Kill _IOC_SLMASK; it's usefull live is over ...Ralf Baechle2001-03-161-7/+2
|
* Fixes for bugs reported by Dan Aizenstros.Ralf Baechle2001-03-121-2/+2
|
* 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-102-46/+39
|
* Fix gcc 3.0 warning and IPv6 checksum bug.Ralf Baechle2001-03-101-106/+100
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-093-5/+4
|
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-261-5/+5
|
* Handle CONFIG_ROTTEN_IRQ correctly.Ralf Baechle2001-02-241-1/+7
|
* Fix prototype of vdma_init, some cleanup & reformating.Ralf Baechle2001-02-241-21/+19
|
* Support for Phillips PDAs.Ralf Baechle2001-02-2210-11/+667
|
* Don't try to detect a second level cache on CPUs which might not everRalf Baechle2001-02-211-0/+5
| | | | have one. Patch from Carsten.
* Handle IDE ports correctly for CONFIG_SWAP_IO_SPACE on big endian.Ralf Baechle2001-02-211-4/+46
| | | | From Carsten with mods by me.
* Update some comments and add R12000 to list of PRIDs.Ralf Baechle2001-02-211-2/+3
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2111-2/+933
|
* Make ide_ioreg_t unsigned long.Ralf Baechle2001-02-201-9/+6
|
* Don't swap I/O space access for little endian systems.Ralf Baechle2001-02-101-1/+1
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-054-19/+505
|
* Introduce __flush_cache_all() which flushes the cache no matter ifRalf Baechle2001-02-051-0/+2
| | | | this operation is necessary from the mm point of view or not.
* Merge with Linux 2.4.1.Ralf Baechle2001-01-311-3/+2
|
* zs and LK201 fixes from MaciejHarald Koerfgen2001-01-281-0/+1
|
* Kill the last instance of vce_available for the 32-bit kernel.Ralf Baechle2001-01-281-4/+2
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-102-3/+11
| | | | Makefiles.
* prom_init is a void function ...Ralf Baechle2001-01-101-1/+1
|
* Fix warnings.Ralf Baechle2001-01-081-4/+3
|
* LK201 keyboard and PMAG-BA framebuffer driver for DECstationsHarald Koerfgen2000-12-301-0/+15
|
* Bunch more patches from MIPS.Ralf Baechle2000-12-298-347/+133
|
* MIPS32 patches from MIPS.Ralf Baechle2000-12-144-9/+319
|
* Cleanup io.h.Ralf Baechle2000-12-141-76/+47
|
* First batch of PMC Ocelot CP7000 patches.Ralf Baechle2000-12-139-486/+297
|
* Memmap fixes from Maciej.Ralf Baechle2000-12-112-21/+27
|
* Make disable_irq_nosync a function.Ralf Baechle2000-12-101-2/+2
|
* Minor compile fixes. Partly R300 related.Harald Koerfgen2000-12-101-2/+6
|
* Final round of FPU emulator bits.Ralf Baechle2000-12-102-102/+106
|
* Remove Cosine Orion support.Ralf Baechle2000-12-092-14/+320
|
* One gt64120.h file is enough.Ralf Baechle2000-12-092-428/+100
|
* EV64120 support. From Steve Johnson.Ralf Baechle2000-12-0414-5/+1226
|
* Fix the vmalloc fix - Harald and me decided that this is correct :)Florian Lohoff2000-12-031-1/+1
|
* Partial fix for the vmalloc bug.Ralf Baechle2000-12-021-0/+7
|
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-011-0/+17
|
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-291-2/+2
| | | | Linux 2.4.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-284-8/+16
|
* Remove duplicate definitions. From Klaus Naumann.Ralf Baechle2000-11-261-17/+5
|
* Missing from fpu emulator commit.Ralf Baechle2000-11-261-0/+44
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-257-47/+252
|
* Remove extranous definition causing zillions of warnings.Ralf Baechle2000-11-231-3/+0
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-237-52/+34
|
* More Atlas & Malta bits from Carsten's patch.Ralf Baechle2000-11-181-2/+7
|
* Missing from last commit.Ralf Baechle2000-11-181-5/+11
|
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-2/+4
|
* The granted member of the semaphore must be unsigned long.Ralf Baechle2000-11-171-3/+2
|