summaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedKonstantin Belousov2014-09-011-21/+39
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedKonstantin Belousov2014-08-241-26/+27
* MFC r264601,264646,265766,267918,267919,267920:Bjoern A. Zeeb2014-08-162-0/+7
* MFC r263632:Bjoern A. Zeeb2014-08-161-1/+4
* MFC r264605:Bjoern A. Zeeb2014-08-161-0/+49
* MFC r266826, r266827Mark Johnston2014-08-091-22/+0
* Merge r267482,r267483,r267486,r267577,r267671,r267672 from head:Gavin Atkinson2014-06-221-2/+0
* MFC 263301Ian Lepore2014-05-1730-328/+328
* MFC 263036, 263059: delete advertising clause in licenses, renumber.Ian Lepore2014-05-171-1/+1
* MFC r257854 (discussed with alc@)Ian Lepore2014-05-161-9/+10
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,Ian Lepore2014-05-152-16/+1
* MFC r261410Ian Lepore2014-05-152-0/+6
* MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404,Ian Lepore2014-05-153-0/+693
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,Ian Lepore2014-05-141-11/+0
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,Ian Lepore2014-05-141-114/+132
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,Ian Lepore2014-05-1423-24/+25
* Merge r264984Scott Long2014-05-071-1/+0
* MFC the mpr(4) driver for LSI's 12Gb SAS cards.Kenneth D. Merry2014-05-051-0/+1
* MFC r263998:Tijl Coosemans2014-04-151-1/+1
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-245-35/+0
* MFR r261294:Brooks Davis2014-03-031-1/+1
* MFC: r260889, r260890, r260911:Warner Losh2014-03-014-1/+124
* MFC r257417: Remove references to an unused fasttrap probe hookAndriy Gapon2014-02-171-3/+2
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-047-11/+33
* MFC r256939Brooks Davis2014-01-291-0/+1
* MFC r256937:Brooks Davis2014-01-292-31/+29
* MFC r256745:Brooks Davis2014-01-291-3/+8
* MFC r259267:Bjoern A. Zeeb2013-12-251-0/+28
* MFC r259265:Bjoern A. Zeeb2013-12-251-1/+1
* MFC r257228:Konstantin Belousov2013-12-171-0/+10
* MFC r256935Brooks Davis2013-11-013-8/+27
* MFC r256912, r256931, r256977Brooks Davis2013-11-019-140/+121
* MFC r256934, r256963, r256972, r257017Brooks Davis2013-11-011-9/+23
* MFC r256911, r256936Brooks Davis2013-11-012-0/+701
* MFC r256865Brooks Davis2013-10-313-38/+0
* MFC r256752, r256946Brooks Davis2013-10-311-0/+3
* Merge from project branch via main. Uninteresting commits are trimmed.Mark Murray2013-10-121-6/+1
* Add read/write bus barriers for MIPS.Adrian Chadd2013-10-091-0/+4
* Add some missing AR934x register definitions.Adrian Chadd2013-10-092-0/+45
* Fix interrupt handling from the APB periperals (ie, UART) - itAdrian Chadd2013-10-091-0/+3
* Mark AR934x based boards to be mips74k.Adrian Chadd2013-10-091-1/+1
* Add "better" MIPS24k and MIPS74k barriers.Adrian Chadd2013-10-092-3/+13
* Shuffle the includes around so they occur after opt_global.h is included;Adrian Chadd2013-10-091-4/+5
* Fixes for the Netlogic XLP on-chip RSA block driverJayachandran C.2013-10-041-78/+76
* Style fixes for the Netlogic XLP RSA driverJayachandran C.2013-10-042-72/+75
* set ROOTDEVNAME to ada0 with no paritions. This makes it much more functionalSean Bruno2013-10-021-1/+1
* 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
* Fix the AR933x CPU UART support by using the correct clock when calculatingAdrian Chadd2013-09-211-2/+8
* The pmap function pmap_clear_reference() is no longer used. Remove it.Alan Cox2013-09-201-18/+0