Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't include <asm/sni.h>, it breaks compilation for big endian | Ralf Baechle | 2000-10-08 | 1 | -1/+0 |
| | | | | targets. | ||||
* | Don't include <asm/sgialib.h>; this breaks compilation horribly on | Ralf Baechle | 2000-10-08 | 1 | -1/+0 |
| | | | | non-ARC machines. | ||||
* | And even one more. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
| | |||||
* | Fix one more linker script. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
| | |||||
* | Same for 32-bit kernel. | Ralf Baechle | 2000-10-08 | 2 | -0/+20 |
| | |||||
* | Deal with ld missplacing sections. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
| | |||||
* | Merge with Linux 2.4.0-test9. Please check DECstation, I had a number | Ralf Baechle | 2000-10-05 | 358 | -6431/+13747 |
| | | | | | | | 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. | ||||
* | Make /dev/console=5, 1 work by making sure output is redirected into | Kanoj Sarcar | 2000-10-03 | 1 | -1/+9 |
| | | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console. | ||||
* | o fix warnings in bitops.h | Harald Koerfgen | 2000-10-03 | 2 | -15/+3 |
| | | | | | o enable RTC driver for DECstations by default o let KMINs work again | ||||
* | Make user_mode mode an inline; it's the same on all 64-bit CPUs. | Ralf Baechle | 2000-10-02 | 3 | -12/+2 |
| | |||||
* | Compatibility version of utime(2). | Ralf Baechle | 2000-10-02 | 2 | -1/+32 |
| | |||||
* | Ignore generated file ld.script.elf32. | Ralf Baechle | 2000-10-02 | 1 | -0/+1 |
| | |||||
* | Avoid recursive page faults. | Ralf Baechle | 2000-09-30 | 1 | -2/+3 |
| | |||||
* | Fixup a number of loose ends in RM7000 support. | Ralf Baechle | 2000-09-29 | 5 | -27/+37 |
| | |||||
* | Wrap ramdisk code with #if 0, it breaks the Orion initrd support. | Ralf Baechle | 2000-09-29 | 1 | -1/+3 |
| | | | | Somebody who uses ramdisk support could fix it somewhen ... | ||||
* | Define _flush_icache_range. | Ralf Baechle | 2000-09-28 | 1 | -0/+1 |
| | |||||
* | Enable module support by default. | Ralf Baechle | 2000-09-28 | 1 | -1/+4 |
| | |||||
* | More Orion bits. | Ralf Baechle | 2000-09-28 | 7 | -67/+329 |
| | |||||
* | Orion support is now an object file, no longer an archive. | Ralf Baechle | 2000-09-28 | 1 | -1/+1 |
| | |||||
* | Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old | Kanoj Sarcar | 2000-09-25 | 5 | -5/+5 |
| | | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him. | ||||
* | Kill usless #ifdefmania. | Ralf Baechle | 2000-09-24 | 1 | -14/+1 |
| | |||||
* | This is now a generated file. | Kanoj Sarcar | 2000-09-18 | 1 | -112/+0 |
| | |||||
* | Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support. | Kanoj Sarcar | 2000-09-18 | 2 | -0/+117 |
| | |||||
* | Orion has an RM7000, not R5000. | Ralf Baechle | 2000-09-15 | 1 | -2/+2 |
| | |||||
* | Orion update. | Ralf Baechle | 2000-09-15 | 10 | -54/+8543 |
| | |||||
* | virt_to_bus and bus_to_virt are gone! Implement true pci-dma api that | Kanoj Sarcar | 2000-09-13 | 2 | -2/+9 |
| | | | | routes all dma's via the containing xbow's master hub. | ||||
* | Set the master hub's widget id for the o200 and ibrick cases also. | Kanoj Sarcar | 2000-09-13 | 1 | -0/+2 |
| | |||||
* | Route device intrs thru the master hub of the containing xbow, since the | Kanoj Sarcar | 2000-09-13 | 1 | -12/+21 |
| | | | | | secondary hub may not be present. Also pave the way for dma to go thru the master hub. | ||||
* | 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 |
| |