summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix a KASSERT() that was broken in r208665.alc2010-06-011-1/+2
* Eliminate a stale comment.alc2010-05-311-4/+0
* Merge portions of r208645 and supporting code from the i386 pmap:alc2010-05-311-34/+45
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-301-4/+4
* Fix lock order reversal, unlock page queue and pmap locks beforejchandra2010-05-281-1/+10
* Get rid of unused variable 'virtual_sys_start'.neel2010-05-281-2/+1
* If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. Itneel2010-05-281-5/+17
* Call VM_WAIT in pmap_ptpgzone_allocf() if M_WAITOK is set.jchandra2010-05-271-7/+12
* Simplify clock interrupt handling on mips by using the new KPI - timer1clock()neel2010-05-271-70/+35
* - Fix kseg0 address calculation - it doesn't always start atgonzo2010-05-261-1/+11
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-2/+5
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-252-8/+0
* Fix mips kernel build breakage caused by revision 208504.neel2010-05-251-0/+1
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-44/+68
* Remove unused code in sys/mips/rmi :jchandra2010-05-249-1930/+0
* Reorganize syscall entry and leave handling.kib2010-05-233-4/+14
* - Use ptpgzone zone to allocate page table pages irrespective of the amount ofneel2010-05-221-81/+25
* - 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
OpenPOWER on IntegriCloud