summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.3.48.Ralf Baechle2000-03-025-31/+28
|
* Same for 2.3.Ralf Baechle2000-02-291-2/+2
|
* move nop out of the loop in strncmp.Gleb O. Raiko2000-02-281-8/+6
| | | | It saves an instruction per loop, nothing more.
* Bits for libc.Ralf Baechle2000-02-251-4/+8
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-246-64/+118
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-237-116/+31
| | | | driver due to the Origin A64 hacks.
* Fix the fix of the fix.Ralf Baechle2000-02-211-3/+3
|
* o default configuration for DECstations addedHarald Koerfgen2000-02-191-1/+7
| | | | o minor R3000 and DECstations related fixes
* Fix copy_from_user() in modules and 64-bit kernel.Ralf Baechle2000-02-191-3/+7
|
* Merge with Linux 2.3.43.Ralf Baechle2000-02-181-3/+3
|
* Merge with Linux 2.3.41.Ralf Baechle2000-02-188-16/+350
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-162-22/+12
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-169-45/+185
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-132-7/+12
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* Merge with Linux 2.3.38.Ralf Baechle2000-02-053-3/+44
|
* Don't use __SSIZE_TYPE__ any longer, egcs 2.96 does no longer defineRalf Baechle2000-02-041-11/+7
| | | | | it. And while we're at it also eleminate the use of __SIZE_TYPE__ and __PTRDIFF_TYPE__.
* Fix the fix.Ralf Baechle2000-02-041-3/+3
|
* Fix stupid braino in msync(2) flags definitions.Ralf Baechle2000-02-041-3/+3
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-049-249/+276
|
* Make the Indy compile.Ralf Baechle2000-01-311-2/+2
|
* Merge with 2.3.27.Ralf Baechle2000-01-299-77/+55
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-274-25/+28
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-275-41/+98
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-265-5/+348
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Add memory clobbers.Ralf Baechle2000-01-251-5/+9
|
* Let's start the run on SMP. Here are the spinlocks.Ralf Baechle2000-01-231-2/+139
|
* Fix a compilation bug when PCI support is selectedGleb O. Raiko1999-12-301-1/+7
|
* Fix a typoGleb O. Raiko1999-12-301-2/+2
|
* o R3000 fixesHarald Koerfgen1999-12-081-37/+13
| | | | o R4x00 little endiam semaphores
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-063-6/+8
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-047-53/+90
|
* Fix a small but highly effective 64-bit bug that also hit MIPS-32.Ralf Baechle1999-11-171-2/+2
|
* Updated the include for newport.h that obviously had been moved (?).Ulf Carlsson1999-11-071-2/+2
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-215-6/+8
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Fix 32-bit version as well. I didn't really test these but they shouldRalf Baechle1999-10-202-98/+125
| | | | be ok as the code is almost identical with the 64-bit variant.
* Some minor bugfixes:Harald Koerfgen1999-10-171-2/+2
| | | | | | | o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
* o R3000 fixesHarald Koerfgen1999-10-123-5/+14
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-0920-215/+224
|
* Add wbflush_setup prototypeGleb O. Raiko1999-10-071-1/+3
|
* Merge with 2.3.10.Ralf Baechle1999-09-288-63/+72
|
* o made CVS compile again for R5000Harald Koerfgen1999-09-181-2/+2
| | | | | | o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-211-12/+1
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-205-15/+16
|
* MIPS 64, day 2.Ralf Baechle1999-08-198-654/+75
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1814-251/+209
| | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-1312-37/+39
| | | | certain ISA levels explicitely configurable
* Merged David Arilie's PMAZ-A driver with dec_espHarald Koerfgen1999-08-121-3/+3
|
* Updates in preperation of EISA support.Andrew R. Baker1999-08-112-4/+15
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-095-80/+35
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* Make it compile.Ulf Carlsson1999-08-042-15/+13
|