Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Linux 2.3.99-pre2. | Ralf Baechle | 2000-03-23 | 2 | -3/+10 |
| | |||||
* | o ? | Ulf Carlsson | 2000-03-23 | 1 | -5/+6 |
| | |||||
* | Merge with 2.3.99-pre1. | Ralf Baechle | 2000-03-19 | 3 | -48/+21 |
| | |||||
* | o New offsets. | Ulf Carlsson | 2000-03-18 | 1 | -22/+22 |
| | |||||
* | The pte quicklist and pmd quicklists need to be different. This is because | Kanoj Sarcar | 2000-03-16 | 1 | -5/+5 |
| | | | | | | | "empty" page tables and pmd tables are initialized to different values (page tables are 0ed, pmd tables are made to point to invalid_pte_table), hence these 2 different types of objects can not use the same list. Else pmd_none and pte_none get confused. | ||||
* | Misc mm type bug fixes. | Kanoj Sarcar | 2000-03-16 | 1 | -1/+1 |
| | |||||
* | Simplify the get_new_mmu_context() interface that allocated TLB pids. | Kanoj Sarcar | 2000-03-14 | 1 | -6/+6 |
| | |||||
* | MIPS64 SMP, compile only edition. Don't use yet ... | Ralf Baechle | 2000-03-14 | 7 | -38/+147 |
| | |||||
* | Merge with Linux 2.3.51. | Ralf Baechle | 2000-03-13 | 2 | -4/+18 |
| | |||||
* | Move from using cacheable noncoherent mappings to cacheable coherent | Kanoj Sarcar | 2000-03-13 | 1 | -5/+5 |
| | | | | | exclusive on write mappings. This is needed for SMP anyway, and seems to prevent the random data bus errors that we have been seeing. | ||||
* | One more itsy bitsy tiny SMP bit ... | Ralf Baechle | 2000-03-09 | 1 | -0/+54 |
| | |||||
* | Merge with Linux 2.3.49. | Ralf Baechle | 2000-03-07 | 9 | -13/+28 |
| | |||||
* | Merge with 2.3.48. | Ralf Baechle | 2000-03-02 | 5 | -29/+26 |
| | |||||
* | - A few 32-bit compatibily systemcalls. | Ulf Carlsson | 2000-02-29 | 2 | -1/+46 |
| | |||||
* | Changes to make DISCONTIGMEM compile and boot after the upgrades, as | Kanoj Sarcar | 2000-02-27 | 2 | -17/+17 |
| | | | | | well as substitution of some platform specific fields by their new generic counterparts. | ||||
* | Bits for libc. | Ralf Baechle | 2000-02-25 | 1 | -1/+4 |
| | |||||
* | How to frighten the Free Software crowds: | Ralf Baechle | 2000-02-25 | 1 | -17/+13 |
| | | | | | | | | | | | | | | | | /************************************************************************** * * * Copyright (C) 1992-1997, Silicon Graphics, Inc. * * * * These coded instructions, statements, and computer programs contain * * unpublished proprietary information of Silicon Graphics, Inc., and * * are protected by Federal copyright law. They may not be disclosed * * to third parties or copied or duplicated in any form, in whole or * * in part, without the prior written consent of Silicon Graphics, Inc. * * * **************************************************************************/ GPLized. | ||||
* | - Add a .set noat where it complains. | Ulf Carlsson | 2000-02-24 | 1 | -1/+4 |
| | |||||
* | Fix semaphore initialization. | Ulf Carlsson | 2000-02-24 | 1 | -2/+3 |
| | |||||
* | Merge with 2.3.47. Guys, this is buggy as shit. You've been warned. | Ralf Baechle | 2000-02-24 | 9 | -73/+133 |
| | |||||
* | Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c | Ralf Baechle | 2000-02-23 | 6 | -103/+49 |
| | | | | driver due to the Origin A64 hacks. | ||||
* | Fix the fix of the fix. | Ralf Baechle | 2000-02-21 | 1 | -3/+3 |
| | |||||
* | Fix copy_from_user() in modules and 64-bit kernel. | Ralf Baechle | 2000-02-19 | 1 | -5/+9 |
| | |||||
* | Merge with Linux 2.3.43. | Ralf Baechle | 2000-02-18 | 1 | -3/+3 |
| | |||||
* | 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. |