Age | Commit message (Expand) | Author |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-07 | Make sure to mark the controller as dying in order to stop processing | Martin Pieuchot |
2013-11-07 | Remove isoc_len from the transfer descriptor, it is assigned once but | Martin Pieuchot |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-07 | add a simplistic version of WARN_ON_ONCE() that doesn't warn | Jonathan Gray |
2013-11-06 | pull the event ack handling out of mpii_event_process into mpii_event_done | David Gwynne |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Make usbd_free_xfer return void, since no callers use the return value. | Jeremy Evans |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-11-06 | Add support for the RTS5229 card reader to rtsx(4). | Stefan Sperling |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-11-06 | regen | Stefan Sperling |
2013-11-06 | Add RTS5229 Card Reader PCI ID. From Pedro Martelletto. | Stefan Sperling |
2013-11-06 | Call the new MD hook before and after setting the power state of a device. | Martin Pieuchot |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2013-11-06 | dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) of | David Gwynne |
2013-11-05 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-05 | Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB. | Reyk Floeter |
2013-11-04 | Enable locking of fields using the acpi global lock if required. Seems to fix | Mark Kettenis |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | The radeondrm code that sets the DPMS mode may sleep, so it should not be run | Mark Kettenis |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-11-04 | Use the async version of uhidev_set_report(), there's no need to sleep | Martin Pieuchot |
2013-11-04 | regen | Jasper Lievisse Adriaanse |
2013-11-04 | add vmware vendor id | Jasper Lievisse Adriaanse |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-11-03 | Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the | Brad Smith |
2013-11-03 | Enable TX checksum offload. | Brad Smith |
2013-11-02 | Replace drm_handle_create/delete with drm_gem_handle_create/delete and make | Mark Kettenis |
2013-11-02 | replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadt | Markus Friedl |
2013-11-02 | Fix reference leak in i915_gem_mmap_ioctl(). | Mark Kettenis |
2013-11-02 | Remove a layer of abstraction for fetching a configuration descriptor. | Martin Pieuchot |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-11-01 | Spacing. | Martin Pieuchot |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | Reduce the differences with ehci(4)'s transfer decriptors. This is a | Martin Pieuchot |
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot |
2013-11-01 | Move the abort_task storage to the generic USB xfer structure instead | Martin Pieuchot |
2013-11-01 | move fd(4) from directly using disksort to using bufqs. | David Gwynne |
2013-10-31 | Pipe don't have states. Kill an useless & commented out chunk of code. | Martin Pieuchot |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot |
2013-10-31 | replace workqs with tasks. makes the code a bit simpler cos adding an added | David Gwynne |