Age | Commit message (Expand) | Author |
2016-02-15 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-14 | Avoid using uninitialized variables in two corner cases. In one | Kenneth R Westerback |
2016-02-13 | Make iwm(4) initialize net80211 callback pointers at attach time. | Stefan Sperling |
2016-02-12 | pcakets -> packets | mmcc |
2016-02-11 | ipmi(4) - Check sensor name length more carefully | Masao Uebayashi |
2016-02-10 | Permit negative x and y coordinates in mouse.scale for uts and ums. | Philip Guenther |
2016-02-08 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-02-07 | Fix off-by-one in loop termination condition. | tb |
2016-02-07 | Comment. | Masao Uebayashi |
2016-02-07 | Remove a too strict assertion. | Masao Uebayashi |
2016-02-07 | Make sure the maximum iwm(4) firmware command payload size fits into | Stefan Sperling |
2016-02-06 | Add support for the 9 series PCH. | Mark Kettenis |
2016-02-06 | Enable the code that reads the BIOS from the ACPI VFCT table on platforms | Mark Kettenis |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | Implement acpi_get_table_with_size(). Will soon be used to read VFCT | Mark Kettenis |
2016-02-05 | Simple moderation of Tx completion notifications | Mike Belopuhov |
2016-02-05 | Silence warnings from static analyzers; found by jsg@ | Mike Belopuhov |
2016-02-05 | Improve Linux PCI compatibility code. | Mark Kettenis |
2016-02-05 | Fix a pci vendor/device conversion missed in rev 1.6. | Mark Kettenis |
2016-02-05 | Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) | Masao Uebayashi |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |
2016-02-04 | In iwn(4), don't forget about restoring the CCMP key to firmware after | Stefan Sperling |
2016-02-04 | Bail early if there's no token; found by jsg@ | Mike Belopuhov |
2016-02-04 | If the ROM size is 0, we won't be able to read the video BIOS from it. | Mark Kettenis |
2016-02-03 | Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnv | Reyk Floeter |
2016-02-03 | Prevent efifb(4) from attaching if we're the console. | Mark Kettenis |
2016-02-02 | A few reliability improvements in the power management interface | Mike Belopuhov |
2016-01-31 | remove old link to documentation, it's in ihidev.c | Joshua Stein |
2016-01-30 | regen | Jonathan Gray |
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-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 | 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 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
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 |