summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu_ref: add PCPU_REF_DEADTejun Heo2014-09-242-9/+16
* percpu_ref: rename things to prepare for decoupling percpu/atomic mode switchTejun Heo2014-09-242-22/+25
* percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo2014-09-242-50/+52
* percpu_ref: minor code and comment updatesTejun Heo2014-09-242-17/+22
* percpu_ref: relocate percpu_ref_reinit()Tejun Heo2014-09-242-36/+36
* Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo2014-09-243-27/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241301-7882/+15908
|\
| * blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-243-1/+27
| * Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-2319-155/+277
| |\
| | *-------. Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier2014-09-2217-149/+263
| | |\ \ \ \ \
| | | | | | | * IB/qib: Correct reference counting in debugfs qp_statsMike Marciniszyn2014-09-192-9/+2
| | | | | | | * IB/qib: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | | | * IB/ipath: Change get_user_pages() usage to always NULL vmasMike Marciniszyn2014-09-191-3/+3
| | | | | | * | RDMA/ocrdma: Use right macro in query AHdevesh.sharma@emulex.com2014-09-221-1/+1
| | | | | | * | RDMA/ocrdma: Resolve L2 address when creating user AHdevesh.sharma@emulex.com2014-09-221-11/+30
| | | | | | * | RDMA/ocrdma: Do not skip setting deferred_armDevesh Sharma2014-09-191-3/+1
| | | | | | * | RDMA/ocrdma: Report correct value of max_fast_reg_page_list_lenDevesh Sharma2014-09-191-1/+1
| | | | | | |/
| | | | | * | IB/mlx4: Fix VF mac handling in RoCEJack Morgenstein2014-09-222-11/+20
| | | | | * | IB/mlx4: Do not allow APM under RoCEJack Morgenstein2014-09-222-1/+21
| | | | | * | IB/mlx4: Don't update QP1 in native modeJack Morgenstein2014-09-221-0/+4
| | | | | * | IB/mlx4: Avoid accessing netdevice when building RoCE qp1 headerJack Morgenstein2014-09-223-16/+28
| | | | | * | mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein2014-09-221-4/+7
| | | | | * | IB/core: When marshaling uverbs path, clear unused fieldsMatan Barak2014-09-221-0/+4
| | | | | * | IB/mlx4: Avoid executing gid task when device is being removedMoni Shoua2014-09-221-0/+9
| | | | | * | IB/mlx4: Fix lockdep splat for the iboe lockJack Morgenstein2014-09-221-12/+12
| | | | | * | IB/mlx4: Get upper dev addresses as RoCE GIDs when port comes upMoni Shoua2014-09-221-8/+17
| | | | | * | IB/mlx4: Reorder steps in RoCE GID table initializationMoni Shoua2014-09-221-12/+17
| | | | | * | IB/mlx4: Don't duplicate the default RoCE GIDMoni Shoua2014-09-221-0/+4
| | | | | * | IB/mlx4: Avoid null pointer dereference in mlx4_ib_scan_netdevs()Moni Shoua2014-09-221-23/+26
| | | | | * | mlx4: Correct error flows in rereg_mrMatan Barak2014-09-222-13/+27
| | | | | * | IB/mlx4: Disable TSO for Connect-X rev. A0 HCAsMarkus Stockhausen2014-09-191-1/+4
| | | | | |/
| | | | * | IB/iser: Bump version to 1.4.1Or Gerlitz2014-09-221-1/+1
| | | | * | IB/iser: Allow bind only when connection state is UPSagi Grimberg2014-09-221-5/+14
| | | | * | IB/iser: Fix RX/TX CQ resource leak on error flowRoi Dayan2014-09-221-10/+14
| | | | |/
| | | * | IPoIB: Remove unnecessary port queryAlex Estrin2014-09-191-9/+1
| | | |/
| | * | IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_getShawn Bohrer2014-09-192-6/+14
| | |/
| * | Merge tag 'sound-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-09-233-10/+17
| |\ \
| | * | ALSA: snd-usb-caiaq: Fix LED commands for Kore controllerDaniel Mack2014-09-221-7/+11
| | * | ALSA: pcm: fix fifo_size frame calculationClemens Ladisch2014-09-221-3/+5
| | * | ALSA: hda - Add fixup model name lookup for Lemote A1205Huacai Chen2014-09-191-0/+1
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-233-13/+18
| |\ \ \
| | * | | genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe2014-09-221-2/+0
| | * | | blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe2014-09-221-1/+5
| | * | | blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe2014-09-221-1/+0
| | * | | blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-222-8/+4
| | * | | blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand2014-09-221-1/+3
| | * | | blk-mq: request deadline must be visible before marking rq as startedJens Axboe2014-09-221-0/+6
| * | | | Merge branch 'parisc-3.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-233-11/+17
| |\ \ \ \
| | * | | | parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin2014-09-231-1/+6
| | * | | | parisc: pdc_stable.c: Avoid potential stack overflowsHelge Deller2014-09-211-5/+7
OpenPOWER on IntegriCloud