summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix prototype of vdma_init, some cleanup & reformating.Ralf Baechle2001-02-241-21/+19
|
* Kill RCS Id string.Ralf Baechle2001-02-231-2/+1
|
* 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-212-8/+92
| | | | From Carsten with mods by me.
* Update some comments and add R12000 to list of PRIDs.Ralf Baechle2001-02-212-6/+7
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2113-2/+942
|
* Make ide_ioreg_t unsigned long.Ralf Baechle2001-02-202-12/+9
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-161-2/+3
| | | | sharing.
* On mips64 get_context / set_context operate on 64-bit, not 32-bit values.Ralf Baechle2001-02-101-2/+2
|
* And one more spell fix from Alan.Ralf Baechle2001-02-101-1/+1
|
* Don't swap I/O space access for little endian systems.Ralf Baechle2001-02-101-1/+1
|
* Raise NR_CPUS to 64.Ralf Baechle2001-02-071-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-3168-504/+3156
|
* 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
|
* The name of release changed to release_task.Ralf Baechle2001-01-231-1/+1
|
* Merge with Linux 2.4.0.Ralf Baechle2001-01-11171-1140/+37923
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-1091-907/+1165
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-10231-1425/+11189
|
* prom_init is a void function ...Ralf Baechle2001-01-101-1/+1
|
* And one more.Ralf Baechle2001-01-081-1/+1
|
* Fix warnings.Ralf Baechle2001-01-082-8/+6
|
* 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-012-0/+17
|
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-292-6/+6
| | | | Linux 2.4.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-28211-1334/+4357
|
* include/asm-mips64/ioc3.h replaced by include/asm-mips64/sn/ioc3.h.Kanoj Sarcar2000-11-261-662/+0
|
* The include/asm-mips64/ioc3.h file is not used anymore. The one to useKanoj Sarcar2000-11-261-2/+3
| | | | | | | | | is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam.