| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing includes. | jmallett | 2013-12-10 | 2 | -0/+3 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 7 | -12/+12 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 2 | -2/+1 |
* | As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other | alc | 2013-11-08 | 1 | -9/+10 |
* | Remove the gross hack for the Octeon Simple Executive to the least | imp | 2013-11-06 | 1 | -0/+4 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 1 | -114/+132 |
* | Fix some lingering build failures caused by fixing implicit inclusion of | markj | 2013-10-31 | 3 | -0/+5 |
* | Remove references to an unused fasttrap probe hook, and remove the | markj | 2013-10-31 | 1 | -3/+2 |
* | Fix a typo introduced in r257338. | markj | 2013-10-31 | 1 | -1/+1 |
* | nclude missing net/if_var.h. | andre | 2013-10-30 | 1 | -0/+1 |
* | Panics about how things can't be attached should probably happen in the | nwhitehorn | 2013-10-29 | 3 | -9/+9 |
* | Devices that rely on hints or identify routines for discovery need to | nwhitehorn | 2013-10-29 | 23 | -24/+25 |
* | - Provide necessary includes. | glebius | 2013-10-29 | 10 | -0/+10 |
* | - Provide necessary includes, that before came via if.h pollution. | glebius | 2013-10-28 | 1 | -3/+4 |
* | Add bus_dmamap_load_ma() function to load map with the array of | kib | 2013-10-27 | 1 | -0/+10 |
* | Add a configuration file and hints file for the Alfa Networks Hornet UB | adrian | 2013-10-25 | 2 | -0/+162 |
* | MFP4: | brooks | 2013-10-23 | 1 | -9/+23 |
* | BERI_SIM.hint is no longer used, remove it. | brooks | 2013-10-23 | 1 | -26/+0 |
* | Revert r256934, it needs work to build on mips32. | brooks | 2013-10-23 | 1 | -22/+9 |
* | MFP4: | brooks | 2013-10-22 | 1 | -0/+1 |
* | MFP4: | brooks | 2013-10-22 | 2 | -31/+29 |
* | Remove a bit of debugging output that slipped into r256911. | brooks | 2013-10-22 | 1 | -6/+0 |
* | MFP4: | brooks | 2013-10-22 | 3 | -8/+27 |
* | MFP4: | brooks | 2013-10-22 | 1 | -9/+22 |
* | Enable ATSE_CFI_HACK in BERI configs, stable MAC addresses are useful. | brooks | 2013-10-22 | 1 | -0/+1 |
* | Sync BERI kernel configs with P4: | brooks | 2013-10-22 | 8 | -116/+122 |
* | MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693, | brooks | 2013-10-22 | 2 | -0/+707 |
* | Remove the isf(4) driver. It was created by accident and is subset of | brooks | 2013-10-21 | 3 | -38/+0 |
* | MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801, | brooks | 2013-10-18 | 1 | -0/+3 |
* | MFP4: | brooks | 2013-10-18 | 1 | -3/+8 |
* | Whilst here, document that this TX alignment requirement may acutally | adrian | 2013-10-16 | 1 | -0/+8 |
* | Allow the MDIO bus frequency to be selected. | adrian | 2013-10-16 | 2 | -2/+130 |
* | Now that all of the on-chip switch and basic platform support is updated, | adrian | 2013-10-16 | 1 | -0/+101 |
* | Yes, this board has 128mb of RAM. | adrian | 2013-10-16 | 1 | -1/+1 |
* | Add in the platform specific quirks to get the AR934x SoC ethernet | adrian | 2013-10-16 | 1 | -7/+69 |
* | Add in a write barrier after each if_arge write. | adrian | 2013-10-16 | 1 | -1/+11 |
* | Add bus space barriers to the AR71xx SPI code. | adrian | 2013-10-16 | 1 | -3/+58 |
* | Elminate NON_LEAF and use NESTED instead to unify our assembler | imp | 2013-10-15 | 5 | -19/+13 |
* | Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use in | imp | 2013-10-15 | 2 | -3/+2 |
* | Replace uses of the ALEAF macro with XLEAF and remove ALEAF macro to | imp | 2013-10-15 | 4 | -9/+8 |
* | Move DO_AST into pcb.h where it should have been all along. Move some | imp | 2013-10-15 | 2 | -32/+56 |
* | Move DO_AST into pcb.h where it should have been all along. Move some | imp | 2013-10-15 | 2 | -31/+1 |
* | Update the AR934x SoC support. | adrian | 2013-10-15 | 1 | -10/+87 |
* | Update the AR933x SoC support to include a few new knobs: | adrian | 2013-10-15 | 1 | -2/+102 |
* | Fix the Atheros MIPS startup path a little. | adrian | 2013-10-15 | 1 | -1/+12 |
* | Add new features - an MDIO clock, WMAC reset, GMAC reset and ethernet | adrian | 2013-10-15 | 4 | -3/+30 |
* | Add the rest of the AR934x SoC reset register definitions. | adrian | 2013-10-14 | 1 | -0/+22 |
* | Add register definitions for the AR933x SoC GMAC (ie, ethernet MAC) | adrian | 2013-10-14 | 1 | -0/+18 |
* | Merge from project branch. Uninteresting commits are trimmed. | markm | 2013-10-12 | 1 | -6/+1 |
|\ |
|
| * | MFC - tracking commit | markm | 2013-10-09 | 7 | -8/+67 |