summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add domain support to PCI bus allocationzbb2015-09-169-9/+9
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-12/+0
* Remove rge driver from Broadcom XLRsbruno2015-09-045-3716/+8
* Enable hardfloat for assembly generation.adrian2015-08-241-0/+2
* preload_search_info: make sure mod is setroyger2015-08-211-4/+1
* Rationalize BSD license on sys/*/include/in_cksum.hemaste2015-08-051-1/+1
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Add two new pmap functions:jah2015-08-041-0/+56
* Remove dead functions pmap_pvdump and pads.sbruno2015-07-291-50/+0
* Make Broadcom XLR use shared ds1374 RTC driver.sbruno2015-07-296-152/+4
* Populate hw.model with the CPU model information.adrian2015-07-141-0/+4
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+28
* Reshuffle all of the DDR flush operations into a single switch/mux,adrian2015-07-0413-115/+152
* o Add a description for virtio block device implementedbr2015-07-031-0/+20
* Oops - fix typo.adrian2015-07-031-2/+2
* Add initial support for the TP-Link Archer C7 v2.adrian2015-07-032-0/+269
* Add pcb1 to the QCA955x.adrian2015-07-031-1/+3
* Enable setting the QCA955x GPIO output mux configuration.adrian2015-07-031-4/+2
* Add register defines for the QCA955x DDR flush and GPIO control.adrian2015-07-031-0/+11
* Huge cleanup of random(4) code.markm2015-06-309-9/+10
* Add if_vlan, ipfw{,_nat}.ko, and libalias to the AR934X kernel configallanjude2015-06-131-1/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Cope with .. less memory.adrian2015-06-082-0/+6
* Similarly to other architecture, add the include for cpufunc.h which isbz2015-05-281-0/+1
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-242-12/+0
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-0/+3
* Simplify the allocation of page table pages for mips64. Specifically,alc2015-05-231-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-224-5/+5
* ddb: finish converting boolean values.pfg2015-05-213-3/+3
* Convert routerstation to use geom_uncompress.adrian2015-05-191-3/+3
* Migrate RSPRO to use the uncompress module, not uzip.adrian2015-05-191-3/+3
* QCA955x / AP135 platform tidyups.adrian2015-05-192-10/+12
* The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.)adrian2015-05-191-3/+3
* Add initial support for the QCA955x PCIe host controller.adrian2015-05-192-0/+607
* Increment the vm stats "v_intr" counter so the global system interruptadrian2015-05-161-0/+1
* Provide the number of interrupt resources added to the listbr2015-05-151-1/+1
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-281-2/+2
* Start enabling the available GPIO pins on the Carambola 2.adrian2015-04-121-16/+1
* Add support for the uart classes to set their default register shift value.andrew2015-04-114-4/+8
OpenPOWER on IntegriCloud