summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-24USB: option: add Celot CT-650Michael Tokarev1-2/+5
2010-08-24USB: uvc_v4l2: cleanup test for end of loopDan Carpenter1-1/+1
2010-08-24qlcnic: fix poll implementationYinglin Luan1-1/+8
2010-08-24netxen: fix poll implementationYinglin Luan1-1/+8
2010-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds42-187/+1975
2010-08-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2-40/+28
2010-08-24Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds1-1/+1
2010-08-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds42-472/+637
2010-08-2468328serial: check return value of copy_*_user() instead of access_ok()Kulikov Vasiliy1-18/+11
2010-08-24synclink: add mutex_unlock() on error pathDan Carpenter1-1/+3
2010-08-24rocket: add a mutex_unlock()Dan Carpenter1-0/+1
2010-08-24ip2: return -EFAULT on copy_to_user errorsDan Carpenter1-0/+2
2010-08-24ip2: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-24serial: print early console device address in hexLuck, Tony1-2/+2
2010-08-24Staging: sep: remove driverGreg Kroah-Hartman10-3757/+0
2010-08-24Staging: batman-adv: Don't write in not allocated packet_buffSven Eckelmann1-0/+4
2010-08-24Staging: batman-adv: Don't use net_dev after dev_putSven Eckelmann1-5/+6
2010-08-24Staging: batman-adv: Create batman_if only on register eventSven Eckelmann1-4/+2
2010-08-24Staging: batman-adv: fix own mac address detectionMarek Lindner1-2/+5
2010-08-24Staging: batman-adv: always reply batman icmp packets with primary macMarek Lindner1-2/+14
2010-08-24Staging: batman-adv: fix batman icmp originating from secondary interfaceMarek Lindner2-4/+9
2010-08-24Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocksMarek Lindner1-6/+8
2010-08-24Staging: batman-adv: Fix merge of linus treeSven Eckelmann2-8/+4
2010-08-24Staging: spectra: removes unused functionsJavier Martinez Canillas1-416/+0
2010-08-24Staging: spectra: initializa lblk variableJavier Martinez Canillas1-1/+1
2010-08-24Staging: spectra: removes unused variableJavier Martinez Canillas1-1/+1
2010-08-24Staging: spectra: remove duplicate GLOB_VERSION definitionJavier Martinez Canillas1-1/+0
2010-08-24Staging: spectra: don't use locked_ioctl, fix buildJavier Martinez Canillas1-1/+14
2010-08-24Staging: use new REQ_FLUSH flag, fix build breakageJavier Martinez Canillas1-2/+1
2010-08-24Staging: spectra: removes q->prepare_flush_fn, fix build breakageJavier Martinez Canillas1-9/+1
2010-08-24firmware_class: fix typo in error pathJohannes Berg1-1/+1
2010-08-24hp-wmi: Fix query interfaceMatthew Garrett1-39/+25
2010-08-23ACPI_TOSHIBA needs LEDS supportJonathan Corbet1-1/+3
2010-08-23xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell1-1/+1
2010-08-23ipheth: add support for iPhone 4Jens Axboe1-0/+5
2010-08-23isdn/avm: fix build when PCMCIA is not enabledRandy Dunlap1-1/+2
2010-08-23Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie10-34/+103
2010-08-23drm/radeon/kms: fix typo in radeon_compute_pll_gainAlex Deucher1-1/+1
2010-08-23drm/radeon/kms: try to detect tv vs monitor for underscanAlex Deucher1-1/+14
2010-08-23drm/radeon/kms: fix sideport detection on newer rs880 boardsAlex Deucher1-1/+1
2010-08-23drm/radeon: fix passing wrong type to gem object create.Dave Airlie1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds28-2417/+2663
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang3-0/+4
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-22agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang1-9/+15
2010-08-22drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-22drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37
2010-08-22drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson1-9/+18
2010-08-22i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-22drm/i915: wait for actual vblank, not just 20msJesse Barnes7-30/+69