Age | Commit message (Expand) | Author |
2013-11-06 | dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) of | David Gwynne |
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-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 | Fix reference leak in i915_gem_mmap_ioctl(). | Mark Kettenis |
2013-10-31 | replace workqs with tasks. makes the code a bit simpler cos adding an added | David Gwynne |
2013-10-30 | Replace workqs with tasks. | Martin Pieuchot |
2013-10-30 | replace the workq bits to supply new tx pkt descriptors with a task. | David Gwynne |
2013-10-30 | remove #include <sys/workq.h> cos this driver doesnt use it. | David Gwynne |
2013-10-30 | deprecate taskq_systq() and replace it with extern struct taskq | David Gwynne |
2013-10-29 | Move most of the uses of workqs in drm to the new task/taskq api. | Jonathan Gray |
2013-10-29 | implementing handling of the msg ring if its available. this lets us get | David Gwynne |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-26 | Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy(). | Mark Kettenis |
2013-10-25 | fix an off by one when calculating the length of an sgl segment | Mike Belopuhov |
2013-10-23 | Enable TX checksum offload. | Brad Smith |
2013-10-23 | Enable TX checksum offload. | Brad Smith |
2013-10-23 | define some bits relating to the msg ring | David Gwynne |
2013-10-22 | regen | David Gwynne |
2013-10-22 | brocade devices | David Gwynne |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | Use rdev->audio_task for hdmi audio related hotplug events. Matches the | Mark Kettenis |
2013-10-20 | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ | Miod Vallat |
2013-10-20 | tedu noct(4). dmesglog shows no users of this device and the driver has | Mike Larkin |
2013-10-19 | Enable TX checksum offload; from brad@ with input from mikeb@. | Christian Weisgerber |
2013-10-18 | the radeon suspend routine looks hairy, and feels like it should run | Theo de Raadt |
2013-10-18 | At device attach, mark the device "shutdown", until the mountroot hook | Theo de Raadt |
2013-10-14 | set openings to 64 like the linux driver sort of does. if a vendor says | David Gwynne |
2013-10-11 | match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP) | Jonathan Gray |
2013-10-08 | all the chips rings are protected by a single mutex, which is used in both | David Gwynne |
2013-10-08 | set xs->resid to 0 on successful command completion. makes things work. | David Gwynne |
2013-10-08 | ring producers and consumers are 32bit counters, while the ring | David Gwynne |
2013-10-08 | vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests. | David Gwynne |
2013-10-06 | Add quirk for ALC260 found on Acer Extensa 6700. | Raphael Graf |
2013-10-05 | add and use gtt mapping flags, further reduces the diff to linux | Jonathan Gray |
2013-10-04 | Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30. | Brad Smith |
2013-10-03 | Another fix from Linux that ended up being packported to the 3.8.13 stable | Mark Kettenis |
2013-10-02 | regen | Jonathan Gray |
2013-10-02 | cleanup the VMware entries and add AHCI/HD Audio/xHCI | Jonathan Gray |
2013-10-01 | Emulate 64-bit atomic operations on 32-bit architectures by using a mutex. | Mark Kettenis |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-10-01 | regen | Jonathan Gray |
2013-10-01 | rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core ids | Jonathan Gray |
2013-09-30 | move the read/write functions and macros closer to linux | Jonathan Gray |
2013-09-30 | drmclose: don't unref objects with a mutex locked. | Jonathan Gray |
2013-09-28 | Another puc(4) device based on Oxford chipset found in a Startech | Mike Larkin |
2013-09-28 | regen | Mike Larkin |