summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Collapse)AuthorAgeFilesLines
* newstat / newlstat / newfstat have 2 not three arguments.Ralf Baechle2000-11-081-6/+5
|
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-063-14/+48
| | | | Pete Popov of Monta Vista.
* The kernel has a emulation for unaligned accesses, so don't send SIGBUSRalf Baechle2000-11-021-7/+3
| | | | on address errors.
* Fix the build after the previous patch.Keith M Wesolowski2000-10-292-6/+4
|
* Fix register corruption bug. Credits for forward porting this patchRalf Baechle2000-10-272-9/+12
| | | | go to Jun Sun Industries :-)
* Fix bug in macro arguments naming.Ralf Baechle2000-10-271-4/+3
|
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-241-7/+35
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* Attempt to fix get_wchan().Ralf Baechle2000-10-241-11/+2
|
* New i2859 interrupt handling, code is not yet live.Ralf Baechle2000-10-121-0/+298
|
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-124-1/+11
|
* Fix the IP22 build after Ralf's last change.Keith M Wesolowski2000-10-111-5/+5
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-10/+0
|
* More Atlas chainsawing.Ralf Baechle2000-10-092-6/+6
|
* Don't include <asm/sni.h>, it breaks compilation for big endianRalf Baechle2000-10-081-1/+0
| | | | targets.
* Don't include <asm/sgialib.h>; this breaks compilation horribly onRalf Baechle2000-10-081-1/+0
| | | | non-ARC machines.
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-057-57/+10
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Wrap ramdisk code with #if 0, it breaks the Orion initrd support.Ralf Baechle2000-09-291-1/+3
| | | | Somebody who uses ramdisk support could fix it somewhen ...
* More NTP and xtime_lock fixes.Ralf Baechle2000-09-071-3/+0
|
* NTP fixes from Maciej.Ralf Baechle2000-09-061-0/+2
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-282-3/+5
|
* RM7000 vs. R7000 Back to "compileability" but we shouldFlorian Lohoff2000-08-271-1/+1
| | | | | probably go back to R7000 for all occurencies for consistent naming.
* One more RM7000 hook.Ralf Baechle2000-08-221-0/+1
|
* RM7000 has a cycle counter.Ralf Baechle2000-08-221-0/+1
|
* 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
|