| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370, | ian | 2014-05-14 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 1 | -1/+0 |
* | Remove platform APIs which are not used by any code and which had only stub | jmallett | 2012-03-12 | 1 | -25/+0 |
* | At the risk of reducing source compatibility with old NetBSD and Sprite: | jmallett | 2012-03-06 | 1 | -2/+2 |
* | Remove duplicate header includes | kevlo | 2011-06-26 | 1 | -2/+0 |
* | Fix a brain-o in platform_cpu_mask() by just specifying a possible | attilio | 2011-05-13 | 1 | -6/+4 |
* | Add the cpuset_t conversion for mips. | attilio | 2011-05-13 | 1 | -3/+10 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Allow the platform code to return a bitmask of running cores rather than just | jmallett | 2011-02-12 | 1 | -3/+3 |
* | - dump_avail layout should be sequence of [start, end) | gonzo | 2010-12-09 | 1 | -3/+1 |
* | - Populate dump_avail with proper values from phys_avail | gonzo | 2010-12-09 | 1 | -1/+6 |
* | Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mips | imp | 2010-11-13 | 1 | -0/+3 |
* | Enforce that 'pmap_kenter()' is only used to establish cacheable mappings. | neel | 2010-09-22 | 1 | -1/+1 |
* | Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistent | neel | 2010-09-15 | 1 | -1/+1 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -1/+1 |
* | Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. This | neel | 2010-08-06 | 1 | -1/+0 |
* | Use a signed integer to hold the address of a register. | neel | 2010-08-06 | 1 | -10/+10 |
* | uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if the | neel | 2010-08-06 | 1 | -3/+3 |
* | Fix a race between clock_intr() and tick_ticker() when updating | neel | 2010-08-05 | 1 | -2/+0 |
* | Remove redunant machine/cpuregs.h include. | imp | 2010-07-13 | 1 | -4/+3 |
* | Fix Sibyte SMP kernel breakage caused by r208249. | neel | 2010-05-18 | 1 | -0/+2 |
* | Adds JC's cleanup patches that fix it so | rrs | 2010-05-18 | 1 | -0/+14 |
* | o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512M | jmallett | 2010-04-23 | 1 | -0/+11 |
* | Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively. | neel | 2010-03-26 | 2 | -52/+9 |
* | Sibyte provides a 64-bit read-only counter that counts at half the processor | neel | 2010-03-20 | 3 | -0/+40 |
* | Make sure that the registers 'v0' and 'v1' are properly sign-extended | neel | 2010-03-20 | 1 | -4/+4 |
* | Add support for CPUs with cache coherent DMA. The two main changes are: | neel | 2010-03-04 | 1 | -0/+7 |
* | Various fixes to get the SWARM config working on a big-endian Sibyte CPU. | neel | 2010-02-17 | 3 | -8/+197 |
* | Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implement | neel | 2010-02-12 | 1 | -6/+126 |
* | SMP support for the mips port. | neel | 2010-02-09 | 5 | -7/+212 |
* | Initialize interrupt controller early on. | neel | 2010-02-05 | 1 | -0/+18 |
* | Reimplement all functions to access the system control unit in C. | neel | 2010-02-05 | 4 | -126/+145 |
* | style: don't need to use braces for single line control statements. | neel | 2010-02-05 | 1 | -10/+5 |
* | Install the XTLB exception handler for Sibyte processors. | neel | 2010-01-26 | 1 | -0/+24 |
* | - Call post-boot fixup function in order to get proper static | gonzo | 2010-01-25 | 1 | -4/+2 |
* | Remove Sibyte specific code from locore.S that sets the k0seg coherency. | neel | 2010-01-23 | 1 | -0/+17 |
* | Remove redundant interrupt mapper code. We don't need to disable the | imp | 2010-01-11 | 1 | -113/+8 |
* | Get sb_zbpci.c compiling again after the macros PCI_BUSMAX, | imp | 2010-01-11 | 1 | -0/+1 |
* | Rename mips_pcpu_init to mips_pcpu0_init since it applies only to the | imp | 2010-01-09 | 1 | -1/+1 |
* | Centralize initialization of pcpu, and set curthread early... | imp | 2010-01-08 | 1 | -0/+3 |
* | Remove all CFE-specific code from locore.S. The CFE entrypoint initialization | neel | 2010-01-06 | 1 | -13/+9 |
* | With this commit our friend RMI will now compile. I have | rrs | 2009-10-30 | 2 | -0/+7 |
* | Does 4 things: | rrs | 2009-10-15 | 1 | -1/+1 |
* | Add sibyte device support. | imp | 2009-07-04 | 8 | -0/+1575 |