| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with 2.4.0-test11. | Ralf Baechle | 2000-11-28 | 2 | -5/+3 |
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 2 | -6/+27 |
* | newstat / newlstat / newfstat have 2 not three arguments. | Ralf Baechle | 2000-11-08 | 1 | -3/+3 |
* | 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 |
* | Merge with Linux 2.4.0-test9. Please check DECstation, I had a number | Ralf Baechle | 2000-10-05 | 5 | -8/+10 |
* | Compatibility version of utime(2). | Ralf Baechle | 2000-10-02 | 2 | -1/+32 |
* | Add autofs ioctls. | Ralf Baechle | 2000-09-08 | 1 | -16/+47 |
* | Compile fix: flush only L2 cache. | Kanoj Sarcar | 2000-09-06 | 1 | -1/+1 |
* | - adjtimex(2) emulation. | Ralf Baechle | 2000-09-05 | 2 | -3/+90 |
* | Handle a ton more block device, IDE (yuck :-), partition handling and | Ralf Baechle | 2000-09-05 | 5 | -45/+285 |
* | Merge with 2.4.0-test7. | Ralf Baechle | 2000-08-28 | 3 | -6/+26 |
* | More debris. | Ralf Baechle | 2000-08-27 | 1 | -29/+0 |
* | Desinfect console code from #ifdefmania. | Ralf Baechle | 2000-08-27 | 1 | -4/+3 |
* | Use prom_printf() as the primary method of doing printks() for IP27. | Kanoj Sarcar | 2000-08-24 | 1 | -0/+24 |
* | Merge with Linux 2.4.0-test6-pre4. | Ralf Baechle | 2000-08-08 | 3 | -7/+7 |
* | sys_sysctl implementation | Ulf Carlsson | 2000-08-05 | 2 | -1/+89 |
* | Fix over enthusiastic tlbflush optimizations. | Kanoj Sarcar | 2000-08-03 | 1 | -3/+6 |
* | Smarter and more scalable tlb flushing routines. No need to interrupt | Kanoj Sarcar | 2000-07-30 | 1 | -12/+43 |
* | Name change: the generic call flush_cache_all() does not do anything | Kanoj Sarcar | 2000-07-24 | 2 | -2/+2 |
* | Fix syscall tracing for mips64, too. | Ralf Baechle | 2000-07-24 | 2 | -10/+9 |
* | 32 bit sys ipc, stolen from ia64 ... | Kanoj Sarcar | 2000-07-21 | 2 | -1/+415 |
* | The 32 bit version of exec (picked from ia64) was writing into user | Kanoj Sarcar | 2000-07-20 | 1 | -10/+21 |
* | Fix a (harmless) typo in the SMP save_and_cli definition. Also, mark | Kanoj Sarcar | 2000-07-17 | 1 | -1/+0 |
* | Fixup the recent ELF loader changes which were toast ... | Ralf Baechle | 2000-07-13 | 1 | -3/+3 |
* | Merge with 2.4.0-test4-pre2. | Ralf Baechle | 2000-07-12 | 1 | -0/+1 |
* | Don't include config.h. | Ralf Baechle | 2000-07-12 | 1 | -3/+2 |
* | This one relies on config.h. | Ralf Baechle | 2000-07-12 | 1 | -2/+2 |
* | We don't need config.h. | Ralf Baechle | 2000-07-12 | 1 | -5/+3 |
* | $28 has to be setup before prom_init because smp_processor_id() | Ulf Carlsson | 2000-07-11 | 1 | -4/+4 |
* | Merge with Linux 2.4.0-test3. | Ralf Baechle | 2000-07-11 | 1 | -1/+1 |
* | Remove bogusity. | Ulf Carlsson | 2000-07-10 | 1 | -3/+2 |
* | Same for 64-bit kernel. | Ralf Baechle | 2000-07-09 | 1 | -8/+7 |
* | Kill warnings in the 64-bit kernel. | Ralf Baechle | 2000-07-09 | 8 | -70/+68 |
* | We have to enable interrupts *AFTER* we read CP0_BADVADDR. | Ulf Carlsson | 2000-07-08 | 1 | -2/+3 |
* | Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still not | Ralf Baechle | 2000-07-08 | 3 | -16/+5 |
* | Merge with 2.4.0-test3-pre4. | Ralf Baechle | 2000-07-08 | 3 | -145/+60 |
* | Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc range | Kanoj Sarcar | 2000-07-06 | 2 | -1/+10 |
* | Truncate sign extension in oops. | Ulf Carlsson | 2000-07-01 | 1 | -1/+5 |
* | Fix the oops messages. | Ulf Carlsson | 2000-07-01 | 1 | -11/+11 |
* | Implement a functional vmalloc(). THe vmalloc range address translations | Kanoj Sarcar | 2000-06-30 | 3 | -5/+59 |
* | Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table, | Kanoj Sarcar | 2000-06-27 | 1 | -1/+0 |
* | Fix another minor typo - get the global/special page symbols to point | Kanoj Sarcar | 2000-06-27 | 1 | -1/+1 |
* | Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation and | Kanoj Sarcar | 2000-06-26 | 1 | -2/+3 |