summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* __restore_flags had wrong constraints. The resulting registerRalf Baechle2000-10-241-66/+61
| | | | | corruption probably wasn't really problematic. Anyway, the the fixed version shaves of a few kb (!) of kernel size. Overhaul xchg().
* 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
| | | | doesn't compile because it smokes ld ...
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-062-12/+12
| | | | macro abuse. Patch from Jun Sun.
* 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
| | | | | | | 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.
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-031-0/+6
| | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console.
* 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-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
| | | | | <asm/ioc3.h> is still around, and should be removed once Linus takes in the ioc3-eth.c patch that I am going to send him.
* 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
| | | | routes all dma's via the containing xbow's master hub.
* 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
| | | | | | | being used to flag mem_map entries corresponding to holes for counting and reporting during boot time. The current code reports more accurate figures, based on what is found at szmem() time (the old code was reporting more total memory than szmem() had probed).
* Handle a ton more block device, IDE (yuck :-), partition handling andRalf Baechle2000-09-052-158/+179
| | | | | 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
|
* No more hardcoded serial port addresses. Get the serial driver probingKanoj Sarcar2000-08-311-26/+20
| | | | addresses for ports. Serial driver changes are being sent to Linus.
* 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
|
* 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-172-8/+28
| | | | users will enjoy the priviledge of a full recompile ...
* Kill dead #ifdefs.Ralf Baechle2000-08-171-7/+1
|
* Kill st_fstype member.Ralf Baechle2000-08-092-4/+2
|
* More cleaning of struct stat for glibc 2.2. The necessary glibcRalf Baechle2000-08-092-13/+8
| | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them.
* Faster memcpy / copy_{from,to}_user.Ralf Baechle2000-08-091-10/+7
|
* Fix CONFIG_DISCONTIGMEM.Ralf Baechle2000-08-091-1/+1
|
* Merge with Linux 2.4.0-test6-pre8.Ralf Baechle2000-08-0828-64/+48
|
* Merge with Linu 2.4.0-test6-pre6.Ralf Baechle2000-08-0827-507/+51
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-0841-201/+516
|
* Merge with Linux 2.4.0-test6-pre3.Ralf Baechle2000-08-087-34/+80
|
* Merge with Linux 2.4.0-test6-pre2.Ralf Baechle2000-08-0823-52/+50
|
* let it compile againHarald Koerfgen2000-08-081-0/+4
|
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-087-9/+37
|