aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/sibyte
Commit message (Expand)AuthorAgeFilesLines
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-121-25/+0
* At the risk of reducing source compatibility with old NetBSD and Sprite:Juli Mallett2012-03-061-2/+2
* Remove duplicate header includesKevin Lo2011-06-261-2/+0
* Fix a brain-o in platform_cpu_mask() by just specifying a possibleAttilio Rao2011-05-131-6/+4
* Add the cpuset_t conversion for mips.Attilio Rao2011-05-131-3/+10
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Allow the platform code to return a bitmask of running cores rather than justJuli Mallett2011-02-121-3/+3
* - dump_avail layout should be sequence of [start, end)Oleksandr Tymoshenko2010-12-091-3/+1
* - Populate dump_avail with proper values from phys_availOleksandr Tymoshenko2010-12-091-1/+6
* Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mipsWarner Losh2010-11-131-0/+3
* Enforce that 'pmap_kenter()' is only used to establish cacheable mappings.Neel Natu2010-09-221-1/+1
* Make the meaning of the 'mask' argument to 'set_intr_mask(mask)' consistentNeel Natu2010-09-151-1/+1
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* Remove redundant declaration of 'pcib_driver' class from sb_zbpci.c. ThisNeel Natu2010-08-061-1/+0
* Use a signed integer to hold the address of a register.Neel Natu2010-08-061-10/+10
* uint64_t is 'unsigned long' in n64 build, so compiler is unhappy if theNeel Natu2010-08-061-3/+3
* Fix a race between clock_intr() and tick_ticker() when updatingNeel Natu2010-08-051-2/+0
* Remove redunant machine/cpuregs.h include.Warner Losh2010-07-131-4/+3
* Fix Sibyte SMP kernel breakage caused by r208249.Neel Natu2010-05-181-0/+2
* Adds JC's cleanup patches that fix it soRandall Stewart2010-05-181-0/+14
* o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512MJuli Mallett2010-04-231-0/+11
* Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively.Neel Natu2010-03-262-52/+9
* Sibyte provides a 64-bit read-only counter that counts at half the processorNeel Natu2010-03-203-0/+40
* Make sure that the registers 'v0' and 'v1' are properly sign-extendedNeel Natu2010-03-201-4/+4
* Add support for CPUs with cache coherent DMA. The two main changes are:Neel Natu2010-03-041-0/+7
* Various fixes to get the SWARM config working on a big-endian Sibyte CPU.Neel Natu2010-02-173-8/+197
* Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. ImplementNeel Natu2010-02-121-6/+126
* SMP support for the mips port.Neel Natu2010-02-095-7/+212
* Initialize interrupt controller early on.Neel Natu2010-02-051-0/+18
* Reimplement all functions to access the system control unit in C.Neel Natu2010-02-054-126/+145
* style: don't need to use braces for single line control statements.Neel Natu2010-02-051-10/+5
* Install the XTLB exception handler for Sibyte processors.Neel Natu2010-01-261-0/+24
* - Call post-boot fixup function in order to get proper staticOleksandr Tymoshenko2010-01-251-4/+2
* Remove Sibyte specific code from locore.S that sets the k0seg coherency.Neel Natu2010-01-231-0/+17
* Remove redundant interrupt mapper code. We don't need to disable theWarner Losh2010-01-111-113/+8
* Get sb_zbpci.c compiling again after the macros PCI_BUSMAX,Warner Losh2010-01-111-0/+1
* Rename mips_pcpu_init to mips_pcpu0_init since it applies only to theWarner Losh2010-01-091-1/+1
* Centralize initialization of pcpu, and set curthread early...Warner Losh2010-01-081-0/+3
* Remove all CFE-specific code from locore.S. The CFE entrypoint initializationNeel Natu2010-01-061-13/+9
* With this commit our friend RMI will now compile. I haveRandall Stewart2009-10-302-0/+7
* Does 4 things:Randall Stewart2009-10-151-1/+1
* Add sibyte device support.Warner Losh2009-07-048-0/+1575