summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Rasmus Andersen <rasmus@jaquet.dk>Harald Koerfgen2001-03-061-10/+24
|
* Delete unused file. From Geert.Ralf Baechle2001-03-061-909/+0
|
* We were incrementing too much for the delay slot case.Ralf Baechle2001-03-032-2/+2
|
* 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-023-37/+106
| | | | better per node scheme to associate Linux irqs with cpu intr levels.
* Increase the total number of PCI busses supported.Kanoj Sarcar2001-03-021-1/+1
|
* Serial console fixes from Alice Hennessy.Ralf Baechle2001-03-021-12/+5
|
* Enable PCnet32.Ralf Baechle2001-03-021-1/+26
|
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-284-15/+35
| | | | 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-272-0/+2
| | | | supported in the mips64 port.
* Print ``Freeing initrd memory'' memory only when actually freeingRalf Baechle2001-02-261-1/+4
| | | | something.
* Declare __bzero as function for mainline also.Ralf Baechle2001-02-262-0/+2
|
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-266-17/+13
|
* kmalloc doesn't work that early.Ralf Baechle2001-02-261-24/+34
|
* Some changes to get Jazz to compile again. There are other changesRalf Baechle2001-02-264-355/+418
| | | | needed which I won't checkin yet.
* 64-bit fixes.Ralf Baechle2001-02-251-19/+15
|
* 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
|
* Run through indent.Ralf Baechle2001-02-241-35/+34
|
* Fix entries for Atlas and Malta.Ralf Baechle2001-02-241-2/+2
|
* Put in a way to tweak the maximum number of cpus activated during SMPKanoj Sarcar2001-02-231-1/+7
| | | | | bootup. Unfortunately, this can not be done be kernel command line option, since the options are parsed *after* the bootup.
* Dump additional information when receiving a bus error.Ralf Baechle2001-02-231-2/+41
|
* Kill RCS Id string.Ralf Baechle2001-02-231-2/+1
|
* We were initializing the node's other cpu instead of ourself.Ralf Baechle2001-02-221-1/+1
|
* Support for Phillips PDAs.Ralf Baechle2001-02-2249-21/+4440
|
* Define putDebugChar / getDebugChar variables.Ralf Baechle2001-02-211-0/+2
|
* Registers are stored as unsigned variables so we need to cast toRalf Baechle2001-02-212-14/+13
| | | | | signed variables before comparing with zero when simulating the branches which compare with zero.
* Don't try to detect a second level cache on CPUs which might not everRalf Baechle2001-02-213-0/+10
| | | | 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.
* Every one (I know) does disk boots now. NUMA seems to add performance too.Kanoj Sarcar2001-02-212-4/+4
|
* Update some comments and add R12000 to list of PRIDs.Ralf Baechle2001-02-212-6/+7
|
* Update.Ralf Baechle2001-02-2110-0/+20
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2146-4/+5541
|
* Make ide_ioreg_t unsigned long.Ralf Baechle2001-02-202-12/+9
|
* Initialize ___flush_cache_all correctly for rm7k.Ralf Baechle2001-02-201-1/+1
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-165-2/+8
| | | | sharing.
* DECstation fixes from MaciejHarald Koerfgen2001-02-133-9/+9
|
* Access c0_context as 64-bit register here as well.Ralf Baechle2001-02-101-1/+1
|
* 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
|
* Untested attempt to fix MIPS_ATOMIC_SET.Ralf Baechle2001-02-091-0/+3
|
* Another typo fix; patch again from Alan.Ralf Baechle2001-02-091-1/+1
|
* Fix type. Patch by Alan "typo killer" Cox.Ralf Baechle2001-02-091-1/+1
|
* Fix braino in CPU detection code.Ralf Baechle2001-02-081-3/+3
|
* Raise NR_CPUS to 64.Ralf Baechle2001-02-071-1/+1
|
* Define CONFIG_SMP to n. Patch from Jim Freeman.Ralf Baechle2001-02-0511-0/+11
|
* Add missing initialization for ___flush_cache_all. From AliceRalf Baechle2001-02-051-2/+1
| | | | Hennessy.
* Fix for SNIA IOC3 configuration.Ralf Baechle2001-02-051-1/+1
|