summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-1718-65/+130
|\
| *---------. Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into...Roland Dreier2012-08-1617-64/+129
| |\ \ \ \ \ \
| | | | | | | * IB/srp: Fix a race conditionBart Van Assche2012-08-151-24/+63
| | | | | | * | IB/qib: Fix error return code in qib_init_7322_variables()Julia Lawall2012-08-151-1/+3
| | | | | | |/
| | | | | * / RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevsRoland Dreier2012-08-101-8/+8
| | | | | |/
| | | | * | IB/mlx4: Check iboe netdev pointer before dereferencing itKleber Sacilotto de Souza2012-08-161-1/+5
| | | | * | mlx4_core: Clean up buddy bitmap allocationRoland Dreier2012-08-151-4/+3
| | | | * | mlx4_core: Fix integer overflow issues around MTT tableYishai Hadas2012-08-155-10/+13
| | | | * | mlx4_core: Allow large mlx4_buddy bitmapsYishai Hadas2012-08-151-4/+14
| | | | * | IB/mlx4: Fix possible deadlock on sm_lock spinlockJack Morgenstein2012-08-102-8/+13
| | | | |/
| | | * / IB: Fix typos in infiniband driversMasanari Iida2012-08-154-4/+4
| | | |/
| | * | IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz2012-08-141-1/+1
| | * | IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-141-0/+3
| | |/
| * / RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova2012-08-131-1/+1
| |/
* | Merge tag 'tty-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-174-14/+24
|\ \
| * | pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel2012-08-161-3/+9
| * | serial: mxs-auart: fix the wrong RTS hardware flow controlHuang Shijie2012-08-161-5/+9
| * | serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu2012-08-101-1/+1
| * | serial: Change Kconfig entry for CLPS711X-targetAlexander Shiyan2012-08-101-5/+5
| |/
* | Merge tag 'staging-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-08-1719-118/+150
|\ \
| * \ Merge tag 'v3.6-rc1-iio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-08-168-80/+116
| |\ \
| | * | iio: lm3533-als: Fix build warningsAxel Lin2012-08-161-2/+2
| | * | staging:iio:ad7780: Mark channels as unsignedLars-Peter Clausen2012-08-161-4/+6
| | * | staging:iio:ad7192: Report offset and scale for temperature channelLars-Peter Clausen2012-08-161-14/+12
| | * | staging:iio:ad7192: Report channel offsetLars-Peter Clausen2012-08-161-4/+10
| | * | staging:iio:ad7192: Mark channels as unsignedLars-Peter Clausen2012-08-161-3/+3
| | * | staging:iio:ad7192: Fix setting ACXLars-Peter Clausen2012-08-161-1/+1
| | * | staging:iio:ad7192: Add missing break in switch statementLars-Peter Clausen2012-08-161-1/+1
| | * | staging:iio:ad7793: Fix internal reference valueLars-Peter Clausen2012-08-161-1/+1
| | * | staging:iio:ad7793: Follow new IIO naming specLars-Peter Clausen2012-08-161-2/+3
| | * | staging:iio:ad7793: Fix temperature scale and offsetLars-Peter Clausen2012-08-161-11/+18
| | * | staging:iio:ad7793: Report channel offsetLars-Peter Clausen2012-08-161-13/+26
| | * | staging:iio:ad7793: Mark channels as unsignedLars-Peter Clausen2012-08-161-12/+12
| | * | staging:iio:ad7793: Add missing break in switch statementLars-Peter Clausen2012-08-161-1/+1
| | * | iio/adjd_s311: Fix potential memory leak in adjd_s311_update_scan_mode()Alexey Khoroshilov2012-08-161-3/+4
| | * | iio: frequency: ADF4350: Fix potential reference div factor overflow.Michael Hennerich2012-08-162-9/+17
| | * | iio: staging: ad7298_ring: Fix maybe-uninitialized warningMichael Hennerich2012-08-161-1/+1
| | |/
| * | staging: comedi: usbduxfast: Declare MODULE_FIRMWARE usageTim Gardner2012-08-161-1/+3
| * | staging: comedi: usbdux: Declare MODULE_FIRMWARE usageTim Gardner2012-08-161-1/+3
| * | staging: comedi: usbduxsigma: Declare MODULE_FIRMWARE usageTim Gardner2012-08-161-1/+3
| * | staging: csr: add INET dependancyGreg Kroah-Hartman2012-08-141-1/+1
| * | staging: comedi: Fix reversed test in comedi_device_attach()Ian Abbott2012-08-141-1/+1
| * | staging: comedi: rtd520: ioremap'ed addresses are resource_size_tH Hartley Sweeten2012-08-071-16/+10
| * | staging: comedi: dt3000: ioremap'ed addresses are resource_size_tH Hartley Sweeten2012-08-071-2/+4
| * | staging: comedi: daqboard2000: ioremap'ed addresses are resource_size_tH Hartley Sweeten2012-08-071-7/+7
| * | staging: comedi: daqboard2000: add back subsystem_device checkH Hartley Sweeten2012-08-071-1/+2
| * | staging: comedi: remove pci_is_enabled() testsH Hartley Sweeten2012-08-073-7/+0
| |/
* | Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-08-172-3/+9
|\ \
| * | extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_oneAxel Lin2012-08-161-1/+2
| * | drivers-core: make structured logging play nice with dynamic-debugJim Cromie2012-08-161-2/+7
| |/