summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-28drm: Fill depth/bits_per_pixel for C8 formatVille Syrjälä1-0/+1
2013-02-28drm: shut up invalid edid messagesMaarten Lankhorst1-1/+5
2013-02-28drm: don't add inferred modes for monitors that don't support themPaulo Zanoni1-1/+2
2013-02-28PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson1-1/+1
2013-02-28vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2-8/+16
2013-02-28drm/udl: disable fb_defio by defaultDave Airlie1-2/+2
2013-02-28drm/udl: make usage as a console saferDave Airlie2-4/+42
2013-02-28drm/radeon: properly validate the atpx interfaceAlex Deucher1-2/+71
2013-02-28drm/radeon: remove overzealous warning in hdmi handlingAlex Deucher1-1/+0
2013-02-28drm/radeon: fix multi-head power profile stability on BTC+ asicsAlex Deucher2-1/+14
2013-02-28drm/radeon/dce6: fix display powergatingAlex Deucher1-4/+2
2013-02-28p54usb: corrected USB ID for T-Com Sinus 154 data IITomasz Guszkowski1-1/+1
2013-02-28drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely1-0/+2
2013-02-28drivers/video/backlight/adp88?0_bl.c: fix resumeLars-Peter Clausen2-2/+2
2013-02-28KVM: s390: Handle hosts not supporting s390-virtio.Cornelia Huck1-8/+30
2013-02-28Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2013-02-28zram: Fix deadlock bug in partial read/writeMinchan Kim1-4/+5
2013-02-28pps: Fix a use-after free bug when unregistering a source.George Spelvin1-4/+10
2013-02-28pps: Use pps_lookup_dev to reduce ldisc couplingGeorge Spelvin1-6/+4
2013-02-28pps: Add pps_lookup_dev() functionGeorge Spelvin1-0/+33
2013-02-28xen: close evtchn port if binding to irq failsWei Liu1-0/+10
2013-02-28tty vt: fix character insertion overflowNicolas Pitre1-1/+1
2013-02-28rtlwifi: usb: allocate URB control message setup_packet and data buffer separ...Jussi Kivilinna1-16/+28
2013-02-28rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2013-02-28rtlwifi: rtl8192cu: Fix NULL dereference BUG when using new_idLarry Finger3-4/+12
2013-02-28b43: Increase number of RX DMA slotsLarry Finger1-1/+1
2013-02-28serial: imx: Fix recursive locking bugThomas Gleixner1-2/+9
2013-02-28USB: serial: fix null-pointer dereferences on disconnectJohan Hovold7-59/+50
2013-02-28tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-02-28tty: Prevent deadlock in n_gsm driverDirkjan Bussink1-1/+41
2013-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-6/+18
2013-02-16Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2013-02-16Revert "[media] dvb_frontend: return -ENOTTY for unimplement IOCTL"Mauro Carvalho Chehab1-3/+3
2013-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2013-02-16Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2013-02-16Merge tag 'omapdss-for-3.8-rc8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-1/+2
2013-02-14sunvdc: Fix off-by-one in generic_request().David S. Miller1-1/+1
2013-02-14omapdrm: fix the dependency to omapdssTomi Valkeinen1-1/+1
2013-02-14OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown1-0/+1
2013-02-14xen: remove redundant NULL check before unregister_and_remove_pcpu().Cyril Roelandt1-2/+1
2013-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-104/+127
2013-02-13PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-02-13net/macb: fix race with RX interrupt while doing NAPINicolas Ferre1-0/+5
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong1-7/+64
2013-02-13Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds3-1/+3
2013-02-13drivers/rtc/rtc-pl031.c: restore ST variant functionalityLinus Walleij1-1/+3
2013-02-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-18/+18
2013-02-13ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck1-6/+3
2013-02-13net: qmi_wwan: add Yota / Megafon M100-1 4g modemBjørn Mork1-0/+1
2013-02-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-71/+81