| Age | Commit message (Expand) | Author |
| 2017-07-03 | Add of_match_compat_data. | jmcneill |
| 2017-06-30 | Add of_search_compatible, which searches an array of compat_data structures | jmcneill |
| 2017-04-30 | Rename of_getprop_bool to of_hasprop and make of_getprop_bool an alias. | jmcneill |
| 2017-03-25 | Virtio block devices may have a "scsi" device_type instead of "block", | martin |
| 2017-03-10 | attach display devices first so we see more kernel output on shark | macallan |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-10-02 | MFREE -> m_free | christos |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-12-16 | add of_getprop_bool and of_getprop_uint32 helpers | jmcneill |
| 2015-12-16 | fix FDT build without openfirm pseudo-device | jmcneill |
| 2015-12-13 | add an addr_shift parameter to of_enter_i2c_devs | jmcneill |
| 2015-12-13 | OF properties are stored in big endian, but the host might not be. Swap | jmcneill |
| 2015-12-12 | Change the meaning of of_compatible return values >= 0. Previously, the | jmcneill |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-09 | support DIOCMWEDGES ioctl | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-25 | Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02 | jdc |
| 2013-09-24 | Add a property "i2c-indirect-config" to allow/disallow i2c indirect config. | jdc |
| 2013-05-16 | sort by name, add OF_quiesce | christos |
| 2013-02-08 | Set the size for EEPROM's that we know about ("i2c-at24c64" is set to 8192). | jdc |
| 2013-02-03 | The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node, | jdc |
| 2012-11-02 | Only create the "i2c-child-devices" property if we actually found any | jdc |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-26 | convert to device_t, cfdata_t and CFATTACH_DECL_NEW. | mrg |
| 2011-06-03 | -CFATTACH_DECL(foo, sizeof(struct device), | matt |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-08-08 | remove an unused variable. | chs |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-28 | Interpret the "reg" property of i2c nodes more liberal, and depending | martin |
| 2010-02-28 | Supporting cast for i2c direct configuration on OF machines | martin |
| 2010-01-21 | fix a ref counting leak | martin |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-11 | add another convenience function - of_get_mode_string() to extract a Sun-like | macallan |
| 2009-05-29 | Pass correct argument to q_to_b(). | rjs |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-20 | Correct bungled bcopy() -> memcpy() conversion | cegger |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-07 | *** Summary *** | dyoung |