Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autofs ioctls. | Ralf Baechle | 2000-09-08 | 1 | -16/+47 |
| | |||||
* | Enable some more features now that the thing is getting usefull. | Ralf Baechle | 2000-09-08 | 2 | -14/+24 |
| | |||||
* | Reformat. | Ralf Baechle | 2000-09-08 | 1 | -1/+2 |
| | |||||
* | Erase all traces of the ioc3-eth driver irq hacks. | Kanoj Sarcar | 2000-09-07 | 1 | -2/+3 |
| | |||||
* | Delete usage of PG_skip flag from mips64-DISCONTIG code. It was only | Kanoj Sarcar | 2000-09-07 | 1 | -22/+6 |
| | | | | | | | being used to flag mem_map entries corresponding to holes for counting and reporting during boot time. The current code reports more accurate figures, based on what is found at szmem() time (the old code was reporting more total memory than szmem() had probed). | ||||
* | More NTP and xtime_lock fixes. | Ralf Baechle | 2000-09-07 | 6 | -30/+20 |
| | |||||
* | Compile fix: flush only L2 cache. | Kanoj Sarcar | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | Set timeout values - this seems to be needed if we want to boot the | Kanoj Sarcar | 2000-09-06 | 1 | -0/+8 |
| | | | | kernel on non-nasid0 systems. | ||||
* | NTP fixes from Maciej. | Ralf Baechle | 2000-09-06 | 5 | -25/+35 |
| | |||||
* | DECstation RTC fix omissions. Fix from Maciej. | Ralf Baechle | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | - adjtimex(2) emulation. | Ralf Baechle | 2000-09-05 | 3 | -50/+131 |
| | | | | | | | | | | | | | | - set_rtc_mmss was crashing the machine. This went unnoticed so far only because it only happens one the machine is time synchronized. The machine now synchronizes with NTP quite well. - Better personality(2) emulation. This code is taken from Sparc64 which seems to do the right thing but I still wonder how it's supposed to work there. Uname(2) returning sparc64 or mips64 instead of sparc or mips is breaking alot of configuration scripts but on the other side returning the arch name without the 64 would prevent easy detection of the architecture by autoconf style scripts. I also don't see how the personality of 32-bit processes is ever being set to PER_LINUX32. | ||||
* | Handle a ton more block device, IDE (yuck :-), partition handling and | Ralf Baechle | 2000-09-05 | 5 | -45/+285 |
| | | | | | tape ioctls. Dump support for ancient variants of uname(2) syscall; Nothing is using the since Linux/MIPS history started with glibc 2.0. | ||||
* | Hopefully squash the R5k bug ... | Ralf Baechle | 2000-09-01 | 11 | -36/+30 |
| | |||||
* | Fix for broken handling of the year in the RTC by DECstation firmware. | Ralf Baechle | 2000-09-01 | 1 | -4/+5 |
| | |||||
* | Slightly tweak how the ioc3 fixup interacts with serial driver. Also, | Kanoj Sarcar | 2000-08-31 | 1 | -1/+2 |
| | | | | | hardcode the 0xFF00 value into subsystem_vendor, instead of relying on PCI commands to ioc3 to do this. | ||||
* | No more hardcoded serial port addresses. Get the serial driver probing | Kanoj Sarcar | 2000-08-31 | 1 | -0/+16 |
| | | | | addresses for ports. Serial driver changes are being sent to Linus. | ||||
* | Define prom_putchar/prom_getchar() for IP27s. The IP27 console printk | Kanoj Sarcar | 2000-08-29 | 2 | -10/+13 |
| | | | | routine now uses prom_printf to correctly parse the format string. | ||||
* | Merge with Linux 2.4.0-test8-pre1. | Ralf Baechle | 2000-08-29 | 3 | -14/+14 |
| | |||||
* | Merge with 2.4.0-test7. | Ralf Baechle | 2000-08-28 | 154 | -1583/+4020 |
| | |||||
* | RM7000 vs. R7000 Back to "compileability" but we should | Florian Lohoff | 2000-08-27 | 1 | -1/+1 |
| | | | | | probably go back to R7000 for all occurencies for consistent naming. | ||||
* | More debris. | Ralf Baechle | 2000-08-27 | 1 | -29/+0 |
| | |||||
* | Desinfect console code from #ifdefmania. | Ralf Baechle | 2000-08-27 | 6 | -39/+68 |
| | |||||
* | NTP fixes from Maciej. | Ralf Baechle | 2000-08-25 | 6 | -89/+178 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre10. | Ralf Baechle | 2000-08-25 | 53 | -301/+1529 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre9. | Ralf Baechle | 2000-08-25 | 2 | -1/+15 |
| | |||||
* | Do the bare minimum pci fixups needed for the IOC3, not more ... | Kanoj Sarcar | 2000-08-24 | 1 | -3/+0 |
| | |||||
* | On an SMP system, every cpu should use the master node's IOC3 uart port | Kanoj Sarcar | 2000-08-24 | 1 | -3/+2 |
| | | | | for printk output, instead of trying to access its own. | ||||
* | Use prom_printf() as the primary method of doing printks() for IP27. | Kanoj Sarcar | 2000-08-24 | 1 | -0/+24 |
| | |||||
* | Make prom_printf() functional on IP27s. And prom_printf() is not an | Kanoj Sarcar | 2000-08-23 | 2 | -2/+28 |
| | | | | init function, it needs to be around during regular system usage. | ||||
* | Also output struct task_struct.pid in offsets.h. | Ralf Baechle | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | Yet more RM7000 hooks. | Ralf Baechle | 2000-08-22 | 1 | -2/+10 |
| | |||||
* | One more RM7000 hook. | Ralf Baechle | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | RM7000 has a cycle counter. | Ralf Baechle | 2000-08-22 | 1 | -0/+1 |
| | |||||
* | Don't pretend that a RM7000 is like a R5000. | Ralf Baechle | 2000-08-22 | 1 | -4/+4 |
| | |||||
* | Add RM7000 config option. | Ralf Baechle | 2000-08-22 | 7 | -0/+7 |
| | |||||
* | More RM7k hooks. | Ralf Baechle | 2000-08-22 | 1 | -0/+3 |
| | |||||
* | 7k hooks. | Ralf Baechle | 2000-08-22 | 1 | -0/+4 |
| | |||||
* | First cut at RM7000 support. | Ralf Baechle | 2000-08-22 | 1 | -0/+578 |
| | |||||
* | Beautify diagnostic messages. | Ralf Baechle | 2000-08-16 | 1 | -3/+3 |
| | |||||
* | Kill warning. | Ralf Baechle | 2000-08-09 | 1 | -10/+13 |
| | |||||
* | More cleaning of struct stat for glibc 2.2. The necessary glibc | Ralf Baechle | 2000-08-09 | 1 | -4/+4 |
| | | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them. | ||||
* | Faster memcpy / copy_{from,to}_user. | Ralf Baechle | 2000-08-09 | 1 | -31/+76 |
| | |||||
* | Kill BARRIER macro; it's not needed on R10000. | Ralf Baechle | 2000-08-09 | 1 | -25/+0 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre8. | Ralf Baechle | 2000-08-08 | 33 | -126/+123 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre7. | Ralf Baechle | 2000-08-08 | 1 | -2/+2 |
| | |||||
* | Merge with Linu 2.4.0-test6-pre6. | Ralf Baechle | 2000-08-08 | 13 | -85/+94 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre4. | Ralf Baechle | 2000-08-08 | 71 | -440/+381 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre3. | Ralf Baechle | 2000-08-08 | 4 | -0/+8 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre2. | Ralf Baechle | 2000-08-08 | 3 | -8/+16 |
| | |||||
* | let it compile again | Harald Koerfgen | 2000-08-08 | 8 | -26/+23 |
| |