summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-04HID: check for NULL field when setting valuesKees Cook1-1/+6
2013-09-04HID: picolcd_core: validate output report detailsKees Cook1-1/+1
2013-09-04HID: sensor-hub: validate feature report detailsKees Cook1-1/+2
2013-09-04HID: ntrig: validate feature report detailsKees Cook1-1/+2
2013-09-04HID: pantherlord: validate output report detailsKees Cook1-2/+8
2013-09-04HID: Correct the USB IDs for the new Macbook Air 6Henrik Rydberg2-6/+6
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina2683-152920/+219937
2013-09-02HID: battery: don't do DMA from stackJiri Kosina1-2/+10
2013-09-02HID: roccat: add support for KonePureOptical v2Stefan Achatz3-1/+4
2013-09-02HID: picolcd: Prevent NULL pointer dereference on _remove()Bruno Prémont2-2/+7
2013-09-02HID: usbhid: quirk for N-Trig DuoSense Touch ScreenVasily Titskiy2-0/+3
2013-09-02HID: uhid: add devname module aliasMarcel Holtmann1-0/+1
2013-08-26HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng1-5/+15
2013-08-26HID: Fix Speedlink VAD Cezanne support for some devicesStefan Kriwanek1-3/+8
2013-08-26HID: hid-sensor-hub: fix style of commentsAndy Shevchenko1-1/+1
2013-08-26HID: use module_hid_driver() to simplify the codeWei Yongjun1-12/+1
2013-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2013-08-09Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-28/+16
2013-08-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds32-165/+353
2013-08-09Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina1-2/+0
2013-08-09HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia1-35/+25
2013-08-09Merge tag 'drm-intel-fixes-2013-08-08' of git://people.freedesktop.org/~danve...Dave Airlie6-32/+114
2013-08-08Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2013-08-08Merge tag 'spi-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-1/+1
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-23/+49
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2013-08-08drm: Don't pass negative delta to ktime_sub_ns()Michel Dänzer1-1/+4
2013-08-08Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie24-158/+300
2013-08-08drm/radeon: make missing smc ucode non-fatalAlex Deucher4-10/+26
2013-08-08drm/radeon/dpm: require rlc for dpmAlex Deucher1-1/+4
2013-08-08drm/radeon/cik: use a mutex to properly lock srbm instanced registersAlex Deucher3-0/+13
2013-08-08drm/radeon: remove unnecessary unpinChristian König1-1/+0
2013-08-08drm/radeon: add more UVD CS checkingChristian König1-8/+35
2013-08-08drm/radeon: stop sending invalid UVD destroy msgChristian König1-2/+2
2013-08-08drm/radeon: only save UVD bo when we have open handlesChristian König5-17/+37
2013-08-08drm/radeon: always program the MC on startupAlex Deucher6-6/+12
2013-08-08drm/radeon: fix audio dto calculation on DCE3+ (v3)Alex Deucher4-6/+59
2013-08-08drm/radeon/dpm: disable sclk ss on rv6xxAlex Deucher1-0/+3
2013-08-08drm/radeon: fix halting UVDChristian König7-11/+36
2013-08-08drm/radeon/dpm: adjust power state properly for UVD on SIAlex Deucher1-12/+32
2013-08-08drm/radeon/dpm: fix spread spectrum setup (v2)Alex Deucher7-76/+30
2013-08-08drm/radeon/dpm: adjust thermal protection requirementsAlex Deucher5-10/+5
2013-08-08drm/radeon: select audio dto based on encoder id for DCE3Alex Deucher1-3/+9
2013-08-08drm/radeon: properly handle pm on gpu resetAlex Deucher1-0/+2
2013-08-07drm/i915: do not disable backlight on vgaswitcheroo switch offJani Nikula1-0/+11
2013-08-07drm/i915: Don't call encoder's get_config unless encoder is activeVille Syrjälä1-1/+3
2013-08-07drm/i915: avoid brightness overflow when doing scaleAaron Lu1-2/+5
2013-08-07drm/i915: update last_vblank when disabling the power wellPaulo Zanoni1-0/+18
2013-08-07drm/i915: fix gen4 digital port hotplug definitionsDaniel Vetter1-3/+9
2013-08-07drm/ast: invalidate page tables when pinning a BODave Airlie1-0/+1