| Commit message (Expand) | Author | Age | Files | Lines |
* | Rationalize BSD license on sys/*/include/in_cksum.h | emaste | 2015-08-05 | 1 | -1/+1 |
* | Rationalize BSD license on sys/*/include/float.h | emaste | 2015-08-05 | 1 | -1/+1 |
* | Add two new pmap functions: | jah | 2015-08-04 | 1 | -0/+56 |
* | Remove dead functions pmap_pvdump and pads. | sbruno | 2015-07-29 | 1 | -50/+0 |
* | Make Broadcom XLR use shared ds1374 RTC driver. | sbruno | 2015-07-29 | 6 | -152/+4 |
* | Populate hw.model with the CPU model information. | adrian | 2015-07-14 | 1 | -0/+4 |
* | Add the atomic_thread_fence() family of functions with intent to | kib | 2015-07-08 | 1 | -0/+28 |
* | Reshuffle all of the DDR flush operations into a single switch/mux, | adrian | 2015-07-04 | 13 | -115/+152 |
* | o Add a description for virtio block device implemented | br | 2015-07-03 | 1 | -0/+20 |
* | Oops - fix typo. | adrian | 2015-07-03 | 1 | -2/+2 |
* | Add initial support for the TP-Link Archer C7 v2. | adrian | 2015-07-03 | 2 | -0/+269 |
* | Add pcb1 to the QCA955x. | adrian | 2015-07-03 | 1 | -1/+3 |
* | Enable setting the QCA955x GPIO output mux configuration. | adrian | 2015-07-03 | 1 | -4/+2 |
* | Add register defines for the QCA955x DDR flush and GPIO control. | adrian | 2015-07-03 | 1 | -0/+11 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 9 | -9/+10 |
* | Add if_vlan, ipfw{,_nat}.ko, and libalias to the AR934X kernel config | allanjude | 2015-06-13 | 1 | -1/+1 |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -3/+2 |
* | Cope with .. less memory. | adrian | 2015-06-08 | 2 | -0/+6 |
* | Similarly to other architecture, add the include for cpufunc.h which is | bz | 2015-05-28 | 1 | -0/+1 |
* | The kernel sends signals to the processes via ABI specific sv_sendsig method. | dchagin | 2015-05-24 | 2 | -12/+0 |
* | In preparation for switching linuxulator to the use the native 1:1 | dchagin | 2015-05-24 | 2 | -0/+3 |
* | Simplify the allocation of page table pages for mips64. Specifically, | alc | 2015-05-23 | 1 | -1/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 4 | -5/+5 |
* | ddb: finish converting boolean values. | pfg | 2015-05-21 | 3 | -3/+3 |
* | Convert routerstation to use geom_uncompress. | adrian | 2015-05-19 | 1 | -3/+3 |
* | Migrate RSPRO to use the uncompress module, not uzip. | adrian | 2015-05-19 | 1 | -3/+3 |
* | QCA955x / AP135 platform tidyups. | adrian | 2015-05-19 | 2 | -10/+12 |
* | The AP135 PCIe NIC isn't an ath device, it's an 11ac part (linux ath10k.) | adrian | 2015-05-19 | 1 | -3/+3 |
* | Add initial support for the QCA955x PCIe host controller. | adrian | 2015-05-19 | 2 | -0/+607 |
* | Increment the vm stats "v_intr" counter so the global system interrupt | adrian | 2015-05-16 | 1 | -0/+1 |
* | Provide the number of interrupt resources added to the list | br | 2015-05-15 | 1 | -1/+1 |
* | The add_bounce_page() function can be called when loading physical | hselasky | 2015-04-28 | 1 | -2/+2 |
* | Start enabling the available GPIO pins on the Carambola 2. | adrian | 2015-04-12 | 1 | -16/+1 |
* | Add support for the uart classes to set their default register shift value. | andrew | 2015-04-11 | 4 | -4/+8 |
* | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h> | jhb | 2015-04-08 | 1 | -1/+3 |
* | Convert the DIR-825C1 to use the new map based MAC address configuration. | adrian | 2015-04-05 | 1 | -2/+26 |
* | Update the board MAC address configuration for the DIR-655A1. | adrian | 2015-04-05 | 1 | -6/+32 |
* | Fix integer truncation bug in malloc(9) | rstone | 2015-04-01 | 1 | -2/+2 |
* | Migrate the TL-WR1043nd v2 to use the new map based MAC hints mechanism. | adrian | 2015-04-01 | 1 | -2/+19 |
* | Add hints to set the board MAC address and derived values for each interface. | adrian | 2015-03-28 | 1 | -3/+23 |
* | Begin moving support for board MAC addresses over to being explicitly defined. | adrian | 2015-03-28 | 4 | -49/+214 |
* | Remove the second MODULES_OVERRIDE; add if_vlan to the list. | adrian | 2015-03-28 | 1 | -2/+1 |
* | Add the MAC address hints for arge0/arge1 on the CARAMBOLA2. | adrian | 2015-03-28 | 1 | -0/+2 |
* | Set VM_KMEM_SIZE_SCALE=1 for the AR91xx SoCs. | adrian | 2015-03-28 | 1 | -0/+3 |
* | Add 64 byte linesize cache flushing routines for L1 instruction, L1 data | br | 2015-03-26 | 4 | -11/+423 |
* | Remove duplicate AH_DEBUG_ALQ option. | gjb | 2015-03-26 | 1 | -1/+0 |
* | Add initial D-Link DIR-655 (A1) support. | adrian | 2015-03-22 | 2 | -0/+209 |
* | re-enable building modules for the AR933x | adrian | 2015-03-21 | 1 | -1/+3 |
* | Fix the LED configuration so the switch PHY LEDs work fine. | adrian | 2015-03-21 | 1 | -3/+3 |
* | Migrate these configs to use the geom map search function. | adrian | 2015-03-21 | 3 | -11/+11 |