Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | save_and_cli and restore_flags ... not save_and_cli and __restore_flags ... | Kanoj Sarcar | 2000-03-31 | 1 | -1/+1 |
| | |||||
* | Put some kernel debugging output under DEBUG_MIPS64. Kernel folks, please | Kanoj Sarcar | 2000-03-20 | 1 | -2/+2 |
| | | | | turn this on when you are debugging. | ||||
* | The fast tlb handlers [x]tlb_refill_debug blindly look at pgd/pmd/ptes. | Kanoj Sarcar | 2000-03-16 | 1 | -1/+2 |
| | | | | | | | So, _all_ page tables in the system _must_ be 2 pages, including empty_bad_page_table. And, the invalid page table _must_ be initialized to all invalid entries, so that even if the fast handler picks something up from an unallocated pmd/ptetable, the processor takes a mm fault. | ||||
* | Misc mm type bug fixes. | Kanoj Sarcar | 2000-03-16 | 1 | -3/+4 |
| | |||||
* | Simplify the get_new_mmu_context() interface that allocated TLB pids. | Kanoj Sarcar | 2000-03-14 | 2 | -6/+6 |
| | |||||
* | TLB pid allocation fix. Still not sure about the complete algorithm. | Kanoj Sarcar | 2000-03-13 | 2 | -5/+3 |
| | | | | Turn on TLB pid checks. | ||||
* | Merge with 2.3.47. Guys, this is buggy as shit. You've been warned. | Ralf Baechle | 2000-02-24 | 5 | -281/+112 |
| | |||||
* | Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c | Ralf Baechle | 2000-02-23 | 1 | -7/+2 |
| | | | | driver due to the Origin A64 hacks. | ||||
* | Merge with Linux 2.3.41. | Ralf Baechle | 2000-02-18 | 1 | -2/+9 |
| | |||||
* | Okay, we can now touch remote node memory, setup bootmem data structures | Kanoj Sarcar | 2000-02-10 | 1 | -5/+7 |
| | | | | per node and allocate per node mem_maps. | ||||
* | Merge with Linux 2.3.32. | Ralf Baechle | 2000-02-04 | 3 | -9/+31 |
| | |||||
* | Merge with 2.3.27. | Ralf Baechle | 2000-01-29 | 2 | -8/+15 |
| | |||||
* | Merge with Linux 2.3.24. | Ralf Baechle | 2000-01-27 | 1 | -5/+5 |
| | |||||
* | Bootmem fixes for IP22. | Ralf Baechle | 2000-01-27 | 1 | -9/+9 |
| | |||||
* | Merge with Linux 2.3.23. The new bootmem stuff has broken various | Ralf Baechle | 2000-01-27 | 6 | -187/+215 |
| | | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. | ||||
* | - IOC3 driver now will panic when encountering a RX/TX PCI DMA error. | Ralf Baechle | 2000-01-17 | 5 | -46/+420 |
| | | | | | | | | | - 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. | ||||
* | ARC fixes that are necessary because on Origin we juggle with both | Ralf Baechle | 2000-01-17 | 1 | -12/+20 |
| | | | | | XKPHYS and CKSEG0 addresses. free_init_mem() now actually frees memory and doesn't corrupt memory. | ||||
* | Merge with Linux 2.3.21. | Ralf Baechle | 1999-12-04 | 9 | -104/+156 |
| | |||||
* | Move various headers into a SGI specific subdirectory. These files | Ralf Baechle | 1999-10-21 | 1 | -4/+1 |
| | | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile. | ||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 2 | -7/+7 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 2 | -46/+58 |
| | |||||
* | Look ma - a tank has hit the MIPS sources ... | Ralf Baechle | 1999-08-21 | 5 | -579/+275 |
| | |||||
* | More MIPS64 chainsawing. | Ralf Baechle | 1999-08-20 | 2 | -4/+4 |
| | |||||
* | MIPS 64, day 2. | Ralf Baechle | 1999-08-19 | 1 | -34/+1 |
| | |||||
* | - Drop support for 32/32 fp register model | Ralf Baechle | 1999-08-18 | 10 | -0/+4060 |
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ... |