| Age | Commit message (Expand) | Author |
| 2003-12-12 | Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was rendered | sekiya |
| 2003-11-08 | Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00 | simonb |
| 2003-10-29 | add compat_16_machdep.c | christos |
| 2003-10-25 | Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict with | simonb |
| 2003-10-05 | Define ELF2ECOFF here for native build. | tsutsui |
| 2003-10-05 | Add R10000 cache ops, written by KIYOHARA Takashi and posted on port-sgimips. | tsutsui |
| 2003-07-04 | Add some dependancies on assym.h; helps "make -j N" kernel builds. | simonb |
| 2003-04-01 | s/ohci.c/ohci_aubus.c/ | hpeyerl |
| 2003-03-08 | Add support for R5k secondary caches, from code Chris Sekiya sent me a long | rafal |
| 2002-12-09 | Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel | simonb |
| 2002-11-15 | Put the MIPS64_SB1 option in opt_cputype.h. | simonb |
| 2002-11-12 | Add support for the ST M41T81 RTC found on pass 2 swarm boards. | simonb |
| 2002-11-09 | Build with kernel with -msoft-float. | thorpej |
| 2002-11-09 | * Add -mno-abicalls to AFLAGS. | thorpej |
| 2002-11-09 | Nuke the CROSSDIR stuff. | thorpej |
| 2002-11-09 | No need to pass -mno-half-pic; NetBSD's compiler does not generate | thorpej |
| 2002-11-09 | - Make monolistic files into smaller manageable pieces, resulting | nisimura |
| 2002-11-08 | Note a new MIPS64_SB1 option that should be included in opt_cputype.h | simonb |
| 2002-10-10 | Install the kernel linker script in /usr/lkm/ldscript so that modload(8) | simonb |
| 2002-07-31 | Add support for the watchdog timers on the BCM1xxx parts. | simonb |
| 2002-07-29 | Add support for the the Alchemy Semiconductor Au1x00 series on-chip | simonb |
| 2002-07-06 | Overhaul the emulation facility. We do this by: | gmcgarry |
| 2002-06-04 | Don't use -traditional-cpp if HAVE_GCC3. | thorpej |
| 2002-06-04 | Add an extremely rough SMBus handler and RTC driver. This will be | simonb |
| 2002-06-01 | Use the current MIPS in_cksum for in4_cksum too. | simonb |
| 2002-04-03 | Don't make arch/mips/mips/mips_mcclock.c mandatory for all mips ports | simonb |
| 2002-03-13 | All the mips ports had an identical procfs_machdep.c, so use a common | simonb |
| 2002-03-05 | Add support for the on-chip peripherals on the Broadcom SiByte SB1250 CPU | simonb |
| 2002-03-05 | Add support for MIPS32 and MIPS64 architectures: | simonb |
| 2002-03-05 | Don't explicitly depend locore_*.S and fp.S on assym.h - this is done | simonb |
| 2002-01-14 | Options MIPS3_5200 and MIPS3_L2CACHE_PRESENT are gone. | soren |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-12-02 | TX39, R5900 cache configuration. | uch |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-26 | Added COMPAT_IRIX (being developped, not functionnal at that time) | manu |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-14 | Merge the thorpej-mips-cache branch onto the trunk. This is an | thorpej |
| 2001-10-26 | remove " in assignment of ENDIAN. | shin |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-23 | For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead, | thorpej |
| 2001-10-23 | Use MACHINE, not TARGET_MACHINE. | thorpej |
| 2001-10-16 | R5900 support. | uch |
| 2001-10-08 | Use a separate variable (${KERNLDSCRIPT}) for the name of the kernel | simonb |
| 2001-10-05 | Use ".-include" instead of the ".if exists(...) ..." dance. | simonb |
| 2001-10-05 | Use a single ldscript instead of separate scripts for either endianness; | simonb |
| 2001-09-23 | Moved COMPAT_LINUX config stuff from arch/sgimips to arch/mips, so that it's | manu |
| 2001-07-19 | By adding a well-placed space or two, 'make depend' no longer loses | oster |
| 2001-07-15 | Suppress warning message: | takemura |
| 2001-06-01 | Remove 4096-byte gap between .reginfo and .data, suggested by | thorpej |
| 2001-05-29 | define _KERNEL_OPT as well as _KERNEL. we will use this in the future to | mrg |