aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Oops - use the wrong array offset.Adrian Chadd2015-10-281-1/+1
* Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.Adrian Chadd2015-10-282-0/+37
* mips: use the correct va for wbinv flushing.Adrian Chadd2015-10-271-1/+1
* arge(4): flip this on for AR9344 SoCs.Adrian Chadd2015-10-241-0/+3
* Commit the right board file - use the right name + hints.Adrian Chadd2015-10-221-2/+2
* Add support for the TP-Link TL-WR740N v4.Adrian Chadd2015-10-222-0/+140
* arge: use 1-byte TX and RX alignment for AR9330/AR9331.Adrian Chadd2015-10-221-0/+2
* Treat mbufs as cacheline-aligned. Even when the transfer begins at anIan Lepore2015-10-211-4/+12
* Free memory back into the categories it was allocated from.Ian Lepore2015-10-211-8/+9
* Switch mips busdma to using the common busdma_buffalloc code. This amountsIan Lepore2015-10-211-125/+182
* Switch from a stub to a real implementation of pmap_page_set_attr() for mips,Ian Lepore2015-10-212-7/+44
* arge: Remove the debugging printf that snuck in.Adrian Chadd2015-10-211-5/+0
* arge: don't do the rx fixup copy and just offset the mbuf by 2 bytesAdrian Chadd2015-10-211-2/+29
* Disable SWAPPING as we don't do it on this board.Sean Bruno2015-10-201-0/+3
* Remove geom_uncompress from TP-MR3020 config. Its now using root on USBSean Bruno2015-10-181-3/+0
* Add VM_KMEM_SIZE_SCALE=1 as these systems are going to have super smallSean Bruno2015-10-181-0/+3
* Correctly use the default values for location of MAC addrs of arge0,Sean Bruno2015-10-181-3/+3
* if_arge: fix up TX workaround; add TX/RX requirements for busdma; add statsAdrian Chadd2015-10-182-22/+119
* Add Ubiquiti EdgeRouter Lite (ERL) kernel config fileEd Maste2015-10-141-0/+212
* Correct flash layout (this is a 4M flash unit).Sean Bruno2015-10-111-22/+15
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-112-2/+0
* Use machine specific values cleaned from openwrt for the mac addressSean Bruno2015-10-111-1/+3
* There's no way a fbsd install + kernel will fit into 4MB of flash.Sean Bruno2015-10-101-13/+3
* Update the AP135 reference design flash layout to be more useful.Adrian Chadd2015-10-101-17/+28
* Set correct argemdio addr, comment out arge1 as its not physicallySean Bruno2015-10-042-13/+11
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'tAlan Cox2015-09-261-1/+1
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-16/+17
* Remove more unused variables leading to compile time errors.Bjoern A. Zeeb2015-09-172-2/+0
* Remove unused variable leading to compile errors.Bjoern A. Zeeb2015-09-171-1/+0
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-169-9/+9
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-101-12/+0
* Remove rge driver from Broadcom XLRSean Bruno2015-09-045-3716/+8
* Enable hardfloat for assembly generation.Adrian Chadd2015-08-241-0/+2
* preload_search_info: make sure mod is setRoger Pau Monné2015-08-211-4/+1
* Rationalize BSD license on sys/*/include/in_cksum.hEd Maste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hEd Maste2015-08-051-1/+1
* Add two new pmap functions:Jason A. Harmening2015-08-041-0/+56
* Remove dead functions pmap_pvdump and pads.Sean Bruno2015-07-291-50/+0
* Make Broadcom XLR use shared ds1374 RTC driver.Sean Bruno2015-07-296-152/+4
* Populate hw.model with the CPU model information.Adrian Chadd2015-07-141-0/+4
* Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov2015-07-081-0/+28
* Reshuffle all of the DDR flush operations into a single switch/mux,Adrian Chadd2015-07-0413-115/+152
* o Add a description for virtio block device implementedRuslan Bukin2015-07-031-0/+20
* Oops - fix typo.Adrian Chadd2015-07-031-2/+2
* Add initial support for the TP-Link Archer C7 v2.Adrian Chadd2015-07-032-0/+269
* Add pcb1 to the QCA955x.Adrian Chadd2015-07-031-1/+3
* Enable setting the QCA955x GPIO output mux configuration.Adrian Chadd2015-07-031-4/+2
* Add register defines for the QCA955x DDR flush and GPIO control.Adrian Chadd2015-07-031-0/+11
* Huge cleanup of random(4) code.Mark Murray2015-06-309-9/+10