summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Expand)AuthorAgeFilesLines
* Code reformatting and spelling fixes.Ralf Baechle2001-05-258-74/+71
* Fix stupid compile error.Ralf Baechle2001-05-251-2/+2
* Polish a bit; no functional changes.Ralf Baechle2001-05-241-18/+13
* Fix vmalloc for mips64.Ralf Baechle2001-05-231-7/+44
* Emulate 32-bit MD / RAID ioctls.Ralf Baechle2001-05-231-0/+29
* Delete some of the IOC3 PCI fixup code which has become redundant afterRalf Baechle2001-05-231-49/+20
* Some more PCI kludgeology to support the IOC3.Ralf Baechle2001-05-221-1/+9
* Iomem address space is also 64-bit on IP27. This brings us back 5 outRalf Baechle2001-05-211-0/+1
* 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
* 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
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-111-0/+13
* Merge with Linux 2.4.3.Ralf Baechle2001-04-0510-137/+20
* 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
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-263-20/+17
* Initial commit of 64-bit FPU emul as part of fixing Bugworks bugRalf Baechle2001-03-2149-0/+6806
* 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
* 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
* 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
* Basic boot support for R12000. This does not mean R12000 is fullyKanoj Sarcar2001-02-271-0/+1
* 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
* Dump additional information when receiving a bus error.Ralf Baechle2001-02-231-2/+41