Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Set clock to RTC at bootup. | Ulf Carlsson | 2000-02-18 | 2 | -1/+41 |
| | | | | o Add a /dev/rtc interface to set/read the clock. | ||||
* | Merge with Linux 2.3.41. | Ralf Baechle | 2000-02-18 | 8 | -23/+361 |
| | |||||
* | Merge with Linux 2.3.40. | Ralf Baechle | 2000-02-16 | 8 | -29/+168 |
| | |||||
* | Clean up the discontig case page -> physaddr and physaddr -> page macros. | Kanoj Sarcar | 2000-02-10 | 1 | -7/+9 |
| | | | | Probably needs to be debugged once we achieve single user. | ||||
* | I should really keep my hands off the CPHYSADDR() macro ... put it | Kanoj Sarcar | 2000-02-10 | 1 | -2/+2 |
| | | | | back to its old form, due to bug that shows up with discontigmem code. | ||||
* | The pernode pgdat structure is now allocated out of the corresponding | Kanoj Sarcar | 2000-02-10 | 1 | -2/+2 |
| | | | | | node's memory, instead of having all the per node data in an array on node 0. | ||||
* | Header file cleanup: put basic defines into sn/arch.h. | Kanoj Sarcar | 2000-02-10 | 2 | -5/+17 |
| | |||||
* | Okay, we can now touch remote node memory, setup bootmem data structures | Kanoj Sarcar | 2000-02-10 | 2 | -1/+5 |
| | | | | per node and allocate per node mem_maps. | ||||
* | Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged. | Kanoj Sarcar | 2000-02-06 | 3 | -2/+100 |
| | |||||
* | Merge with Linux 2.3.38. | Ralf Baechle | 2000-02-05 | 2 | -3/+7 |
| | |||||
* | Don't use __SSIZE_TYPE__ any longer, egcs 2.96 does no longer define | Ralf Baechle | 2000-02-04 | 1 | -8/+4 |
| | | | | | it. And while we're at it also eleminate the use of __SIZE_TYPE__ and __PTRDIFF_TYPE__. | ||||
* | Fix the fix. | Ralf Baechle | 2000-02-04 | 1 | -4/+4 |
| | |||||
* | Fix stupid braino in msync(2) flags definitions. | Ralf Baechle | 2000-02-04 | 1 | -4/+4 |
| | |||||
* | Steal Irix procedures to set up multiple nodes. | Kanoj Sarcar | 2000-02-04 | 1 | -0/+112 |
| | |||||
* | Merge with Linux 2.3.32. | Ralf Baechle | 2000-02-04 | 12 | -368/+375 |
| | |||||
* | Fix the CPHYSADDR() macro that is used in free_initmem(). CPHYSADDR() | Kanoj Sarcar | 2000-02-01 | 1 | -2/+2 |
| | | | | should really look at only 32bits of the virtual address. | ||||
* | Check in the bus_to_virt/virt_to_bus changes to get the Qlogic driver | Kanoj Sarcar | 2000-01-31 | 1 | -3/+5 |
| | | | | | working. Ralf to let me know if this will work for now, or he wants me to implement one of the other two alternatives we discussed. | ||||
* | Merge with 2.3.27. | Ralf Baechle | 2000-01-29 | 9 | -85/+58 |
| | |||||
* | The physical address space on R10K Origins is wider than mips32 platforms. | Kanoj Sarcar | 2000-01-28 | 1 | -7/+7 |
| | |||||
* | Merge with Linux 2.3.24. | Ralf Baechle | 2000-01-27 | 4 | -21/+25 |
| | |||||
* | Lets really disable interrupts when we want to. | Kanoj Sarcar | 2000-01-27 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.3.23. The new bootmem stuff has broken various | Ralf Baechle | 2000-01-27 | 6 | -39/+86 |
| | | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. | ||||
* | 1. Minor changes to start the scsi intrs going (untested). | Kanoj Sarcar | 2000-01-26 | 1 | -0/+2 |
| | | | | 2. Fix the irq range checking in request_irq/free_irq. | ||||
* | SN0ism: inw/outw used by scsi driver requires address swizzling. | Kanoj Sarcar | 2000-01-25 | 1 | -7/+7 |
| | | | | | inb/outb used by serial driver, doesn't need swizzling. May also need to update the outw_p/inw_p/outsw/insw if we have problems with them. | ||||
* | Add memory clobbers. | Ralf Baechle | 2000-01-25 | 1 | -5/+9 |
| | |||||
* | After discussion with Kanoj I set the value of ISA_DMA_THRESHOLD | Ralf Baechle | 2000-01-25 | 1 | -1/+1 |
| | | | | back to 0xffffff. | ||||
* | Add in scatterlist.h that is needed to compile qlogicisp.c. Mostly the | Kanoj Sarcar | 2000-01-25 | 1 | -0/+22 |
| | | | | mips32 stuff, except that we do not support ISA devices on SN0. | ||||
* | Let's start the run on SMP. Here are the spinlocks. | Ralf Baechle | 2000-01-23 | 1 | -2/+135 |
| | |||||
* | Merge with Linux 2.3.22. | Ralf Baechle | 2000-01-21 | 2 | -7/+7 |
| | |||||
* | Add {get,put}_user()-style functions that are protected against DBE. | Ralf Baechle | 2000-01-20 | 1 | -0/+92 |
| | | | | | | | | | Unlike the IRIX functions they only have one instruction overhead per access, don't involve subroutine calls or any spinlocks, so are implicitly threadsafe. Add PCI infrastructure for SN0 + the necessary fixups for IOC3 brokeness. | ||||
* | Define STD_TO_HZ() to make it compile. | Ralf Baechle | 2000-01-19 | 1 | -1/+3 |
| | |||||
* | Remove junk. | Ralf Baechle | 2000-01-19 | 1 | -0/+0 |
| | |||||
* | - IOC3 driver now will panic when encountering a RX/TX PCI DMA error. | Ralf Baechle | 2000-01-17 | 20 | -132/+585 |
| | | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes. | ||||
* | Syscall handler fixes. | Ralf Baechle | 2000-01-16 | 1 | -2/+2 |
| | |||||
* | - Bug report from Bill Earl (wje@sgi.com): | Ralf Baechle | 2000-01-16 | 2 | -4/+4 |
| | | | | | | Don't use the top 32kb of address space of 32-bit compatibility processes as certain instruction sequences might generate code outside the 32-bit compat address space. | ||||
* | Fix warning. | Ralf Baechle | 2000-01-16 | 1 | -2/+4 |
| | | | | (IRIX people: the same typing bug also exists in IRIX.) | ||||
* | Fix memset which was misstreating certain argument cases. | Ralf Baechle | 2000-01-16 | 1 | -3/+3 |
| | |||||
* | R100000 cache operations. | Ralf Baechle | 2000-01-16 | 2 | -0/+391 |
| | |||||
* | IOC3 Ethernet driver and a ton of de-irix-ized IRIX header files with | Ralf Baechle | 2000-01-13 | 19 | -0/+6517 |
| | | | | | hardware related definitions. For more Origin bits stay tuned on this channel ... | ||||
* | - IOC3 serial driver for the Origin | Ralf Baechle | 2000-01-04 | 1 | -0/+49 |
| | | | | | | - Serial driver autodetection bugfix. More Origin bits to come asap. | ||||
* | Same semaphore fix for MIPS64. | Ralf Baechle | 1999-12-09 | 1 | -37/+13 |
| | |||||
* | Merge with Linux 2.3.21. | Ralf Baechle | 1999-12-04 | 38 | -777/+1672 |
| | |||||
* | Fix MIPS64 IP checksums. Hey guys, IRIX is spitting tons of bad | Ralf Baechle | 1999-11-19 | 1 | -71/+64 |
| | | | | checksums, Linux/MIPS64 doesn't :-) | ||||
* | Fix a small but highly effective 64-bit bug that also hit MIPS-32. | Ralf Baechle | 1999-11-17 | 1 | -2/+2 |
| | |||||
* | Rewrite of semaphores for MIPS64. | Ralf Baechle | 1999-10-20 | 2 | -63/+131 |
| | |||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 8 | -78/+89 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 10 | -63/+116 |
| | |||||
* | Look ma - a tank has hit the MIPS sources ... | Ralf Baechle | 1999-08-21 | 14 | -200/+1133 |
| | |||||
* | More MIPS64 chainsawing. | Ralf Baechle | 1999-08-20 | 18 | -15/+1793 |
| | |||||
* | MIPS 64, day 2. | Ralf Baechle | 1999-08-19 | 21 | -129/+3498 |
| |