summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-06xen: close evtchn port if binding to irq failsWei Liu1-0/+10
2013-03-06intel/iommu: force writebuffer-flush quirk on Gen 4 ChipsetsDaniel Vetter1-1/+7
2013-03-06drm/i915: Set i9xx sdvo clock limits according to specificationsPatrik Jakobsson1-2/+2
2013-03-06drm/i915: add missing \n to UTS_RELEASE in the error_stateJani Nikula1-1/+1
2013-03-06drm/i915: disable shared panel fitter for pipeMika Kuoppala1-0/+8
2013-03-06drm: don't add inferred modes for monitors that don't support themPaulo Zanoni1-1/+2
2013-03-06xen-blkback: do not leak mode propertyJan Beulich1-25/+24
2013-03-06b43: Increase number of RX DMA slotsLarry Finger1-1/+1
2013-03-06target: Add missing mapped_lun bounds checking during make_mappedlun setupNicholas Bellinger1-0/+8
2013-03-06target: Fix lookup of dynamic NodeACLs during cached demo-mode operationNicholas Bellinger3-19/+8
2013-03-06rtlwifi: usb: allocate URB control message setup_packet and data buffer separ...Jussi Kivilinna1-16/+28
2013-03-06USB: usb-storage: unusual_devs update for Super TOP SATA bridgeJosh Boyer1-1/+1
2013-03-06USB: ehci-omap: Fix autoloading of moduleRoger Quadros1-1/+1
2013-03-06USB: option: add Huawei "ACM" devices using protocol = vendorBjørn Mork1-0/+4
2013-03-06PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-03-06pps: Fix a use-after free bug when unregistering a source.George Spelvin1-4/+10
2013-03-06pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin1-6/+4
2013-03-06pps: Add pps_lookup_dev() functionGeorge Spelvin1-0/+33
2013-03-06USB: serial: fix null-pointer dereferences on disconnectJohan Hovold6-49/+43
2013-03-06USB: option: add Yota / Megafon M100-1 4g modemBjørn Mork1-0/+2
2013-03-06Revert "drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S"Daniel Vetter1-3/+0
2013-03-06drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij1-1/+3
2013-03-06USB: storage: properly handle the endian issues of idProductfangxiaozhi1-2/+2
2013-03-06rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2013-03-06rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_idLarry Finger3-4/+12
2013-03-06p54usb: corrected USB ID for T-Com Sinus 154 data IITomasz Guszkowski1-1/+1
2013-03-06fb: Yet another band-aid for fixing lockdep messTakashi Iwai3-17/+34
2013-03-06fb: rework locking to fix lock ordering on takeoverAlan Cox4-27/+103
2013-03-06drm/usb: bind driver to correct deviceDave Airlie1-1/+1
2013-03-06fbcon: don't lose the console font across generic->chip driver switchDave Airlie1-4/+10
2013-03-06vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2-8/+16
2013-03-06ACPI: Add DMI entry for Sony VGN-FW41E_HJoseph Salisbury1-0/+8
2013-03-06staging: comedi: check s->async for poll(), read() and write()Ian Abbott1-4/+4
2013-03-06tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-03-06Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2013-03-06zram: Fix deadlock bug in partial read/writeMinchan Kim1-2/+2
2013-03-06staging: comedi: disallow COMEDI_DEVCONFIG on non-board minorsIan Abbott1-0/+5
2013-03-06USB: option: add and update Alcatel modemsBjørn Mork1-1/+9
2013-03-06pcmcia/vrc4171: Add missing spinlock initJean Delvare1-0/+1
2013-03-06dca: check against empty dca_domains list before unregister providerMaciej Sosnowski1-0/+5
2013-03-06omap_vout: find_vma() needs ->mmap_sem heldAl Viro1-5/+7
2013-03-06v4l: Reset subdev v4l2_dev field to NULL if registration failsLaurent Pinchart1-16/+14
2013-03-06KVM: s390: Handle hosts not supporting s390-virtio.Cornelia Huck1-8/+30
2013-03-06sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-02-20tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-02-20tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-02-20netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-20xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-20xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-20xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62