Age | Commit message (Expand) | Author | Files | Lines |
2018-03-29 | RDMA: Use u64_to_user_ptr everywhere | Jason Gunthorpe | 2 | -5/+5 |
2018-03-19 | IB/uverbs: Extend uverbs_ioctl header with driver_id | Matan Barak | 1 | -1/+1 |
2018-03-06 | infiniband: hw: Drop unnecessary continue | Arushi | 1 | -3/+1 |
2018-02-28 | IB/qib: Move char *qib_sdma_state_names[] and constify while there. | Hernán Gonzalez | 3 | -12/+10 |
2018-02-28 | IB/qib: Remove unused variable (char *qib_sdma_event_names[]) | Hernán Gonzalez | 2 | -15/+0 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -4/+4 |
2018-02-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -6/+3 |
2018-02-01 | IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet | Sebastian Sanchez | 3 | -6/+3 |
2018-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -306/+34 |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+7 |
2018-01-28 | IB/qib: remove qib_keys.c | Corentin Labbe | 1 | -235/+0 |
2018-01-05 | IB/{hfi1, qib}: Fix a concurrency issue with device name in logging | Michael J. Ruhl | 3 | -14/+4 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall | Michael J. Ruhl | 3 | -10/+0 |
2018-01-05 | IB/{rdmavt, hfi1, qib}: Self determine driver name | Michael J. Ruhl | 2 | -1/+2 |
2017-12-11 | IB/qib: Cleanup qib_set_part_key() with direct returns | Joe Perches | 1 | -42/+24 |
2017-12-11 | IB/qib: remove redundant setting of any in for-loop | Colin Ian King | 1 | -1/+1 |
2017-12-11 | IB/qib: Fix comparison error with qperf compare/swap test | Mike Marciniszyn | 1 | -3/+3 |
2017-12-05 | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 4 | -8/+0 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -7/+7 |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
2017-11-15 | drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node() | Johannes Thumshirn | 1 | -2/+3 |
2017-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 18 | -447/+194 |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -2/+2 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 3 | -5/+5 |
2017-10-18 | Merge branch 'timer_setup' into for-next | Doug Ledford | 12 | -75/+66 |
2017-10-14 | IB/qib: Remove set-but-not-used variables | Bart Van Assche | 10 | -43/+7 |
2017-10-14 | IB/qib: Suppress gcc 7 fall-through complaints | Bart Van Assche | 3 | -2/+3 |
2017-10-14 | IB/qib: Remove remaining code related to writing the EEPROM | Bart Van Assche | 4 | -68/+1 |
2017-10-09 | IB/qib: Convert timers to use timer_setup() | Kees Cook | 12 | -75/+62 |
2017-09-29 | IB/qib: Use setup_timer and mod_timer | Himanshu Jha | 2 | -11/+7 |
2017-09-29 | Merge branch 'hfi1' into k.o/for-next | Doug Ledford | 6 | -259/+120 |
2017-09-27 | IB/qib: Update QIB to use the latest PCI API | Michael J. Ruhl | 6 | -259/+120 |
2017-09-27 | IB: Move PCI dependency from root KConfig to HW's KConfigs | Yuval Shaia | 1 | -0/+1 |
2017-08-28 | IB/qib: Convert qp_stats debugfs interface to use new iterator API | Mike Marciniszyn | 3 | -63/+16 |
2017-08-28 | IB/qib: Stricter bounds checking for copy to buffer | Kamenee Arumugam | 1 | -2/+2 |
2017-08-28 | IB/qib: Stricter bounds checking for copy and array access | Kamenee Arumugam | 2 | -4/+6 |
2017-08-28 | IB/qib: Remove unnecessary memory allocation for boardname | Kamenee Arumugam | 4 | -51/+32 |
2017-08-28 | IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation | Mike Marciniszyn | 1 | -2/+2 |
2017-08-22 | IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lids | Dasaratharaman Chandramouli | 1 | -2/+2 |
2017-08-22 | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs | Don Hiatt | 1 | -0/+9 |
2017-08-18 | Merge branch 'misc' into k.o/for-next | Doug Ledford | 2 | -3/+3 |
2017-08-18 | IB/qib: add const to bin_attribute structures | Bhumika Goyal | 1 | -2/+2 |
2017-08-18 | IB/qib: fix spelling mistake: "failng" -> "failing" | Colin Ian King | 1 | -1/+1 |
2017-07-31 | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression | Mike Marciniszyn | 1 | -2/+4 |
2017-07-27 | Merge branch 'misc' into k.o/for-next | Doug Ledford | 2 | -3/+0 |
2017-07-24 | RDMA: Remove useless MODULE_VERSION | Leon Romanovsky | 1 | -1/+0 |
2017-07-24 | IB/qib: remove duplicate code | Gustavo A. R. Silva | 1 | -2/+0 |