summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* More Atlas & Malta bits from Carsten's patch.Ralf Baechle2000-11-181-2/+7
|
* Missing from last commit.Ralf Baechle2000-11-181-5/+11
|
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-2/+4
|
* The granted member of the semaphore must be unsigned long.Ralf Baechle2000-11-171-3/+2
|
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-067-2/+894
| | | | Pete Popov of Monta Vista.
* Define RLIM_INFINITY only when building a kernel.Ralf Baechle2000-11-061-2/+2
|
* Fix the build after the previous patch.Keith M Wesolowski2000-10-291-1/+1
|
* Fix register corruption bug. Credits for forward porting this patchRalf Baechle2000-10-271-13/+22
| | | | go to Jun Sun Industries :-)
* Backport the __restore_flags fixes from mips64, clean xchg().Ralf Baechle2000-10-271-92/+54
|
* Add memory clobbers to the atomic_*_return functions. I hope thisRalf Baechle2000-10-261-17/+4
| | | | fixes the file corruption / `D' state processes people observe.
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-252-974/+980
| | | | Who cares about POSIX flavoured Risc/OS syscalls etc. anyway ...
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-123-4/+7
|
* SNI updates, the first in a century ...Ralf Baechle2000-10-101-10/+20
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-4/+12
|
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-098-0/+718
| | | | doesn't compile because it smokes ld ...
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-061-4/+4
| | | | macro abuse. Patch from Jun Sun.
* Make put_unaligned() compile.Ralf Baechle2000-10-061-1/+1
|
* 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-058-180/+211
| | | | | | | 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.
* o fix warnings in bitops.hHarald Koerfgen2000-10-032-7/+7
| | | | | 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.
* Fix the unaligned access macros.Ralf Baechle2000-10-021-85/+81
|
* Fix various bitops wreckage.Ralf Baechle2000-10-022-120/+109
|
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-291-1/+3
|
* Add access function for the cp0 info register.Ralf Baechle2000-09-231-0/+13
|
* Fix typo.Ralf Baechle2000-09-091-2/+2
|
* Fix the bug with seven lives ...Ralf Baechle2000-09-081-1/+1
|
* Handle a ton more block device, IDE (yuck :-), partition handling andRalf Baechle2000-09-051-42/+50
| | | | | tape ioctls. Dump support for ancient variants of uname(2) syscall; Nothing is using the since Linux/MIPS history started with glibc 2.0.
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-5/+1
|
* Fix for broken handling of the year in the RTC by DECstation firmware.Ralf Baechle2000-09-011-0/+2
|
* Merge with 2.4.0-test7.Ralf Baechle2000-08-283-4/+19
|
* NTP fixes from Maciej.Ralf Baechle2000-08-257-45/+179
|
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-251-1/+2
|
* RM7000 has wait.Ralf Baechle2000-08-221-0/+1
|
* Yet more RM7000 bits.Ralf Baechle2000-08-221-12/+10
|
* Adapt to struct stat changes from test6-pre2. Once more glibc 2.2Ralf Baechle2000-08-171-4/+14
| | | | users will enjoy the priviledge of a full recompile ...
* Kill st_fstype member.Ralf Baechle2000-08-091-2/+1
|
* More cleaning of struct stat for glibc 2.2. The necessary glibcRalf Baechle2000-08-091-7/+4
| | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them.
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-082-10/+4
|
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-081-0/+2
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-082-7/+6
|
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-081-3/+0
|
* let it compile againHarald Koerfgen2000-08-081-0/+4
|
* Port the recent cache changes forward and backward between mips andRalf Baechle2000-08-081-3/+41
| | | | mips64.
* Shave of 50% of lat_mmap. Our cache routines were plain stupid.Ralf Baechle2000-07-311-7/+3
|
* Merge with Linux 2.4.0-test5-pre3.Ralf Baechle2000-07-211-1/+0
|
* Portability cleanup as required by Linus.Ralf Baechle2000-07-151-3/+8
|
* Another reversed condition.Ralf Baechle2000-07-131-9/+11
|
* Fix IRIX ELF, too.Ralf Baechle2000-07-131-1/+2
|