summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-12-0814-121/+208
|\
| * drm/i915: i915 cannot provide switcher services.Dave Airlie2010-12-081-34/+0Star
| * drm/radeon/kms: fix vram base calculation on rs780/rs880Alex Deucher2010-12-081-2/+4
| * drm/radeon/kms: fix formatting of vram and gtt infoAlex Deucher2010-12-081-2/+2
| * drm/radeon/kms: forbid big bo allocation (fdo 31708) v3Jerome Glisse2010-12-081-2/+11
| * drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-081-1/+1
| * drm: Add missing drm_vblank_put() along queue vblank error pathChris Wilson2010-12-081-5/+14
| * Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-12-088-75/+176
| |\
| | * drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson2010-12-071-2/+6
| | * drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
| | * drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson2010-12-061-44/+54
| | * drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson2010-12-061-14/+16
| | * drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter2010-12-051-0/+3
| | * agp/intel: Fix wrong kunmap in i830_cleanup()Takashi Iwai2010-12-051-2/+4
| | * drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson2010-12-041-0/+3
| | * drm/i915: Death to the unnecessary 64bit divideChris Wilson2010-12-041-13/+5Star
| | * drm/i915: Clean conflicting modesetting registers upon initChris Wilson2010-12-031-0/+51
| | * drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt2010-12-021-0/+21
| | * drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt2010-12-022-1/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-12-087-1/+291
|\ \ \ | |/ / |/| |
| * | Input: wacom - add new Bamboo PT (0xdb)David Foley2010-12-081-0/+3
| * | Input: add input driver for polled GPIO buttonsGabor Juhos2010-12-073-0/+278
| * | Input: turbografx - fix reference countingNamhyung Kim2010-12-011-0/+1
| * | Input: synaptics - fix handling of 2-button ClickPadsYan Li2010-12-011-1/+2
| * | Input: wacom - add IDs for two new Bamboo PTsDavid Foley2010-12-011-0/+6
| * | Input: usbtouchscreen - add support for LG Flatron T1710BGlenn Sommer2010-11-221-0/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-12-078-38/+119
|\ \ \
| * | | wmi: use memcmp instead of strncmp to compare GUIDsThadeu Lima de Souza Cascardo2010-12-061-1/+1
| * | | ACPI, hp-wmi: Fix memory leak in acpi queryZeng Zhaoming2010-11-241-0/+2
| * | | msi-wmi: fix semantically incorrect use of keycode instead of scancodeAnisse Astier2010-11-241-8/+8
| * | | msi-wmi: Add mute key supportAnisse Astier2010-11-241-0/+2
| * | | asus-laptop: add wimax and wwan supportCorentin Chary2010-11-241-1/+96
| * | | eeepc-wmi: fix compiler warningDmitry Torokhov2010-11-241-2/+2
| * | | ibm_rtl: _RTL_ is not available in UEFI modeVernon Mauery2010-11-241-1/+2
| * | | ibm_rtl: Loosen the DMI criteria to all IBM machinesVernon Mauery2010-11-241-24/+5Star
| * | | drivers/platform/x86/thinkpad_acpi.c: delete double assignmentJulia Lawall2010-11-241-1/+0Star
| * | | toshiba_acpi.c: Add key_entry for a lone FN keypressJon Dowland2010-11-241-0/+1
| * | | ibm_rtl: fix printk format warningRandy Dunlap2010-11-241-1/+1
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-12-071-1/+1
|\ \ \ \
| * | | | [S390] css: fix rsid evaluation for 2nd crwSebastian Ott2010-12-011-1/+1
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-12-061-0/+1
|\ \ \ \ \
| * | | | | ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module.Marcelo Roberto Jimenez2010-12-041-0/+1
* | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2010-12-065-24/+8Star
|\ \ \ \ \ \
| * | | | | | [media] Fix Kconfig errors due to two visible menusMauro Carvalho Chehab2010-11-222-8/+5Star
| * | | | | | i2c/algos: convert Kconfig to use the menu's `visible' keywordArnaud Lacombe2010-11-221-1/+1
| * | | | | | media/video: convert Kconfig to use the menu's `visible' keywordArnaud Lacombe2010-11-221-1/+1
| * | | | | | Revert "i2c: Fix Kconfig dependencies"Arnaud Lacombe2010-11-222-14/+1Star
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-12-067-12/+25
|\ \ \ \ \ \ \
| * | | | | | | parisc: Fix GSC PS/2 driver name for keyboard and mouseGuy Martin2010-12-041-1/+1
| * | | | | | | parisc: KittyHawk LCD fixGuy Martin2010-12-041-4/+13