summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-7/+2
* Switch is an 8316, so make the comments say that.sbruno2014-12-031-2/+1
* There is only one argemdio device on this board.sbruno2014-12-031-5/+0
* Assign argemdio0 to the correct base address and assign argemdio1 to itssbruno2014-12-031-4/+10
* Add support for Buffalo WZR-HP-AG300H atheros MIPS router.sbruno2014-11-252-0/+181
* Correct the functions declaration.br2014-11-231-8/+8
* Merge from CheriBSD:brooks2014-11-212-2/+4
* Add FPU support for MIPS setjmp(3)/longjmp(3).brooks2014-11-211-0/+14
* Fix build for certain MIPS kernels hiding an unused variable under #ifndef.bz2014-11-211-0/+2
* Add L2-cache writeback/flush operations. Supported 32,128-byte line-size,br2014-11-206-13/+290
* * Add a random deviceadrian2014-11-201-1/+2
* Include a random device.adrian2014-11-201-0/+1
* Moves all the duplicate code to a single function.loos2014-11-183-28/+2
* opt_global.h is included automatically in the build. No need toimp2014-11-182-5/+0
* 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
OpenPOWER on IntegriCloud