summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-1/+1
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Some small fixes and cleanups:Harald Koerfgen2000-05-161-4/+16
| | | | | | | | o superfluidous #ifdef __KERNEL__ in include/asm-mips/socket.h removed o we don't need a little endian version of waking_non_zero_interruptible() o arch/mips/config.in fixes and improvements o compile floppy/kbd/ide support only when the CONFIG options are set o IP22s aren't the only MIPS boxes without a PC speaker
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-2/+3
|
* Some minor bugfixes:Harald Koerfgen1999-10-171-4/+4
| | | | | | | o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
* o R3000 fixesHarald Koerfgen1999-10-121-2/+8
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-3/+3
| | | | (Did I mention that CVS is buggy ...)
* removed tagsThomas Bogendoerfer1998-10-181-2/+2
|
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-3/+4
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* Make the default configurations (RM200C / Acer PICA) compile.Ralf Baechle1998-05-071-3/+2
|
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-12/+3
| | | | | | | | | | | | | | | | | | | | | | | o New clear_user. o Memcpy now efficiently copies the (src^dest)&3 != 0. o Memmove new correctly deals with overlaps o Rewrite csum_partial in assembler. o Rewrte csum_partial_from_user in assembler. o __copy_user is now integrated with memcpy. o get_user now returns a zero value on error. o copy_from_user now clears the destination buffer on error. o strncpy_user now has a more efficient caller routine. o strlen_user now has a more efficient caller routines and is faster. o The unaligned handler is now much cleaner. It's now also save from interrupt. Some more esotheric bugs fixed as well. o Don't export bcopy anymore, it's now a inline function. o Delete ancient junk from the first days of Linux/MIPS. o Delete dead code in indy_sc.c. o Including the IDE driver doesn't crash an Indy anymore. o Eleminate active_ds. We now use current_ds directly in the thread structure which is faster and threadsafe. Saves almost 2kb on the kernel. o Serial console should work again.
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-4/+3
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-2/+2
|
* Remove byteorder.o from the list of objects to build.Ralf Baechle1997-06-171-2/+2
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-5/+6
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-22/+14
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-0/+33