summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips
Commit message (Expand)AuthorAgeFilesLines
* MFC r293613:dchagin2016-01-162-0/+3
* MFC r283479:dchagin2016-01-092-12/+0
* MFC r283382:dchagin2016-01-092-0/+3
* MFC r288000:kib2015-09-271-16/+17
* MFC r280957rstone2015-09-171-2/+2
* MFC r282120:hselasky2015-05-051-2/+2
* MFC r277643:kib2015-02-141-2/+0
* MFC r278001:kib2015-02-072-3/+3
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-21/+39
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-26/+27
* MFC r266826, r266827markj2014-08-091-22/+0
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-15/+0
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-114/+132
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-1/+1
* Merge r264984scottl2014-05-071-1/+0
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-243-21/+0
* MFR r261294:brooks2014-03-031-1/+1
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-3/+2
* MFC r256939brooks2014-01-291-0/+1
* MFC r256937:brooks2014-01-292-31/+29
* MFC r257228:kib2013-12-171-0/+10
* MFC r256935brooks2013-11-011-7/+19
* Add read/write bus barriers for MIPS.adrian2013-10-091-0/+4
* Shuffle the includes around so they occur after opt_global.h is included;adrian2013-10-091-4/+5
* Add pagemask debugging output in "show tlb" in the debugger.adrian2013-09-291-2/+5
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-5/+17
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-18/+0
* Use a better version of memcpy/bcopy for mips kernel.jchandra2013-09-072-92/+286
* On those machines, where sf_bufs do not represent any real object, makeglebius2013-09-061-7/+3
* pmap_protect() on MIPS does not need to acquire the pvh global lock.alc2013-09-011-2/+0
* Implement pmap_advise().alc2013-08-311-1/+82
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+8
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+0
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-19/+5
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Make support for atomics on ARM complete.ed2013-06-151-9/+9
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-2/+2
* Bring the stdatomic for MIPS code slightly more in sync with the ARM version.ed2013-06-131-13/+18
* Merge the 1 and 2 byte versions of the atomic functions into one.ed2013-06-081-207/+108
* Actually make the 2-byte atomics work.ed2013-06-081-33/+87
* Add proper __sync_*() intrinsics for MIPS.ed2013-06-081-0/+436
* Don't assign the copyright to the FreeBSD foundation for the yearsmarcel2013-05-291-1/+0
* Change the copyright notice to a standard BSD 2-clause license and assignmarcel2013-05-231-0/+22
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Fix several typoseadler2013-05-121-1/+1
* MFp4 CH=227440:bz2013-05-092-134/+134
OpenPOWER on IntegriCloud