aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-08-29of: fdt: fix memory initialization for expanded DTWladislav Wiebe
2013-08-29drm/i915: Invalidate TLBs for the rings after a resetChris Wilson
2013-08-29drm/radeon: fix WREG32_OR macro setting bits in a registerRafał Miłecki
2013-08-29drm/radeon: fix UVD message buffer validationChristian König
2013-08-29drm/radeon/r7xx: fix copy paste typo in golden register setupAlex Deucher
2013-08-29staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott
2013-08-29xen/events: mask events when changing their VCPU bindingDavid Vrabel
2013-08-29xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel
2013-08-29zd1201: do not use stack as URB transfer_bufferJussi Kivilinna
2013-08-29iwlwifi: mvm: adjust firmware D3 configuration APIJohannes Berg
2013-08-29iwlwifi: bump required firmware API version for 3160/7260Johannes Berg
2013-08-29iwlwifi: mvm: unregister leds when registration failedEmmanuel Grumbach
2013-08-29iwlwifi: mvm: take the seqno from packet if transmit failedEmmanuel Grumbach
2013-08-29iwlwifi: mvm: don't set the MCAST queue in STA's queue listEmmanuel Grumbach
2013-08-29iwlwifi: mvm: properly tell the fw that a STA is awakeEmmanuel Grumbach
2013-08-29iwlwifi: mvm: fix MCAST in AP modeEmmanuel Grumbach
2013-08-29iwlwifi: mvm: correctly configure MCAST in AP modeEmmanuel Grumbach
2013-08-29ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki
2013-08-29ACPI: add _STA evaluation at do_acpi_find_child()Jeff Wu
2013-08-20wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese
2013-08-20USB-Serial: Fix error handling of usb_wwanMatt Burtch
2013-08-20USB: EHCI: accept very late isochronous URBsAlan Stern
2013-08-20USB: keyspan: fix null-deref at disconnect and releaseJohan Hovold
2013-08-20USB: mos7720: fix broken control requestsJohan Hovold
2013-08-20USB: mos7840: fix big-endian probeJohan Hovold
2013-08-20USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold
2013-08-20usb: add two quirky touchscreenOliver Neukum
2013-08-20can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean
2013-08-20iwl4965: reset firmware after rfkill offStanislaw Gruszka
2013-08-20iwl4965: set power mode earlyStanislaw Gruszka
2013-08-14mtd: omap2: allow bulding as a moduleArnd Bergmann
2013-08-14SCSI: nsp32: use mdelay instead of large udelay constantsArnd Bergmann
2013-08-14drm/radeon: always program the MC on startupAlex Deucher
2013-08-14drm/radeon: only save UVD bo when we have open handlesChristian König
2013-08-14drm/radeon: fix halting UVDChristian König
2013-08-14drm/i915: initialize gt_lock early with other spin locksJani Nikula
2013-08-14usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner
2013-08-14zram: allow request end to coincide with disksizeSergey Senozhatsky
2013-08-14drm/radeon: stop sending invalid UVD destroy msgChristian König
2013-08-14drm/radeon: select audio dto based on encoder id for DCE3Alex Deucher
2013-08-14drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer
2013-08-14drm/ast: invalidate page tables when pinning a BODave Airlie
2013-08-14drm/mgag200: Invalidate page tables when pinning a BOEgbert Eich
2013-08-14drm/cirrus: Invalidate page tables when pinning a BOMichal Srb
2013-08-14virtio: console: return -ENODEV on all read operations after unplugAmit Shah
2013-08-14virtio: console: fix raising SIGIO after port unplugAmit Shah
2013-08-14virtio: console: clean up port data immediately at time of unplugAmit Shah
2013-08-14virtio: console: fix race in port_fops_open() and port unplugAmit Shah
2013-08-14virtio: console: fix race with port unplug and open/closeAmit Shah
2013-08-14virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE