summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (k8temp) Differentiate between AM2 and ASB1Andreas Herrmann2010-08-251-3/+32
* hwmon: (ads7871) Fix ads7871_probe error pathsAxel Lin2010-08-251-19/+19
* hwmon: (coretemp) Fix harmless build warningJean Delvare2010-08-251-1/+0Star
* drm/i915: fix vblank wait test conditionJesse Barnes2010-08-241-1/+1
* intel_scu_ipc: fix IPC i2c write bugJianwei Yang2010-08-241-1/+1
* rar: Fix off by one errorOssama Othman2010-08-241-1/+1
* V4L/DVB: mantis: Fix IR_CORE dependencyIngo Molnar2010-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2010-08-241-0/+42
|\
| * via-pmu: Add compat_pmu_ioctlAndreas Schwab2010-08-241-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-08-2419-4219/+70Star
|\ \
| * | Staging: sep: remove driverGreg Kroah-Hartman2010-08-2410-3757/+0Star
| * | Staging: batman-adv: Don't write in not allocated packet_buffSven Eckelmann2010-08-241-0/+4
| * | Staging: batman-adv: Don't use net_dev after dev_putSven Eckelmann2010-08-241-5/+6
| * | Staging: batman-adv: Create batman_if only on register eventSven Eckelmann2010-08-241-4/+2Star
| * | Staging: batman-adv: fix own mac address detectionMarek Lindner2010-08-241-2/+5
| * | Staging: batman-adv: always reply batman icmp packets with primary macMarek Lindner2010-08-241-2/+14
| * | Staging: batman-adv: fix batman icmp originating from secondary interfaceMarek Lindner2010-08-242-4/+9
| * | Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocksMarek Lindner2010-08-241-6/+8
| * | Staging: batman-adv: Fix merge of linus treeSven Eckelmann2010-08-242-8/+4Star
| * | Staging: spectra: removes unused functionsJavier Martinez Canillas2010-08-241-416/+0Star
| * | Staging: spectra: initializa lblk variableJavier Martinez Canillas2010-08-241-1/+1
| * | Staging: spectra: removes unused variableJavier Martinez Canillas2010-08-241-1/+1
| * | Staging: spectra: remove duplicate GLOB_VERSION definitionJavier Martinez Canillas2010-08-241-1/+0Star
| * | Staging: spectra: don't use locked_ioctl, fix buildJavier Martinez Canillas2010-08-241-1/+14
| * | Staging: use new REQ_FLUSH flag, fix build breakageJavier Martinez Canillas2010-08-241-2/+1Star
| * | Staging: spectra: removes q->prepare_flush_fn, fix build breakageJavier Martinez Canillas2010-08-241-9/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-245-22/+20Star
|\ \ \
| * | | 68328serial: check return value of copy_*_user() instead of access_ok()Kulikov Vasiliy2010-08-241-18/+11Star
| * | | synclink: add mutex_unlock() on error pathDan Carpenter2010-08-241-1/+3
| * | | rocket: add a mutex_unlock()Dan Carpenter2010-08-241-0/+1
| * | | ip2: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-241-0/+2
| * | | ip2: remove unneeded NULL checkDan Carpenter2010-08-241-1/+1
| * | | serial: print early console device address in hexLuck, Tony2010-08-241-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-241-1/+1
|\ \ \
| * | | firmware_class: fix typo in error pathJohannes Berg2010-08-241-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-08-2420-120/+221
|\ \ \ | |_|/ |/| |
| * | USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz2010-08-242-0/+4
| * | USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-241-1/+1
| * | USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-241-2/+2
| * | USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu2010-08-241-0/+4
| * | USB: xhci: Remove buggy assignment in next_trb()John Youn2010-08-241-1/+1
| * | USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr2010-08-242-0/+8
| * | USB: serial: io_ti.c: don't return 0 if writing the download record failedRoel Kluin2010-08-241-1/+1
| * | USB: otg: twl4030: fix wrong assumption of starting stateFelipe Balbi2010-08-241-1/+5
| * | USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-241-0/+1
| * | USB: gadget: fix composite kernel-doc warningsRandy Dunlap2010-08-241-2/+2
| * | USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-241-9/+29
| * | USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-241-1/+1
| * | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-241-0/+1
| * | USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-241-35/+111