summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/syscall.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-2/+2
| | | | | | | 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.
* Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMPRalf Baechle2000-10-191-9/+35
| | | | | this might freeze the entire machine which killed my work several times ...
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-2/+2
| | | | | | | 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.
* Compile fix: flush only L2 cache.Kanoj Sarcar2000-09-061-1/+1
|
* Handle a ton more block device, IDE (yuck :-), partition handling andRalf Baechle2000-09-051-38/+1
| | | | | tape ioctls. Dump support for ancient variants of uname(2) syscall; Nothing is using the since Linux/MIPS history started with glibc 2.0.
* Name change: the generic call flush_cache_all() does not do anythingKanoj Sarcar2000-07-241-1/+1
| | | | | anymore. All the flush_cache_all() calls in MIPS code is changed to call flush_cache_l1(), and ends up flushing the L1 i/d caches.
* Kill warnings in the 64-bit kernel.Ralf Baechle2000-07-091-24/+31
|
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-081-4/+0
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-2/+2
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Pause fix for mips64.Ralf Baechle2000-04-191-0/+7
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-4/+1
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-2/+2
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-74/+59
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-0/+341