Age | Commit message (Expand) | Author |
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 |
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 | Don't count the total number of Xen upcalls | Mike Belopuhov |
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-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |
2016-01-22 | Zero the local structs holding crs information before parsing _CRS. | Jonathan Gray |
2016-01-22 | Setup interface features based on capabilities provided by the backend | Mike Belopuhov |
2016-01-22 | Set minimum number of slots on the receive ring to 18 | Mike Belopuhov |
2016-01-22 | To facilitate reading make sure to use a GTF_invalid flag by name | Mike Belopuhov |
2016-01-22 | Convert membar_* calls into virtio_membar_sync where it matters | Mike Belopuhov |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2016-01-22 | remove a surplus splbio | Jonathan Gray |
2016-01-20 | make AUDIO_GETDEV ioctl return the device name (ex "azalia0") rather | Alexandre Ratchov |
2016-01-20 | Set segflg member of uio struct with symbolic enum value | Stefan Kempf |
2016-01-20 | Don't bump output errors when when tx ring is full | Mike Belopuhov |
2016-01-20 | Set byte order the default encoding in the attach method to | Alexandre Ratchov |
2016-01-20 | remove an unused ifp variable | Jonathan Gray |
2016-01-20 | add hidmt, a HID-layer driver for multitouch touchpads that conform | Joshua Stein |
2016-01-20 | add the ability to set and get reports | Joshua Stein |
2016-01-20 | add hid_get_udata | Joshua Stein |
2016-01-19 | Mask interrupts on boot, masking/unmasking is handled by stop/init | Mike Belopuhov |
2016-01-19 | Fix a few issues in the xnf transmit path | Mike Belopuhov |
2016-01-19 | Cast evtchn_mask to a char pointer for an isset operation | Mike Belopuhov |
2016-01-18 | Log unhandled interrupts | Mike Belopuhov |
2016-01-18 | Provide a Xen v3 API compatible fallback for event channel hypercalls | Mike Belopuhov |
2016-01-18 | Fixup a hang while performing a read operation on XenStore | Mike Belopuhov |
2016-01-17 | fix an off-by-one that could result in read operations not reading | Joshua Stein |
2016-01-17 | dwiic_i2c_{read,write} -> dwiic_{read,write} | Joshua Stein |
2016-01-17 | Take acpi_foundhid() outside of #ifndef SMALL_KERNEL so the ramdisk | Jonathan Gray |
2016-01-17 | remove an unused global variable | Jonathan Gray |
2016-01-15 | In dwiic_acpi_foundhid() treat _STA missing as if all the bits | Jonathan Gray |