summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r291142.skra2015-11-231-2/+2
* [mips]: Don't hard-code PHYS_AVAIL_ENTRIES.adrian2015-11-221-1/+1
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-211-2/+2
* mips: teach the malta platform about extended memory.adrian2015-11-211-9/+53
* Mark the mostly redundant kernels that just pullimp2015-11-1934-0/+68
* Add the QCA9533 base configuration file and an example configurationadrian2015-11-184-0/+369
* Add a kernel config for the Onion Omegaallanjude2015-11-172-0/+147
* Add QCA9533 to the list of SoCs that require IRQ's be ACKed.adrian2015-11-161-0/+2
* Add initial support for the QCA953x ("Honeybee") from Qualcomm Atheros.adrian2015-11-169-0/+683
* Remove this; it's also in sys/conf/files.mips.adrian2015-11-031-2/+0
* mips: rate limit the trap handler output; add pid/tid/program name.adrian2015-11-021-3/+27
* mips: do mips_sync() on sync operations to uncachable memory.adrian2015-10-311-4/+5
* mips74k: use cache-writeback for memory, not writethrough.adrian2015-10-311-1/+1
* arge_mdio: fix barriers; correctly check MII indicator register.adrian2015-10-301-21/+29
* arge: fix barrier macro.adrian2015-10-301-1/+1
* arge: attempt to close a transmit race by only enabling the descriptor at the...adrian2015-10-301-1/+22
* arge: just use 1U since it's a 32 bit unsigned destination value.adrian2015-10-301-1/+1
* arge: do an explicit flush between updating the TX ring and starting transmit.adrian2015-10-301-0/+3
* arge_mdio: add explicit read barriers for MDIO_READs.adrian2015-10-301-2/+7
* arge: ensure there's enough space in the TX ring before attempting toadrian2015-10-301-1/+1
* arge: do a read-after-write on all arge register writes, not just MDIO writes.adrian2015-10-301-4/+2
* Oops - use the wrong array offset.adrian2015-10-281-1/+1
* Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.adrian2015-10-282-0/+37
* mips: use the correct va for wbinv flushing.adrian2015-10-271-1/+1
* arge(4): flip this on for AR9344 SoCs.adrian2015-10-241-0/+3
* Commit the right board file - use the right name + hints.adrian2015-10-221-2/+2
* Add support for the TP-Link TL-WR740N v4.adrian2015-10-222-0/+140
* arge: use 1-byte TX and RX alignment for AR9330/AR9331.adrian2015-10-221-0/+2
* Treat mbufs as cacheline-aligned. Even when the transfer begins at anian2015-10-211-4/+12
* Free memory back into the categories it was allocated from.ian2015-10-211-8/+9
* Switch mips busdma to using the common busdma_buffalloc code. This amountsian2015-10-211-125/+182
* Switch from a stub to a real implementation of pmap_page_set_attr() for mips,ian2015-10-212-7/+44
* arge: Remove the debugging printf that snuck in.adrian2015-10-211-5/+0
* arge: don't do the rx fixup copy and just offset the mbuf by 2 bytesadrian2015-10-211-2/+29
* Disable SWAPPING as we don't do it on this board.sbruno2015-10-201-0/+3
* Remove geom_uncompress from TP-MR3020 config. Its now using root on USBsbruno2015-10-181-3/+0
* Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super smallsbruno2015-10-181-0/+3
* Correctly use the default values for location of MAC addrs of arge0,sbruno2015-10-181-3/+3
* if_arge: fix up TX workaround; add TX/RX requirements for busdma; add statsadrian2015-10-182-22/+119
* Add Ubiquiti EdgeRouter Lite (ERL) kernel config fileemaste2015-10-141-0/+212
* Correct flash layout (this is a 4M flash unit).sbruno2015-10-111-22/+15
* Remove compatibility shims for legacy ATA device names.mav2015-10-112-2/+0
* Use machine specific values cleaned from openwrt for the mac addresssbruno2015-10-111-1/+3
* There's no way a fbsd install + kernel will fit into 4MB of flash.sbruno2015-10-101-13/+3
* Update the AP135 reference design flash layout to be more useful.adrian2015-10-101-17/+28
* Set correct argemdio addr, comment out arge1 as its not physicallysbruno2015-10-042-13/+11
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'talc2015-09-261-1/+1
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-16/+17
* Remove more unused variables leading to compile time errors.bz2015-09-172-2/+0
* Remove unused variable leading to compile errors.bz2015-09-171-1/+0
OpenPOWER on IntegriCloud