| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r289704: | Ian Lepore | 2016-01-24 | 1 | -1/+5 |
| * | MFC r279368, r280772, r280848: | Ian Lepore | 2015-05-24 | 2 | -234/+22 |
| * | MFC r277098, r279235: | Ian Lepore | 2015-05-23 | 3 | -31/+51 |
| * | MFC r274249, r274484, r275583: | Ian Lepore | 2015-05-23 | 1 | -1/+7 |
| * | MFC r276162: Don't assume required FDT properties are present. | Ian Lepore | 2015-02-12 | 1 | -3/+11 |
| * | MFC r275779, r275963, r276101, r276161, r276297: | Ian Lepore | 2015-02-12 | 1 | -0/+214 |
| * | MFC r274641, r274644, r274822, r276049: | Ian Lepore | 2014-12-27 | 1 | -4/+15 |
| * | MFC r272109, r272181: | Ian Lepore | 2014-10-26 | 3 | -32/+68 |
| * | MFC r270953, r270958, r270960, r271190, r271199, r271202: | Ian Lepore | 2014-10-26 | 2 | -4/+176 |
| * | MFC r270945: | Ian Lepore | 2014-10-26 | 5 | -5/+20 |
| * | MFC r269769, r269770: | Ian Lepore | 2014-08-17 | 1 | -13/+27 |
| * | MFC r269594, r269596, r269597, r269598, r269605, r269606: | Ian Lepore | 2014-08-17 | 1 | -1/+2 |
| * | MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565, | Ian Lepore | 2014-05-15 | 2 | -124/+109 |
| * | MFC r265012, r265191, r265289, r265310 | Luiz Otavio O Souza | 2014-05-15 | 1 | -2/+0 |
| * | MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404, | Ian Lepore | 2014-05-15 | 5 | -37/+43 |
| * | MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843, | Luiz Otavio O Souza | 2014-05-15 | 2 | -1/+2 |
| * | MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857, | Ian Lepore | 2014-05-14 | 3 | -16/+19 |
| * | MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793, | Ian Lepore | 2014-05-14 | 1 | -67/+28 |
| * | MFC r257114, r257118 | Ian Lepore | 2014-05-13 | 1 | -2/+2 |
| * | MFC r256994, r257016, r257055, r257059, r257060, r257075 | Ian Lepore | 2014-05-13 | 4 | -0/+601 |
| * | MFC r256932, r256938, r256966, r256953, r256967, r256969, r257015: | Ian Lepore | 2014-05-13 | 5 | -37/+23 |
| * | MFC r256870, r256898, r256899, r256900 (by nwhitehorn): | Ian Lepore | 2014-05-13 | 1 | -1/+1 |
| * | MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn): | Ian Lepore | 2014-05-13 | 1 | -5/+6 |
| * | MFC r257130: | Ian Lepore | 2013-12-13 | 2 | -0/+30 |
| * | MFC: r256932, r256938, r256953 | Andreas Tobler | 2013-12-12 | 2 | -0/+53 |
| * | Add a kernel interface (OF_xref_phandle()) for systems where phandles | Nathan Whitehorn | 2013-09-15 | 3 | -1/+51 |
| * | Make the primary name of the OF console device /dev/ofwcons, and only | Nathan Whitehorn | 2013-09-09 | 1 | -7/+9 |
| * | - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check | Hiroki Sato | 2012-08-18 | 4 | -2/+29 |
| * | Merging of projects/armv6, part 4 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -2/+5 |
| * | Make ofw_bus_get_node() consistently return -1 when there is no associated | Nathan Whitehorn | 2012-03-15 | 3 | -3/+3 |
| * | Implement OF_printf() using kvprintf() directly, avoiding to use a | Marius Strobl | 2012-01-27 | 1 | -4/+18 |
| * | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon | 2011-12-17 | 1 | -0/+12 |
| * | Fix OF_finddevice error return value in case of FDT. | Jayachandran C. | 2011-12-02 | 2 | -2/+4 |
| * | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | Marius Strobl | 2011-11-22 | 1 | -1/+1 |
| * | As it turns out, r186347 actually is insufficient to avoid the use of the | Marius Strobl | 2011-11-15 | 1 | -1/+1 |
| * | FDT changes for 64 bit kernel | Jayachandran C. | 2011-10-17 | 1 | -30/+41 |
| * | Follow up to r225203 refining break-to-debugger run-time configuration | Robert Watson | 2011-08-27 | 1 | -1/+0 |
| * | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson | 2011-08-26 | 1 | -19/+3 |
| * | Return IEEE 1275 compliant error codes. | Rafal Jaworowski | 2010-11-11 | 1 | -8/+8 |
| * | Make all OF client interface calls return the maximum kind of | Nathan Whitehorn | 2010-11-09 | 1 | -6/+74 |
| * | Change OF_interpret() to also take an array of cell_t (missed in r209801). | Marius Strobl | 2010-09-11 | 4 | -10/+8 |
| * | bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-10 | 1 | -3/+3 |
| * | Missed a file in r209803: this header contains a definition of | Nathan Whitehorn | 2010-07-08 | 1 | -0/+1 |
| * | Change the argument type to OF_call_method to take an array of cell_t | Nathan Whitehorn | 2010-07-08 | 3 | -8/+7 |
| * | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | Nathan Whitehorn | 2010-06-18 | 2 | -5/+11 |
| * | Initial implementation of the OFW i/f methods for FDT back-end. | Rafal Jaworowski | 2010-05-28 | 1 | -0/+458 |
| * | Prepare and extend OFW layer for FDT support. | Rafal Jaworowski | 2010-05-28 | 6 | -11/+73 |
| * | Pull OF_quiesce() out of the MI Open Firmware layer and entirely into | Nathan Whitehorn | 2010-05-16 | 4 | -36/+0 |
| * | On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the | Nathan Whitehorn | 2010-05-16 | 4 | -0/+36 |
| * | With r205496 in place we should ensure that nargs and nreturns are always | Marius Strobl | 2010-04-02 | 1 | -0/+6 |