summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't include <asm/sgialib.h>; this breaks compilation horribly onRalf Baechle2000-10-081-1/+0
| | | | non-ARC machines.
* And even one more.Ralf Baechle2000-10-081-0/+10
|
* Fix one more linker script.Ralf Baechle2000-10-081-0/+10
|
* Same for 32-bit kernel.Ralf Baechle2000-10-082-0/+20
|
* Deal with ld missplacing sections.Ralf Baechle2000-10-081-0/+10
|
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-062-12/+12
| | | | macro abuse. Patch from Jun Sun.
* Make put_unaligned() compile.Ralf Baechle2000-10-062-4/+3
|
* Initialization fixes for 2.4.0-test9Florian Lohoff2000-10-051-0/+6
|
* Fix the fix.Ralf Baechle2000-10-051-3/+3
|
* Kill one more occurance of __atomic_fool_gcc.Ralf Baechle2000-10-051-1/+1
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051802-39373/+90091
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-032-1/+15
| | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console.
* More format string fixes from Maciej.Ralf Baechle2000-10-032-10/+10
|
* o fix warnings in bitops.hHarald Koerfgen2000-10-034-22/+10
| | | | | o enable RTC driver for DECstations by default o let KMINs work again
* Remove extraneous characters after #undef macro. These were resultingRalf Baechle2000-10-021-3/+3
| | | | | in warnings which again may break autoconf script, in particular e2fsutils's.
* Fixes for IOC3 driver reset.Ralf Baechle2000-10-021-40/+84
|
* Fix the unaligned access macros.Ralf Baechle2000-10-022-166/+153
|
* Delete load_linked / store_conditional.Ralf Baechle2000-10-021-36/+0
|
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-024-15/+3
|
* Compatibility version of utime(2).Ralf Baechle2000-10-022-1/+32
|
* Ignore generated file ld.script.elf32.Ralf Baechle2000-10-021-0/+1
|
* String format fixes from Maciej.Ralf Baechle2000-10-021-2/+2
|
* Fix various bitops wreckage.Ralf Baechle2000-10-023-130/+118
|
* Avoid recursive page faults.Ralf Baechle2000-09-301-2/+3
|
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-296-28/+40
|
* Wrap ramdisk code with #if 0, it breaks the Orion initrd support.Ralf Baechle2000-09-291-1/+3
| | | | Somebody who uses ramdisk support could fix it somewhen ...
* Define _flush_icache_range.Ralf Baechle2000-09-281-0/+1
|
* Enable module support by default.Ralf Baechle2000-09-281-1/+4
|
* More Orion bits.Ralf Baechle2000-09-287-67/+329
|
* Orion support is now an object file, no longer an archive.Ralf Baechle2000-09-281-1/+1
|
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-257-6/+667
| | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him.
* Kill usless #ifdefmania.Ralf Baechle2000-09-241-14/+1
|
* Add access function for the cp0 info register.Ralf Baechle2000-09-232-0/+26
|
* This is now a generated file.Kanoj Sarcar2000-09-181-112/+0
|
* Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support.Kanoj Sarcar2000-09-183-0/+119
|
* Orion has an RM7000, not R5000.Ralf Baechle2000-09-151-2/+2
|
* Orion update.Ralf Baechle2000-09-1510-54/+8543
|
* virt_to_bus and bus_to_virt are gone! Implement true pci-dma api thatKanoj Sarcar2000-09-134-26/+21
| | | | routes all dma's via the containing xbow's master hub.
* Set the master hub's widget id for the o200 and ibrick cases also.Kanoj Sarcar2000-09-131-0/+2
|
* Route device intrs thru the master hub of the containing xbow, since theKanoj Sarcar2000-09-131-12/+21
| | | | | secondary hub may not be present. Also pave the way for dma to go thru the master hub.
* Fix typo.Ralf Baechle2000-09-091-2/+2
|
* Add autofs ioctls.Ralf Baechle2000-09-081-16/+47
|
* Enable some more features now that the thing is getting usefull.Ralf Baechle2000-09-082-14/+24
|
* Reformat.Ralf Baechle2000-09-081-1/+2
|
* Fix the bug with seven lives ...Ralf Baechle2000-09-081-1/+1
|
* Erase all traces of the ioc3-eth driver irq hacks.Kanoj Sarcar2000-09-072-3/+3
|
* Delete usage of PG_skip flag from mips64-DISCONTIG code. It was onlyKanoj Sarcar2000-09-072-23/+7
| | | | | | | being used to flag mem_map entries corresponding to holes for counting and reporting during boot time. The current code reports more accurate figures, based on what is found at szmem() time (the old code was reporting more total memory than szmem() had probed).
* More NTP and xtime_lock fixes.Ralf Baechle2000-09-076-30/+20
|
* Compile fix: flush only L2 cache.Kanoj Sarcar2000-09-061-1/+1
|
* Set timeout values - this seems to be needed if we want to boot theKanoj Sarcar2000-09-061-0/+8
| | | | kernel on non-nasid0 systems.