summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)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
* Device id of the SAA9730.Ralf Baechle2000-11-181-0/+1
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-182-4/+9
* The granted member of the semaphore must be unsigned long.Ralf Baechle2000-11-172-4/+3
* Change time_t into unsigned int in struct stat. This fixes theRalf Baechle2000-11-081-3/+3
* Partial support for Galileo EV96100 evaluation board. Patches fromRalf Baechle2000-11-067-2/+894
* Define RLIM_INFINITY only when building a kernel.Ralf Baechle2000-11-062-4/+4
* 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
* 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-262-19/+8
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-254-1943/+1960
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-241-1/+1
* __restore_flags had wrong constraints. The resulting registerRalf Baechle2000-10-241-66/+61
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-124-4/+8
* SNI updates, the first in a century ...Ralf Baechle2000-10-101-10/+20
* Kill irq_cannonicalize.Ralf Baechle2000-10-102-9/+26
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-098-0/+718
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-062-12/+12
* Make put_unaligned() compile.Ralf Baechle2000-10-062-4/+3
* 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-05402-2983/+5894
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-031-0/+6
* o fix warnings in bitops.hHarald Koerfgen2000-10-032-7/+7
* Remove extraneous characters after #undef macro. These were resultingRalf Baechle2000-10-021-3/+3
* Fix the unaligned access macros.Ralf Baechle2000-10-022-166/+153
* Delete load_linked / store_conditional.Ralf Baechle2000-10-021-36/+0
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-021-3/+1
* Fix various bitops wreckage.Ralf Baechle2000-10-023-130/+118
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-291-1/+3
* Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The oldKanoj Sarcar2000-09-251-0/+661
* Add access function for the cp0 info register.Ralf Baechle2000-09-232-0/+26
* Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support.Kanoj Sarcar2000-09-181-0/+2
* virt_to_bus and bus_to_virt are gone! Implement true pci-dma api thatKanoj Sarcar2000-09-132-24/+12
* Fix typo.Ralf Baechle2000-09-091-2/+2
* Fix the bug with seven lives ...Ralf Baechle2000-09-081-1/+1
* Erase all traces of the ioc3-eth driver irq hacks.Kanoj Sarcar2000-09-071-1/+0
* Delete usage of PG_skip flag from mips64-DISCONTIG code. It was onlyKanoj Sarcar2000-09-071-1/+1
* Handle a ton more block device, IDE (yuck :-), partition handling andRalf Baechle2000-09-052-158/+179
* 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
* No more hardcoded serial port addresses. Get the serial driver probingKanoj Sarcar2000-08-311-26/+20
* Merge with Linux 2.4.0-test8-pre1.Ralf Baechle2000-08-293-5/+12
* Merge with 2.4.0-test7.Ralf Baechle2000-08-28170-1786/+2096
* NTP fixes from Maciej.Ralf Baechle2000-08-257-45/+179
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-2545-259/+1137
* Merge with Linux 2.4.0-test6-pre9.Ralf Baechle2000-08-2512-60/+67
* RM7000 has wait.Ralf Baechle2000-08-221-0/+1