summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ralf Baechle2001-02-2110-0/+20
|
* ITE 8172 patches from Pete Popov slightly hacked by me.Ralf Baechle2001-02-2146-4/+5541
|
* Make ide_ioreg_t unsigned long.Ralf Baechle2001-02-202-12/+9
|
* Initialize ___flush_cache_all correctly for rm7k.Ralf Baechle2001-02-201-1/+1
|
* Add in support to specify the proper L2 cache line size to eliminate falseKanoj Sarcar2001-02-165-2/+8
| | | | sharing.
* DECstation fixes from MaciejHarald Koerfgen2001-02-133-9/+9
|
* Access c0_context as 64-bit register here as well.Ralf Baechle2001-02-101-1/+1
|
* On mips64 get_context / set_context operate on 64-bit, not 32-bit values.Ralf Baechle2001-02-101-2/+2
|
* And one more spell fix from Alan.Ralf Baechle2001-02-101-1/+1
|
* Don't swap I/O space access for little endian systems.Ralf Baechle2001-02-101-1/+1
|
* Untested attempt to fix MIPS_ATOMIC_SET.Ralf Baechle2001-02-091-0/+3
|
* Another typo fix; patch again from Alan.Ralf Baechle2001-02-091-1/+1
|
* Fix type. Patch by Alan "typo killer" Cox.Ralf Baechle2001-02-091-1/+1
|
* Fix braino in CPU detection code.Ralf Baechle2001-02-081-3/+3
|
* Raise NR_CPUS to 64.Ralf Baechle2001-02-071-1/+1
|
* Define CONFIG_SMP to n. Patch from Jim Freeman.Ralf Baechle2001-02-0511-0/+11
|
* Add missing initialization for ___flush_cache_all. From AliceRalf Baechle2001-02-051-2/+1
| | | | Hennessy.
* Fix for SNIA IOC3 configuration.Ralf Baechle2001-02-051-1/+1
|
* Start of an attempt to unify support for GT64120 based boards.Ralf Baechle2001-02-0544-2045/+1280
|
* Introduce __flush_cache_all() which flushes the cache no matter ifRalf Baechle2001-02-059-28/+32
| | | | this operation is necessary from the mm point of view or not.
* Compilation fixes.Ralf Baechle2001-02-051-1/+3
|
* Compilation fixes.Ralf Baechle2001-02-054-25/+5
|
* Call irq_enter / irq_exit with two arguments.Ralf Baechle2001-02-052-7/+7
|
* Use standard no-rtc.c.Ralf Baechle2001-02-053-54/+3
|
* Only complain for systems without RTC when RTC functions are called.Ralf Baechle2001-02-051-13/+10
|
* Remove calls to pci_set_bus_ranges which no longer exists.Ralf Baechle2001-02-052-2/+0
|
* Turn on CONFIG_MIPS_FPU_EMULATOR.Ralf Baechle2001-02-051-1/+1
|
* Remove .cvsignore from empty directories.Ralf Baechle2001-02-054-13/+0
|
* Changes for the sake of IBM's multiqueue scheduler patch.Ralf Baechle2001-02-032-2/+2
|
* Merge with Linux 2.4.1.Ralf Baechle2001-01-31571-12465/+48261
|
* Malta has MIPS32 CPUs, not R4xx0.Ralf Baechle2001-01-301-2/+2
|
* Include <linux/spinlock.h> to make it compile.Ralf Baechle2001-01-301-0/+1
|
* Update these also.Ralf Baechle2001-01-309-9/+9
|
* Rebuild defconfig files.Ralf Baechle2001-01-301-1/+1
|
* This on slipped throughHarald Koerfgen2001-01-281-0/+24
|
* zs and LK201 fixes from MaciejHarald Koerfgen2001-01-285-111/+204
|
* DECstation framebuffer drivers from Michael Engel and Karsten MerkerHarald Koerfgen2001-01-289-55/+1006
|
* Kill dead function load_pgd().Ralf Baechle2001-01-285-49/+10
|
* Kill the last instance of vce_available for the 32-bit kernel.Ralf Baechle2001-01-281-4/+2
|
* More memory initialization patches from Maciej.Ralf Baechle2001-01-285-9/+10
|
* Disable arc_prom_init for the moment until this beast is fixed - EnablingFlorian Lohoff2001-01-271-1/+12
| | | | this simply lets all IP22 crash after freeing prom memory.
* Sysmips(MIPS_ATOMIC_SET,...) has to return via o32_ret_from_sys_call.Ralf Baechle2001-01-261-1/+1
|
* Fix compilation of non-module sgiwd93.cFlorian Lohoff2001-01-251-0/+4
|
* The name of release changed to release_task.Ralf Baechle2001-01-231-1/+1
|
* Better error checking.Ralf Baechle2001-01-231-3/+25
|
* loops_per_sec is now loops_per_jiffy - Raider is TwixFlorian Lohoff2001-01-171-2/+3
|
* Eliminate last occurence of vce_availableFlorian Lohoff2001-01-172-2/+1
|
* Poking at the linker scripts for the CP7000, today's mail exchangeRalf Baechle2001-01-173-126/+7
| | | | | | and the great job people do at maintaining their own linkscripts made clear we really want exactly one linker script and no more for all the kernels.
* Ok, I got better things to do than hacking kernels for machines whichRalf Baechle2001-01-173-8/+39
| | | | | | | | I don't even have at hand right now, but we got too many bug reports of the ``IP22 crashes during early startup'' type. This patch makes printk usable on IP22 from the very early startup on. It's not perfect and I think it might result in printk's information getting duplicated for systems with serial console but let's tackle that later.
* Delete comment which is more bogus now than everFlorian Lohoff2001-01-161-1/+1
|