aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucm.c
AgeCommit message (Expand)Author
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-03-26ucm: Convert ctx_id_table to XArrayMatthew Wilcox
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-10-16IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-08-13IB/ucm: Fix compiling ucm.cJason Gunthorpe
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-08-08IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli
2017-03-21IB/ucm: utilize new cdev_device_add helper functionJason Gunthorpe
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe
2016-03-03IB/core: trivial prink cleanup.Parav Pandit
2015-08-30IB/cm: Remove compare_data checksHaggai Eran
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-07-14IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang
2015-05-18IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak
2012-01-04rdma/core: Fix sparse warningsSean Hefty
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean
2010-05-25IB/ucm: Use memdup_user()Julia Lawall
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-02-24IB/ucm: Clean whitespace errorsAlexander Chiang
2010-02-24IB/ucm: Increase maximum devices supportedAlexander Chiang
2010-02-24IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang
2010-02-24IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-07-24RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet
2008-04-19IB: convert struct class_device to struct deviceTony Jones
2008-01-25IB/cm: Add basic performance countersSean Hefty
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty
2007-04-24IB/ucm: Simplify ib_ucm_event()Sean Hefty
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven