| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively. | neel | 2010-03-26 | 4 | -52/+146 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -4/+4 |
* | Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console by | neel | 2010-03-24 | 1 | -17/+36 |
* | Sibyte provides a 64-bit read-only counter that counts at half the processor | neel | 2010-03-20 | 5 | -0/+53 |
* | Make sure that the registers 'v0' and 'v1' are properly sign-extended | neel | 2010-03-20 | 1 | -4/+4 |
* | Get rid of unused macro MIPS_MEM_RID. | neel | 2010-03-20 | 1 | -1/+0 |
* | This change enables use of physical memory that is beyond the direct | neel | 2010-03-20 | 6 | -266/+183 |
* | Go ahead and add USB support to the generic config. | imp | 2010-03-14 | 1 | -3/+4 |
* | o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usable | jmallett | 2010-03-13 | 1 | -81/+86 |
* | - Enable kernel stack guard page. | neel | 2010-03-12 | 2 | -8/+23 |
* | Make the ddb command "show tlb" SMP friendly. | neel | 2010-03-12 | 4 | -11/+69 |
* | o) Send packets being queued for transmission up to BPF if there's a listener. | jmallett | 2010-03-12 | 1 | -2/+58 |
* | Add bpf and random to Octeon configurations, since they're needed to run | jmallett | 2010-03-11 | 2 | -0/+4 |
* | Don't force single user on Octeon anymore. | jmallett | 2010-03-11 | 1 | -2/+0 |
* | o) Eliminate use of sc->typestr, which is always NULL. | jmallett | 2010-03-11 | 1 | -41/+56 |
* | Stash the context of the running thread at the time an IPI_STOP is received | neel | 2010-03-11 | 5 | -5/+35 |
* | Check for device faults and for failures to set DRQ when expected, rather | jmallett | 2010-03-06 | 1 | -43/+84 |
* | o) Consistently use MIPS_KSEGn_TO_PHYS instead of MIPS_{,UN}CACHED_TO_PHYS etc. | jmallett | 2010-03-06 | 4 | -46/+26 |
* | o) Simplify the implementation of bus read/write functions, and eliminate some | jmallett | 2010-03-05 | 1 | -301/+179 |
* | Properly detect a type of real board that claims to have a 0.0 revision. | jmallett | 2010-03-05 | 1 | -6/+19 |
* | Do not mask off the low byte of the chipid, it makes some of the case | jmallett | 2010-03-05 | 1 | -1/+1 |
* | Remove some unused cruft. | neel | 2010-03-04 | 1 | -47/+0 |
* | Add support for CPUs with cache coherent DMA. The two main changes are: | neel | 2010-03-04 | 4 | -10/+35 |
* | Looks like S8 and SP are reversed in setjmp, so longjmp doesn't work | imp | 2010-03-03 | 1 | -2/+2 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 5 | -35/+0 |
* | Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor. | gnn | 2010-03-03 | 2 | -3/+24 |
* | Spell START_FRAME CALLFRAME_SIZ now. | imp | 2010-03-03 | 3 | -10/+10 |
* | - Move rmi_pci_bus_space to header and avoid extern | rrs | 2010-03-02 | 5 | -145/+107 |
* | Update macros for multiple ABI support from NetBSD. | imp | 2010-03-02 | 3 | -23/+314 |
* | Fix another fo-pa of mine... duplicate patches should | rrs | 2010-02-21 | 1 | -760/+0 |
* | Fix for the rge driver for boards without rge6 and rge7. | rrs | 2010-02-20 | 2 | -5/+24 |
* | Changes for pci and pci-e support | rrs | 2010-02-20 | 4 | -164/+1112 |
* | Opps forgot to add this: | rrs | 2010-02-20 | 1 | -0/+760 |
* | Cleanups for sys/mips/rmi/bus_space_rmi.c | rrs | 2010-02-20 | 1 | -175/+30 |
* | Some fixes to the current RMI interrupt handling, changes in this patch are: | rrs | 2010-02-20 | 3 | -35/+45 |
* | Fix DDB backtrace that includes a kernel exception frame. | neel | 2010-02-20 | 1 | -2/+14 |
* | Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR, PHYS_ADDR_64BIT | neel | 2010-02-20 | 8 | -13/+0 |
* | Define DMA_RX_STATUS_OVERFLOW with correct value. | kan | 2010-02-19 | 1 | -3/+3 |
* | Hack to make ALCHEMY compile again... | imp | 2010-02-18 | 1 | -3/+38 |
* | Make printfs work for both OCTEON1 and OCTEON1-32 | imp | 2010-02-18 | 2 | -11/+13 |
* | Parens around tertiary operator so that casting the result works... | imp | 2010-02-18 | 1 | -3/+2 |
* | Use proper structure type for 64-bit headers | imp | 2010-02-18 | 1 | -1/+1 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -96/+62 |
* | Various fixes to get the SWARM config working on a big-endian Sibyte CPU. | neel | 2010-02-17 | 4 | -8/+205 |
* | - Clean-up output of memory banks info | gonzo | 2010-02-16 | 1 | -4/+4 |
* | Adjust style (following the already existing rules) for the newly | attilio | 2010-02-15 | 11 | -11/+11 |
* | Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implement | neel | 2010-02-12 | 3 | -39/+132 |
* | Add the options DEADLKRES (introducing the deadlock resolver thread) in | attilio | 2010-02-10 | 12 | -0/+12 |
* | If a mbuf is split across two pages, we | rrs | 2010-02-10 | 1 | -0/+2 |
* | Code cleanup: | neel | 2010-02-10 | 1 | -18/+11 |