| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 10 | -28/+45 |
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -0/+3 |
* | newstat / newlstat / newfstat have 2 not three arguments. | Ralf Baechle | 2000-11-08 | 1 | -3/+3 |
* | Handle .kstrtab section. | Ralf Baechle | 2000-11-06 | 2 | -0/+2 |
* | Fix bug in macro arguments naming. | Ralf Baechle | 2000-10-27 | 1 | -4/+3 |
* | 32-bit compatibility versions of recvfrom(2) and sendmsg(2). This | Ralf Baechle | 2000-10-27 | 2 | -2/+265 |
* | Modified two things: | Nick Pollitt | 2000-10-26 | 1 | -20/+37 |
* | Delete unused variable, fix prototype definition. | Kanoj Sarcar | 2000-10-25 | 1 | -1/+1 |
* | Fix get_wchan for real. The 64-bit version also supports 32-bit ps | Ralf Baechle | 2000-10-24 | 1 | -13/+36 |
* | Fix 32-bit pread(2) / pwrite(2) syscalls. | Ralf Baechle | 2000-10-24 | 2 | -2/+69 |
* | Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMP | Ralf Baechle | 2000-10-19 | 1 | -9/+35 |
* | Fix 32-bit sigaltstack(2). This was breaking a number of programs, | Ralf Baechle | 2000-10-19 | 1 | -3/+6 |
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 2 | -18/+1 |
* | Reformat. | Ralf Baechle | 2000-10-09 | 1 | -3/+2 |
* | Fix typo making ld 2.8.1 crash. | Ralf Baechle | 2000-10-09 | 2 | -2/+2 |
* | Fix one more linker script. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
* | Deal with ld missplacing sections. | Ralf Baechle | 2000-10-08 | 1 | -0/+10 |
* | Merge with Linux 2.4.0-test9. Please check DECstation, I had a number | Ralf Baechle | 2000-10-05 | 12 | -90/+55 |
* | Make /dev/console=5, 1 work by making sure output is redirected into | Kanoj Sarcar | 2000-10-03 | 1 | -1/+9 |
* | Make user_mode mode an inline; it's the same on all 64-bit CPUs. | Ralf Baechle | 2000-10-02 | 3 | -12/+2 |
* | Compatibility version of utime(2). | Ralf Baechle | 2000-10-02 | 2 | -1/+32 |
* | Ignore generated file ld.script.elf32. | Ralf Baechle | 2000-10-02 | 1 | -0/+1 |
* | Move <asm/ioc3.h> to <asm/sn/ioc3.h> which is a better place. The old | Kanoj Sarcar | 2000-09-25 | 5 | -5/+5 |
* | This is now a generated file. | Kanoj Sarcar | 2000-09-18 | 1 | -112/+0 |
* | Pass the loader script file thru cpp for CONFIG_MAPPED_KERNEL support. | Kanoj Sarcar | 2000-09-18 | 2 | -0/+117 |
* | virt_to_bus and bus_to_virt are gone! Implement true pci-dma api that | Kanoj Sarcar | 2000-09-13 | 2 | -2/+9 |
* | Set the master hub's widget id for the o200 and ibrick cases also. | Kanoj Sarcar | 2000-09-13 | 1 | -0/+2 |
* | Route device intrs thru the master hub of the containing xbow, since the | Kanoj Sarcar | 2000-09-13 | 1 | -12/+21 |
* | Add autofs ioctls. | Ralf Baechle | 2000-09-08 | 1 | -16/+47 |
* | Enable some more features now that the thing is getting usefull. | Ralf Baechle | 2000-09-08 | 2 | -14/+24 |
* | Reformat. | Ralf Baechle | 2000-09-08 | 1 | -1/+2 |
* | Erase all traces of the ioc3-eth driver irq hacks. | Kanoj Sarcar | 2000-09-07 | 1 | -2/+3 |
* | Delete usage of PG_skip flag from mips64-DISCONTIG code. It was only | Kanoj Sarcar | 2000-09-07 | 1 | -22/+6 |
* | Compile fix: flush only L2 cache. | Kanoj Sarcar | 2000-09-06 | 1 | -1/+1 |
* | Set timeout values - this seems to be needed if we want to boot the | Kanoj Sarcar | 2000-09-06 | 1 | -0/+8 |
* | NTP fixes from Maciej. | Ralf Baechle | 2000-09-06 | 2 | -6/+7 |
* | - adjtimex(2) emulation. | Ralf Baechle | 2000-09-05 | 3 | -50/+131 |
* | Handle a ton more block device, IDE (yuck :-), partition handling and | Ralf Baechle | 2000-09-05 | 5 | -45/+285 |
* | Slightly tweak how the ioc3 fixup interacts with serial driver. Also, | Kanoj Sarcar | 2000-08-31 | 1 | -1/+2 |
* | No more hardcoded serial port addresses. Get the serial driver probing | Kanoj Sarcar | 2000-08-31 | 1 | -0/+16 |
* | Define prom_putchar/prom_getchar() for IP27s. The IP27 console printk | Kanoj Sarcar | 2000-08-29 | 2 | -10/+13 |
* | Merge with 2.4.0-test7. | Ralf Baechle | 2000-08-28 | 7 | -28/+74 |
* | More debris. | Ralf Baechle | 2000-08-27 | 1 | -29/+0 |
* | Desinfect console code from #ifdefmania. | Ralf Baechle | 2000-08-27 | 6 | -39/+68 |
* | Merge with Linux 2.4.0-test6-pre10. | Ralf Baechle | 2000-08-25 | 1 | -2/+2 |
* | Do the bare minimum pci fixups needed for the IOC3, not more ... | Kanoj Sarcar | 2000-08-24 | 1 | -3/+0 |
* | On an SMP system, every cpu should use the master node's IOC3 uart port | Kanoj Sarcar | 2000-08-24 | 1 | -3/+2 |
* | Use prom_printf() as the primary method of doing printks() for IP27. | Kanoj Sarcar | 2000-08-24 | 1 | -0/+24 |
* | Make prom_printf() functional on IP27s. And prom_printf() is not an | Kanoj Sarcar | 2000-08-23 | 2 | -2/+28 |
* | Kill warning. | Ralf Baechle | 2000-08-09 | 1 | -10/+13 |