Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recent reformatting patch broke the constraints of csum_tcpudp_nofold() | Ralf Baechle | 2001-06-01 | 1 | -1/+1 |
| | | | | resulting bascially in the collapse of TCP. | ||||
* | Code reformatting and spelling fixes. | Ralf Baechle | 2001-05-25 | 9 | -155/+161 |
| | |||||
* | Fix vmalloc for mips64. | Ralf Baechle | 2001-05-23 | 1 | -0/+7 |
| | |||||
* | Standards demand that _band is long, not int. | Ralf Baechle | 2001-05-17 | 1 | -4/+4 |
| | |||||
* | Fix __test_and{set,clear}_bit. | Ralf Baechle | 2001-05-14 | 1 | -13/+15 |
| | |||||
* | Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE. | Ralf Baechle | 2001-05-10 | 1 | -2/+1 |
| | |||||
* | 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten. | Ralf Baechle | 2001-04-27 | 10 | -0/+850 |
| | |||||
* | Kill warning. | Ralf Baechle | 2001-04-14 | 1 | -3/+3 |
| | |||||
* | Add in new klconfig functions that will be needed for parsing router | Kanoj Sarcar | 2001-04-11 | 1 | -1/+1 |
| | | | | information. | ||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 4 | -70/+163 |
| | | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels. | ||||
* | Fix stupid module oversight. Spotted by Keith. | Ralf Baechle | 2001-04-01 | 1 | -1/+1 |
| | |||||
* | Uh... Search and replace style 64-bit porting resulted in a dsubiu | Ralf Baechle | 2001-03-20 | 1 | -1/+1 |
| | | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu. | ||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 4 | -7/+128 |
| | | | | come. Stay frightened :-) | ||||
* | Kill _IOC_SLMASK; it's usefull live is over ... | Ralf Baechle | 2001-03-16 | 1 | -9/+3 |
| | |||||
* | Don't include <linux/cache.h>. | Ralf Baechle | 2001-03-12 | 1 | -4/+1 |
| | |||||
* | Fix more gcc 3.0 warnings. | Ralf Baechle | 2001-03-10 | 2 | -72/+61 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 3 | -7/+7 |
| | |||||
* | Add in mips64 specific support for handling 128 cpus. | Kanoj Sarcar | 2001-03-02 | 1 | -6/+33 |
| | |||||
* | Cleanup the code that handles (bridge) intr path setup. Come up with a | Kanoj Sarcar | 2001-03-02 | 1 | -1/+18 |
| | | | | better per node scheme to associate Linux irqs with cpu intr levels. | ||||
* | Move the multiply-defined cpumask macros from .c files into smp.h for | Kanoj Sarcar | 2001-02-28 | 2 | -5/+20 |
| | | | | consistency. | ||||
* | Delete scary comments and variables. | Kanoj Sarcar | 2001-02-27 | 1 | -3/+0 |
| | |||||
* | Basic boot support for R12000. This does not mean R12000 is fully | Kanoj Sarcar | 2001-02-27 | 1 | -0/+1 |
| | | | | supported in the mips64 port. | ||||
* | Update to using loops_per_jiffy instead of loops_per_sec. | Keith M Wesolowski | 2001-02-26 | 2 | -6/+6 |
| | |||||
* | Kill RCS Id string. | Ralf Baechle | 2001-02-23 | 1 | -2/+1 |
| | |||||
* | Handle IDE ports correctly for CONFIG_SWAP_IO_SPACE on big endian. | Ralf Baechle | 2001-02-21 | 1 | -4/+46 |
| | | | | From Carsten with mods by me. | ||||
* | Update some comments and add R12000 to list of PRIDs. | Ralf Baechle | 2001-02-21 | 1 | -4/+4 |
| | |||||
* | Make ide_ioreg_t unsigned long. | Ralf Baechle | 2001-02-20 | 1 | -3/+3 |
| | |||||
* | Add in support to specify the proper L2 cache line size to eliminate false | Kanoj Sarcar | 2001-02-16 | 1 | -2/+3 |
| | | | | sharing. | ||||
* | On mips64 get_context / set_context operate on 64-bit, not 32-bit values. | Ralf Baechle | 2001-02-10 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.4.1. | Ralf Baechle | 2001-01-31 | 1 | -3/+4 |
| | |||||
* | Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your | Ralf Baechle | 2001-01-10 | 2 | -0/+9 |
| | | | | Makefiles. | ||||
* | And one more. | Ralf Baechle | 2001-01-08 | 1 | -1/+1 |
| | |||||
* | Fix warnings. | Ralf Baechle | 2001-01-08 | 1 | -4/+3 |
| | |||||
* | Move <sgidefs.h> to <asm/gcc/sgidefs.h>. | Ralf Baechle | 2000-12-01 | 1 | -0/+17 |
| | |||||
* | Use the same definition of flush_icache_page() that is used in stock | Kanoj Sarcar | 2000-11-29 | 1 | -4/+4 |
| | | | | Linux 2.4. | ||||
* | Merge with 2.4.0-test11. | Ralf Baechle | 2000-11-28 | 4 | -10/+18 |
| | |||||
* | include/asm-mips64/ioc3.h replaced by include/asm-mips64/sn/ioc3.h. | Kanoj Sarcar | 2000-11-26 | 1 | -662/+0 |
| | |||||
* | The include/asm-mips64/ioc3.h file is not used anymore. The one to use | Kanoj Sarcar | 2000-11-26 | 1 | -2/+3 |
| | | | | | | | | | is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam. | ||||
* | Same thing for mips64. | Ralf Baechle | 2000-11-26 | 1 | -17/+4 |
| | |||||
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 5 | -14/+23 |
| | |||||
* | IOC3 fixes. Bug report from Colin Ngam. | Ralf Baechle | 2000-11-21 | 1 | -2/+3 |
| | |||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -2/+5 |
| | |||||
* | The granted member of the semaphore must be unsigned long. | Ralf Baechle | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Change time_t into unsigned int in struct stat. This fixes the | Ralf Baechle | 2000-11-08 | 1 | -3/+3 |
| | | | | | newstat / lstat / fstat returning returning January 1, 1970 for all file dates. | ||||
* | Define RLIM_INFINITY only when building a kernel. | Ralf Baechle | 2000-11-06 | 1 | -2/+2 |
| | |||||
* | Add memory clobbers to the atomic_*_return functions. I hope this | Ralf Baechle | 2000-10-26 | 1 | -2/+4 |
| | | | | fixes the file corruption / `D' state processes people observe. | ||||
* | Move all the definitions for non-Linux syscalls into a separate file. | Ralf Baechle | 2000-10-25 | 2 | -969/+980 |
| | | | | Who cares about POSIX flavoured Risc/OS syscalls etc. anyway ... | ||||
* | Fix get_wchan for real. The 64-bit version also supports 32-bit ps | Ralf Baechle | 2000-10-24 | 1 | -1/+1 |
| | | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses. | ||||
* | __restore_flags had wrong constraints. The resulting register | Ralf Baechle | 2000-10-24 | 1 | -66/+61 |
| | | | | | corruption probably wasn't really problematic. Anyway, the the fixed version shaves of a few kb (!) of kernel size. Overhaul xchg(). | ||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 1 | -5/+14 |
| |