summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-094-4/+0
* Use search method instead of fixed offsets for finding rootfs. This unbreakshiren2014-10-301-3/+3
* Make the GPIO children attach to the first unit available and not only toloos2014-10-283-7/+8
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
* Convert remaining {g,s}etenv->kern_{g,s}etenvdavide2014-10-173-7/+7
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-163-13/+13
* Pass up the error status of minidumpsys() to its callers.markj2014-10-083-7/+6
* Fix the AR724x PCIe glue to correctly probe the BAR on AR7240 devices.adrian2014-09-281-3/+11
* Fix the ar724x PCI config space register read.adrian2014-09-281-4/+6
* Disable the makeoption with MFS_IMAGE= set as we don't ship that filebz2014-09-271-1/+1
* Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router.sbruno2014-09-272-0/+166
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-251-1/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-3/+3
* Mechanically convert to if_inc_counter().glebius2014-09-199-33/+32
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-5/+5
* Fix RTC clock writes on many Octeon boards.kan2014-09-141-4/+5
* Add delay to Octeon MDIO access routines.kan2014-09-141-0/+2
* Remove redundant kern conf entries that are inherited via includesbruno2014-09-072-7/+1
* style(9)glebius2014-09-071-4/+3
* Implement local sfbuf_map and sfbuf_unmap for MIPS32.adrian2014-09-062-0/+20
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-302-3/+3
* 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
OpenPOWER on IntegriCloud