summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce a new cpu specific routine to flush the L2 cache. This helpsKanoj Sarcar2000-07-245-21/+36
| | | | | | the stability of DISCONTIGMEM kernels. The L2 flushing is needed during bootup. With this, the initialization hacks of scanning the node memories at boot up time is not needed any more.
* Fix syscall tracing for mips64, too.Ralf Baechle2000-07-243-10/+10
|
* Fix syscall tracing.Ralf Baechle2000-07-242-6/+6
|
* Fix a timer calibration bug. This should get rid of the delay loop hang.Keith M Wesolowski2000-07-241-7/+8
|
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-2330-72/+364
|
* Another current->mm -> current->active_mm change.Ralf Baechle2000-07-211-11/+9
|
* Merge with Linux 2.4.0-test5-pre3.Ralf Baechle2000-07-2177-1079/+1269
|
* 32 bit sys ipc, stolen from ia64 ...Kanoj Sarcar2000-07-212-1/+415
|
* The 32 bit version of exec (picked from ia64) was writing into userKanoj Sarcar2000-07-201-10/+21
| | | | | | | space from kernel without protection. Under tight memory conditions when the page fault could not allocate a page, irritating messages were being printed by the kernel. Write to user space with proper protection.
* Undo damage done by recent ``cleanup''.Ralf Baechle2000-07-197-100/+126
|
* Merge with Linux 2.4.0-test5-pre2.Ralf Baechle2000-07-1838-422/+643
|
* Fix reported Samba bug.Ralf Baechle2000-07-181-66/+65
|
* Fix a (harmless) typo in the SMP save_and_cli definition. Also, markKanoj Sarcar2000-07-171-1/+0
| | | | | the irqlock as not held by anyone initially. This allows SMP kernels to boot up.
* Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP.Ralf Baechle2000-07-1575-842/+1822
| | | | The IP22 cache bugs which are plaguing some machines are still unfixed.
* Compile RTC driver by default.Ralf Baechle2000-07-141-1/+1
|
* Fixup the recent ELF loader changes which were toast ...Ralf Baechle2000-07-131-3/+3
|
* Revert last change. Bug noticed by Linus.Ralf Baechle2000-07-121-1/+1
|
* Reformat.Ralf Baechle2000-07-121-1/+1
|
* Use --trap for optimization.Ralf Baechle2000-07-122-9/+8
|
* Merge with Linux 2.4.0-test4-pre3.Ralf Baechle2000-07-126-69/+76
|
* Merge with 2.4.0-test4-pre2.Ralf Baechle2000-07-1230-104/+130
|
* Same here.Ralf Baechle2000-07-121-1/+1
|
* Make HZ_TO_STD macro name lowercase.Ralf Baechle2000-07-121-3/+3
|
* And this one also depends on config.h.Ralf Baechle2000-07-121-0/+1
|
* Thisone also needs config.h ...Ralf Baechle2000-07-121-1/+1
|
* Include config.h.Ralf Baechle2000-07-121-0/+1
|
* Don't include config.h.Ralf Baechle2000-07-121-3/+2
|
* This one relies on config.h.Ralf Baechle2000-07-121-2/+2
|
* We don't need config.h.Ralf Baechle2000-07-121-5/+3
|
* Include <linux/config.h>.Ralf Baechle2000-07-121-0/+1
|
* Discard .text.exit, .data.exit and .exitcall.exit sections.Ralf Baechle2000-07-114-0/+36
|
* $28 has to be setup before prom_init because smp_processor_id()Ulf Carlsson2000-07-111-4/+4
| | | | is used in __wake_up.
* OverhaulHarald Koerfgen2000-07-111-270/+309
|
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-1127-49/+45
|
* Update.Ralf Baechle2000-07-116-1/+112
|
* Support for the Galileo Orion board. From Cort.Ralf Baechle2000-07-1015-7/+1168
|
* Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of whatRalf Baechle2000-07-1020-57/+180
| | | | | I've sent him, so we're very close to full integration of the MIPS port into his sources.
* Remove bogusity.Ulf Carlsson2000-07-101-3/+2
|
* Same for 64-bit kernel.Ralf Baechle2000-07-091-8/+7
|
* Compilation fixes necessary for gcc-current.Ralf Baechle2000-07-091-7/+6
|
* Merge with 2.4.0-test3-pre7.Ralf Baechle2000-07-0911-151/+36
|
* Microsecond timers for Indy. From Keith Wesolowsky.Ralf Baechle2000-07-096-27/+153
|
* Apply the some of the changes to the 64-bit version to 32-bit codeRalf Baechle2000-07-091-23/+27
| | | | also.
* Kill warnings in the 64-bit kernel.Ralf Baechle2000-07-0916-113/+115
|
* DECstation resp. R3000 related -Werror fixesHarald Koerfgen2000-07-094-4/+6
|
* Merge with Linux 2.4.0-pre3-test6.Ralf Baechle2000-07-098-9/+57
|
* We have to enable interrupts *AFTER* we read CP0_BADVADDR.Ulf Carlsson2000-07-081-2/+3
| | | | We should not do ret_from_irq after a page fault.
* Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still notRalf Baechle2000-07-0839-276/+238
| | | | -Werror clean.
* Fine grained uniprocessing ...Ralf Baechle2000-07-081-2/+0
|
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-0867-760/+673
|