summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove references to CONFIG_PROFILE. Kernel profiling is no longer aRalf Baechle2000-06-241-6/+3
* Fix typo to make sure the page directory/tables get aligned on to pageKanoj Sarcar2000-06-241-1/+1
* Sys32_fcntl from sparc to prevent procmail from confusing the kernel.Kanoj Sarcar2000-06-232-1/+62
* Fix modular IDE. Patch from Pavel.Ralf Baechle2000-06-222-6/+10
* Merge with Linux 2.4.0-ac22-riel.Ralf Baechle2000-06-21105-661/+807
* Fix the number of open file resource limit. With the old limit, portmapKanoj Sarcar2000-06-201-1/+1
* From Geert: Quickfix to get DDB compile.Ralf Baechle2000-06-202-0/+12
* Undo random keyboard driver patch which nobody really remembersRalf Baechle2000-06-201-1/+1
* Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bitRalf Baechle2000-06-205-79/+46
* Make it compile again.Ralf Baechle2000-06-201-2/+0
* R3000 cache handling. flush_icache_page now actually flushesRalf Baechle2000-06-205-41/+41
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191239-21148/+50922
* Finally desinfect Cobalt stuff.Ralf Baechle2000-06-176-23/+28
* This is not a shell script.Ralf Baechle2000-06-161-1/+0
* Merge with 2.4.0-test1.Ralf Baechle2000-06-16137-1310/+7507
* - Fix memory leak when allocating buffers (we did that twice)Ulf Carlsson2000-06-161-61/+104
* First round of Cobalt patches from Mathew Edward Kovach.Ralf Baechle2000-06-1516-1/+2513
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-15481-9837/+20346
* One more 32bit call.Kanoj Sarcar2000-06-142-1/+45
* The nic search command may fail because of the battery inUlf Carlsson2000-06-141-5/+17
* The tlb mod/load/store exception handlers _have_ to go to do_page_fault,Kanoj Sarcar2000-06-133-159/+15
* Fix a possible race in the initialization code.Kanoj Sarcar2000-06-131-8/+5
* Support to put the lowlevel exception handlers in node local memory.Kanoj Sarcar2000-06-134-0/+28
* When doing kernel text replication, make sure we do not scribble onKanoj Sarcar2000-06-133-21/+28
* Same for mainline.Ralf Baechle2000-06-121-0/+9
* Add in a build/config option for kernel text replication.Kanoj Sarcar2000-06-124-0/+6
* Fix the code that puts in (possibly different) tlblo0/tlblo1 entriesKanoj Sarcar2000-06-121-3/+5
* Have the slave bootstrap code actually look at the text and data serverKanoj Sarcar2000-06-093-15/+16
* Add in the hooks to do kernel text replication. Now start debugging thisKanoj Sarcar2000-06-094-1/+126
* Each node needs to have a structure that the master nasid fills up toKanoj Sarcar2000-06-093-1/+31
* Need to have the nasid of the boot/master node for future uses.Kanoj Sarcar2000-06-092-0/+4
* Step one of trying to remove the assumption that nasid 0 is presentKanoj Sarcar2000-06-081-3/+33
* Fix comment.Ralf Baechle2000-06-081-2/+2
* SMP Mapped kernel fixes to go along with the new layout. Use properlyKanoj Sarcar2000-06-082-1/+4
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-085-33/+45
* Reboot was doing halt and halt was crashing the machine, fixed.Ralf Baechle2000-06-071-6/+13
* Fix an uninitialized pointer bug. Remove interrupt handlingRalf Baechle2000-06-071-31/+28
* *** empty log message ***Ralf Baechle2000-06-061-12/+13
* Remove annoying printk. Fix transmit timeout spam. Remove mdelayRalf Baechle2000-06-061-3/+1
* Fix network device locking bug.Ralf Baechle2000-06-061-0/+2
* Get the mapped kernel working for SMP kernels. While launching slaves,Kanoj Sarcar2000-06-063-4/+29
* Get some type definitions into their rightful places for wider usage.Kanoj Sarcar2000-06-063-4/+8
* MAke sure the mapped kernel does not loose its prom command line.Kanoj Sarcar2000-06-061-1/+0
* Entrylo1 must at least be marked global for the tlb entry mapping theKanoj Sarcar2000-06-061-1/+2
* The Search ROM functionality should be used when we locate the NICUlf Carlsson2000-06-061-31/+117
* The tlbwired register is now set up in the head.S code.Kanoj Sarcar2000-06-063-365/+115
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-066-89/+381
* Launch the CPUs one by one until we can make sure that weUlf Carlsson2000-06-061-7/+11
* Make __kernel_caddr_t32 32-bitUlf Carlsson2000-06-061-1/+1
* Delete unused reference to linker generated symbol.Kanoj Sarcar2000-06-051-2/+0