summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-2/+2
* Changes to boot on a subset of threads on an XLR/XLS core.jchandra2010-05-214-196/+189
* Add a device description.rpaulo2010-05-181-0/+2
* Fix Sibyte SMP kernel breakage caused by r208249.neel2010-05-181-0/+2
* Adds the file I forgot to add... that handlesrrs2010-05-181-0/+68
* Adds JC's cleanup patches that fix it sorrs2010-05-185-19/+30
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-5/+13
* This pushes all of JC's patches that I have in place. Irrs2010-05-1619-612/+496
* Remove some stray ';'simp2010-05-132-2/+2
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+10
* Eliminate dead code.alc2010-05-062-15/+0
* Fix DDB backtrace involving kernel modules.neel2010-05-051-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-032-4/+4
* Remove redundant checking of sc_leaving (uart_intr() already handles this).marius2010-05-021-4/+1
* Enable AH_RXCFG_SDMAMW_4BYTES option. See NOTES file for why this isimp2010-05-011-0/+1
* Put the -current debugging options back into AR71XX.imp2010-05-011-5/+5
* Bug in the memory mapping module. The wrongrrs2010-04-301-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-4/+9
* Adapt i386 r207205 to mips: Clearing PV_TABLE_REF and setting the page'salc2010-04-281-9/+3
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+15
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+6
* Most MIPS systems have a comparatively-sparse physical memory layout. Switchjmallett2010-04-242-5/+6
* Build some nops into CLEAR_STATUS here to make sure that the followingjmallett2010-04-231-2/+4
* o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512Mjmallett2010-04-232-6/+11
* Large memory mappings are always CPU local and always done with interruptsjmallett2010-04-231-2/+2
* Fix compilation error.neel2010-04-231-1/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-222-0/+2
* Add the necessary hooks for dtrace cyclic module.rpaulo2010-04-201-1/+10
* Remove svn:executable prop.rpaulo2010-04-205-0/+0
* Fix MALTA64 build.jmallett2010-04-191-2/+2
* Remove unused file.jmallett2010-04-191-171/+0
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-197-349/+237
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-195-43/+49
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-188-33/+31
* Delete svn:executable prop.rpaulo2010-04-181-0/+0
* o) Make pcb_onfault a pointer rather than an obscure integer value.jmallett2010-04-177-548/+459
* o) Add NPDEPG, like NPTEPG but for PDEs.jmallett2010-04-1712-78/+54
* o) Add SMP support for Octeon using U-Boot to launch all the processors at thejmallett2010-04-1711-513/+210
* o) Back out my previous change to SWARM; some of it was to address an issuejmallett2010-04-172-16/+13
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-1715-417/+210
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-176-338/+59
* Adjust limits and formats for ABIs with 64-bit longs.jmallett2010-04-162-46/+56
* o) Use the direct map where possible for uiomove_fromphys, based on code fromjmallett2010-04-164-214/+152
* o) Fix the intr_* functions to not spam the whole status register, just the IEjmallett2010-04-161-56/+45
* Set KERNLOADADDR and TARGET_BIG_ENDIAN for SWARM.jmallett2010-04-161-0/+5
* Remove some unused header files.jmallett2010-04-166-613/+0
* Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panicneel2010-04-141-0/+1
* Revert the vm_machdep.c part of r205072.neel2010-04-141-18/+2
* Fix a bug where bus_dma_load_xxx() would not bounce misaligned buffersnwhitehorn2010-04-091-3/+8
OpenPOWER on IntegriCloud