Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings. | Ralf Baechle | 2001-01-08 | 1 | -4/+3 |
| | |||||
* | Move <sgidefs.h> to <asm/gcc/sgidefs.h>. | Ralf Baechle | 2000-12-01 | 1 | -0/+17 |
| | |||||
* | Use the same definition of flush_icache_page() that is used in stock | Kanoj Sarcar | 2000-11-29 | 1 | -4/+4 |
| | | | | Linux 2.4. | ||||
* | Merge with 2.4.0-test11. | Ralf Baechle | 2000-11-28 | 4 | -10/+18 |
| | |||||
* | include/asm-mips64/ioc3.h replaced by include/asm-mips64/sn/ioc3.h. | Kanoj Sarcar | 2000-11-26 | 1 | -662/+0 |
| | |||||
* | The include/asm-mips64/ioc3.h file is not used anymore. The one to use | Kanoj Sarcar | 2000-11-26 | 1 | -2/+3 |
| | | | | | | | | | is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam. | ||||
* | Same thing for mips64. | Ralf Baechle | 2000-11-26 | 1 | -17/+4 |
| | |||||
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 5 | -14/+23 |
| | |||||
* | IOC3 fixes. Bug report from Colin Ngam. | Ralf Baechle | 2000-11-21 | 1 | -2/+3 |
| | |||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -2/+5 |
| | |||||
* | The granted member of the semaphore must be unsigned long. | Ralf Baechle | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Change time_t into unsigned int in struct stat. This fixes the | Ralf Baechle | 2000-11-08 | 1 | -3/+3 |
| | | | | | newstat / lstat / fstat returning returning January 1, 1970 for all file dates. | ||||
* | Define RLIM_INFINITY only when building a kernel. | Ralf Baechle | 2000-11-06 | 1 | -2/+2 |
| | |||||
* | Add memory clobbers to the atomic_*_return functions. I hope this | Ralf Baechle | 2000-10-26 | 1 | -2/+4 |
| | | | | fixes the file corruption / `D' state processes people observe. | ||||
* | Move all the definitions for non-Linux syscalls into a separate file. | Ralf Baechle | 2000-10-25 | 2 | -969/+980 |
| | | | | Who cares about POSIX flavoured Risc/OS syscalls etc. anyway ... | ||||
* | Fix get_wchan for real. The 64-bit version also supports 32-bit ps | Ralf Baechle | 2000-10-24 | 1 | -1/+1 |
| | | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses. | ||||
* | __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 |
| |