summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Remove this - I made it all work again a looong time ago.adrian2015-02-161-1/+0
* The linux driver code for the MDIO bus does a read-after-writesbruno2015-02-021-2/+14
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-312-3/+3
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-316-14/+63
* Replace spaces with tabs, this will easier future changes on softcloos2015-01-313-17/+17
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-313-14/+27
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-2/+0
* Add 128-byte cache flushing routines.br2015-01-203-6/+219
* Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).bz2015-01-073-2/+2
* Remove the machine directive from the common MALTA* configuration filebz2015-01-071-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-073-320/+85
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+2
* Make the apb.c code optional behind ar71xx_apb rather than standard.adrian2015-01-067-1/+14
* Add an APB base/size for the QCA955X for an upcoming QCA955x specificadrian2015-01-061-0/+13
* The QCA955x USB init path doesn't require any of this, so delete it.adrian2015-01-061-19/+0
* Add some GEOM options.rodrigc2015-01-061-0/+3
* Refactor common options from MALTA and MALTA64 kernelrodrigc2015-01-063-131/+63
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-055-0/+5
* Remove the remnants of the OpenWRT/Linux bits that this was based offadrian2015-01-051-10/+0
* Oops - missed refclk.adrian2015-01-051-2/+1
* Add initial Qualcomm Atheros QCA955x SoC support.adrian2015-01-054-0/+502
* ACK interrupts on the new SoCs.adrian2015-01-051-0/+2
* add QCA955x SoC types.adrian2015-01-051-1/+3
* Add QCA955x series register definitions.adrian2015-01-051-0/+183
* Add a GPIO output mux configuration method.adrian2015-01-032-0/+40
* Add AR934x specific GPIO functions and output MUX configuration.adrian2015-01-031-0/+22
* Add AR934x GPIO function configuration.adrian2015-01-031-0/+6
* For now build random into the kernel - there seems to be issues kldload'ingadrian2015-01-031-1/+1
* The kernel has gotten too big; trim out MSDOSFS for the DIR825B1.adrian2015-01-031-1/+1
* Update ELF headers to include additional definesemaste2015-01-021-29/+0
* The physical memory allocator supports the use of distinct free lists foralc2014-12-311-11/+9
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-1/+2
* Correct the end address of the memory regions.br2014-12-191-2/+2
* Add configuration files for BERI soft-core synthesized onbr2014-12-172-0/+27
* Use memory regions information provided in FDT.br2014-12-171-0/+28
* 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
OpenPOWER on IntegriCloud