Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __restore_flags had wrong constraints. The resulting register | Ralf Baechle | 2000-10-24 | 1 | -66/+61 |
| | | | | | corruption probably wasn't really problematic. Anyway, the the fixed version shaves of a few kb (!) of kernel size. Overhaul xchg(). | ||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 1 | -5/+14 |
| | |||||
* | Add extra brackets to make {get,put}_unaligned macros safe against | Ralf Baechle | 2000-10-06 | 1 | -8/+8 |
| | | | | macro abuse. Patch from Jun Sun. | ||||
* | Make put_unaligned() compile. | Ralf Baechle | 2000-10-06 | 1 | -3/+2 |
| | |||||
* | Merge with Linux 2.4.0-test9. Please check DECstation, I had a number | Ralf Baechle | 2000-10-05 | 9 | -127/+132 |
| | | | | | | | 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 into | Kanoj Sarcar | 2000-10-03 | 1 | -0/+6 |
| | | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console. | ||||
* | Fix the unaligned access macros. | Ralf Baechle | 2000-10-02 | 1 | -81/+72 |
| | |||||
* | Delete load_linked / store_conditional. | Ralf Baechle | 2000-10-02 | 1 | -36/+0 |
| | |||||
* | Make user_mode mode an inline; it's the same on all 64-bit CPUs. | Ralf Baechle | 2000-10-02 | 1 | -3/+1 |
| | |||||
* | Fix various bitops wreckage. | Ralf Baechle | 2000-10-02 | 1 | -10/+9 |
| | |||||
* | Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old | Kanoj Sarcar | 2000-09-25 | 1 | -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 Baechle | 2000-09-23 | 1 | -0/+13 |
| | |||||
* | Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support. | Kanoj Sarcar | 2000-09-18 | 1 | -0/+2 |
| | |||||
* | virt_to_bus and bus_to_virt are gone! Implement true pci-dma api that | Kanoj Sarcar | 2000-09-13 | 2 | -24/+12 |
| | | | | routes all dma's via the containing xbow's master hub. | ||||
* | Erase all traces of the ioc3-eth driver irq hacks. | Kanoj Sarcar | 2000-09-07 | 1 | -1/+0 |
| | |||||
* | Delete usage of PG_skip flag from mips64-DISCONTIG code. It was only | Kanoj Sarcar | 2000-09-07 | 1 | -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 and | Ralf Baechle | 2000-09-05 | 1 | -116/+129 |
| | | | | | tape ioctls. Dump support for ancient variants of uname(2) syscall; Nothing is using the since Linux/MIPS history started with glibc 2.0. | ||||
* | No more hardcoded serial port addresses. Get the serial driver probing | Kanoj Sarcar | 2000-08-31 | 1 | -26/+20 |
| | | | | addresses for ports. Serial driver changes are being sent to Linus. | ||||
* | Merge with 2.4.0-test7. | Ralf Baechle | 2000-08-28 | 3 | -10/+21 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre10. | Ralf Baechle | 2000-08-25 | 2 | -2/+6 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre9. | Ralf Baechle | 2000-08-25 | 1 | -14/+11 |
| | |||||
* | Adapt to struct stat changes from test6-pre2. Once more glibc 2.2 | Ralf Baechle | 2000-08-17 | 1 | -4/+14 |
| | | | | users will enjoy the priviledge of a full recompile ... | ||||
* | Kill dead #ifdefs. | Ralf Baechle | 2000-08-17 | 1 | -7/+1 |
| | |||||
* | Kill st_fstype member. | Ralf Baechle | 2000-08-09 | 1 | -2/+1 |
| | |||||
* | More cleaning of struct stat for glibc 2.2. The necessary glibc | Ralf Baechle | 2000-08-09 | 1 | -6/+4 |
| | | | | | patches will go into CVS asap. Remove st_flags and st_gen members, nothing ever used them. | ||||
* | Faster memcpy / copy_{from,to}_user. | Ralf Baechle | 2000-08-09 | 1 | -10/+7 |
| | |||||
* | Fix CONFIG_DISCONTIGMEM. | Ralf Baechle | 2000-08-09 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre8. | Ralf Baechle | 2000-08-08 | 2 | -5/+5 |
| | |||||
* | Merge with Linu 2.4.0-test6-pre6. | Ralf Baechle | 2000-08-08 | 1 | -1/+2 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre4. | Ralf Baechle | 2000-08-08 | 3 | -12/+7 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre2. | Ralf Baechle | 2000-08-08 | 1 | -3/+0 |
| | |||||
* | Port the recent cache changes forward and backward between mips and | Ralf Baechle | 2000-08-08 | 1 | -2/+3 |
| | | | | mips64. | ||||
* | Tweak the initialization macros so that they work even on a system | Kanoj Sarcar | 2000-08-05 | 1 | -2/+14 |
| | | | | that has no physical address 0 (non nasid 0 systems). | ||||
* | Delete unused definition of pte_page. | Kanoj Sarcar | 2000-08-04 | 1 | -5/+0 |
| | |||||
* | Shave of 50% of lat_mmap. Our cache routines were plain stupid. | Ralf Baechle | 2000-07-31 | 1 | -4/+4 |
| | |||||
* | Optimized cache flushing on r10k/o200s, assuming processor handles | Kanoj Sarcar | 2000-07-27 | 1 | -0/+24 |
| | | | | | VCEs in hardwire, and system guarantees io coherency. Only need to do cache flushes for icache coherency. | ||||
* | Name change: the generic call flush_cache_all() does not do anything | Kanoj Sarcar | 2000-07-24 | 1 | -3/+4 |
| | | | | | anymore. All the flush_cache_all() calls in MIPS code is changed to call flush_cache_l1(), and ends up flushing the L1 i/d caches. | ||||
* | Introduce a new cpu specific routine to flush the L2 cache. This helps | Kanoj Sarcar | 2000-07-24 | 1 | -2/+10 |
| | | | | | | the stability of DISCONTIGMEM kernels. The L2 flushing is needed during bootup. With this, the initialization hacks of scanning the node memories at boot up time is not needed any more. | ||||
* | Fix a (harmless) typo in the SMP save_and_cli definition. Also, mark | Kanoj Sarcar | 2000-07-17 | 1 | -1/+1 |
| | | | | | the irqlock as not held by anyone initially. This allows SMP kernels to boot up. | ||||
* | Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP. | Ralf Baechle | 2000-07-15 | 1 | -16/+11 |
| | | | | The IP22 cache bugs which are plaguing some machines are still unfixed. | ||||
* | Portability cleanup as required by Linus. | Ralf Baechle | 2000-07-15 | 1 | -0/+2 |
| | |||||
* | Another reversed condition. | Ralf Baechle | 2000-07-13 | 1 | -3/+3 |
| | |||||
* | Fixup the recent ELF loader changes which were toast ... | Ralf Baechle | 2000-07-13 | 1 | -1/+2 |
| | |||||
* | ELF loader changes / cleanup as discussed on linux-kernel. | Ralf Baechle | 2000-07-12 | 1 | -4/+16 |
| | |||||
* | Make HZ_TO_STD macro name lowercase. | Ralf Baechle | 2000-07-12 | 1 | -4/+4 |
| | |||||
* | Including config.h once is enough ... | Ralf Baechle | 2000-07-12 | 1 | -2/+0 |
| | |||||
* | Include config.h. | Ralf Baechle | 2000-07-12 | 6 | -24/+23 |
| | |||||
* | Die oh evil ... | Ralf Baechle | 2000-07-11 | 1 | -28/+0 |
| | |||||
* | Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of what | Ralf Baechle | 2000-07-10 | 1 | -3/+5 |
| | | | | | I've sent him, so we're very close to full integration of the MIPS port into his sources. | ||||
* | Kill warnings in the 64-bit kernel. | Ralf Baechle | 2000-07-09 | 2 | -13/+36 |
| |