summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Don't pretend that a RM7000 is like a R5000.Ralf Baechle2000-08-221-4/+4
|
* More cleaning of struct stat for glibc 2.2. The necessary glibcRalf Baechle2000-08-091-4/+4
| | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them.
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-084-10/+5
|
* Fix syscall tracing.Ralf Baechle2000-07-241-6/+5
|
* Merge with 2.4.0-test4-pre2.Ralf Baechle2000-07-121-0/+1
|
* Make HZ_TO_STD macro name lowercase.Ralf Baechle2000-07-121-3/+3
|
* Include <linux/config.h>.Ralf Baechle2000-07-121-0/+1
|
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-113-6/+6
|
* Support for the Galileo Orion board. From Cort.Ralf Baechle2000-07-102-7/+14
|
* Compilation fixes necessary for gcc-current.Ralf Baechle2000-07-091-7/+6
|
* Merge with 2.4.0-test3-pre7.Ralf Baechle2000-07-091-1/+1
|
* Microsecond timers for Indy. From Keith Wesolowsky.Ralf Baechle2000-07-092-12/+38
|
* Apply the some of the changes to the 64-bit version to 32-bit codeRalf Baechle2000-07-091-23/+27
| | | | also.
* DECstation resp. R3000 related -Werror fixesHarald Koerfgen2000-07-092-2/+4
|
* Merge with Linux 2.4.0-pre3-test6.Ralf Baechle2000-07-091-3/+4
|
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-086-88/+54
| | | | -Werror clean.
* Fine grained uniprocessing ...Ralf Baechle2000-07-081-2/+0
|
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-083-293/+209
|
* Fix some types and some more %ld mess.Ulf Carlsson2000-07-041-3/+3
|
* %d versus %ld mess for pid_tUlf Carlsson2000-07-041-63/+63
|
* Merge with Linux 2.4.0-test3-pre2.Ralf Baechle2000-07-031-2/+1
|
* Fix compilation.Ralf Baechle2000-06-251-4/+5
|
* Remove references to CONFIG_PROFILE. Kernel profiling is no longer aRalf Baechle2000-06-241-6/+3
| | | | | | | | compile option. Still left to do: Move the profiling code out into a inline function and make sure all targets actually call it. Right now I think only the RISC PC style machine which use the timer interrupt routine in arch/mips/kernel/timer.c properly support kernel profiling. Same for MIPS64.
* Fix modular IDE. Patch from Pavel.Ralf Baechle2000-06-222-6/+10
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-196-20/+33
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.4.0-test1.Ralf Baechle2000-06-161-1/+36
|
* Same for mainline.Ralf Baechle2000-06-121-0/+9
|
* Fix for SCSI CDRom module needed symbol irq_stat - Fix by Klaus NaumannFlorian Lohoff2000-05-221-0/+2
|
* Update comment.Ralf Baechle2000-05-191-0/+1
|
* Call syscall_trace after finishing the sigreturn syscall but beforeRalf Baechle2000-05-192-0/+7
| | | | returning from userspace.
* Some small fixes and cleanups:Harald Koerfgen2000-05-161-1/+6
| | | | | | | | o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed o we don't need a little endian version of waking_non_zero_interruptible() o arch/mips/config.in fixes and improvements o compile floppy/kbd/ide support only when the CONFIG options are set o IP22s aren't the only MIPS boxes without a PC speaker
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-122-75/+66
|
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-282-13/+5
|
* Change all instances of __SMP__ to CONFIG_SMP and includeRalf Baechle2000-04-231-2/+2
| | | | <linux/config.h> where necessary.
* Don't overwrite the cache exception handler.Ralf Baechle2000-04-211-3/+1
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-191-1/+1
|
* Pause(2) fix for 2.3.Ralf Baechle2000-04-182-1/+8
|
* Fix semaphores in modules.Ralf Baechle2000-04-071-0/+8
|
* Port paccess.h from mips64. mips32 paccess.h differs from the original one inGleb O. Raiko2000-04-071-1/+43
| | | | | | | | the following: o works in case a constant address is passed to get_dbe/put_dbe o uses faster binary search :-) o the kernel are linked successfully even if get_dbe/put_dbe aren't used
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-271-93/+37
|
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-253-8/+7
|
* Merge with Linux 2.3.99-pre2.Ralf Baechle2000-03-231-20/+7
|
* Fold mips64 fixes back to 32-bit kernel.Ralf Baechle2000-03-231-2/+2
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-192-29/+6
|
* Fix a linking bug for non-R3k cpus. Thanks to Harald.Gleb O. Raiko2000-03-141-1/+5
|
* remove that ugly #ifdef hackHarald Koerfgen2000-03-131-18/+5
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-88/+7
|
* Add R3081 supportGleb O. Raiko2000-03-132-6/+4
|
* Add R3081 supportGleb O. Raiko2000-03-132-10/+46
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-121-44/+10
|