aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/mips
Commit message (Expand)AuthorAgeFilesLines
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-3/+2
* Panics about how things can't be attached should probably happen in theNathan Whitehorn2013-10-291-3/+3
* Devices that rely on hints or identify routines for discovery need toNathan Whitehorn2013-10-291-1/+1
* Add bus_dmamap_load_ma() function to load map with the array ofKonstantin Belousov2013-10-271-0/+10
* MFP4:Brooks Davis2013-10-221-0/+1
* MFP4:Brooks Davis2013-10-222-31/+29
* MFP4:Brooks Davis2013-10-221-7/+19
* Elminate NON_LEAF and use NESTED instead to unify our assemblerWarner Losh2013-10-154-13/+13
* Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use inWarner Losh2013-10-151-2/+2
* Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro toWarner Losh2013-10-153-8/+8
* Move DO_AST into pcb.h where it should have been all along. Move someWarner Losh2013-10-152-31/+1
* Add read/write bus barriers for MIPS.Adrian Chadd2013-10-091-0/+4
* Shuffle the includes around so they occur after opt_global.h is included;Adrian Chadd2013-10-091-4/+5
* Add pagemask debugging output in "show tlb" in the debugger.Adrian Chadd2013-09-291-2/+5
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDGleb Smirnoff2013-09-221-5/+17
* The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-201-18/+0
* Use a better version of memcpy/bcopy for mips kernel.Jayachandran C.2013-09-072-92/+286
* On those machines, where sf_bufs do not represent any real object, makeGleb Smirnoff2013-09-061-7/+3
* pmap_protect() on MIPS does not need to acquire the pvh global lock.Alan Cox2013-09-011-2/+0
* Implement pmap_advise().Alan Cox2013-08-311-1/+82
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox2013-08-291-0/+8
* Revert r254501. Instead, reuse the type stability of the struct pmapKonstantin Belousov2013-08-221-3/+0
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-073-19/+5
* Include sys/systm.h after sys/param.h.Andrey V. Elsukov2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsAndrey V. Elsukov2013-07-151-1/+1
* Make support for atomics on ARM complete.Ed Schouten2013-06-151-9/+9
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()Jeff Roberson2013-06-131-2/+2
* Bring the stdatomic for MIPS code slightly more in sync with the ARM version.Ed Schouten2013-06-131-13/+18
* Merge the 1 and 2 byte versions of the atomic functions into one.Ed Schouten2013-06-081-207/+108
* Actually make the 2-byte atomics work.Ed Schouten2013-06-081-33/+87
* Add proper __sync_*() intrinsics for MIPS.Ed Schouten2013-06-081-0/+436
* Don't assign the copyright to the FreeBSD foundation for the yearsMarcel Moolenaar2013-05-291-1/+0
* Change the copyright notice to a standard BSD 2-clause license and assignMarcel Moolenaar2013-05-231-0/+22
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-211-1/+2
* Fix several typosEitan Adler2013-05-121-1/+1
* MFp4 CH=227440:Bjoern A. Zeeb2013-05-092-134/+134
* Don't include asm.h in non-asm files.Warner Losh2013-05-012-4/+55
* Remove asm.h dependency in a hackish way.Warner Losh2013-05-011-5/+17
* Minor whitespace nitWarner Losh2013-04-251-1/+1
* Use the offsets from pcb.h rather than regnum.h to store the registersWarner Losh2013-04-252-66/+68
* Use the defines from pcb.h over the ones from regnum.h for this 'C'Warner Losh2013-04-251-3/+3
* Fix N32/N64 ABIs to use proper registers after recent changes.Warner Losh2013-04-241-8/+8
* Update trapframe to be consistent with the changes made to regnum.h. ThisWarner Losh2013-04-233-10/+45
* MFP4 223084, 227821:Brooks Davis2013-04-221-0/+71
* Move MIPS_MAX_TLB_ENTRIES definition from cpuregs.h to tlb.cJayachandran C.2013-04-121-5/+22
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-141-0/+45
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-5/+6
* MFcalloutng:Alexander Motin2013-02-281-16/+8