summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-08-282-17/+10
|\
| * amd64_edac: Do not report error overflow as a separate errorBorislav Petkov2010-08-262-13/+2
| * MCE, AMD: Limit MCE decoding to current families for nowBorislav Petkov2010-08-241-4/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-2818-59/+54
|\ \
| * | Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin2010-08-251-2/+0
| * | Input: mousedev - fix regression of inverting axesChristoph Fritz2010-08-251-4/+4
| * | Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-211-0/+2
| * | Input: hil_kbd - fix compile errorDmitry Torokhov2010-08-211-6/+6
| * | USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-214-8/+6
| * | Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-219-16/+13
| * | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-193-23/+23
* | | libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-251-4/+0
* | | sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-251-7/+37
* | | libata: be less of a drama queen on empty data commandsTejun Heo2010-08-251-4/+7
* | | [libata] sata_dwc_460ex: signdness bugDan Carpenter2010-08-251-1/+1
* | | ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo2010-08-253-2/+26
* | | libata: remove no longer needed pata_winbond driverBartlomiej Zolnierkiewicz2010-08-254-285/+14
* | | pata_cmd64x: revert commit d62f5576Tejun Heo2010-08-251-6/+0
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-253-23/+51
|\ \ \
| * | | 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/+0
* | | | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-251-5/+16
|\ \ \ \ | |/ / / |/| | |
| * | | xen: handle events as edge-triggeredJeremy Fitzhardinge2010-08-241-1/+1
| * | | xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge2010-08-241-4/+15
| | |/ | |/|
* | | 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/+70
|\ \ \ \
| * | | | Staging: sep: remove driverGreg Kroah-Hartman2010-08-2310-3757/+0
| * | | | Staging: batman-adv: Don't write in not allocated packet_buffSven Eckelmann2010-08-231-0/+4
| * | | | Staging: batman-adv: Don't use net_dev after dev_putSven Eckelmann2010-08-231-5/+6
| * | | | Staging: batman-adv: Create batman_if only on register eventSven Eckelmann2010-08-231-4/+2
| * | | | Staging: batman-adv: fix own mac address detectionMarek Lindner2010-08-231-2/+5
| * | | | Staging: batman-adv: always reply batman icmp packets with primary macMarek Lindner2010-08-231-2/+14
| * | | | Staging: batman-adv: fix batman icmp originating from secondary interfaceMarek Lindner2010-08-232-4/+9
| * | | | Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocksMarek Lindner2010-08-231-6/+8
| * | | | Staging: batman-adv: Fix merge of linus treeSven Eckelmann2010-08-232-8/+4
| * | | | Staging: spectra: removes unused functionsJavier Martinez Canillas2010-08-231-416/+0
| * | | | Staging: spectra: initializa lblk variableJavier Martinez Canillas2010-08-231-1/+1
| * | | | Staging: spectra: removes unused variableJavier Martinez Canillas2010-08-231-1/+1
| * | | | Staging: spectra: remove duplicate GLOB_VERSION definitionJavier Martinez Canillas2010-08-231-1/+0
| * | | | Staging: spectra: don't use locked_ioctl, fix buildJavier Martinez Canillas2010-08-231-1/+14
| * | | | Staging: use new REQ_FLUSH flag, fix build breakageJavier Martinez Canillas2010-08-231-2/+1
| * | | | Staging: spectra: removes q->prepare_flush_fn, fix build breakageJavier Martinez Canillas2010-08-231-9/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-245-22/+20
|\ \ \ \
| * | | | 68328serial: check return value of copy_*_user() instead of access_ok()Kulikov Vasiliy2010-08-231-18/+11