Age | Commit message (Expand) | Author |
2016-01-30 | correct the string for 82801HBM RAID | Jonathan Gray |
2016-01-29 | Add support for "control/shutdown" power management facility | Mike Belopuhov |
2016-01-29 | Add support for XS_WATCH: XenStore notification facility | Mike Belopuhov |
2016-01-29 | Cleanup XenStore API | Mike Belopuhov |
2016-01-29 | use hid_desc fields since we have them, instead of manual offsets | Joshua Stein |
2016-01-29 | Move the AUDIO_GETDEV ioctl in its own routine. | Alexandre Ratchov |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2016-01-29 | Move a pool_put() to avoid a use after free. | Jonathan Gray |
2016-01-28 | Convert to uiomove. Diff from Martin Natano. | Stefan Kempf |
2016-01-28 | Older Xen dom0's don't implement setting version of Grant Table entries | Mike Belopuhov |
2016-01-27 | Tighten up next reference calculation, printing fixes | Mike Belopuhov |
2016-01-27 | Convert min + uiomovei to ulmin + uiomove. | Stefan Kempf |
2016-01-27 | Reimplement Grant Table metadata linking and enable dynamic allocation | Mike Belopuhov |
2016-01-27 | xen_bus_dma_init turned out to be unnecessary | Mike Belopuhov |
2016-01-27 | shorten a few long lines | Mike Belopuhov |
2016-01-27 | Include sys/ioccom.h since _IO* is used. | Antoine Jacoutot |
2016-01-27 | Removes the abstraction layer to support multiple executable binaries. | Martin Pieuchot |
2016-01-27 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
2016-01-27 | Remove unused db_sifting(). | Martin Pieuchot |
2016-01-27 | white space tweaks. no functional change. | David Gwynne |
2016-01-26 | - state keys imported by if_pfsync trip refcnt != ~0 Assert | Alexandr Nedvedicky |
2016-01-26 | Convert membar_* operations to bus_dmamap_sync calls | Mike Belopuhov |
2016-01-26 | Rewrite tx path to use flat transmit ring without fragment chains | Mike Belopuhov |
2016-01-26 | Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event | Mike Belopuhov |
2016-01-26 | No need to take a grant table entry mutex in xen_grant_table_{enter,remove} | Mike Belopuhov |
2016-01-26 | Add a grant table reference invalidation spin out check | Mike Belopuhov |
2016-01-26 | Implement a rather conservative bus_dmamap_sync API | Mike Belopuhov |
2016-01-26 | Make sure to use locked atomic operations even on the SP kernel | Mike Belopuhov |
2016-01-26 | Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip | Reyk Floeter |
2016-01-26 | prettify a NULL test in vr_start. | David Gwynne |
2016-01-26 | dont leak mbufs on encap failure. | David Gwynne |
2016-01-25 | - plugging massive pf_state_key leak | Alexandr Nedvedicky |
2016-01-25 | Convert to uiomove(). Diff from Martin Natano. | Stefan Kempf |
2016-01-25 | Don't count the total number of Xen upcalls | Mike Belopuhov |
2016-01-25 | Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g. | Stefan Sperling |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. | Stefan Sperling |
2016-01-25 | Do not mix variable declaration and logic. | Martin Pieuchot |
2016-01-25 | Kill "#if 0" version of ddb_init(). | Martin Pieuchot |
2016-01-25 | Kill trailing whitespaces. No object change. | Martin Pieuchot |
2016-01-25 | Add short comments explaining HT protection modes. | Stefan Sperling |
2016-01-25 | Zero when malloc'ing a buffer to be copyed out to userland to avoid | Jonathan Gray |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-25 | Revert the minimum number of Rx ring slots back to 32 | Mike Belopuhov |
2016-01-25 | In vmxnet3_start(), do not send the mbuf to bpf after passing it to | Reyk Floeter |
2016-01-25 | Replace magic numbers. | Masao Uebayashi |
2016-01-25 | don't return an uninitialised value for the SIOCGLIFPHYRTABLE case | Jonathan Gray |
2016-01-25 | fix some fallout from the IFQ rototilling. | David Gwynne |
2016-01-23 | Typo in comment; from Miod | Antoine Jacoutot |
2016-01-23 | In some cases machines with virtualisation extensions will boot into a | Jonathan Gray |
2016-01-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |