summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-26/+27
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-053-164/+7
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-31/+0
* Commit some sins in the name of "oh god oh god I don't really want toadrian2014-07-271-60/+11
* Add missing definition of ELF_MACHINE_OK, now used by gcore(1).marcel2014-07-261-0/+2
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-3/+4
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-2/+2
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-061-0/+49
* Properly advertise that if_arge can handle long frames (if_arge is set toloos2014-07-031-0/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-283-11/+3
* Revert r267961, r267973:gjb2014-06-273-3/+11
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-273-11/+3
* Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernelbz2014-06-261-0/+1
* Remove /etc/gnats from here, too.gavin2014-06-201-2/+0
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-112-16/+12
* Hook the ISP/SAF1761 driver into MIPS kernel builds.hselasky2014-05-291-0/+9
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-22/+0
* Remove duplicate:sbruno2014-05-211-1/+0
* Let's just use the mib0 partition for our configurations pace. It'sadrian2014-05-191-2/+3
* Do not configure all pins as outputs as this can lead to short circuits whenloos2014-05-101-4/+8
* Remove an old mistake of mine. This has sneak in the code i sent to gonzoloos2014-05-101-10/+0
* Add support for reading RouterBoard's memory which is passed by the loaderloos2014-05-091-0/+36
* When a GPIO pin is set to be turned on by kernel hints (hint.gpio.X.pinon)loos2014-05-091-1/+4
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+1
* Update comment.marius2014-04-291-1/+1
* After r264897 restore the ability to add bootoptions from FDT forbz2014-04-291-1/+50
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-261-1/+0
* Fix beri_simplebus probing. It's not allowed to have two modules on thebrooks2014-04-241-3/+4
* Merge from CheriBSD:brooks2014-04-241-50/+31
* More like gone in 11...imp2014-04-241-21/+0
* Fix typo and case inconsistency in MIPS CP0 register names.rwatson2014-04-171-1/+1
* Based on xlp_machdep.c and completed the list of options based onbz2014-04-171-0/+49
* Add the initial version of if_nf10bmac(4), a driver to support anbz2014-04-172-0/+7
* Change kernel/rootfs hints to use search patterns instead of absolutesbruno2014-04-041-2/+2
* Add support for the Dlink DIR-825C1 74k MIPS router based on Atherossbruno2014-04-032-0/+196
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* For BERI on NetFPGA assume HZ=100 by default.bz2014-03-221-1/+4
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-6/+6
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-1833-346/+346
* Extend the Atheros SoC support to include a method to enable/disableadrian2014-03-182-0/+36
* Add the AR934x NAND flash controller register definitions.adrian2014-03-181-0/+177
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-185-35/+0
* Implement apb_print_child().adrian2014-03-171-0/+34
* The AR71xx has APB interrupts in the MISC registers from 0-7, lateradrian2014-03-161-4/+6
* * Handle the three other timer interrupts for now, from the AR724xadrian2014-03-161-3/+3
* Handle the case where both arge0 and arge1 MAC addresses are available viaadrian2014-03-161-1/+18
* * Add ethernet MAC configuration from the EEPROM for arge0/arge1adrian2014-03-161-1/+7
* Remove IPX support.glebius2014-03-141-2/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-3/+3
OpenPOWER on IntegriCloud