aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).Bjoern A. Zeeb2015-01-073-2/+2
* Remove the machine directive from the common MALTA* configuration fileBjoern A. Zeeb2015-01-071-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-073-320/+85
* Remove "New" label from NFSCL/NFSD now that they are the only NFSJohn Baldwin2015-01-061-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Make the apb.c code optional behind ar71xx_apb rather than standard.Adrian Chadd2015-01-067-1/+14
* Add an APB base/size for the QCA955X for an upcoming QCA955x specificAdrian Chadd2015-01-061-0/+13
* The QCA955x USB init path doesn't require any of this, so delete it.Adrian Chadd2015-01-061-19/+0
* Add some GEOM options.Craig Rodrigues2015-01-061-0/+3
* Refactor common options from MALTA and MALTA64 kernelCraig Rodrigues2015-01-063-131/+63
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-055-0/+5
* Remove the remnants of the OpenWRT/Linux bits that this was based offAdrian Chadd2015-01-051-10/+0
* Oops - missed refclk.Adrian Chadd2015-01-051-2/+1
* Add initial Qualcomm Atheros QCA955x SoC support.Adrian Chadd2015-01-054-0/+502
* ACK interrupts on the new SoCs.Adrian Chadd2015-01-051-0/+2
* add QCA955x SoC types.Adrian Chadd2015-01-051-1/+3
* Add QCA955x series register definitions.Adrian Chadd2015-01-051-0/+183
* Add a GPIO output mux configuration method.Adrian Chadd2015-01-032-0/+40
* Add AR934x specific GPIO functions and output MUX configuration.Adrian Chadd2015-01-031-0/+22
* Add AR934x GPIO function configuration.Adrian Chadd2015-01-031-0/+6
* For now build random into the kernel - there seems to be issues kldload'ingAdrian Chadd2015-01-031-1/+1
* The kernel has gotten too big; trim out MSDOSFS for the DIR825B1.Adrian Chadd2015-01-031-1/+1
* Update ELF headers to include additional definesEd Maste2015-01-021-29/+0
* The physical memory allocator supports the use of distinct free lists forAlan Cox2014-12-311-11/+9
* Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston2014-12-231-1/+2
* Correct the end address of the memory regions.Ruslan Bukin2014-12-191-2/+2
* Add configuration files for BERI soft-core synthesized onRuslan Bukin2014-12-172-0/+27
* Use memory regions information provided in FDT.Ruslan Bukin2014-12-171-0/+28
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-7/+2
* Switch is an 8316, so make the comments say that.Sean Bruno2014-12-031-2/+1
* There is only one argemdio device on this board.Sean Bruno2014-12-031-5/+0
* Assign argemdio0 to the correct base address and assign argemdio1 to itsSean Bruno2014-12-031-4/+10
* Add support for Buffalo WZR-HP-AG300H atheros MIPS router.Sean Bruno2014-11-252-0/+181
* Correct the functions declaration.Ruslan Bukin2014-11-231-8/+8
* Merge from CheriBSD:Brooks Davis2014-11-212-2/+4
* Add FPU support for MIPS setjmp(3)/longjmp(3).Brooks Davis2014-11-211-0/+14
* Fix build for certain MIPS kernels hiding an unused variable under #ifndef.Bjoern A. Zeeb2014-11-211-0/+2
* Add L2-cache writeback/flush operations. Supported 32,128-byte line-size,Ruslan Bukin2014-11-206-13/+290
* * Add a random deviceAdrian Chadd2014-11-201-1/+2
* Include a random device.Adrian Chadd2014-11-201-0/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-183-28/+2
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-182-5/+0
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-094-4/+0
* Use search method instead of fixed offsets for finding rootfs. This unbreaksHiren Panchasara2014-10-301-3/+3
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-283-7/+8
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Convert remaining {g,s}etenv->kern_{g,s}etenvDavide Italiano2014-10-173-7/+7
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-163-13/+13
* Pass up the error status of minidumpsys() to its callers.Mark Johnston2014-10-083-7/+6