Age | Commit message (Expand) | Author |
2014-04-25 | don't access a pointer till after the null check | Jonathan Gray |
2014-04-24 | no need to check for default_chip_map twice in one if statement | Jonathan Gray |
2014-04-24 | match some more intel sata devices in ide mode | Jonathan Gray |
2014-04-24 | regen | Jonathan Gray |
2014-04-24 | add some more intel sata devices in ide mode | Jonathan Gray |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-22 | If VLAN_HWTAGGING is disabled, we tell the chip not to strip the | Christian Weisgerber |
2014-04-21 | Simplify the update process a bit. Don't try to skip parts based on what | Jonathan Matthew |
2014-04-20 | Update hotplug. Add qle_get_port_name_list, use it to discover local | Jonathan Matthew |
2014-04-19 | kill checksum offloading in sk. | Henning Brauer |
2014-04-19 | sigh, another driver fiddling with altq outside #ifdef ALTQ | Henning Brauer |
2014-04-19 | another questionable "optimization": de used tulip_ifstart_one instead | Henning Brauer |
2014-04-18 | Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240. | Claudio Jeker |
2014-04-18 | Implement qle_fabric_plogo and let qle_fabric_plogi look at the response that | Jonathan Matthew |
2014-04-18 | Rework the command polling loop so it can handle multiple responses in a single | Jonathan Matthew |
2014-04-17 | When iterating through fabric ports, start at our own port ID, so we can | Jonathan Matthew |
2014-04-17 | Copy out all mbox registers after a mailbox operation completes. | Jonathan Matthew |
2014-04-17 | In debug output, print loop ids as decimals and port ids as 24bit hex. | Jonathan Matthew |
2014-04-15 | i wanted to work on this in the tree so i could commit lots of small | David Gwynne |
2014-04-14 | move the hardware structures into ahcireg.h. | David Gwynne |
2014-04-12 | drm/ttm: don't oops if no invalidate_caches() | Jonathan Gray |
2014-04-12 | drm/radeon/atom: select the proper number of lanes in transmitter setup | Jonathan Gray |
2014-04-12 | drm/radeon: TTM must be init with cpu-visible VRAM, v2 | Jonathan Gray |
2014-04-12 | start working on a driver for non volatile memory express controllers. | David Gwynne |
2014-04-12 | regen | David Gwynne |
2014-04-12 | fake toy | David Gwynne |
2014-04-11 | sync with libdrm 2.4.53 | Jonathan Gray |
2014-04-10 | marking the isr as MPSAFE snuck in with r1.76. | David Gwynne |
2014-04-09 | apparently NVM is a type of mass storage now | David Gwynne |
2014-04-09 | sync | Theo de Raadt |
2014-04-09 | I have seen a Hitachi ISP2100 in the wild, and next time do not want | Theo de Raadt |
2014-04-09 | remove an abstraction that just wraps a straight malloc on attach for | David Gwynne |
2014-04-09 | some mild knf | David Gwynne |
2014-04-07 | Add MSI support for xhci(4). Also add a quirk for some of the Fresco | Brad Smith |
2014-04-07 | regen | Brad Smith |
2014-04-07 | Add Fresco Logic FL1400. | Brad Smith |
2014-04-07 | reduce the diff to linux for drm pci vid/pid tests | Jonathan Gray |
2014-04-03 | Add the missing 6322 PCI id. | Brad Smith |
2014-04-01 | Move some duplicated code implementing Linux compatibility APIs and stick it | Mark Kettenis |
2014-03-31 | qle dvas straddle 4 byte boundaries, so best to treat them as two | David Gwynne |
2014-03-30 | drm/radeon: disable pll sharing for DP on DCE4.1 | Jonathan Gray |
2014-03-30 | drm/radeon: fix missing bo reservation | Jonathan Gray |
2014-03-30 | drm/i915/dp: add native aux defer retry limit | Jonathan Gray |
2014-03-30 | drm/i915/dp: increase native aux defer retry timeout | Jonathan Gray |
2014-03-30 | drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB | Jonathan Gray |
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 |