aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Fix and shorten BERI kernel builds during universe.Brooks Davis2017-02-233-4/+4
* sys: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-221-1/+1
* Rename BERI_TEMPLATE to std.BERI to be more like other configs.Brooks Davis2017-02-215-6/+4
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-192-3/+12
* Enable capsicum on MALTA kernels.Brooks Davis2017-02-171-0/+2
* [mips/broadcom] Move MIPS-specific bhnd(4) nexus drivers toLandon J. Fuller2017-02-135-0/+438
* Add I2C device hints for Onion OmegaAllan Jude2017-02-091-0/+7
* Use 64bit store instruction in atomic_fcmpset_64.Alexander Kabaev2017-02-061-1/+1
* Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov2017-02-041-2/+0
* Revert r313037Jason A. Harmening2017-02-041-1/+0
* Add atomic_fcmpset_*() inlines for MIPSAlexander Kabaev2017-02-011-2/+101
* Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening2017-02-011-0/+1
* As with GENERIC on other architectures, include COMPAT_FREEBSD10 andRobert Watson2017-01-281-0/+3
* ERL: set -march=octeon+ for use with external toolchainEd Maste2017-01-281-1/+1
* Remove 'options NO_SWAPPING' from ERL configuration fileKurt Lidl2017-01-261-1/+0
* Enable modules in the MIPS ERL kernel configEd Maste2017-01-261-2/+0
* Enable TMPFS on MALTA so we can use it on minimalist disk images withoutBrooks Davis2017-01-211-0/+2
* [ar71xx] add EARLY_PRINTF support for the rest of the non-AR933x SoCs.Adrian Chadd2017-01-152-0/+21
* [mips/onionomega] WiFi & gpio kernel configuration bitsMichael Zhilin2017-01-141-0/+31
* Trim a few comments on platforms that did not implement mmap of /dev/kmem.John Baldwin2017-01-131-6/+0
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-101-1/+0
* Enable /usr/lib32 for o32 binaries on mips64.John Baldwin2017-01-061-0/+2
* Add uintmax_t casts to silence printf format warnings.John Baldwin2017-01-061-2/+2
* Remove redundant cache initialization in JZ4780 SMP startup codeAlexander Kabaev2017-01-061-22/+5
* Use db_printsym() to display function names in stack traces.John Baldwin2017-01-051-64/+7
* Only call stacktrace_subr() from DDB.John Baldwin2017-01-053-36/+16
* Further refine MIPS stack traces across trapframes.John Baldwin2017-01-041-13/+24
* Remove duplicate iic and iicbus devices from JZ4780 kernelAlexander Kabaev2017-01-041-3/+0
* Support mips[*]hf variants in config filesAlexander Kabaev2016-12-301-1/+1
* Use mips_dcache_wbinv_range instead of mips_dcache_wb_range on CPU_XBURSTAlexander Kabaev2016-12-291-12/+31
* [ar71xx] add EARLY_PRINTF support for the AR933x (Hornet) UART.Adrian Chadd2016-12-291-0/+24
* [ar71xx] put in an implicit read-after-write to flush things out.Adrian Chadd2016-12-291-1/+4
* The JZ4780 I2S can feed either the internal audio codec or the HDMIJared McNeill2016-12-293-13/+80
* Do not use read-modify-write on MSC control register.Alexander Kabaev2016-12-281-14/+5
* Be more conservative when enabling write-combining on MIPSAlexander Kabaev2016-12-281-10/+1
* Implement pmap_change_attr and related APIs on MIPSAlexander Kabaev2016-12-285-60/+165
* Add driver for JZ4780 RTC device.Alexander Kabaev2016-12-242-0/+235
* Pass memattrs to fb device so that user mappings can inherit themAlexander Kabaev2016-12-231-1/+4
* Teach DDB how to unwind across a kernel stack overflow.John Baldwin2016-12-233-2/+28
* MFamd64: Various fixes for MIPS minidumps.John Baldwin2016-12-233-7/+52
* Fix dump_avail[] for MALTA platforms to include the kernel.John Baldwin2016-12-221-1/+1
* o Unmute headphones on Imgtec CI20 board.Ruslan Bukin2016-12-201-1/+52
* Add jz4780 AIC (Audio Interface Controller) driver.Ruslan Bukin2016-12-205-0/+768
* Add jz4780 PDMA controller driver.Ruslan Bukin2016-12-203-0/+546
* Add support for Ingenic JZ4780 LCD controller and enable framebufferJared McNeill2016-12-204-0/+793
* Choose the closes matching divider instead of one that results in aJared McNeill2016-12-201-4/+10
* bhnd(4): minor style(9) fixesLandon J. Fuller2016-12-191-7/+5
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-185-0/+10
* Add support for Ingenic JZ4780 SMBus controller.Jared McNeill2016-12-164-0/+582
* [ar933x] don't waste memory/flash; drop the UMTX_CHAINS count down to 16.Adrian Chadd2016-12-161-0/+2