| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct flash layout (this is a 4M flash unit). | sbruno | 2015-10-11 | 1 | -22/+15 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 2 | -2/+0 |
* | Use machine specific values cleaned from openwrt for the mac address | sbruno | 2015-10-11 | 1 | -1/+3 |
* | There's no way a fbsd install + kernel will fit into 4MB of flash. | sbruno | 2015-10-10 | 1 | -13/+3 |
* | Update the AP135 reference design flash layout to be more useful. | adrian | 2015-10-10 | 1 | -17/+28 |
* | Set correct argemdio addr, comment out arge1 as its not physically | sbruno | 2015-10-04 | 2 | -13/+11 |
* | Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't | alc | 2015-09-26 | 1 | -1/+1 |
* | Add support for weak symbols to the kernel linkers. It means that | kib | 2015-09-20 | 1 | -16/+17 |
* | Remove more unused variables leading to compile time errors. | bz | 2015-09-17 | 2 | -2/+0 |
* | Remove unused variable leading to compile errors. | bz | 2015-09-17 | 1 | -1/+0 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 9 | -9/+9 |
* | Add stack_save_td_running(), a function to trace the kernel stack of a | markj | 2015-09-11 | 1 | -0/+7 |
* | Do not hold the process around the vm_fault() call from the trap()s. | kib | 2015-09-10 | 1 | -12/+0 |
* | Remove rge driver from Broadcom XLR | sbruno | 2015-09-04 | 5 | -3716/+8 |
* | Enable hardfloat for assembly generation. | adrian | 2015-08-24 | 1 | -0/+2 |
* | preload_search_info: make sure mod is set | royger | 2015-08-21 | 1 | -4/+1 |
* | 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 |