summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theimp2010-04-081-0/+2
* - Fix mutex type for miibus_mtx: it's not spinlock, it's def lockgonzo2010-04-081-1/+1
* Enable module builds now that the build completes for them. Thisimp2010-03-291-1/+1
* Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively.neel2010-03-264-52/+146
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-4/+4
* Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console byneel2010-03-241-17/+36
* Sibyte provides a 64-bit read-only counter that counts at half the processorneel2010-03-205-0/+53
* Make sure that the registers 'v0' and 'v1' are properly sign-extendedneel2010-03-201-4/+4
* Get rid of unused macro MIPS_MEM_RID.neel2010-03-201-1/+0
OpenPOWER on IntegriCloud