summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-1/+3
* Convert the DIR-825C1 to use the new map based MAC address configuration.adrian2015-04-051-2/+26
* Update the board MAC address configuration for the DIR-655A1.adrian2015-04-051-6/+32
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+2
* Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism.adrian2015-04-011-2/+19
* Add hints to set the board MAC address and derived values for each interface.adrian2015-03-281-3/+23
* Begin moving support for board MAC addresses over to being explicitly defined.adrian2015-03-284-49/+214
* Remove the second MODULES_OVERRIDE; add if_vlan to the list.adrian2015-03-281-2/+1
* Add the MAC address hints for arge0/arge1 on the CARAMBOLA2.adrian2015-03-281-0/+2
* Set VM_KMEM_SIZE_SCALE=1 for the AR91xx SoCs.adrian2015-03-281-0/+3
* Add 64 byte linesize cache flushing routines for L1 instruction, L1 databr2015-03-264-11/+423
* Remove duplicate AH_DEBUG_ALQ option.gjb2015-03-261-1/+0
* Add initial D-Link DIR-655 (A1) support.adrian2015-03-222-0/+209
* re-enable building modules for the AR933xadrian2015-03-211-1/+3
* Fix the LED configuration so the switch PHY LEDs work fine.adrian2015-03-211-3/+3
* Migrate these configs to use the geom map search function.adrian2015-03-213-11/+11
* Add support for the TP-Link TL-WDR4300 and TL-WDR3600.adrian2015-03-212-0/+258
* Re-enable the modules for now; I'm using them in some other test builds.adrian2015-03-211-2/+2
* Now that the switch PHY fully works, don't limit arge0 to only being upadrian2015-03-211-1/+1
* Add GPIO function mux configuration for AR934x SoCs.adrian2015-03-211-0/+59
* add QCA955x PCIe configuration registers.adrian2015-03-211-0/+10
* Note that the AR724x PCIe registers are actually from the PCI_CTRLadrian2015-03-211-1/+1
* Correct the ixgbe entries in mips and powerpc, and add the modulejfv2015-03-181-1/+2
* Use ar71xx_mac_addr_random_init() instead of a hand-rolled randomadrian2015-03-151-9/+2
* Start fleshing out some MAC address helper functions.adrian2015-03-153-0/+146
* Use sbuf_printf() for sysctl strings instead of static buffers and snprintf.ian2015-03-142-24/+16
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* Compile some modules - I'm going to eventually just compile all theadrian2015-03-141-1/+1
* Add board support for the TP-Link TL-WR1043nd v2.adrian2015-03-142-0/+200
* Now that if_arge.c handles actual 'locked' media settings, enableadrian2015-03-081-1/+5
* Modify the if_arge code to use a /fixed/ media mode when it's configured.adrian2015-03-081-6/+38
* Add ethernet MAC DDR flush hookups for QCA955x.adrian2015-03-041-4/+5
* Add DDR flush registers for QCA955x.adrian2015-03-041-0/+7
* Fix both arge0 and arge1 to work correctly on the AP135.adrian2015-03-041-1/+9
OpenPOWER on IntegriCloud