summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-fixes-v3.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-02-282-15/+47
|\
| * ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen2012-02-271-1/+2
| * iommu/omap: fix NULL pointer dereferenceOhad Ben-Cohen2012-02-241-2/+2
| * iommu/omap: fix erroneous omap-iommu-debug API callsOhad Ben-Cohen2012-02-241-12/+43
* | compat: fix compile breakage on s390Heiko Carstens2012-02-276-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-2624-63/+131
|\ \
| * \ Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-02-241-2/+2
| |\ \
| | * | sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings2012-02-251-2/+2
| * | | ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan2012-02-241-0/+23
| * | | enic: Fix endianness bug.Santosh Nayak2012-02-242-2/+2
| * | | davinci_emac: Do not free all rx dma descriptors during initChristian Riesch2012-02-241-2/+4
| * | | mlx4_core: Fixing array indexes when setting port typesYevgeny Petrilin2012-02-241-1/+1
| * | | phy: IC+101G and PHY_HAS_INTERRUPT flagGiuseppe CAVALLARO2012-02-231-14/+17
| * | | netdev/phy/icplus: Correct broken phy_init codeDavid McKay2012-02-231-6/+18
| * | | Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2012-02-222-0/+14
| * | | hso: memsetting wrong data in hso_get_count()Dan Carpenter2012-02-221-1/+1
| * | | ethernet/broadcom: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-1/+5
| * | | jme: Fix FIFO flush issueGuo-Fu Tseng2012-02-222-10/+2
| * | | mlx4: Setting new port types after all interfaces unregisteredYevgeny Petrilin2012-02-211-3/+2
| * | | mlx4: Replacing pool_lock with mutexYevgeny Petrilin2012-02-213-6/+6
| * | | zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM modeDave Jones2012-02-211-0/+5
| |/ /
| * | mlx4_core: Do not map BF area if capability is 0Jack Morgenstein2012-02-201-0/+3
| * | Merge branch 'master' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-02-201-1/+12
| |\ \
| | * | can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp2012-02-201-1/+12
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-203-5/+9
| |\ \ \ | | |/ / | |/| |
| | * | ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin2012-02-151-1/+1
| | * | mwifiex: clear previous security setting during associationAmitkumar Karwar2012-02-151-1/+7
| | * | Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer2012-02-151-0/+1
| | * | Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAPDaniel Wagner2012-02-151-3/+0
| * | | b44: remove __exit from b44_pci_exit()Nikola Pajkovsky2012-02-191-1/+1
| * | | drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall2012-02-191-2/+2
| * | | net/ethernet: ks8851_mll: signedness bug in ks8851_probe()Dan Carpenter2012-02-191-1/+1
| * | | vmxnet3: cap copy length at size of skb to prevent dropped frames on txNeil Horman2012-02-191-2/+2
| * | | atl1c: dont use highprio tx queueEric Dumazet2012-02-191-4/+0
* | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-254-17/+17
|\ \ \ \
| * | | | hwmon: (max34440) Fix resetting temperature historyGuenter Roeck2012-02-241-1/+1
| * | | | hwmon: (f75375s) Fix register write order when setting fans to full speedNikolaus Schulz2012-02-231-4/+3
| * | | | hwmon: (ads1015) Fix file leak in probe functionGuenter Roeck2012-02-231-2/+1
| * | | | hwmon: (max6639) Fix PPR register initialization to set both channelsChris D Schimp2012-02-211-7/+9
| * | | | hwmon: (max6639) Fix FAN_FROM_REG calculationChris D Schimp2012-02-211-3/+3
| |/ / /
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-02-242-7/+7
|\ \ \ \
| * | | | mlx4_core: Exported functions can't be staticDoug Ledford2012-02-222-7/+7
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-02-2417-100/+101
|\ \ \ \ \
| * | | | | [SCSI] scsi_dh_rdac: Fix for unbalanced reference countMoger, Babu2012-02-221-11/+14
| * | | | | [SCSI] scsi_pm: Fix bug in the SCSI power management handlerAlan Stern2012-02-182-0/+17
| * | | | | [SCSI] scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li2012-02-181-2/+2
| * | | | | [SCSI] qla2xxx: Update version number to 8.03.07.13-k.Chad Dupuis2012-02-181-1/+1
| * | | | | [SCSI] qla2xxx: Proper detection of firmware abort error code for ISP82xx.Giridhar Malavali2012-02-181-1/+1
| * | | | | [SCSI] qla2xxx: Remove resetting memory during device initialization for ISP8...Shyam Sundar2012-02-181-13/+0
| * | | | | [SCSI] qla2xxx: Complete mailbox command timedout to avoid initialization fai...Giridhar Malavali2012-02-181-0/+4