Age | Commit message (Expand) | Author |
2014-03-30 | drm/i915: Add intel_ring_cachline_align() | Jonathan Gray |
2014-03-30 | correct the value of DRM_MAJOR for non i386 platforms | Jonathan Gray |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-28 | if you split a 64bit thing into two 32bit halves, it helps to write | David Gwynne |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-28 | specify at least the alignment the hardware requires, and in some cases | David Gwynne |
2014-03-27 | unbreak mfii after i changed the layout of some structures it borrows | David Gwynne |
2014-03-27 | last of the htolem32 bits | David Gwynne |
2014-03-27 | fix a theoretical double free. | daniel |
2014-03-27 | everything is at least 4 byte aligned | David Gwynne |
2014-03-27 | tweak mpii_start. | David Gwynne |
2014-03-27 | the request and reply descriptors are 8 byte aligned for the hardware. | David Gwynne |
2014-03-27 | tweak the looping of the postq | David Gwynne |
2014-03-27 | you want the ring to wrap when it gets to the size of the ring, not one | David Gwynne |
2014-03-27 | optimise mpii_push_reply. | David Gwynne |
2014-03-27 | updating the reply queue indexes on the chip dont have any dependent | David Gwynne |
2014-03-27 | remove unused macros | David Gwynne |
2014-03-27 | forgot a htolem32 | David Gwynne |
2014-03-27 | apply more htolemXX and lemtohXX. | David Gwynne |
2014-03-27 | move to htolemXX and lemtohXX. interestingly, this caught a few type | David Gwynne |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-25 | Remove and shuffle some includes to reduce their number since drmP.h | Martin Pieuchot |
2014-03-25 | Upon resume do a full reset of the HC, including the command and event | Martin Pieuchot |
2014-03-25 | when working with the cdb its better to use cmdlen than datalen. | David Gwynne |
2014-03-25 | rework qle_put_cmd to use hto[lb]emXX as best it can. | David Gwynne |
2014-03-25 | use htolem32 to write out qle sg elements, and annotate the structure as | David Gwynne |
2014-03-24 | Another round of reducing diffs with the Linux codebase. | Mark Kettenis |
2014-03-24 | shrink the iopath a bit by using htolemXX and lemtohXX. | David Gwynne |
2014-03-24 | scsi io bits are at least 4 byte aligned | David Gwynne |
2014-03-24 | mpii_sges are 4 byte aligned. makes storing the flags field a bit easier | David Gwynne |
2014-03-24 | make mpii_sge look like mpi_sge, and provide a wrapper for setting the | David Gwynne |
2014-03-24 | bcopy to memcpy | David Gwynne |
2014-03-24 | replace bzero with memset | David Gwynne |
2014-03-24 | rework mpii to use tasks instead of scsi_tasks for sas event handling. | David Gwynne |
2014-03-24 | annotate some packed structures with the alignment the hardware | David Gwynne |
2014-03-24 | nothing after the irq ack posting relies on it being ordered. | David Gwynne |
2014-03-22 | <sys/agpio.h> is gone; this compiles fine without it | Philip Guenther |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2014-03-18 | <sys/agpio.h> is gone | Martin Pieuchot |
2014-03-17 | Use the ci_inatomic flag here as well to "disable" page faults and provide | Mark Kettenis |
2014-03-17 | The AGP ioctl interface is gone; remove the header file as well. | Mark Kettenis |
2014-03-17 | regen | Jasper Lievisse Adriaanse |
2014-03-17 | add vendor Red Hat and two devices | Jasper Lievisse Adriaanse |
2014-03-17 | fix memory leaks in error paths when setting up the gatt | Jonathan Gray |
2014-03-16 | Remove unused prototypes. | Mark Kettenis |
2014-03-16 | drm/i915: Do not clobber config status after a forced restore of hw state | Jonathan Gray |
2014-03-15 | More ISP1000 (SBus) bits. | Mark Kettenis |
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis |
2014-03-13 | We no longer provide the dri1 agp interfaces, so remove the associated glue | Mark Kettenis |
2014-03-13 | Block userland from entering drm code (and make sure it is no longer in there) | Mark Kettenis |