summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Collapse)AuthorAgeFilesLines
* Iomem address space is also 64-bit on IP27. This brings us back 5 outRalf Baechle2001-05-211-0/+1
| | | | | | of 6 unrecognized IOC3 interfaces on posix0. The leftover two are missing due to IOC3 PCI interface bugs which I'll fight next. After a decent nap ...
* Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE.Ralf Baechle2001-05-101-3/+3
|
* Add some more networking ioctl translations.Ralf Baechle2001-05-031-0/+20
|
* 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten.Ralf Baechle2001-04-2719-0/+2952
|
* Get back to the standard interface for get_cpuinfo(). The ouput isKanoj Sarcar2001-04-121-37/+20
| | | | | still nonstandard, but it better be if you want to see whether your system has 64 or 128 cpus!
* Fix delay slot bug.Ralf Baechle2001-04-111-4/+4
|
* Add in support for determining node distances by parsing routerKanoj Sarcar2001-04-111-0/+291
| | | | information in klconfig. Code from Scott Foehner (sfoehner@sgi.com).
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-111-0/+13
| | | | information.
* Merge with Linux 2.4.3.Ralf Baechle2001-04-0510-137/+20
| | | | | | | 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.
* Enable CONFIG_UNIX98_PTYS and CONFIG_DEVPTS_FS for all configurations.Ralf Baechle2001-04-013-6/+9
|
* Translate SIOCRTMSG and SIOCGSTAMP ioctls. This fixes tcpdump.Ralf Baechle2001-04-011-0/+29
|
* Interpret some ARC firmware variables correctly. Patch from GuidoRalf Baechle2001-03-271-6/+50
| | | | with some mods by me.
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-263-20/+17
| | | | bug in some of the r4k cache routines.
* Initial commit of 64-bit FPU emul as part of fixing Bugworks bugRalf Baechle2001-03-2149-0/+6806
| | | | #789223. Not yet functional.
* Fix Origin after recent ARC changes.Ralf Baechle2001-03-193-10/+13
|
* Fix machine detection bug.Keith M Wesolowski2001-03-181-1/+1
|
* Some remaining bits of the ARC memory cleanup, from Keith.Ralf Baechle2001-03-181-12/+5
|
* Ralf's had two chances to spell this right, I'll take my turn now. :-)Keith M Wesolowski2001-03-181-1/+1
|
* Remove no longer necessary inclusion of spinlock.h.Ralf Baechle2001-03-183-3/+0
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-1826-278/+479
| | | | come. Stay frightened :-)
* Fix typo which made r4k_copy_page_d16 corrupt data when copying.Ralf Baechle2001-03-181-2/+2
|
* Spelling fixes.Ralf Baechle2001-03-171-3/+3
|
* Make compile with CONFIG_NET disabled.Ralf Baechle2001-03-171-0/+8
|
* Export flush_tlb_page rsp. _flush_tlb_page.Ralf Baechle2001-03-121-2/+3
|
* Typo and spelling fixes.Ralf Baechle2001-03-121-1/+1
|
* Include <linux/spinlock.h>.Ralf Baechle2001-03-111-3/+3
|
* Undo accidental deletion of variable.Ralf Baechle2001-03-111-0/+1
|
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-112-3/+7
|
* Die if we cannot handle a unaligned exception from kernel space.Ralf Baechle2001-03-111-0/+5
|
* Kill dead variable.Ralf Baechle2001-03-101-3/+1
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-099-11/+35
|
* Remove RCS strings.Ralf Baechle2001-03-091-2/+1
|
* Remoce RCS strings.Ralf Baechle2001-03-091-2/+1
|
* We were incrementing too much for the delay slot case.Ralf Baechle2001-03-031-1/+1
|
* Cleanup the code that handles (bridge) intr path setup. Come up with aKanoj Sarcar2001-03-022-36/+88
| | | | 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
|
* Move the multiply-defined cpumask macros from .c files into smp.h forKanoj Sarcar2001-02-282-10/+15
| | | | consistency.
* Basic boot support for R12000. This does not mean R12000 is fullyKanoj Sarcar2001-02-271-0/+1
| | | | supported in the mips64 port.
* Declare __bzero as function for mainline also.Ralf Baechle2001-02-261-0/+1
|
* Update to using loops_per_jiffy instead of loops_per_sec.Keith M Wesolowski2001-02-262-4/+2
|
* 64-bit fixes.Ralf Baechle2001-02-251-19/+15
|
* 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
|
* We were initializing the node's other cpu instead of ourself.Ralf Baechle2001-02-221-1/+1
|
* Registers are stored as unsigned variables so we need to cast toRalf Baechle2001-02-211-8/+7
| | | | | signed variables before comparing with zero when simulating the branches which compare with zero.
* Every one (I know) does disk boots now. NUMA seems to add performance too.Kanoj Sarcar2001-02-212-4/+4
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-164-0/+5
| | | | sharing.
* Access c0_context as 64-bit register here as well.Ralf Baechle2001-02-101-1/+1
|
* Changes for the sake of IBM's multiqueue scheduler patch.Ralf Baechle2001-02-032-2/+2
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-316-10/+6
|