summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed scatterlist handlingThomas Bogendoerfer1998-09-161-10/+10
|
* version from Linus treeThomas Bogendoerfer1998-09-162-1720/+1822
|
* one CONFIG_SCSI_SGIWD93 is enoughThomas Bogendoerfer1998-09-161-8/+0
|
* restored DaveM's playground; we are using NCR53C9x.c for our game.Thomas Bogendoerfer1998-09-162-580/+967
|
* fix for Eleectric Fence; mprotect(PROT_NONE) on a already read/write mappedThomas Bogendoerfer1998-09-161-2/+2
| | | | region didn't work
* Add missing break. Fix from Ulf Carlsson.Ralf Baechle1998-09-041-1/+2
|
* fixed bmove, when moving stuff to the right (insert a character)Thomas Bogendoerfer1998-09-011-10/+8
| | | | disabled scrollback, because it doesn't work without off-screen memory
* switched to fbcon for Magnum4000/Oli M700Thomas Bogendoerfer1998-08-281-2/+2
|
* added profiling again.Thomas Bogendoerfer1998-08-281-1/+20
|
* dump core on SIGBUS, tooThomas Bogendoerfer1998-08-281-1/+2
|
* switched from fbcon to dummy_conThomas Bogendoerfer1998-08-281-2/+2
|
* fixed MAP_NR() second try:-(Thomas Bogendoerfer1998-08-282-5/+4
|
* this is the MIPS release (and not m68k)Thomas Bogendoerfer1998-08-281-2/+2
|
* serial console fixes, again:-(Thomas Bogendoerfer1998-08-281-22/+44
|
* PS2 mouse support for MagunmsThomas Bogendoerfer1998-08-281-1/+5
|
* added g364fb to list of known framebuffer driversThomas Bogendoerfer1998-08-281-0/+7
|
* corrected g364fb configurationThomas Bogendoerfer1998-08-282-7/+6
|
* removed duplicate config option for MIPS_JAZZThomas Bogendoerfer1998-08-281-3/+0
|
* updated driver to .116 fbcon interfaceThomas Bogendoerfer1998-08-281-13/+12
|
* avoid probing for 0xffe0Thomas Bogendoerfer1998-08-281-2/+2
|
* grrr... another lost changeThomas Bogendoerfer1998-08-261-0/+5
|
* put back changes removed by merge:-(Thomas Bogendoerfer1998-08-262-5/+8
|
* console on jazz is framebufferThomas Bogendoerfer1998-08-261-2/+5
|
* fixed rtc for jazzThomas Bogendoerfer1998-08-261-1/+1
|
* added code again, which got removed my big merge:-(Thomas Bogendoerfer1998-08-262-4/+29
|
* fixed merging bugsThomas Bogendoerfer1998-08-263-321/+1
|
* THIS IS OLD STUFF, I ALREADY REMOVED IT.Thomas Bogendoerfer1998-08-262-680/+0
|
* this should work better nowThomas Bogendoerfer1998-08-251-3/+1
|
* workaround for gcc-2.7.2 bugThomas Bogendoerfer1998-08-251-3/+11
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-252012-103976/+188608
| | | | | o New Newport console code. o New G364 console code.
* CVS !@#%$@$#%$ ...Ralf Baechle1998-08-245-504/+691
|
* fixed race in transmit; this time it worksThomas Bogendoerfer1998-08-222-75/+66
| | | | minor cleanups
* abscon style console driver for Indy newport graphic hardwareThomas Bogendoerfer1998-08-101-0/+396
|
* framebuffer driver for G364 based graphiccardsThomas Bogendoerfer1998-08-101-0/+514
|
* removed #include for vector.h, which doesn't exist anymoreThomas Bogendoerfer1998-07-161-2/+1
|
* - Reformat ptrace.c for readability.Ralf Baechle1998-07-168-154/+892
| | | | | | | | | | | | | | - Handle lazy fpu context switches correctly for ptrace(2). - Don't read $fcr31 on context switch, it's pure bloat. - New processes get $fcr31 initialized to no exceptions. - First beginnings of floating point support kernel code. For now we only can handle cvt.w.s and cvt.w.d instructions where the source register is a NaN, infinity or denorm. This is good enough to get Mozilla up. - Don't send SIGFPE on every floating point instruction we don't know how to handle, rather just complain. - Cleanup headerfile inclusions in the HPC3 code. - Fix the definition of PAGE_NONE.
* more diagnosticsMike Shaver1998-07-141-6/+15
|
* added PS/2 mouse supportThomas Bogendoerfer1998-07-132-3/+29
|
* added missing includeThomas Bogendoerfer1998-07-131-1/+2
|
* changed MAP_NR to more like the other Linux ports; this also fixesThomas Bogendoerfer1998-07-131-3/+2
| | | | fbmem (framebuffer device)
* fixed physical mappingThomas Bogendoerfer1998-07-131-1/+1
|
* added PS/2 mouse support for Jazz machinesThomas Bogendoerfer1998-07-132-6/+9
|
* fixed up sgi_graphics_mmap and added better error handlingMike Shaver1998-07-131-15/+77
|
* o Support for the front panel on the Indy. The panel work now as aRalf Baechle1998-07-1030-667/+1041
| | | | | | | | | | | | | | | | | | | | | | | | | user would expect it to work, like under IRIX with the exception that the machine doesn't freeze solid as long as the button is pressed. o Realtime clock driver (CONFIG_SGI_DS1286) for the Indy. Includes /proc/rtc interface which tells you everything about your RTC which you never wanted to know. You have to configure this driver into your kernel or you won't be able to set your RTC. o Some cleanup of the RTC interfaces in Linux, RTC does no longer mean PC-style RTC. The userland interface definitions are now in <linux/rtc.h>. We still need some more cleanup until we can enable several RTC drivers. o Virtual aliasing fixes for ptrace(2). o Add ptrace(2) interface definitions needed to build GDB to <asm/ptrace.h>. o Revert to some older routines, the newer optimized ones are buggy. o On panic the Indy LED will be blinking fast crying to the admin passing by [music from Rocky Horror show] ``fix me, fix me, fix me''. o On panic the power button will only reboot the machine, not power it down. That's probably more what people want it to do. o Remove some old files. o Did I tell you that CVS is buggy?
* Make the shit compile again.Ralf Baechle1998-07-041-1/+2
|
* Fix for kernel bug tracked down by Thomas Bogendoerfer.Ralf Baechle1998-07-031-1/+3
|
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-30303-4944/+8401
| | | | | | | | | | | | | | | | | | 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.
* forgot to commit some headers for EFS structure changesMike Shaver1998-06-292-9/+6
|
* made serial console working on MagnumsThomas Bogendoerfer1998-06-161-22/+44
|
* fixed baud rate for OlivettisThomas Bogendoerfer1998-06-161-0/+5
|