aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-02-16Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-34/+54
2014-02-15of: search the best compatible match first in __of_match_node()Gravatar Kevin Hao 1-1/+42
2014-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 10-22/+30
2014-02-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-19/+14
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-26/+28
2014-02-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-16/+79
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationGravatar Wolfram Sang 1-19/+14
2014-02-14Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 23-131/+136
2014-02-14Merge tag 'tty-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 13-63/+75
2014-02-14Merge tag 'staging-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 45-509/+506
2014-02-14Merge tag 'driver-core-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+8
2014-02-14Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-18/+21
2014-02-14Merge tag 'md/3.14-fixes' of git://neil.brown.name/mdGravatar Linus Torvalds 2-49/+54
2014-02-14Revert "OF: base: match each node compatible against all given matches first"Gravatar Kevin Hao 1-37/+16
2014-02-14Revert "misc: eeprom: sunxi: Add new compatibles"Gravatar Greg Kroah-Hartman 1-4/+1
2014-02-14Merge tag 'pm+acpi-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-15/+19
2014-02-14Merge tag 'edac_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 3-10/+15
2014-02-14Merge tag 'fbdev-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-12/+13
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-104/+119
2014-02-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 16-73/+209
2014-02-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2014-02-14Merge tag 'for-v3.14-fixes' of git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 3-5/+4
2014-02-14Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma...Gravatar Roland Dreier 16-71/+207
2014-02-14RDMA/ocrdma: Fix load time panic during GID table initGravatar Devesh Sharma 1-1/+1
2014-02-14RDMA/ocrdma: Fix traffic class shiftGravatar Devesh Sharma 1-1/+1
2014-02-14IB/iser: Fix use after free in iser_snd_completion()Gravatar Dan Carpenter 1-1/+2
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Gravatar Roi Dayan 1-3/+7
2014-02-14IB/usnic: Fix smatch endianness errorGravatar Upinder Malhi 1-1/+8
2014-02-14EDAC: Correct workqueue setup pathGravatar Borislav Petkov 1-4/+7
2014-02-14EDAC: Poll timeout cannot be zero, p2Gravatar Borislav Petkov 3-7/+9
2014-02-14video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.Gravatar Denis Carikli 1-1/+1
2014-02-14video: exynos: Fix S6E8AX0 LCD driver build errorGravatar Sachin Kamat 1-1/+2
2014-02-13IB/mlx5: Remove dependency on X86Gravatar Eli Cohen 2-2/+2
2014-02-13hwmon: (ntc_thermistor) Avoid math overflowGravatar Doug Anderson 1-3/+3
2014-02-13IB/qib: Add missing serdes init sequenceGravatar Mike Marciniszyn 1-0/+5
2014-02-13RDMA/cxgb4: Add missing neigh_release in LE-Workaround pathGravatar Kumar Sanghvi 1-0/+1
2014-02-13IB: Report using RoCE IP based gids in port capsGravatar Moni Shoua 2-2/+2
2014-02-13IB/mlx4: Build the port IBoE GID table properly under bondingGravatar Moni Shoua 1-4/+37
2014-02-13IB/mlx4: Do IBoE GID table resets per-portGravatar Moni Shoua 1-17/+18
2014-02-13IB/mlx4: Do IBoE locking earlier when initializing the GID tableGravatar Moni Shoua 1-3/+3
2014-02-13IB/mlx4: Move rtnl locking to the right placeGravatar Moni Shoua 1-2/+2
2014-02-13IB/mlx4: Make sure GID index 0 is always occupiedGravatar Moni Shoua 1-24/+68
2014-02-13vt: Fix secure clear screenGravatar Petr Písař 1-0/+2
2014-02-13serial: 8250: Support XR17V35x fraction divisorGravatar Joe Schultz 1-0/+18
2014-02-13n_tty: Fix stale echo outputGravatar Peter Hurley 1-5/+7
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockGravatar Qipan Li 1-1/+3
2014-02-13serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsGravatar Dmitry Eremin-Solenikov 1-1/+2
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Gravatar Peter Hurley 1-1/+1
2014-02-13serial: omap: fix rs485 probe on defered pinctrlGravatar Michael Grzeschik 1-1/+4
2014-02-13serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPGravatar Mika Westerberg 1-2/+2