summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 32-bit compatibility versions of recvfrom(2) and sendmsg(2). ThisRalf Baechle2000-10-272-2/+265
* Modified two things:Nick Pollitt2000-10-261-20/+37
* Delete unused variable, fix prototype definition.Kanoj Sarcar2000-10-251-1/+1
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-242-20/+71
* Attempt to fix get_wchan().Ralf Baechle2000-10-241-11/+2
* Fix 32-bit pread(2) / pwrite(2) syscalls.Ralf Baechle2000-10-242-2/+69
* Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMPRalf Baechle2000-10-191-9/+35
* Fix 32-bit sigaltstack(2). This was breaking a number of programs,Ralf Baechle2000-10-191-3/+6
* New i2859 interrupt handling, code is not yet live.Ralf Baechle2000-10-121-0/+298
* One more .cvsignore file.Ralf Baechle2000-10-121-0/+2
* The Code Police: Reformat according to Linus' style. No functionalRalf Baechle2000-10-1217-1689/+1695
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-1218-4/+1862
* Fix the IP22 build after Ralf's last change.Keith M Wesolowski2000-10-111-5/+5
* More Atlas bits.Ralf Baechle2000-10-112-192/+56
* SNI updates, the first in a century ...Ralf Baechle2000-10-104-125/+178
* Reformat.Ralf Baechle2000-10-101-2/+0
* Kill irq_cannonicalize.Ralf Baechle2000-10-1018-88/+99
* More Atlas chainsawing.Ralf Baechle2000-10-0912-270/+413
* Reformat.Ralf Baechle2000-10-092-6/+5
* Fix typo making ld 2.8.1 crash.Ralf Baechle2000-10-095-5/+5
* The usual dose of .cvsignore files.Ralf Baechle2000-10-093-0/+6
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-0922-0/+3393
* Don't include <asm/sni.h>, it breaks compilation for big endianRalf Baechle2000-10-081-1/+0
* Don't include <asm/sgialib.h>; this breaks compilation horribly onRalf Baechle2000-10-081-1/+0
* 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
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-05358-6431/+13747
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-031-1/+9
* o fix warnings in bitops.hHarald Koerfgen2000-10-032-15/+3
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-023-12/+2
* Compatibility version of utime(2).Ralf Baechle2000-10-022-1/+32
* Ignore generated file ld.script.elf32.Ralf Baechle2000-10-021-0/+1
* Avoid recursive page faults.Ralf Baechle2000-09-301-2/+3
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-295-27/+37
* Wrap ramdisk code with #if 0, it breaks the Orion initrd support.Ralf Baechle2000-09-291-1/+3
* 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-255-5/+5
* Kill usless #ifdefmania.Ralf Baechle2000-09-241-14/+1
* 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-182-0/+117
* 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-132-2/+9
* 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