| Commit message (Expand) | Author | Age |
... | |
* | | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 |
|\ \ \ \ \ |
|
| * | | | | | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 2012-08-21 |
| * | | | | | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 2012-08-21 |
| * | | | | | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 2012-08-13 |
| |/ / / / |
|
* | | | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-10-01 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 2012-09-13 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'pci/stephen-const' into next | Bjorn Helgaas | 2012-09-12 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | make drivers with pci error handlers const | Stephen Hemminger | 2012-09-07 |
| | | |/ /
| | |/| | |
|
| * | | | | IB/qib: Use PCI Express Capability accessors | Jiang Liu | 2012-08-23 |
| * | | | | IB/mthca: Use PCI Express Capability accessors | Jiang Liu | 2012-08-23 |
| |/ / / |
|
* | | | | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b | Paul E. McKenney | 2012-09-25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-next | Roland Dreier | 2012-09-14 |
| |\ \ \ \ \ \
| | | | |_|_|/
| | | |/| | | |
|
| | | | | * | | IB/qib: Fix failure of compliance test C14-024#06_LocalPortNum | Mike Marciniszyn | 2012-09-14 |
| | | | |/ /
| | | |/| | |
|
| | | | * | | RDMA/ocrdma: Fix CQE expansion of unsignaled WQE | Parav Pandit | 2012-09-14 |
| | | |/ / |
|
| | * | | | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 2012-09-12 |
| | * | | | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 2012-09-12 |
| | |/ / |
|
| * / / | RDMA/cxgb4: Move dereference below NULL test | Wei Yongjun | 2012-09-07 |
| |/ / |
|
* | | | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b | Paul E. McKenney | 2012-09-25 |
|\ \ \
| |/ /
|/| | |
|
| * | | infiniband: ehca: Fix compiler warnings | Paul E. McKenney | 2012-08-20 |
| * | | infiniband: ehca: Fix while->do-while conversion typo | Paul E. McKenney | 2012-08-20 |
| * | | infiniband: Ehca: Use hotplug thread infrastructure | Thomas Gleixner | 2012-08-13 |
| |/ |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*---------. \ | Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into... | Roland Dreier | 2012-08-16 |
|\ \ \ \ \ \ \ |
|
| | | | | | * | | IB/srp: Fix a race condition | Bart Van Assche | 2012-08-15 |
| | | | | | |/ |
|
| | | | | * / | IB/qib: Fix error return code in qib_init_7322_variables() | Julia Lawall | 2012-08-15 |
| | | | | |/ |
|
| | | | * / | RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevs | Roland Dreier | 2012-08-10 |
| | | | |/ |
|
| | | * | | IB/mlx4: Check iboe netdev pointer before dereferencing it | Kleber Sacilotto de Souza | 2012-08-16 |
| | | * | | IB/mlx4: Fix possible deadlock on sm_lock spinlock | Jack Morgenstein | 2012-08-10 |
| | | |/ |
|
| | * / | IB: Fix typos in infiniband drivers | Masanari Iida | 2012-08-15 |
| | |/ |
|
| * | | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 2012-08-14 |
| * | | IB/ipoib: Add missing locking when CM object is deleted | Shlomo Pongratz | 2012-08-14 |
| |/ |
|
* / | RDMA/ucma.c: Fix for events with wrong context on iWARP | Tatyana Nikolova | 2012-08-13 |
|/ |
|
*---. | Merge branches 'cma', 'ipoib', 'ocrdma' and 'qib' into for-next | Roland Dreier | 2012-07-30 |
|\ \ \ |
|
| | | * | IB/qib: Fix size of cc_supported_table_entries | Mike Marciniszyn | 2012-07-29 |
| | * | | RDMA/ocrdma: Fix check of GSI CQs | Roland Dreier | 2012-07-27 |
| | |/ |
|
| * / | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 2012-07-30 |
| |/ |
|
* | | RDMA/ucma: Convert open-coded equivalent to memdup_user() | Roland Dreier | 2012-07-27 |
* | | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR | Fengguang Wu | 2012-07-27 |
|/ |
|
* | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2012-07-24 |
|\ |
|
| *---------. | Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'... | Roland Dreier | 2012-07-23 |
| |\ \ \ \ \ \ |
|
| | | | | | | * | IB/qib: checkpatch fixes | Mike Marciniszyn | 2012-07-19 |
| | | | | | | * | IB/qib: Add congestion control agent implementation | Mike Marciniszyn | 2012-07-19 |
| | | | | | | * | IB/qib: Reduce sdma_lock contention | Mike Marciniszyn | 2012-07-19 |
| | | | | | | * | IB/qib: Fix an incorrect log message | Betty Dall | 2012-07-19 |
| | | | | | | * | IB/qib: Fix QP RCU sparse warnings | Mike Marciniszyn | 2012-07-17 |
| | | | | | | * | IB/qib: Fix sparse RCU warnings in qib_keys.c | Mike Marciniszyn | 2012-07-10 |
| | | | | | | * | IB/qib: RCU locking for MR validation | Mike Marciniszyn | 2012-07-08 |
| | | | | | | * | IB/qib: Avoid returning EBUSY from MR deregister | Mike Marciniszyn | 2012-07-08 |
| | | | | | | * | IB/qib: Fix UC MR refs for immediate operations | Mike Marciniszyn | 2012-07-08 |
| | | | | | * | | RDMA/ocrdma: Fix assignment of max_srq_sge in device query | Roland Dreier | 2012-07-07 |
| | | | | | |/ |
|
| | | | | * | | IB/cm: Destroy idr as part of the module init error flow | Dotan Barak | 2012-07-11 |